@import url('https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  background-color: #0B1628;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Geist", sans-serif;
  letter-spacing: 1px !important;
  color: #0A1628;
}

p {
  margin: 0;
  color: #868686;
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #4346F2;
}

.container {
  max-width: 1344px;
}

/* web header */

.web-header-top {
  border-bottom: 1px solid #FFFFFF14;
  padding: 10px 0;
}

.web-header-top-inner {
  display: flex;
  align-items: center;
}

.web-header-top-left p {
  font-size: 12px;
  color: #4346F2;
  text-transform: uppercase;
  padding: 14px 28px;
}

.web-header-top-right ul {
  display: flex;
  align-items: center;
}

.web-header-top-left {
  width: 10%;
}

.web-header-top-right {
  width: 90%;
}

.web-header-top-right-wrapper.slick-initialized {
  display: block !important;
}

.price-view-box {
  display: flex;
  align-items: center;
  padding: 6px 15px;
  font-size: 12px;
  color: #B5B8BE;
  gap: 12px;
  border-right: 1px solid #FFFFFF14;
}

.price-view-box .price {
  font-weight: 500;
  color: #FFFFFF;
}

.price-view-box .score {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.greenColor {
  color: #00A846 !important;
}

.redColor {
  color: #EF4444 !important;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
}

.gm-brand-text {
  font-size: 32px;
  color: #fff;
  font-family: "Geist", sans-serif;
}

.web-header-bottom-inner .navbar-nav {
  margin-left: auto;
  margin-right: auto !important;
}

.web-header-bottom-inner .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #B5B8BE;
}

.web-header-bottom-inner .nav-link:hover {
  color: #fff;
}

.sign-btn {
  display: inline-block;
  background: #4346F21F;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  padding: 9px 24px;
  margin-right: 15px;
}

.get-btn {
  display: inline-block;
  background: linear-gradient(180deg, #4346F2 0%, #373AE6 100%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  padding: 9px 24px;
}

.web-header-bottom {
  background: #0B1628;
  border-bottom: 1px solid #FFFFFF14;
}

/* hero sec */

.gm-hero {
  position: relative;
  padding: 100px 0;
  background: var(--gm-navy-900);
  background: linear-gradient(0deg, #0B1628, #0B1628),
    radial-gradient(50% 40% at 10% 100%, rgba(13, 148, 136, 0.1) 0%, rgba(13, 148, 136, 0) 60%),
    radial-gradient(80% 60% at 60% 0%, rgba(46, 124, 246, 0.12) 0%, rgba(46, 124, 246, 0) 70%);
  color: #fff;
  overflow: hidden;
}

.gm-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gm-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 30%, #000 30%, transparent 70%);
}

.gm-hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .35;
}

.gm-hero-glow-1 {
  width: 480px;
  height: 480px;
  background: var(--gm-primary);
  background: #345893;
  top: -100px;
  right: -80px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.gm-hero-glow-2 {
  width: 380px;
  height: 380px;
  background: #6366F1;
  bottom: -120px;
  left: -100px;
  opacity: .22;
}

.gm-hero-title {
  font-size: 74px;
  font-weight: 600;
  line-height: 84px;
  margin-bottom: 1.25rem;
  color: #fff;
}

.gm-accent-text {
  background: linear-gradient(135deg, #818CF8 0%, #6366F1 50%, #A78BFA 100%);
  background: linear-gradient(96.7deg, #2DC0FF 0%, #4346F2 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.gm-hero-sub {
  font-size: 18px;
  line-height: 26px;
  color: #B5B8BE;
  max-width: 710px;
  margin-bottom: 2rem;
}

.gm-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin-bottom: 2.5rem;
}

.gm-trust {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.gm-trust-avatars {
  display: flex;
}

.gm-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--gm-navy-900);
  margin-left: -8px;
  background-size: cover;
  background-position: center;
}

.gm-avatar:first-child {
  margin-left: 0;
}

.gm-stars {
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--gm-gold);
  font-size: .85rem;
  margin-bottom: 2px;
}

.gm-trust-rating {
  color: #fff;
  font-weight: 700;
  font-size: .85rem;
  margin-left: 6px;
}

.gm-trust-text {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
}

/* ----- Hero Card (calculator) ----- */
.gm-hero-card {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: var(--gm-radius-lg);
  padding: 1.5rem;
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .28);
  border-radius: 16px;
}

.gm-tabs {
  display: flex;
  background: #F3F4F6;
  border-radius: 999px;
  padding: 6px;
  margin-bottom: 1.25rem;
}

.gm-tab {
  width: 50%;
  padding: 7px 18px;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: #868686;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  transition: all var(--gm-dur) var(--gm-ease);
}

.gm-tab.is-active {
  background: #4346F2;
  color: #fff;
}

.gm-field-label {
  display: block;
  color: #868686;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: .9rem 0 .4rem;
}

.gm-input-wrap {
  position: relative;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  padding: 0;
  transition: border-color var(--gm-dur) var(--gm-ease);
  margin-bottom: 12px;
}

.gm-input-wrap:focus-within {
  border-color: var(--gm-primary);
}

.gm-input-prefix {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, .5);
  font-size: 1rem;
  font-weight: 500;
  background: #F3F4F6;
  color: #0A1628;
  width: 49px;
  height: 50px;
  left: 0;
  border-radius: 8px 0 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gm-input {
  background: transparent;
  border: none;
  color: #0A1628;
  font-size: 1.05rem;
  font-weight: 600;
  width: 100%;
  outline: none;
  font-family: inherit;
  width: 100%;
  border: 1px solid #EAEBED;
  height: 52px;
  border-radius: 8px;
  padding: 12px;
  padding-left: 62px;
}

.gm-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .55rem;
}

.gm-chip {
  padding: 8px 29px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: #F3F4F6;
  color: #0A1628;
  font-size: .78rem;
  font-weight: 500;
  transition: all var(--gm-dur) var(--gm-ease);
}

.gm-chip:hover {
  border: 1px solid #4346F2;
  background: #4346F214;
  color: #4346F2;
}

.gm-chip.is-active {
  border: 1px solid #4346F2;
  background: #4346F214;
  color: #4346F2;
}

.gm-summary {
  display: flex;
  background: #0B1628;
  border-radius: 14px;
  padding: 1rem;
  margin-top: 1.25rem;
}

.gm-summary-item {
  flex: 1;
  text-align: center;
}

.gm-summary-value {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  font-family: var(--gm-font-display);
}

.gm-summary-label {
  color: rgba(255, 255, 255, .55);
  font-size: .75rem;
  margin-top: 2px;
}

.gm-summary-divider {
  width: 1px;
  background: rgba(255, 255, 255, .1);
}

.gm-pill {
  display: inline-block;
  border: 1px solid;
  background: #F6F6F6;
  color: #0A1628 !important;
  border-radius: 50px;
  padding: 6px 7px;
  padding-right: 19px;
  margin-bottom: 12px;
}

.gm-pill-dot {
  display: inline-block;
  background: #4346F2;
  color: #fff !important;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 6px 13px;
  border-radius: 100px;
}

.gm-btn-ghost-light {
  display: inline-flex;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #0A1628;
  border-radius: 50px;
  padding: 11px 28px;
  align-items: center;
  gap: 10px;
}

.gm-btn-block {
  width: 100%;
  background: linear-gradient(180deg, #4346F2 0%, #373AE6 100%);
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 9px 6px;
  border-radius: 100px;
}

/* dashboard sec */

.dashboard-sec {
  width: 100%;
  background: #F5F6FC;
  padding: 80px 0;
}

.heading-top-box {
  display: inline-flex;
  align-items: center;
  background: #4346F214;
  font-size: 12px;
  color: #4346F2 !important;
  padding: 7px 14px;
  border-radius: 15px;
  gap: 7px;
  margin-bottom: 20px;
}

.dot-box {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4346F2;
  display: inline-block;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }
}

.gm-section-head {
  max-width: 680px;
  margin: 0 auto;
}

.gm-section-title {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 16px;
}

.gm-section-sub {
  font-size: 18px;
  color: #868686;
}

.gm-kpi-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.gm-kpi {
  width: 20%;
  text-align: center;
  border-right: 1px solid #0000001A;
}

.gm-kpi:last-child {
  border: 0;
}

.gm-kpi-value {
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 8px;
  color: #0A1628;
}

.gm-kpi-label {
  font-size: 16px;
  color: #868686;
}

/* metal sec */

.metal-sec {
  width: 100%;
  background: #F5F6FC;
  padding: 80px 0;
}

.gm-metal-card {
  background: var(--gm-card);
  border: 1px solid var(--gm-border);
  border-radius: var(--gm-radius);
  padding: 1.25rem;
  transition: all var(--gm-dur) var(--gm-ease);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all .3s ease-in-out;
}

.gm-metal-card:hover {
  transform: translateY(-4px);
  border-color: var(--gm-primary);
  box-shadow: var(--gm-shadow);
}

.gm-metal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.gm-metal-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.gm-metal-ico-gold {
  background: linear-gradient(135deg, #FEF3C7, #F5C842);
  color: #92400E;
}

.gm-metal-ico-silver {
  background: linear-gradient(135deg, #F3F4F6, #C7CCD6);
  color: #4B5563;
}

.gm-metal-ico-palladium {
  background: linear-gradient(135deg, #DBEAFE, #93C5FD);
  color: #1E40AF;
}

.gm-metal-ico-platinum {
  background: linear-gradient(135deg, #F1F5F9, #CBD5E1);
  color: #475569;
}

.gm-metal-ico-sm {
  width: 26px;
  height: 26px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  margin-right: .3rem;
}

.gm-metal-name {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: .25rem;
}

.gm-metal-price {
  font-size: 1.55rem;
  font-weight: 700;
  font-family: var(--gm-font-display);
  margin-bottom: 1rem;
}

.gm-metal-price span {
  font-size: .8rem;
  color: var(--gm-text-muted);
  font-weight: 500;
}

.gm-spark {
  height: 60px;
  margin-bottom: 1rem;
}

.gm-spark svg {
  width: 100%;
  height: 100%;
}

.gm-metal-foot {
  display: flex;
  justify-content: space-between;
  font-size: .75rem;
  color: var(--gm-text-muted);
  padding-top: .9rem;
  border-top: 1px solid var(--gm-border-soft);
  margin-top: auto;
}

.gm-metal-foot strong {
  color: var(--gm-text);
  font-weight: 600;
}

/* ----------- 12. TRUST STRIP ----------- */
.gm-trust-strip {
  background: var(--gm-navy-900);
  padding: 1.4rem 0;
  color: rgba(255, 255, 255, .85);
}

.gm-trust-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 1.25rem;
}

.gm-trust-item {
  display: flex;
  align-items: center;
  gap: .55rem;
  font-size: .88rem;
  font-weight: 500;
}

.gm-trust-item i {
  color: var(--gm-gold);
  font-size: 1rem;
}

/* ----------- 13. REAL ESTATE NOTES ----------- */
.gm-note-card {
  background: var(--gm-card);
  border: 1px solid var(--gm-border);
  border-radius: var(--gm-radius);
  overflow: hidden;
  transition: all var(--gm-dur) var(--gm-ease);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gm-note-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--gm-shadow-lg);
}

.gm-note-img {
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: center;
}

/* .gm-note-img-1 { background-image: linear-gradient(135deg, #FBBF24 0%, #D97706 60%, #92400E 100%); }
.gm-note-img-2 { background-image: linear-gradient(135deg, #60A5FA 0%, #2563EB 60%, #1E3A8A 100%); }
.gm-note-img-3 { background-image: linear-gradient(135deg, #34D399 0%, #059669 60%, #065F46 100%); }
.gm-note-img-4 { background-image: linear-gradient(135deg, #F87171 0%, #DC2626 60%, #7F1D1D 100%); }
.gm-note-img-5 { background-image: linear-gradient(135deg, #A78BFA 0%, #7C3AED 60%, #4C1D95 100%); }
.gm-note-img-6 { background-image: linear-gradient(135deg, #F472B6 0%, #DB2777 60%, #831843 100%); } */

.gm-note-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .18), transparent 60%),
    linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .25) 100%);
}

.gm-note-yield {
  position: absolute;
  left: 14px;
  bottom: 0;
  z-index: 2;
}

.gm-note-badge {
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 600;
  z-index: 2;
  text-transform: uppercase;
}

.gm-badge-success {
  background: #00A846;
  color: #fff;
}

.gm-badge-warning {
  background: #FF8400;
  color: #fff;
}

.gm-badge-danger {
  background: var(--gm-danger);
  color: #fff;
}

.gm-note-body {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gm-note-body h4 {
  font-size: .98rem;
  font-weight: 600;
  margin-bottom: .85rem;
}

.gm-note-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  padding: .85rem;
  background: var(--gm-bg-soft);
  border-radius: 10px;
  margin-bottom: 1rem;
}

.gm-note-grid>div span {
  display: block;
  font-size: .68rem;
  color: #868686 !important;
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.gm-note-grid>div strong {
  font-size: .9rem;
  font-weight: 600;
  color: #0A1628;
}

.gm-metal-card {
  background: #FFFFFF;
  border: 1px solid #EAEBED;
  border-radius: 12px;
}

.metal-box {
  padding: 0 7px;
}

.metal-box-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.metal-box-top .left-part {
  display: flex;
  align-items: center;
  gap: 10px;
}

.metal-box-top .metal-box {
  width: 52px;
  height: 52px;
  background: #4346F20F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0;
}

.metal-box-top .info-sec p {
  font-size: 14px;
}

.metal-box-top .info-sec h3 {
  font-size: 18px;
}

.metal-box-top .right-part .up-sec {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.metal-wrapper .slick-track {
  padding: 15px 0;
}

.gm-metal-price {
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 9px;
}

.gm-metal-price span {
  font-size: 14px;
  color: #868686;
  font-weight: 400;
}

.gm-spark img {
  width: 100%;
}

.gm-metal-foot {
  font-size: 14px;
  color: #868686;
  font-weight: 400;
  margin-top: 20px;
}

.gm-metal-card .gm-btn-block {
  border: 1px solid #1F22CE;
  background: #fff;
  color: #1F22CE;
  transition: all .3s ease-in-out;
}

.gm-metal-card .gm-btn-block:hover {
  background: #1F22CE;
  color: #fff;
}

.bottom-btn-sec {
  text-align: center;
}

/* ----------- 13. REAL ESTATE NOTES ----------- */
.gm-note-card {
  background: var(--gm-card);
  border: 1px solid var(--gm-border);
  border-radius: var(--gm-radius);
  overflow: hidden;
  transition: all var(--gm-dur) var(--gm-ease);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.gm-note-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--gm-shadow-lg);
}

.gm-note-img {
  position: relative;
  height: 180px;
  background-size: cover;
  background-position: center;
}

/* .gm-note-img-1 { background-image: linear-gradient(135deg, #FBBF24 0%, #D97706 60%, #92400E 100%); }
.gm-note-img-2 { background-image: linear-gradient(135deg, #60A5FA 0%, #2563EB 60%, #1E3A8A 100%); }
.gm-note-img-3 { background-image: linear-gradient(135deg, #34D399 0%, #059669 60%, #065F46 100%); }
.gm-note-img-4 { background-image: linear-gradient(135deg, #F87171 0%, #DC2626 60%, #7F1D1D 100%); }
.gm-note-img-5 { background-image: linear-gradient(135deg, #A78BFA 0%, #7C3AED 60%, #4C1D95 100%); }
.gm-note-img-6 { background-image: linear-gradient(135deg, #F472B6 0%, #DB2777 60%, #831843 100%); } */

.gm-note-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, .18), transparent 60%),
    linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, .25) 100%);
}

.gm-note-yield {
  position: absolute;
  left: 14px;
  bottom: 10px;
  z-index: 2;
}

.gm-note-badge {
  position: absolute;
  right: 14px;
  top: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 600;
  z-index: 2;
}

.gm-badge-success {
  background: #00A846;
  color: #fff;
}

.gm-badge-warning {
  background: #FF8400;
  color: #fff;
}

.gm-badge-danger {
  background: var(--gm-danger);
  color: #fff;
}

.gm-note-body {
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gm-note-body h4 {
  font-size: .98rem;
  font-weight: 600;
  margin-bottom: .85rem;
}

.gm-note-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
  padding: .85rem;
  background: var(--gm-bg-soft);
  border-radius: 10px;
  margin-bottom: 1rem;
}

.gm-note-grid>div span {
  display: block;
  font-size: .68rem;
  color: var(--gm-text-muted);
  margin-bottom: 2px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.gm-note-grid>div strong {
  font-size: .9rem;
  font-weight: 600;
}

/* ----------- 14. DARK SECTION (How It Works) ----------- */
.gm-section-dark {
  background: var(--gm-navy-900);
  color: #fff;
  overflow: hidden;
}

.gm-section-dark-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gm-dark-glow {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 600px;
  background: var(--gm-primary);
  filter: blur(140px);
  opacity: .18;
  border-radius: 50%;
}

.gm-section-dark .gm-section-title {
  color: #fff;
}

.gm-section-dark .gm-section-sub {
  color: rgba(255, 255, 255, .65);
}

.gm-step {
  margin: 4rem 0;
}

.gm-step-num {
  display: inline-block;
  color: var(--gm-gold);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .85rem;
}

.gm-step-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.gm-step-desc {
  color: rgba(255, 255, 255, .65);
  font-size: 1rem;
  max-width: 420px;
}

.gm-step-card {
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--gm-radius-lg);
  padding: 1.5rem;
  backdrop-filter: blur(8px);
}

.gm-mini-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.gm-mini-card {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 14px;
  padding: 1rem;
}

.gm-mini-head {
  font-size: .85rem;
  color: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
}

.gm-mini-price {
  font-size: 1.25rem;
  font-weight: 700;
  margin: .35rem 0;
  font-family: var(--gm-font-display);
  color: #fff;
}

.gm-mini-price .gm-pos {
  font-size: .75rem;
  margin-left: 4px;
}

.gm-mini-spark {
  height: 40px;
}

.gm-mini-spark svg {
  width: 100%;
  height: 100%;
}

.gm-step-card-light {
  background: #fff;
  color: var(--gm-text);
  box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.gm-step-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gm-step-list li {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: .75rem 0;
  border-bottom: 1px solid var(--gm-border-soft);
  font-size: .92rem;
}

.gm-step-list li:last-child {
  border-bottom: none;
}

.gm-step-list small {
  color: var(--gm-text-muted);
  font-size: .75rem;
  display: block;
}

.gm-step-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gm-primary);
  flex-shrink: 0;
}

.gm-step-check {
  margin-left: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--gm-success);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: .65rem;
  flex-shrink: 0;
}

.gm-step-card-image {
  background: #fff;
  color: var(--gm-text);
  padding: 0;
  overflow: hidden;
}

.gm-step-card-img {
  height: 160px;
  background-size: cover;
  background-position: center;
}

.gm-step-img-1 {
  background-image: linear-gradient(135deg, #FBBF24, #D97706);
}

.gm-step-card-info {
  padding: 1.2rem;
}

.gm-yield-pill {
  display: inline-block;
  background: var(--gm-success-50);
  color: var(--gm-success);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .8rem;
  margin-bottom: .5rem;
}

.gm-step-card-info h5 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: .85rem;
}

.gm-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .75rem;
  background: var(--gm-bg-soft);
  border-radius: 10px;
  padding: .75rem;
}

.gm-mini-grid>div span {
  display: block;
  font-size: .68rem;
  color: var(--gm-text-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.gm-mini-grid>div strong {
  font-size: .82rem;
  font-weight: 600;
}

/* ----------- 15. VIDEO BLOCK ----------- */
.gm-check-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.gm-check-list li {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding-bottom: 30px;
}

.number-box {
  width: 48px;
  height: 48px;
  background: #4346F214;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #4346F2;
  border-radius: 50%;
}

.gm-check-list li .info h5 {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.gm-check-list li .info p {
  font-size: 14px;
  margin: 0;
}

.gm-check-list i {
  color: var(--gm-success);
  font-size: 1.1rem;
}

.gm-video {
  position: relative;
  border-radius: var(--gm-radius-lg);
  overflow: hidden;
  box-shadow: var(--gm-shadow-lg);
}

.gm-video-thumb {
  width: 100%;
  height: 658px;
  aspect-ratio: 16 / 10;
  background: linear-gradient(135deg, #E0E7FF 0%, #C7D2FE 60%, #A5B4FC 100%);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.gm-video-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #0000007A;
}

.gm-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #FFFFFF33;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--gm-primary);
  box-shadow: 0 12px 32px rgba(0, 0, 0, .18);
  transition: all var(--gm-dur) var(--gm-ease);
}

.gm-video-play:hover {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 16px 40px rgba(79, 70, 229, .4);
}

.gm-video-play::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  z-index: -1;
  animation: gm-ripple 2s ease-out infinite;
}

@keyframes gm-ripple {
  0% {
    transform: scale(.9);
    opacity: 1;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* ----------- 16. TRANSPARENCY CARDS ----------- */
.gm-trans-card {
  background: var(--gm-card);
  border: 1px solid var(--gm-border);
  border-radius: var(--gm-radius);
  padding: 1.5rem;
  height: 100%;
}

.gm-trans-card h4 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.gm-trans-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--gm-border-soft);
}

.gm-trans-stats span {
  display: block;
  font-size: .72rem;
  color: var(--gm-text-muted);
}

.gm-trans-stats strong {
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--gm-font-display);
}

.gm-trans-rows {
  display: flex;
  flex-direction: column;
  gap: .5rem;
}

.gm-trans-row {
  display: flex;
  align-items: center;
  padding: .65rem .85rem;
  background: var(--gm-bg-soft);
  border-radius: 10px;
  font-size: .85rem;
  font-weight: 500;
}

.gm-trans-pill {
  background: var(--gm-success-50);
  color: var(--gm-success);
  padding: 3px 9px;
  border-radius: 999px;
  font-size: .7rem;
  font-weight: 700;
  margin-right: .5rem;
}

.gm-trans-table {
  font-size: .88rem;
}

.gm-trans-thead,
.gm-trans-tr {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: center;
  padding: .75rem 0;
  border-bottom: 1px solid var(--gm-border-soft);
}

.gm-trans-thead {
  font-size: .72rem;
  color: var(--gm-text-muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 600;
}

.gm-trans-tr {
  font-weight: 500;
}

.gm-trans-tr:last-child {
  border-bottom: none;
}

.gm-trans-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1rem;
  background: var(--gm-bg-soft);
  border-radius: 12px;
  margin-bottom: 1rem;
}

.gm-trans-summary span {
  display: block;
  font-size: .72rem;
  color: var(--gm-text-muted);
}

.gm-trans-summary strong {
  font-size: 1.1rem;
  font-weight: 700;
  font-family: var(--gm-font-display);
}

.gm-bars-large {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 140px;
}

.gm-bars-large span {
  flex: 1;
  background: var(--gm-border);
  border-radius: 6px 6px 0 0;
  height: var(--h);
}

.gm-bars-large span.is-now {
  background: linear-gradient(180deg, var(--gm-primary), var(--gm-accent));
}

/* ----------- 17. PARTNERS ----------- */
.gm-partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  padding: 2rem 0;
  filter: grayscale(.4);
  opacity: .85;
}

.gm-partner-logo {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--gm-text-muted);
  letter-spacing: .04em;
}

.gm-partner-logo i {
  font-size: 1.4rem;
}

.gm-disclaimer {
  color: var(--gm-text-muted);
  font-size: .88rem;
  max-width: 720px;
  margin: 2rem auto 0;
  line-height: 1.6;
}

/* ----------- 18. TESTIMONIALS ----------- */
.gm-testimonial {
  background: var(--gm-card);
  border: 1px solid var(--gm-border);
  border-radius: var(--gm-radius);
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all var(--gm-dur) var(--gm-ease);
}

.gm-testimonial:hover {
  transform: translateY(-4px);
  box-shadow: var(--gm-shadow);
}

.gm-stars-sm {
  color: var(--gm-gold);
  font-size: .78rem;
  display: flex;
  gap: 2px;
  margin-bottom: 1rem;
}

.gm-testimonial p {
  flex: 1;
  font-size: .95rem;
  line-height: 1.6;
  color: var(--gm-text);
  margin-bottom: 1.25rem;
}

.gm-testi-author {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding-top: 1rem;
  border-top: 1px solid var(--gm-border-soft);
}

.gm-testi-author .gm-avatar {
  margin-left: 0;
  border: 0;
}

.gm-testi-author strong {
  display: block;
  font-size: .9rem;
  font-weight: 600;
}

.gm-testi-author small {
  color: var(--gm-text-muted);
  font-size: .75rem;
}

/* ----------- 19. FAQ ----------- */
.gm-faq-cats {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1.25rem;
}

.gm-faq-cats .gm-chip {
  background: var(--gm-card);
  border: 1px solid var(--gm-border);
  color: var(--gm-text-muted);
}

.gm-faq-cats .gm-chip.is-active {
  background: var(--gm-navy-900);
  border-color: var(--gm-navy-900);
  color: #fff;
}

.gm-accordion .accordion-item {
  background: var(--gm-card);
  border: 1px solid var(--gm-border);
  border-radius: var(--gm-radius) !important;
  margin-bottom: .75rem;
  overflow: hidden;
}

.gm-accordion .accordion-button {
  background: var(--gm-card);
  color: var(--gm-text);
  font-weight: 600;
  font-size: .98rem;
  padding: 1.1rem 1.25rem;
  border-radius: var(--gm-radius) !important;
  box-shadow: none;
}

.gm-accordion .accordion-button:not(.collapsed) {
  background: var(--gm-card);
  color: var(--gm-text);
  box-shadow: none;
}

.gm-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.gm-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234F46E5'%3e%3cpath d='M3.204 5L8 10.481 12.796 5H3.204z'/%3e%3c/svg%3e");
}

.gm-accordion .accordion-body {
  padding: 0 1.25rem 1.25rem;
  color: var(--gm-text-muted);
  font-size: .92rem;
  line-height: 1.7;
}

/* ----------- 20. CTA ----------- */
.gm-cta {
  position: relative;
  padding: 100px 0;
  background: var(--gm-navy-900);
  color: #fff;
  overflow: hidden;
}

.gm-cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.gm-cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 350px;
  background: radial-gradient(ellipse, var(--gm-primary) 0%, transparent 70%);
  opacity: .25;
  filter: blur(80px);
}

.gm-cta-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
}

.gm-cta-sub {
  color: rgba(255, 255, 255, .7);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto 2rem;
}

/* ----------- 21. FOOTER ----------- */
.gm-footer {
  background: var(--gm-navy-900);
  color: rgba(255, 255, 255, .75);
  padding: 80px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

.gm-brand-footer {
  margin-bottom: 1rem;
}

.gm-footer-about {
  color: rgba(255, 255, 255, .6);
  font-size: .92rem;
  max-width: 280px;
  margin-bottom: 1.25rem;
}

.gm-socials {
  display: flex;
  gap: .5rem;
}

.gm-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  transition: all var(--gm-dur) var(--gm-ease);
}

.gm-socials a:hover {
  background: var(--gm-primary);
  color: #fff;
  transform: translateY(-2px);
}

.gm-footer h6 {
  color: #fff;
  font-size: .92rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.gm-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gm-footer-list li {
  margin-bottom: .55rem;
}

.gm-footer-list a {
  color: rgba(255, 255, 255, .65);
  font-size: .9rem;
  transition: color var(--gm-dur) var(--gm-ease);
}

.gm-footer-list a:hover {
  color: #fff;
}

.gm-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 3rem;
  padding-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-size: .82rem;
  color: rgba(255, 255, 255, .5);
}

.gm-footer-disclaimer {
  max-width: 600px;
  margin: 0;
}

/* ----------- 22. SCROLL TO TOP ----------- */
.gm-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--gm-primary);
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--gm-shadow-glow);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all var(--gm-dur) var(--gm-ease);
  z-index: 999;
}

.gm-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gm-scroll-top:hover {
  background: var(--gm-primary-600);
  transform: translateY(-3px);
}

/* ----------- 23. SCROLL REVEAL ANIMATIONS ----------- */
.gm-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s var(--gm-ease), transform .8s var(--gm-ease);
}

.gm-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.gm-fade-up {
  opacity: 0;
  transform: translateY(30px);
  animation: gm-fade-up 1s var(--gm-ease) .2s forwards;
}

.gm-fade-delay {
  animation-delay: .5s;
}

@keyframes gm-fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------- 24. RESPONSIVE ----------- */
@media (max-width: 1199.98px) {
  .gm-dash-stats {
    grid-template-columns: repeat(5, 1fr);
    gap: .75rem;
  }

  .gm-stat-value {
    font-size: 1.15rem;
  }

  .gm-kpi-row {
    grid-template-columns: repeat(5, 1fr);
  }

  .gm-kpi-value {
    font-size: 1.65rem;
  }

  .gm-realestate-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 991.98px) {
  .gm-hero {
    padding: 130px 0 80px;
  }

  .gm-section {
    padding: 80px 0;
  }

  .gm-hero-card {
    margin-top: 2.5rem;
  }

  /* navbar mobile */
  .navbar-collapse {
    background: var(--gm-navy-900);
    margin-top: .75rem;
    padding: 1rem;
    border-radius: var(--gm-radius);
    border: 1px solid rgba(255, 255, 255, .08);
  }

  .gm-nav-links {
    gap: 0;
  }

  .gm-nav-links .nav-link {
    padding: .7rem 0 !important;
    border-radius: 0;
  }

  .gm-nav-cta {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
    flex-direction: column;
    align-items: stretch !important;
  }

  .gm-nav-cta .gm-btn {
    width: 100%;
  }

  .gm-nav-cta .gm-link-muted {
    text-align: center;
  }

  /* dashboard mobile */
  .gm-dashboard {
    grid-template-columns: 1fr;
  }

  .gm-dash-sidebar {
    display: none;
  }

  .gm-dash-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .gm-dash-grid {
    grid-template-columns: 1fr;
  }

  .gm-realestate-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .gm-kpi-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .gm-kpi-value {
    font-size: 1.5rem;
  }

  .gm-step {
    margin: 3rem 0;
  }

  .gm-step-title {
    font-size: 1.5rem;
  }

  .gm-trust-grid {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .gm-hero {
    padding: 110px 0 60px;
  }

  .gm-section {
    padding: 70px 0;
  }

  .gm-section-head {
    margin-bottom: 2.5rem;
  }

  .gm-hero-actions {
    flex-direction: column;
  }

  .gm-hero-actions .gm-btn {
    width: 100%;
  }

  .gm-trust {
    flex-direction: column;
    align-items: flex-start;
    gap: .75rem;
  }

  .gm-hero-card {
    padding: 1.25rem;
  }

  .gm-summary-value {
    font-size: 1.15rem;
  }

  .gm-dash-stats {
    grid-template-columns: 1fr 1fr;
  }

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

  .gm-kpi-row {
    grid-template-columns: 1fr 1fr;
    padding: 1.5rem 1rem;
  }

  .gm-trans-stats {
    grid-template-columns: 1fr 1fr 1fr;
    gap: .5rem;
  }

  .gm-trans-stats strong {
    font-size: .85rem;
  }

  .gm-trans-summary {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gm-trans-summary strong {
    font-size: .9rem;
  }

  .gm-partners {
    gap: 1.25rem;
  }

  .gm-partner-logo {
    font-size: .85rem;
  }

  .gm-partner-logo i {
    font-size: 1.1rem;
  }

  .gm-footer {
    padding: 60px 0 25px;
  }

  .gm-footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .gm-scroll-top {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 575.98px) {
  .gm-hero-title {
    font-size: 2.1rem;
  }

  .gm-section-title {
    font-size: 1.6rem;
  }

  .gm-section-head .gm-pill {
    font-size: .7rem;
    padding: 5px 11px;
  }

  .gm-btn {
    padding: 12px 22px;
    font-size: .88rem;
  }

  .gm-btn-lg {
    padding: 14px 28px;
    font-size: .95rem;
  }

  .gm-kpi-value {
    font-size: 1.25rem;
  }

  .gm-summary {
    padding: .75rem;
  }

  .gm-cta {
    padding: 70px 0;
  }
}

/* ----------- 25. ACCESSIBILITY ----------- */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}

:focus-visible {
  outline: 3px solid var(--gm-primary);
  outline-offset: 2px;
  border-radius: 4px;
}

.gm-btn:focus-visible,
.gm-chip:focus-visible {
  outline-offset: 3px;
}



/* ===== Minimal Bootstrap-compatible shim (subset) ===== */
/* .container, .container-lg, .container-xl { width:100%; max-width:1600px; margin-inline:auto; padding-inline: 1.25rem; }
.container-fluid { width:100%; padding-inline:1.25rem; } */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -.75rem;
}

.row>[class*="col-"] {
  padding-inline: .75rem;
  box-sizing: border-box;
}

.g-3 {
  --gx: 1rem;
  --gy: 1rem;
}

.g-4 {
  --gx: 1.5rem;
  --gy: 1.5rem;
}

.g-3>*,
.g-4>* {
  padding-inline: calc(var(--gx)/2);
  margin-top: var(--gy);
}

.g-3,
.g-4 {
  margin-inline: calc(var(--gx)/-2);
  margin-top: calc(var(--gy) * -1);
}

.col,
.col-12,
.col-sm-6,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10 {
  flex: 0 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.col {
  flex: 1 0 0%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 576px) {
  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-8 {
    width: 66.6667%;
  }
}

@media (min-width: 992px) {
  .col-lg-2 {
    width: 16.6667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333%;
  }

  .col-lg-5 {
    width: 41.6667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333%;
  }

  .col-lg-8 {
    width: 66.6667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333%;
  }
}

/* Spacing utilities */
.m-0 {
  margin: 0
}

.mt-0 {
  margin-top: 0
}

.mb-0 {
  margin-bottom: 0
}

.ms-0 {
  margin-left: 0
}

.me-0 {
  margin-right: 0
}

.mt-1 {
  margin-top: .25rem
}

.mt-2 {
  margin-top: .5rem
}

.mt-3 {
  margin-top: 1rem
}

.mt-4 {
  margin-top: 1.5rem
}

.mt-5 {
  margin-top: 3rem
}

.mb-1 {
  margin-bottom: .25rem
}

.mb-2 {
  margin-bottom: .5rem
}

.mb-3 {
  margin-bottom: 1rem
}

.mb-4 {
  margin-bottom: 1.5rem
}

.mb-5 {
  margin-bottom: 3rem
}

.ms-1 {
  margin-left: .25rem
}

.ms-2 {
  margin-left: .5rem
}

.ms-3 {
  margin-left: 1rem
}

.ms-auto {
  margin-left: auto
}

.me-1 {
  margin-right: .25rem
}

.me-2 {
  margin-right: .5rem
}

.me-3 {
  margin-right: 1rem
}

.me-auto {
  margin-right: auto
}

.mx-auto {
  margin-inline: auto
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0
}

.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.p-0 {
  padding: 0
}

.p-3 {
  padding: 1rem
}

.p-4 {
  padding: 1.5rem
}

.pt-3 {
  padding-top: 1rem
}

.pt-4 {
  padding-top: 1.5rem
}

.pt-5 {
  padding-top: 3rem
}

.pb-3 {
  padding-bottom: 1rem
}

.pb-4 {
  padding-bottom: 1.5rem
}

.pb-5 {
  padding-bottom: 3rem
}

.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

/* Flex utilities */
.d-flex {
  display: flex
}

.d-inline-flex {
  display: inline-flex
}

.d-block {
  display: block
}

.d-inline-block {
  display: inline-block
}

.d-none {
  display: none
}

.flex-column {
  flex-direction: column
}

.flex-row {
  flex-direction: row
}

.flex-wrap {
  flex-wrap: wrap
}

.justify-content-center {
  justify-content: center
}

.justify-content-between {
  justify-content: space-between
}

.justify-content-end {
  justify-content: flex-end
}

.justify-content-start {
  justify-content: flex-start
}

.align-items-center {
  align-items: center
}

.align-items-start {
  align-items: flex-start
}

.align-items-end {
  align-items: flex-end
}

.gap-1 {
  gap: .25rem
}

.gap-2 {
  gap: .5rem
}

.gap-3 {
  gap: 1rem
}

.gap-4 {
  gap: 1.5rem
}

.text-center {
  text-align: center
}

.text-start {
  text-align: left
}

.text-end {
  text-align: right
}

.w-100 {
  width: 100%
}

.h-100 {
  height: 100%
}

.position-relative {
  position: relative
}

.position-absolute {
  position: absolute
}

.position-fixed {
  position: fixed
}

.rounded {
  border-radius: .5rem
}

.rounded-pill {
  border-radius: 9999px
}

.rounded-circle {
  border-radius: 50%
}

.overflow-hidden {
  overflow: hidden
}

@media (min-width:768px) {
  .d-md-flex {
    display: flex
  }

  .d-md-block {
    display: block
  }

  .d-md-none {
    display: none
  }
}

@media (min-width:992px) {
  .d-lg-flex {
    display: flex
  }

  .d-lg-block {
    display: block
  }

  .d-lg-none {
    display: none
  }
}

/* Accordion (simplified) */
.accordion {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.accordion-item {
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--gm-border, #E5E7EB);
  overflow: hidden;
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.1rem 1.25rem;
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 600;
  color: #0f172a;
  text-align: left;
  cursor: pointer;
}

.accordion-button::after {
  content: "";
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-left: 1rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%234F46E5' stroke-width='2.5' stroke-linecap='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform .25s ease;
}

.accordion-button[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.accordion-collapse {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .3s ease;
}

.accordion-collapse.show {
  grid-template-rows: 1fr;
}

.accordion-collapse>.accordion-body {
  overflow: hidden;
}

.accordion-body {
  padding: 0 1.25rem 1.1rem;
  color: #475569;
  line-height: 1.6;
}

/* Nav collapse */
.navbar-toggler {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  border-radius: .5rem;
  padding: .4rem .6rem;
  cursor: pointer;
}

.navbar-toggler svg {
  width: 22px;
  height: 22px;
}

.collapse:not(.show) {
  display: none;
}

@media (min-width:992px) {
  .navbar-toggler {
    display: none;
  }

  .navbar-collapse,
  .collapse {
    display: flex !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(10, 19, 48, .97);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 1.25rem 1.5rem;
    gap: .75rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
  }
}

/* Visually hidden */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* SVG icon defaults */
.gm-ico {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -0.125em;
  flex-shrink: 0;
}


/* === Preview overrides === */
.gm-reveal,
.gm-fade-up {
  opacity: 1 !important;
  transform: none !important;
}

.gm-reveal.is-visible,
.gm-fade-up.is-visible {
  opacity: 1 !important;
}

/* Make nav links horizontal on desktop within the collapse */
@media (min-width: 992px) {
  .gm-nav-links {
    flex-direction: row !important;
    gap: 1.75rem;
    align-items: center;
  }

  .navbar-collapse {
    background: transparent !important;
    padding: 0 !important;
    position: static !important;
    flex-direction: row !important;
    gap: 1.5rem;
    align-items: center;
  }
}

/* Hero pill needs to clear sticky nav */
#hero {
  padding-top: 7rem;
}

@media (min-width: 992px) {
  #hero {
    padding-top: 8.5rem;
  }
}


/* === Navbar shim (Bootstrap-compatible) === */
.navbar {
  display: flex;
  align-items: center;
  padding: .5rem 0;
  flex-wrap: wrap;
}

.navbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
}

.navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}

.navbar-nav .nav-item {
  list-style: none;
}

.navbar-nav .nav-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.nav-link {
  color: inherit;
  text-decoration: none;
}

ul.navbar-nav,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    gap: 20px;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
    background: transparent !important;
    position: static !important;
    padding: 0 !important;
    border-top: 0 !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.value-sec {
  padding: 40px 0;
}

.value-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.value-box {
  /* width: 20%; */
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
}

.gm-section-light {
  background-color: #F5F6FC;
}

.gm-section {
  padding: 80px 0;
}

.gm-note-img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.gm-note-card {
  background: #FFFFFF;
  border: 1px solid #EAEBED;
  border-radius: 12px;
  overflow: hidden;
  transition: all .3s ease-in-out;
}

.gm-note-img::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.gm-note-img {
  height: 220px;
}

.view-learge-text {
  display: block;
  font-size: 32px;
  font-weight: 500;
  color: #fff !important;
  margin-bottom: 0;
}

.view-learge-text {
  display: inline-block;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}

.view-small-text {
  display: block;
  font-size: 12px;
  color: #B5B8BE;
}

.gm-note-body p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
}

.gm-note-body h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

.gm-note-grid {
  padding: 0;
}

.matel-des span {
  font-size: 12px;
  color: #868686;
  text-transform: capitalize;
}

.matel-des strong {
  font-size: 14px;
}

.fundes-sec {
  margin-bottom: 20px;
}

.funds-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.funds-top h4 {
  font-size: 12px;
}

.fundes-sec .progress {
  height: 6px;
}

.fundes-sec .progress .progress-bar {
  background: #4346F2;
}

.invest-btn {
  display: inline-block;
  width: 100%;
  border: 1px solid #1F22CE;
  border-radius: 100px;
  text-align: center;
  color: #1F22CE;
  font-size: 16px;
  padding: 8px 0;
  transition: all .3s ease-in-out;
}

.invest-btn:hover {
  background-color: #1F22CE;
  color: #fff;
}

.gm-footer-about {
  max-width: 100%;
}

.gm-brand-footer {
  font-family: "Geist", sans-serif;
}

.gm-footer h6 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.gm-footer-list a {
  color: #B5B8BE;
  font-size: 16px;
  font-weight: 400;
}

.preciouys-metal-sec {
  /* backdrop-filter: blur(800px); */
  background: hsl(225deg 57.14% 13.73%);
  border: 1px solid #273550;
  padding: 80px 0;
  border-radius: 16px;
  position: relative;
  pointer-events: auto;
  overflow: hidden;
}

.gm-cta-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 350px;
  background: radial-gradient(ellipse, #4346F2 70%);
  opacity: .25;
  filter: blur(80px);
}

.preciouys-metal-sec .gm-reveal {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.gm-cta-title {
  font-size: 56px;
}

.gm-cta-sub {
  color: #B5B8BE;
  max-width: 100%;
}

.account-btn {
  display: inline-block;
  background: linear-gradient(180deg, #4346F2 0%, #373AE6 100%);
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 9px 20px;
  border-radius: 100px;
}

.gm-footer {
  border-top: 0;
}

.tab-menu ul {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 8px;
}

.tab-menu ul li a {
  display: inline-block;
  background: #fff;
  color: #0A1628;
  border: 1px solid #EAEBED;
  font-size: 16px;
  padding: 8px 22px;
  border-radius: 100px;
}

.tab-menu ul li a.active {
  background: #4346F214;
  border-color: #4346F2;
  color: #4346F2;
}

.gm-accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Accordion Item */
.gm-acc-item {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

/* Header Button */
.gm-accordion .accordion-button {
  background: #ffffff;
  color: #111827;
  font-size: 18px;
  font-weight: 600;
  padding: 22px 55px 22px 22px;
  border: none;
  box-shadow: none;
  position: relative;
  transition: all 0.3s ease;
}

/* Remove Bootstrap Default Arrow */
.gm-accordion .accordion-button::after {
  content: "+";
  background-image: none !important;
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  right: 22px;
  top: 38%;
  transform: translateY(-50%);
  color: #0A1628;
  transition: 0.3s ease;
}

/* Active State */
.gm-accordion .accordion-button:not(.collapsed) {
  background: #fff;
  color: #0A1628;
}

/* Change Plus to Minus */
.gm-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  transform: translateY(-50%) rotate(180deg);
  top: 36px;
}

/* Accordion Body */
.gm-accordion .accordion-body {
  padding: 0 22px 22px;
  font-size: 15px;
  line-height: 1.8;
  color: #4b5563;
  background: #fff;
}

/* Smooth Collapse Animation */
.accordion-collapse {
  transition: all 0.35s ease;
}

.accordion-collapse.collapse {
  display: none !important;
}

.accordion-collapse.collapse.show {
  display: block !important;
}

.gm-accordion .accordion-item {
  border: 1px solid #EAEBED;
  background: #FFFFFF;
  border-radius: 12px !important;
}

.tab-box {
  display: none;
}

.stories-text {
  font-size: 14px;
  color: #0A1628;
}

.gm-trust-avatars {
  height: 40px;
}

.gm-testimonial {
  background: #FFFFFF;
  border: 1px solid #EAEBED;
  border-radius: 12px;
  padding: 24px;
}

.gm-testimonial p {
  font-size: 16px;
}

.gm-testi-author small {
  color: #868686;
}

.gm-reveal {
  font-size: 18px;
  color: #868686;
}

.partner-box {
  padding: 0 20px;
}

.partner-box img {
  height: 48px;
  object-fit: contain;
}

.partner-wrapper {
  margin-top: 50px;
}

.feature-sec .gm-section-head {
  max-width: 880px;
}

.gm-trans-card {
  background: #FFFFFF;
  border: 1px solid #EAEBED;
  border-radius: 16px;
  padding: 20px;
}

.gm-trans-card h4 {
  font-size: 24px;
  margin-bottom: 4px;
}

.gm-trans-card p {
  font-size: 14px;
  margin-bottom: 20px;
}

.feature-bottom-box img {
  width: 100%;
}

.gm-trans-card span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #4346F2;
}

.step-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: #F3F4F6;
  border: 1px solid #EAEBED;
  border-radius: 8px;
  margin-bottom: 8px;
}

.step-box .left-part {
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-box .left-part img {
  width: 40px;
  height: 40px;
}

.step-box .left-part .info h4 {
  font-size: 14px;
  margin: 0;
}

.step-box .left-part .info p {
  font-size: 12px;
  margin: 0;
}

.step-box .right-part {
  display: flex;
  align-items: center;
  gap: 12px;
}

.step-box .right-part .up-down-box h4 {
  font-size: 14px;
  margin: 0;
  color: #00A846;
}

.step-box .right-part .up-down-box p {
  font-size: 12px;
  margin: 0;
}

.open-badge {
  display: inline-block;
  background: #00A84614 !important;
  font-size: 10px;
  font-weight: 500;
  color: #00A846 !important;
  padding: 4px 10px;
  border-radius: 100px;
}

.close-badge {
  display: inline-block;
  background: #FF840014;
  font-size: 10px;
  font-weight: 500;
  color: #FF8400 !important;
  padding: 4px 10px;
  border-radius: 100px;
}

.return-sec .heading-top-box {
  background: #FFFFFF;
}

.work-wrapper {
  margin-top: 45px;
}

.work-box {
  background: #0F1E3C;
  border: 1px solid #273550;
  border-radius: 12px;
  overflow: hidden;
}

.work-box:first-child {
  max-width: 775px;
}

.work-box-top {
  padding: 20px 24px;
}

.work-box-top h3 {
  font-size: 24px;
  margin-bottom: 12px;
  color: #fff;
}

.work-box-top p {
  font-size: 16px;
  color: #B5B8BE;
}

.work-box:first-child .work-box-bottom {
  padding: 48px 0 0 48px;
}

.work-wrapper {
  position: relative;
}

.work-box:nth-child(2) {
  max-width: 528px;
  background: #FFF8EF;
  position: absolute;
  right: 0;
  top: 332px;
}

.work-box:nth-child(2) .work-box-top h3 {
  color: #0A1628;
}

.work-box:nth-child(2) .work-box-top p {
  color: #868686;
}

.work-box:nth-child(2) .work-box-bottom {
  padding: 24px;
}

.work-box-bottom ul li {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.work-box-bottom ul li h5 {
  font-size: 16px;
}

.work-box-bottom ul li p {
  font-size: 14px;
}

.work-box-bottom ul li:nth-child(2) {
  margin-left: 45px;
}

.work-box-bottom ul li:last-child {
  margin-left: 106px;
  margin-bottom: 0;
}

.work-box:nth-child(3) {
  max-width: 553px;
  position: absolute;
  top: 128%;
  left: 0;
}

.work-box:nth-child(3) .work-box-bottom {
  padding: 32px 0 0 32px;
}

.work-box:last-child {
  max-width: 745px;
  position: absolute;
  right: 0;
  bottom: -207%;
}

.return-sec {
  padding-bottom: 0;
  height: 2000px;
}

.arow-right-one {
  position: absolute;
  right: 306px;
  top: 72%;
}

.arow-right-two {
  position: absolute;
  top: 151%;
  right: 40%;
}

.arow-left-one {
  position: absolute;
  left: 41%;
  top: 112%;
}

.pc-btn {
  display: block;
}

.mobile-btn {
  display: none;
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .gm-accordion .accordion-button {
    font-size: 16px;
    padding: 18px 50px 18px 18px;
  }

  .gm-accordion .accordion-body {
    font-size: 14px;
    padding: 0 18px 18px;
  }
}

/* by metal sec */

.dashboard {
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 428px 1fr;
  gap: 18px;
}

/* LEFT PANEL */

.sidebar {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
}

.buy-matels-sidebar-inner {
  padding: 16px;
}

.live {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 10px;
}

.live span {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: blink 1s infinite;
}


.price-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 22px;
}

.price-box h1 {
  font-size: 34px;
  font-weight: 700;
}

.price-box small {
  display: block;
  color: #9ca3af;
  margin-top: 4px;
}

.gain {
  text-align: right;
  color: #16a34a;
  font-size: 14px;
  font-weight: 600;
}

.gain p {
  color: #9ca3af;
  font-weight: 400;
  margin-top: 5px;
  font-size: 12px;
}

.label {
  font-size: 13px;
  margin-bottom: 10px;
  color: #6b7280;
}

.select-box {
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  margin-bottom: 14px;
  font-weight: 600;
}

.qty-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 24px;
}

.qty-buttons button {
  flex: 1;
  border: none;
  background: #f3f4f6;
  font-size: 12px;
  padding: 8px;
  border-radius: 100px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
  border: 1px solid #f3f4f6;
}

.qty-buttons button.active {
  background: #4346F214;
  color: #4346F2;
  border-color: #4346F2;
}

.action-title {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 14px;
}

.card {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  transition: .3s;
  cursor: pointer;
}

.card:hover {
  transform: translateY(-2px);
}

.card.active {
  border: 1px solid #4f46e5;
  background: #eef2ff;
}

.recommended-tag {
  background: #4346F20F;
  color: #4346F2;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 4px;
}

.card-left {
  display: flex;
  gap: 14px;
  flex: 1;
}

.icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #4f46e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.card h4 {
  font-size: 15px;
  margin-bottom: 5px;
}

.card p {
  font-size: 12px;
  color: #6b7280;
}

.tag {
  color: #22c55e;
  font-weight: 600;
  font-size: 13px;
}

.summary {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 18px;
  margin-top: 20px;
}

.buy-matels-summery {
  border: 0;
  border-radius: 0;
  margin: 0;
}

.buy-matels-summery .row {
  display: flex;
  justify-content: space-between;
  /* margin-bottom:12px; */
  font-size: 14px;
}

.total {
  border-top: 1px solid #e5e7eb;
  padding-top: 14px;
  margin-top: 14px;
  font-weight: 700;
  font-size: 18px;
}

.buy-btn {
  width: 100%;
  border: none;
  margin-top: 20px;
  background: linear-gradient(180deg, #4346F2 0%, #373AE6 100%);
  color: #fff;
  height: 54px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
}

.buy-btn:hover {
  background: #4338ca;
}

.secure {
  text-align: center;
  color: #9ca3af;
  font-size: 12px;
  margin-top: 14px;
}

/* RIGHT SIDE */

.main {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.chart-card,
.table-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  padding: 20px;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.chart-title h2 {
  font-size: 28px;
  margin-top: 5px;
}

.chart-title p {
  color: #6b7280;
  font-size: 14px;
}

.chart-title .green {
  color: #16a34a;
  font-weight: 600;
  font-size: 15px;
}

.filters {
  display: flex;
  gap: 8px;
}

.filters button {
  border: none;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f3f4f6;
  cursor: pointer;
  font-weight: 600;
}

.filters button.active {
  background: #111827;
  color: #fff;
}

.chart {
  position: relative;
  /* height:320px; */
  /* background:linear-gradient(to top, rgba(34,197,94,.10), transparent);
    border-radius:14px; */
  overflow: hidden;
  margin: 40px 0;
}

.chart img {
  width: 100%;
}

svg {
  width: 100%;
  height: 100%;
}

.stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  margin-top: 20px;
}

.stat {
  background: #f9fafb;
  border-radius: 14px;
  padding: 14px;
}

.stat p {
  color: #6b7280;
  font-size: 12px;
  margin-bottom: 6px;
}

.stat h4 {
  font-size: 16px;
  font-weight: 500;
}

.market-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.market-head h3 {
  font-size: 22px;
}

.live-update {
  font-size: 13px;
  color: #16a34a;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  text-align: left;
  padding-bottom: 14px;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
}

td {
  padding: 18px 0;
  border-top: 1px solid #f1f5f9;
  font-size: 15px;
}

.coin {
  display: flex;
  align-items: center;
  gap: 12px;
}

.coin-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background: #f3f4f6;
}

.green-text {
  color: #16a34a;
  font-weight: 600;
}

.red-text {
  color: #dc2626;
  font-weight: 600;
}

.select-btn {
  border: none;
  background: #eef2ff;
  color: #4f46e5;
  padding: 10px 18px;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 600;
}

.bedcum-sec {
  padding: 100px 0 60px 0;
}

.bedcum-inner ul {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
}

.bedcum-inner ul li {
  font-size: 16px;
  color: #B5B8BE;
}

.bedcum-inner ul li a {
  color: #868686;
}

.bedcum-inner h1 {
  font-size: 56px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.bedcum-inner p {
  font-size: 18px;
}

.buy-metal-sec {
  width: 100%;
  background: #fff;
  padding: 80px 0;
}

@media(max-width:1100px) {

  .dashboard {
    grid-template-columns: 1fr;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media(max-width:768px) {

  .stats {
    grid-template-columns: 1fr;
  }

  table {
    min-width: 700px;
  }

  .table-card {
    overflow: auto;
  }

}

.sidebart-top {
  background: #F3F4F6;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 16px;
}

.price-box h1 {
  font-size: 24px;
}

.price-box small {
  font-size: 12px;
}

.price-box {
  margin: 0;
}

.quantity-input {
  background: #FFFFFF;
  border: 1px solid #EAEBED;
  border-radius: 8px;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding: 16px;
  color: #0A1628;
}

.buy-metal-inner .card {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.buy-metal-inner .card .card-left .icon {
  width: 42px;
  height: 42px;
  background: #4346F2;
  margin: 0;
}

.third-party-sec {
  background: #4346F20F;
  padding: 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
}

.summary {
  background: #F3F4F6;
  border-radius: 0;
}

.summery-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
}

.summery-list span {
  color: #868686;
}

.summery-list strong {
  font-weight: 500;
}

.summery-list.total span {
  color: #0A1628;
  font-weight: 500;
}

.summery-list.total strong {
  font-size: 16px;
  font-weight: 500;
}

.meterial-input-sec {
  position: relative;
}

.meterial-input-sec select {
  border: 0;
  position: absolute;
  right: 10px;
  top: 12px;
}

.quantity-input {
  padding-right: 50px;
}

.metiria-top-sec {
  display: flex;
  align-items: center;
  gap: 12px;
}

.chart-title .green {
  font-weight: 500;
}

.filters button {
  border: none;
  padding: 6px 14px;
  border-radius: 6px;
  background: #fff;
  color: #868686;
  border: 1px solid #00000014;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  font-weight: 600;
}

.stats {
  gap: 0;
}

.stat {
  background: #fff;
  border-radius: 0;
  padding: 0;
  border-right: 1px solid #EBEBEB;
  text-align: center;
}

.market-head .right-part {
  display: flex;
  align-items: center;
  gap: 12px;
}

.refresh-btn {
  border: 0;
  background: #fff;
}

.market-bottom {
  border: 1px solid #EBEBEB;
  background: #fff;
  overflow: auto;
  border-radius: 8px;
}

.market-bottom table thead tr {
  background: #F3F4F6;
  border-bottom: 1px solid #EBEBEB;
}

.market-bottom table thead tr th {
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
}

.market-bottom table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
}

.coin .info h4 {
  font-size: 16px;
}

.select-btn {
  border-radius: 100px;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 14px;
}

.product-sec {
  width: 100%;
  background: #F5F6FC;
  padding-bottom: 80px;
}

.product-top {
  background: #fff;
  padding: 17px 0;
  border-bottom: 1px solid #EAEBED;
}

.product-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-top-inner .left-part {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-top-inner .left-part p {
  font-size: 14px;
}

.product-top-inner .left-part .tab-menu ul {
  margin: 0;
}

.product-top-inner .left-part .tab-menu ul li a {
  font-size: 14px;
  padding: 6px 22px;
  border-radius: 8px;
}

.product-top-inner .right-part .dropdown-toggle {
  border: 1px solid #EAEBED;
  background: #fff;
  color: #0A1628;
  font-size: 14px;
  border-radius: 8px;
  margin: 0;
  padding: 8px 13px;
  font-weight: 500;
}

.product-bottom-sec-inner {
  padding: 48px 0;
}

.product-box {
  width: 100%;
  border: 1px solid #EAEBED;
  background: #fff;
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
}

.product-img {
  text-align: center;
  background: #F3F4F6;
  position: relative;
}

.product-img .tag {
  position: absolute;
  right: 12px;
  top: 12px;
  background: #4346F2;
  color: #fff;
  padding: 3px 8px;
  border-radius: 6px;
}

.product-des {
  padding: 20px;
}

.product-des h4 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 5px;
  margin-bottom: 12px;
}

.product-des ul {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.product-des ul li {
  background: #F3F4F6;
  font-size: 12px;
  border-radius: 6px;
  padding: 5px 8px;
}

.price-sec {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.price-sec .price {
  font-size: 22px;
  font-weight: 500;
  color: #0A1628 !important;
}

.descr-sec p {
  font-size: 14px;
}

.descr-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}

.pagination-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.pagination-sec ul li a {
  width: 38px;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #EAEBED;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #868686;
}

.pagination-sec ul li a.active {
  background: #0B1628;
  color: #fff;
}


.summery-sec .card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  margin-bottom: 20px;
  padding: 0;
}

.summery-sec .card-header {
  width: 100%;
  background: #011532;
  color: #fff;
  padding: 18px;
  font-size: 19px;
  font-weight: 700;
}

.summery-sec .product {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #ececec;
}

.summery-sec .product-left {
  display: flex;
  gap: 16px;
}

.summery-sec .product-img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  background: #F3F4F6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.summery-sec .product-img img {
  width: 38px;
}

.product-info h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.badge {
  background: #f0f2f5;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 12px;
  color: #555;
}

.product-price {
  text-align: right;
}

.product-price h4 {
  font-size: 16px;
  margin-bottom: 12px;
}

.product-price p {
  color: #888;
}

.summery-sec .summary {
  width: 100%;
  padding: 0 16px;
  background: #fff;
  border: 0;
}

.summery-sec .row {
  display: flex;
  justify-content: space-between;
  /* margin-bottom:22px; */
  font-size: 16px;
}

.summery-sec .row span:first-child {
  color: #777;
}

.green {
  color: #10b45d;
  font-weight: 600;
}

.divider {
  height: 1px;
  background: #ececec;
  margin: 15px 0 25px;
}

.total {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.summery-sec .total h3 {
  font-size: 14px;
}

.summery-sec .total h2 {
  font-size: 18px;
}

.summery-sec .features {
  width: 100%;
  margin-top: 15px;
  background: #f7f7f9;
  padding: 16px;
  border-top: 1px solid #ececec;
  display: block;
  margin-bottom: 0;
}

.features h4 {
  color: #777;
  margin-bottom: 20px;
}

.summery-sec .feature {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
  border: 0;
  padding: 0;
}

.summery-sec .feature:last-child {
  margin: 0;
}

.feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ececec;
  color: #555;
}

.summery-sec .earn-card {
  background: #011532;
  color: #fff;
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 20px;
}

.summery-sec .earn-card h2 {
  margin-bottom: 5px;
  color: #fff;
  font-size: 18px;
}

.summery-sec .earn-card p {
  line-height: 1.7;
  color: #c7d1de;
  font-size: 12px;
}

.summery-sec .apy {
  margin: 12px 0;
  font-size: 24px;
  font-weight: 700;
  color: #00d266;
}

.summery-sec .apy span {
  font-size: 12px;
  color: #B5B8BE;
  font-weight: 500;
}

.toggle {
  display: flex;
  align-items: center;
  gap: 15px;
}

.switch {
  position: relative;
  width: 58px;
  height: 32px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #00d266;
  border-radius: 50px;
}

.slider::before {
  content: "";
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  right: 4px;
}

.summery-sec .spot-card {
  background: #fff;
  border-radius: 18px;
  padding: 16px;
  border: 1px solid #ececec;
}

.spot-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.summery-sec .spot-title h3 {
  font-size: 14px;
}

.summery-sec .spot-card p {
  color: #888;
  line-height: 1.6;
  padding-left: 34px;
  font-size: 12px;
}

.timer {
  color: #7366ff;
  font-weight: 700;
}

@media(max-width:768px) {

  .product {
    flex-direction: column;
    gap: 20px;
  }

  .product-price {
    text-align: left;
  }

  .total h2 {
    font-size: 30px;
  }
}

.checkout-sec {
  width: 100%;
  padding: 48px 0 80px 0;
  background: #F5F6FC;
}

.checkout-wrapper {
  width: 100%;
  display: flex;
  margin: 0 -10px;
}

.details-sec {
  width: 60%;
  padding: 0 10px;
}

.summery-sec {
  width: 40%;
  padding: 0 10px;
}

.details-list-box {
  background: #fff;
  border: 1px solid #EAEBED;
  border-radius: 12px;
  margin-bottom: 12px;
}

.details-box-top {
  display: flex;
  align-items: center;
  padding: 22px 20px;
  gap: 12px;
}

.details-box-top .info h4 {
  font-size: 18px;
}

.details-box-top .info p {
  font-size: 12px;
}

.details-box-bottom {
  padding: 20px;
  border-top: 1px solid #EAEBED;
}

.delivery-sec {
  width: 100%;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.delivery-list {
  display: inline-flex;
  border: 1px solid #EAEBED;
  border-radius: 12px;
  width: 100%;
  padding: 16px;
  padding-left: 50px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.delivery-list .left-part {
  width: 70%;
}

.delivery-list .left-part h4 {
  font-size: 16px;
}

.delivery-list .left-part p {
  font-size: 12px;
}

.delivery-list .Recommended {
  background: #4346F214;
  font-size: 12px;
  color: #4346F2;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 5px;
}

.delivery-list .apy {
  background: #00A84614;
  font-size: 12px;
  color: #00A846;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 5px;
}

.delivery-sec input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-checkbox {
  position: absolute;
  top: 50%;
  left: 14px;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1.4px solid #E0E0E0;
  border-radius: 50%;
  transform: translate(0, -50%);
}

.delivery-sec input:checked~.delivery-list .radio-checkbox {
  border-color: #4346F2;
}

.delivery-list .radio-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.delivery-sec input:checked~.delivery-list .radio-checkbox:after {
  display: block;
}

.delivery-sec .delivery-list .radio-checkbox:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4346F2;
}

.info-badge {
  background: #4346F20F;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.info-badge i {
  color: #373AE6;
}

.info-badge p {
  font-size: 12px;
  font-weight: 500;
}

.info-badge p a {
  color: #373AE6;
}

.payment-btn {
  display: inline-block;
  background: linear-gradient(180deg, #4346F2 0%, #373AE6 100%);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  padding: 9px 24px;
  border: 0;
}

.sewcure-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}

.sewcure-sec li {
  padding: 0 25px;
  font-size: 14px;
  color: #868686;
}

.details-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.details-wrapper .delivery-list {
  text-align: center;
}

.details-sec input:checked~.delivery-list {
  border-color: #4346F2;
  background: #4346F20A;
}

.details-sec input:checked~.delivery-list .left-part i,
.details-sec input:checked~.delivery-list .left-part p {
  color: #4346F2;
}

.card-box label {
  font-size: 14px;
  color: #868686;
  margin-bottom: 8px;
}

.card-box input {
  width: 100%;
  border: 1px solid #EAEBED;
  background: #F7F8FA;
  height: 50px;
  border-radius: 12px;
  padding: 3px 15px;
}

.card-box {
  margin-bottom: 15px;
}

.card-input {
  position: relative;
}

.card-input img {
  position: absolute;
  right: 8px;
  top: 13px;
}

.btn-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-sec button {
  width: 49%;
}

.preview-btn {
  box-shadow: 0px 0px 0px 1px #DFE4E9;
  border: 1px solid #F2F4F7;
  background: linear-gradient(180deg, #F8F9FA 0%, #F2F4F7 100%);
  font-size: 16px;
  font-weight: 500;
  color: #0A1628;
  border-radius: 50px;
  padding: 9px 24px;
  border: 0;
}

.product-review-sec .product {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #EAEBED;
  border-radius: 12px;
  margin-bottom: 15px;
}

.preview-sec {
  background: #F7F8FA;
  border: 1px solid #EAEBED;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
}

.preview-sec .left-part p {
  font-size: 14px;
  margin-bottom: 8px;
}

.preview-sec .left-part p:last-child {
  font-size: 12px;
  margin-bottom: 0px;
}

.preview-sec .left-part h4 {
  font-size: 16px;
}

.edit-btn {
  display: inline-block;
  font-size: 14px;
  color: #4346F2;
}

.tearms-sec {
  background: #F7F8FA;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.tearms-sec input {
  position: relative;
  border: 1px solid #EAEBED;
  opacity: 1;
  margin-top: 6px;
}

.tearms-sec p {
  font-size: 12px;
  font-weight: 400;
}

.contact-left ul li {
  background: #fff;
  border: 1px solid #EAEBED;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.contact-left ul li .left-part .icon {
  background: #4346F214;
}

.contact-left ul li .right-part p {
  font-size: 12px;
  margin-bottom: 8px;
  margin: 0;
}

.contact-left ul li .right-part h4 a {
  font-size: 16px;
  color: #0A1628;
}

.contact-left ul li .right-part h4 a:hover {
  color: #4346F2;
}

.contact-left ul li .right-part p:last-child {
  font-size: 14px;
  color: #475569;
  margin: 0;
}

.contact-left ul li .right-part span {
  display: inline-block;
  font-size: 12px;
  color: #00A846;
}

.office-heading {
  position: relative;
  font-size: 12px;
  color: #0A1628;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.office-heading::before,
.office-heading::after {
  content: "";
  width: 40%;
  background-color: #0000000F;
  height: 1px;
  position: absolute;
  top: 6px;
}

.office-heading::before {
  left: 0;
}

.office-heading::after {
  right: 0;
}

.location-box {
  background: #fff;
  border: 1px solid #EAEBED;
  border-radius: 12px;
  padding: 16px;
}

.location-icon-box {
  width: 46px;
  height: 46px;
  background: #4346F214;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 14px;
}

.location-box h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.location-box p {
  font-size: 14px;
  margin-bottom: 8px;
}

.office-badge {
  background: #00A84614;
  font-size: 12px;
  color: #00A846;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 5px;
}

.form-box {
  width: 100%;
  background: #fff;
  border: 1px solid #EAEBED;
  border-radius: 16px;
  overflow: hidden;
}

.form-box-top {
  background: #0B1628;
  padding: 24px;
}

.form-box-top h4 {
  font-size: 18px;
  color: #fff;
}

.form-box-topp {
  font-size: 14px;
}

.form-box-bottom {
  padding: 24px;
}

.card-box select {
  width: 100%;
  border: 1px solid #EAEBED;
  background: #F7F8FA;
  height: 50px;
  border-radius: 12px;
  padding: 3px 15px;
  color: #0A1628;
}

.form-select:focus {
  border-color: #EAEBED;
  box-shadow: none;
}

.card-box textarea {
  width: 100%;
  height: 148px;
  border: 1px solid #EAEBED;
  background: #F7F8FA;
  border-radius: 12px;
  padding: 10px 15px;
  resize: none;
}

.file-box {
  background: #F7F8FA;
  border: 1px solid #EAEBED;
  border-radius: 8px;
  position: relative;
  margin-bottom: 15px;
}

.file-box input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.file-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 290px;
  margin: 0 auto;
  padding: 48px 0;
}

.file-info p {
  text-align: center;
  font-size: 14px;
  margin-top: 7px;
}

.file-info p span {
  color: #4346F2 !important;
}

.checkbox-sec {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  gap: 12px;
}

.checkbox-sec input {
  margin-top: 5px;
}

.checkbox-sec p {
  font-size: 14px;
}

.form-box-bottom p {
  font-size: 14px;
  text-align: center;
}

.bedcum-inner ol {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bedcum-inner ol li {
  border: 1px solid #273550;
  background: #0F1E3C;
  font-size: 16px;
  color: #fff;
  padding: 5px 8px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bedcum-inner ol li .dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #00A846;
  border-radius: 50%;
}

.checkbox-sec p {
  text-align: left;
}

.blog-sec {
  padding-top: 48px;
}

.blog-top-up {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.blog-top-up h3 {
  font-size: 22px;
}

.search-box {
  position: relative;
}

.search-box input {
  background: #F7F8FA;
  outline: none;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #EAEBED;
  font-size: 14px;
  padding-right: 30px;
}

.search-box i {
  position: absolute;
  right: 7px;
  top: 13px;
  color: #0A1628;
}

.blog-top-sec .tab-menu ul li a {
  border: 1px solid #EAEBED;
  background: #F7F8FA;
  border-radius: 10px;
  font-size: 13px;
}

.blog-top-sec .tab-menu ul li a.active {
  background: #4346F214;
  border-color: #4346F2;
  color: #4346F2;
}

.blog-bottom-sec {
  margin-top: 50px;
}

.blog-box {
  width: 100%;
  border: 1px solid #EAEBED;
  background: #fff;
  box-shadow: 0px 8px 28px 0px #0000000D;
  border-radius: 12px;
  overflow: hidden;
  padding: 20px;
  transition: all .3s ease-in-out;
  margin-bottom: 24px;
}

.blog-img {
  overflow: hidden;
  border-radius: 8px;
}

.blog-img a img {
  width: 100%;
  transition: all .3s ease-in-out;
}

.blog-box:hover .blog-img a img {
  transform: scale(1.1);
}

.blog-dtl {
  padding-top: 20px;
}

.blog-dtl ul {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.blog-dtl ul li {
  font-size: 14px;
  color: #868686;
  border-right: 1px solid #00000014;
  padding: 0 12px;
}

.blog-dtl ul li:first-child {
  padding-left: 0;
}

.blog-dtl ul li:last-child {
  border: 0;
}

.blueColor {
  font-size: 14px;
  font-weight: 500;
  color: #4346F2 !important;
}

.blog-dtl h4 {
  margin-bottom: 15px;
}

.blog-dtl h4 a {
  font-size: 20px;
  font-weight: 500;
  color: #0A1628;
  transition: all .3s ease-in-out;
}

.blog-dtl h4 a:hover {
  color: #4346F2;
}

.blog-dtl p {
  font-size: 16px;
  margin-bottom: 12px;
}

.read-more-btn {
  display: inline-block;
  font-size: 16px;
}

.read-more-btn i {
  margin-left: 6px;
}

.about-sec {
  background: #0B1628;
  padding: 40px 0;
}

.about-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about-box {
  width: 20%;
  border-right: 1px solid #FFFFFF1A;
  text-align: center;
}

.about-box h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 6px;
}

.mission-sec {
  width: 100%;
  padding: 80px 0;
  background: #F5F6FC;
}

.mission-left-sec span {
  display: inline-block;
  font-size: 14px;
  color: #4346F2 !important;
  margin-bottom: 16px;
}

.mission-left-sec h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.mission-left-sec p {
  font-weight: 400;
  margin-bottom: 12px;
}

.message-box {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #EAEBED;
  box-shadow: 0px 8px 32px 0px #00000012;
  padding: 20px;
}

.message-box h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}

.message-box p {
  font-size: 14px;
  color: #868686;
  margin: 0;
}

.mission-right-sec {
  width: 100%;
  background: #0B1628;
  box-shadow: 0px 8px 32px 0px #00000012;
  border-radius: 12px;
  padding: 20px;
}

.mission-right-sec ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  background: #4346F21A;
  padding: 12px;
  border-radius: 10px;
}

.mission-right-sec ul li:last-child {
  margin: 0;
}

.mission-right-sec ul li .icon {
  background: #FFFFFF14;
}

.mission-right-sec ul li .info h4 {
  font-size: 14px;
  color: #fff;
}

.mission-right-sec ul li .info p {
  font-size: 12px;
}

.overview-sec .gm-section-head {
  max-width: 720px;
}

.overview-vedio-sec {
  margin: 40px 0;
}

.overview-catagory-sec {
  max-width: 1050px;
  margin: 0 auto;
}

.overview-catagory-sec ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.overview-catagory-sec ul li .icon {
  background: #4346F214;
  margin-bottom: 0px;
}

.overview-catagory-sec ul li .info {
  width: auto;
  flex: 1;
}

.overview-catagory-sec ul li {
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #EAEBED;
  box-shadow: 0px 4px 14px 0px #0000000F;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all .3s ease-in-out;
}

.overview-catagory-sec ul li:hover {
  border-color: #4346F2;
}

.overview-catagory-sec ul li .icon {
  background: #4346F214;
}

.overview-catagory-sec ul li .info {
  width: 75%;
}

.overview-catagory-sec ul li .info h4 {
  font-size: 14px;
}

.overview-catagory-sec ul li .info p {
  font-size: 12px;
}

.team-box {
  width: 100%;
  background: #fff;
  border: 1px solid #EAEBED;
  border-radius: 16px;
  overflow: hidden;
}

.team-info {
  padding: 24px;
}

.team-info h4 {
  font-size: 18px;
}

.team-info span {
  display: inline-block;
  font-size: 12px;
  color: #868686;
  font-weight: 400;
  margin-bottom: 12px;
}

.team-info p {
  font-size: 12px;
  margin-bottom: 12px;
}

.team-info ul {
  display: flex;
  align-items: center;
  gap: 5px;
}

.social-media-box {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border: 1px solid #EAEBED;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #868686;
}

.team-wrapper {
  margin-top: 40px;
}

.belive-sec {
  background: #0B1628;
}

.belive-sec .heading-top-box {
  background: #FFFFFF;
}

.belive-box {
  width: 100%;
  background: #0F1E3C;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #273550;
  margin-bottom: 24px;
}

.belive-sec {
  margin-top: 40px;
}

.belive-box .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #FFFFFF14;
  margin-bottom: 18px;
}

.belive-box h4 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}

.belive-box p {
  font-size: 14px;
  color: #B5B8BE;
}

.gm-brand-text {
  color: #fff !important;
}

.how-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
}

.how-box {
  width: 50%;
  margin-bottom: 40px;
}

.how-box h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}

.how-box p {
  font-size: 16px;
  color: #B5B8BE;
}

.work-right-sec .gm-video-thumb {
  height: 480px;
}

.gm-video-thumb .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-step-right {
  width: 100%;
  border: 1px solid #EAEBED;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0px 8px 32px 0px #00000012;
}

.work-step-right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.work-step-right-top h3 {
  font-size: 16px;
}

.work-step-right-top span {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.work-step-right-top span .dot {
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #00A846;
  border-radius: 50%;
}

.work-step-right-bottom table tbody tr {
  background: #F7F8FA;
  border: 1px solid #EAEBED;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}

.table-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}

.table-icon img {
  width: 24px;
}

.table-icon p {
  font-size: 14px;
  color: #0A1628;
  font-weight: 500;
}

.work-step-right-bottom table tbody tr td {
  padding: 12px;
}

.work-step-right-bottom .payment-btn {
  margin-top: 20px;
}

.work-step-box span {
  font-size: 14px;
  color: #4346F2 !important;
  display: inline-block;
  margin-bottom: 5px;
}

.work-step-box h3 {
  font-size: 36px;
  margin-bottom: 12px;
}

.work-step-box p {
  margin-bottom: 20px;
}

.work-step-box ul li {
  font-size: 14px;
  margin-bottom: 5px;
}

.work-step-box ul li span {
  color: #868686 !important;
}

.work-step-box ul li img {
  margin-right: 10px;
}

.work-step-box ul {
  margin-bottom: 20px;
}

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

.step-wrapper-sec {
  padding-top: 70px;
}

.flex-direction .work-step-box {
  padding-right: 30px;
}

.vault-box {
  background: #0B1628;
}

.vault-box .work-step-right-top h3 {
  color: #fff;
}

.vault-box .work-step-right-bottom table tbody tr {
  border: 0;
  background: #0B1628;
}

.vault-box .work-step-right-bottom table tbody tr td {
  border: 0;
  color: #fff;
}

.vault-box .table-icon p {
  color: #B5B8BE;
}

.holding-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dot1 {
  background-color: #E3C16A;
}

.dot2 {
  background-color: #0D9488;
}

.dot3 {
  background-color: #6366F1;
}

.dot4 {
  background-color: #0EA5E9;
}

.dot5 {
  background-color: #D99378;
}

.total-value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 0;
  border-top: 1px solid #FFFFFF14;
}

.total-value h3 {
  font-size: 24px;
  color: #fff;
}

.vault-box .work-step-right-bottom p {
  font-size: 12px;
}

.card-wrapper {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.finance-card {
  background: linear-gradient(135.35deg, #0D2033 0%, #0F3547 100%);
  border-radius: 8px;
  padding: 24px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.icon {
  font-size: 32px;
  margin-bottom: 18px;
}

.finance-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.desc {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .75);
  margin-bottom: 20px;
}

.finance-card ul {
  list-style: none;
  margin-bottom: 25px;
}

.finance-card ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
}

.finance-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #cfd7ff;
}

.finance-card .stats {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.finance-card .stats h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}

.stats span {
  font-size: 12px;
  color: rgba(255, 255, 255, .65);
}

.btn {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 25px;
  padding: 14px;
  border-radius: 30px;
  background: linear-gradient(90deg, #4d56ff, #5d39ff);
  color: #fff;
  font-weight: 600;
  transition: .3s;
}

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

.white-btn {
  background: #ffffff;
  color: #10294d;
}

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

  .stats {
    gap: 15px;
    flex-wrap: wrap;
  }
}

.choose-sec {
  margin-top: 50px;
}

.borrow-card {
  background: linear-gradient(135.35deg, #0D1E33 0%, #0B2448 100%);
}

.finance-card .icon {
  background: transparent;
  width: 80px;
  height: 80px;
}

.finance-card .get-btn {
  width: 100%;
  text-align: center;
  margin-top: 28px;
}

.path-sec .heading-top-box {
  background: #FFFFFF;
}

.yield-card {
  width: 100%;
  background: #06132b;
  border-radius: 8px;
  padding: 14px;
  color: #fff;
}

.apy {
  color: #00d15a;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.apy-info {
  font-size: 11px;
  color: #8ea0bf;
  margin-top: 6px;
  margin-bottom: 18px;
}

.top-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 18px;
}

.stat-box {
  background: #102246;
  border: 1px solid rgba(255, 255, 255, .05);
  border-radius: 6px;
  padding: 10px;
}

.stat-box h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #fff;
}

.stat-box span {
  font-size: 11px;
  color: #8595b3;
}

.yield-card .chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 85px;
  padding: 0 4px;
  margin-bottom: 22px;
  background: transparent;
}

.bar-item {
  width: 42px;
  text-align: center;
}

.bar {
  width: 100%;
  background: linear-gradient(180deg, #08c74d, #05963d);
  border-radius: 3px 3px 0 0;
}

.bar-item span {
  display: block;
  font-size: 10px;
  color: #7f91af;
  margin-top: 8px;
}

.bar-item.active span {
  color: #00d15a;
  font-weight: 600;
}

.payment-box {
  background: #102246;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #1b335f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a8b5d0;
  font-size: 18px;
}

.payment-title {
  font-size: 13px;
  font-weight: 600;
}

.payment-sub {
  font-size: 11px;
  color: #8ea0bf;
  margin-top: 3px;
}

.amount {
  color: #00d15a;
  font-size: 14px;
  font-weight: 700;
}

.loan-calculator {
  max-width: 650px;
  margin: auto;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.loan-calculator h2 {
  font-size: 16px;
  color: #172235;
  margin-bottom: 9px;
}

.loan-calculator .label {
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 10px;
}

.loan-calculator .amount {
  font-size: 24px;
  font-weight: 700;
  color: #172235;
}

.slider-wrap {
  margin-bottom: 10px;
}

.loan-calculator .slider {
  width: 100%;
  appearance: none;
  height: 6px;
  border-radius: 10px;
  background: #e6e8ef;
  outline: none;
  position: relative;
}

.slider::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #4450ff;
  cursor: pointer;
}

.range-values {
  display: flex;
  justify-content: space-between;
  color: #8a8a8a;
  font-size: 14px;
  margin-bottom: 20px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}

.loan-calculator .stat-box {
  background: #03142f;
  color: #fff;
  border-radius: 10px;
  padding: 18px;
  text-align: center;
}

.loan-calculator .stat-box h3 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #fff;
}

.loan-calculator .stat-box p {
  color: #b7c0d4;
  font-size: 12px;
}

.ltv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.ltv-title {
  color: #7c7c7c;
  font-size: 16px;
}

.ltv-value {
  color: #10b93f;
  font-weight: 600;
  font-size: 16px;
}

.progress {
  width: 100%;
  height: 6px;
  background: #e5e8ed;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 18px;
}

.progress-bar {
  width: 75%;
  height: 100%;
  background: #0cb438;
  border-radius: 30px;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.feature {
  border: 1px solid #e5e8ed;
  border-radius: 10px;
  text-align: center;
  padding: 18px;
}

.feature h4 {
  color: #1a2435;
  margin-bottom: 5px;
  font-size: 14px;
}

.feature p {
  color: #9aa3b3;
  font-size: 14px;
}

.loan-btn {
  width: 100%;
  border: none;
  border-radius: 50px;
  padding: 18px;
  background: linear-gradient(90deg, #4b46f5, #3f3cf0);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
}

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

@media(max-width:600px) {

  .stats,
  .features {
    grid-template-columns: 1fr;
  }

  .amount {
    font-size: 40px;
  }

  .loan-btn {
    font-size: 20px;
  }
}

.loan-calculator .get-btn {
  border: 0;
}

.lead-wrapper .how-box {
  margin-bottom: 18px;
}

.lead-wrapper .how-box img {
  width: 24px;
}

.earning-box h2 {
  font-size: 22px;
}

.earning-box .slider::before {
  display: none;
}

.earning-box p {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.lend-counter-sec {
  display: flex;
  align-items: center;
  padding-top: 50px;
}

.lend-counter-sec .left-part {
  width: 40%;
}

.lend-counter-sec .right-part {
  width: 60%;
}

.lend-counter-sec .left-part h4 {
  font-size: 32px;
  color: #fff;
}

.lend-counter-sec .left-part h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.lend-counter-sec .left-part p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px;
}

.history-btn {
  display: inline-block;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  color: #0A1628;
  border-radius: 50px;
  padding: 9px 24px;
  border: 0;
}

.lend-counter-sec .right-part ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lend-counter-sec .right-part ul li {
  width: 50%;
  margin-bottom: 30px;
}

.lend-counter-sec .right-part ul li h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}

.lend-counter-sec .right-part ul li p {
  font-size: 16px;
  color: #B5B8BE;
}

.generate-sec .gm-section-head {
  max-width: 720px;
  margin: 0 auto;
}

.generate-box {
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #EAEBED;
  border-radius: 16px;
  padding: 24px;
}

.generate-box .icon {
  width: 68px;
  height: 68px;
  background: #4346F214;
  border-radius: 50%;
  margin-bottom: 12px;
}

.generate-box span {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #4346F2;
  margin-bottom: 10px;
}

.generate-box h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.generate-box p {
  font-size: 14px;
}

.generate-box-outer {
  margin-bottom: 20px;
}

.heading-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.earnings-section .sub-title {
  display: block;
  color: #00A846;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.heading-wrapper h2 {
  color: #fff;
  font-size: 56px;
  line-height: 1.1;
  font-weight: 500;
}

.heading-wrapper p {
  max-width: 350px;
  color: #94a3b8;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 20px;
}

.table-wrapper {
  background: rgba(255, 255, 255, .03);
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  background: rgba(255, 255, 255, .02);
}

thead th {
  text-align: left;
  padding: 18px 24px;
  color: #94a3b8;
  font-size: 13px;
  font-weight: 500;
}

tbody td {
  padding: 18px 24px;
  color: #dbe2ea;
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, .05);
}

.green {
  color: #00d26a;
  font-weight: 600;
}

.table-wrapper table tbody tr:hover {
  background: #FFFFFF0F;
  background: #00A84614;
}

.table-wrapper table tbody tr:hover td:last-child {
  color: #00A846;
}

.active-row td {
  border-top: none;
}

.table-note {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
  color: #B5B8BE;
  font-size: 12px;
}

@media(max-width:992px) {

  .heading-wrapper {
    flex-direction: column;
  }

  .heading-wrapper h2 {
    font-size: 42px;
  }

  .table-wrapper {
    overflow-x: auto;
  }

  table {
    min-width: 850px;
  }
}

@media(max-width:576px) {

  .heading-wrapper h2 {
    font-size: 34px;
  }

  tbody td,
  thead th {
    padding: 14px 16px;
  }
}

.earn-sec {
  padding: 80px 0;
}

.earnings-section {
  max-width: 1200px;
  margin: 0 auto;
}

.table-wrapper table thead tr {
  background: #FFFFFF12;
}

.holdings-sec {
  width: 100%;
  background: #0B1628;
  border-radius: 16px;
  padding: 15px;
  margin: 15px 0;
  text-align: left;
}

.holdings-sec p {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}

.holdings-sec h4 {
  font-size: 22px;
  color: #fff;
  margin: 10px 0;
}

.borrow-list-sec {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.borrow-box {
  width: 25%;
  border-right: 1px solid #EAEBED;
  padding: 0 15px;
}

.borrow-box p {
  font-size: 12px;
  text-align: left;
  margin: 0;
}

.borrow-box h4 {
  font-size: 18px;
  margin: 4px 0;
}

.borrow-sec {
  padding-bottom: 40px;
}

.money-flow-card {
  margin: auto;
  background: #0B1628;
  border-radius: 12px;
  padding: 20px;
  color: #fff;
}

.money-flow-card h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #fff;
}

.flow-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #4346F21A;
  border: 1px solid #4346F229;
  border-radius: 10px;
  padding: 14px;
  margin-bottom: 16px;
}

.flow-icon {
  min-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: #1a2f6e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.flow-content h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #fff;
}

.flow-content p {
  color: #B5B8BE;
  font-size: 13px;
  line-height: 1.6;
}

.flow-label {
  width: max-content;
  margin: 0 auto 16px;
  padding: 8px 14px;
  font-size: 12px;
  color: #00d46a;
  background: rgba(0, 212, 106, .08);
  border: 1px solid rgba(0, 212, 106, .15);
  border-radius: 6px;
  position: relative;
}

.flow-label::before,
.flow-label::after {
  content: "";
  position: absolute;
  left: -123px;
  transform: translateX(-50%);
  width: 1px;
  border-left: 1px dashed rgba(255, 255, 255, .15);
  transform: rotate(90deg);
}

.flow-label::before {
  height: 219px;
  top: -92px;
}

.flow-label::after {
  height: 219px;
  top: -92px;
  left: auto;
  right: -127px;
}

@media(max-width:576px) {

  /* body{
        padding:15px;
    } */

  .flow-item {
    padding: 12px;
  }

  .flow-content h3 {
    font-size: 14px;
  }

  .flow-content p {
    font-size: 12px;
  }
}

.flow-item .flow-icon {
  background: #FFFFFF14;
}

.loan-card {
  max-width: 650px;
  margin: auto;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

/* Header */
.loan-card .card-header {
  background: #0B1628;
  color: #fff;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.loan-card .card-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.status {
  background: rgba(0, 180, 80, .15);
  color: #00c853;
  padding: 7px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}

/* Body */
.card-body {
  padding: 14px;
}

.loan-summary {
  background: #f4f5f7;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  margin-bottom: 15px;
}

.loan-summary .label {
  color: #8a8a8a;
  font-size: 13px;
}

.loan-summary .amount {
  font-size: 32px;
  font-weight: 700;
  color: #172235;
  margin: 10px 0;
}

.loan-summary .date {
  color: #8a8a8a;
  font-size: 13px;
}

.details {
  margin-bottom: 20px;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #ececec;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  color: #9a9a9a;
  font-size: 14px;
}

.detail-value {
  color: #172235;
  font-weight: 600;
  font-size: 14px;
}

.blue {
  color: #4a52ff;
}

.green {
  color: #00b050;
}

.btn {
  width: 100%;
  border: none;
  border-radius: 40px;
  padding: 16px;
  background: linear-gradient(90deg, #4743f5, #3d3aec);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: .3s;
}

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

@media(max-width:576px) {

  .loan-summary .amount {
    font-size: 38px;
  }

  .detail-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

.term-box {
  width: 100%;
  background: #FFFFFF0A;
  border: 1px solid #FFFFFF14;
  border-radius: 16px;
  padding: 24px;
}

.term-top-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.term-top-sec .left-part {
  display: flex;
  align-items: center;
  gap: 12px;
}

.term-top-sec .left-part h4 {
  font-size: 32px;
  color: #fff;
}

.term-top-sec .left-part p {
  font-size: 12px;
  color: #B5B8BE;
}

.popular-tag {
  background: #00A8461A;
  font-size: 12px;
  color: #00A846 !important;
  border-radius: 6px;
  padding: 8px 9px;
}

.term-bottom-sec ul li {
  border-bottom: 1px solid #FFFFFF14;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.term-bottom-sec ul li p {
  font-size: 14px;
}

.term-bottom-sec ul li h4 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

.term-box.active {
  background-color: #fff;
}

.term-box.active .term-top-sec .left-part h4 {
  color: #0A1628;
}

.term-box.active .term-bottom-sec ul li {
  border-bottom: 1px solid #EAEBED;
}

.term-box.active .term-bottom-sec ul li h4 {
  color: #0A1628;
}

.term-box.active .term-top-sec .left-part p {
  color: #868686;
}

.term-bottom-sec ul li:last-child {
  border: 0;
}

.term-box.active .term-bottom-sec ul li:last-child {
  border: 0;
}

.rate-flow-section {
  max-width: 1080px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .06);
}

.rate-flow-section h2 {
  font-size: 32px;
  color: #0A1628;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-desc {
  color: #868686;
  font-size: 16px;
  line-height: 1.7;
  max-width: 1000px;
  margin-bottom: 30px;
}

.flow-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 25px;
}

.flow-card {
  flex: 1;
  min-height: 120px;
  border-radius: 8px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-label {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.flow-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 700;
}

.flow-card p {
  font-size: 12px;
  line-height: 1.5;
}

.light-card {
  background: #edf5ef;
  border: 1px solid #dce9df;
}

.light-card .card-label,
.light-card h3 {
  color: #00b74a;
}

.light-card p {
  color: #7f8a83;
}

.dark-card {
  background: #03132d;
  color: #fff;
}

.dark-card .card-label {
  color: #ffffff;
}

.dark-card h3 {
  color: #ffffff;
}

.dark-card p {
  color: #B5B8BE;
}

.blue-card {
  background: #eef0ff;
  border: 1px solid #dfe3ff;
}

.blue-card .card-label,
.blue-card h3 {
  color: #4a4fff;
}

.blue-card p {
  color: #8d95ba;
}

.flow-arrow {
  font-size: 36px;
  color: #4a4fff;
  font-weight: 700;
  flex-shrink: 0;
}

.benefit-box {
  background: #f5f5f6;
  border-radius: 10px;
  padding: 20px;
}

.benefit-box h4 {
  color: #172235;
  font-size: 18px;
  margin-bottom: 10px;
}

.benefit-box p {
  color: #7e848f;
  font-size: 13px;
  line-height: 1.8;
}

@media(max-width:991px) {

  .flow-wrapper {
    flex-direction: column;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }

  .flow-card {
    width: 100%;
  }

  .rate-flow-section h2 {
    font-size: 32px;
  }
}

@media(max-width:576px) {

  .rate-flow-section {
    padding: 18px;
  }

  .rate-flow-section h2 {
    font-size: 26px;
  }

  .flow-card h3 {
    font-size: 28px;
  }
}

.eligibility-section {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.eligibility-card {
  border-radius: 10px;
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, .05);
}

.success-card {
  background: linear-gradient(135deg,
      rgba(0, 150, 110, .18),
      rgba(0, 70, 90, .25));
}

.danger-card {
  background: linear-gradient(135deg,
      rgba(120, 25, 35, .18),
      rgba(70, 20, 45, .25));
}

.eligibility-card h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 18px;
}

.success-card h3 {
  color: #00d46a;
}

.danger-card h3 {
  color: #ff5a67;
}

.eligibility-card ul {
  list-style: none;
}

.eligibility-card li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.success-card li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00d46a;
  position: absolute;
  left: 0;
  top: 8px;
}

.danger-card li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5a67;
  position: absolute;
  left: 0;
  top: 8px;
}

.eligibility-card li:last-child {
  margin-bottom: 0;
}

@media(max-width:768px) {

  .eligibility-section {
    grid-template-columns: 1fr;
  }

}

.live-marker-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F7F8FA;
  border: 1px solid #EAEBED;
  border-radius: 6px;
  margin-bottom: 12px;
}

.live-market-list-box {
  padding: 10px 12px;
  font-weight: 500;
}

.enrolment-box {
  background: #00A8461F;
  padding: 12px 16px;
  color: #00A846;
  border-radius: 5px;
}

.notes-sec {
  padding: 0;
  overflow: hidden;
}

.notes-sec .work-step-right-top {
  background: #0B1628;
  padding: 20px;
}

.notes-sec .work-step-right-top .left-part h3 {
  color: #fff;
  margin-bottom: 4px;
}

.notes-sec .work-step-right-top .left-part p {
  font-size: 12px;
}

.notes-badge {
  display: inline-block;
  background: #00A8461A;
  border-radius: 6px;
  color: #00A846;
  padding: 8px 9px;
}

.notes-sec .work-step-right-bottom {
  padding: 0 15px 15px 15px;
}

.work-step-right-down {
  background: #F7F8FA;
  border-top: 1px solid #EAEBED;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.work-step-right-down p {
  font-size: 12px;
}

.work-step-right-down span {
  display: inline-block;
  font-size: 14px;
}

.details-box-top .icon {
  width: 42px;
  border-radius: 50%;
  background: #4346F2;
  height: 42px;
  color: #fff;
  margin: 0;
}

.chart-card .stat {
  width: 20%;
}

.chart-card .stats {
  display: flex;
}

.chart-card .stat:last-child {
  border: 0;
}

.market-bottom table tbody tr td {
  color: #868686;
}

.market-bottom table tbody tr td b {
  color: #0A1628;
}

.live-market-list-box span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.table-icon p {
  margin: 0;
}

.live-market-list-box {
  width: 25%;
  text-align: center;
  color: #0A1628;
}

.live-market-list-box:last-child span {
  justify-self: end;
}

.live-market-list-box img {
  width: 50px;
}

.live-market-list-box span img {
  width: 17px;
}

.table-icon img {
  width: 24px;
}

.feature-bottom-box .table-icon p {
  display: flex;
  align-items: center;
  gap: 5px;
}

.vault-holding-top-sec.work-step-right-top .greenColor {
  background: #00A8461A;
  padding: 6px 8px;
  border-radius: 6px;
}

.vault-holding-top-sec.work-step-right-top .greenColor .dot {
  animation: blink 1s infinite;
}

.work-step-right-bottom .progress {
  background: #FFFFFF14;
}

.rate-earth-sec.generate-sec .gm-section-head {
  max-width: 760px;
}

.market-bottom table tbody tr td {
  border-bottom: 1px solid #EBEBEB;
}

.market-bottom table tbody tr td b {
  font-weight: 500;
}

.gm-section {
  padding: 40px 0;
}

.gm-section-sub {
  font-size: 14px;
}

.gm-reveal {
  font-size: 14px;
}


/* login css */

.login-sec {
  width: 100%;
  background: #F5F6FC;
  padding: 80px 0;
}

.login-container {
  width: 100%;
  max-width: 400px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

.login-container h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.login-container .input-group {
  margin-bottom: 20px;
}

.login-container .input-group label {
  display: block;
  margin-bottom: 8px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
}

.login-container .input-group input,
.login-container .input-group select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px !important;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}

.login-container .input-group input:focus,
.login-container .input-group select:focus {
  border-color: #4f46e5;
}

.login-container .options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  font-size: 14px;
}

.login-container .remember {
  display: flex;
  align-items: center;
  gap: 6px;
}

.login-container .forgot-password {
  text-decoration: none;
  color: #4f46e5;
  font-weight: 600;
}

.login-container .forgot-password:hover {
  text-decoration: underline;
}

.login-container .login-btn {
  width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(180deg, #4346F2 0%, #373AE6 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.login-container .signup-text {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}

.login-container .signup-text a {
  color: #4f46e5;
  text-decoration: none;
  font-weight: 600;
}

.register-container {
  max-width: 600px;
}

.register-container .options {
  justify-content: flex-start;
  gap: 7px;
}

/* progress */

.kyc-sec {
  width: 100%;
  background: #F5F6FC;
  padding: 80px 0;
}

.kyc-sec .progress {
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  background-color: transparent;
  border-radius: 0;
}

.kyc-sec .step {
  flex: 1;
  text-align: center;
  position: relative;
}

.kyc-sec .step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 60%;
  width: 80%;
  height: 3px;
  background: #ddd;
}

.kyc-sec .step.active .circle {
  background: #4f46e5;
  color: #fff;
}

.kyc-sec .step.active:not(:last-child)::after {
  background: #4f46e5;
}

.kyc-sec .circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ddd;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.kyc-sec .step-title {
  font-size: 13px;
  color: #666;
}

.kyc-sec .form-step {
  display: none;
}

.kyc-sec .form-step.active {
  display: block;
}

.kyc-sec .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.kyc-sec .input-group {
  margin-bottom: 20px;
}

.kyc-sec .input-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 14px;
}

.kyc-sec .input-group input,
.kyc-sec .input-group select,
.kyc-sec .input-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px !important;
  font-size: 15px;
  outline: none;
  transition: 0.3s;
}

.kyc-sec .input-group input:focus,
.kyc-sec .input-group select:focus,
.kyc-sec .input-group textarea:focus {
  border-color: #4f46e5;
}

.kyc-sec .upload-box {
  border: 2px dashed #cbd5e1;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  height: 112px;
  overflow: hidden;
}

.kyc-sec .upload-box input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
}

.kyc-sec .upload-box label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F5F6FC;
  padding: 0 30px;
}

.kyc-sec .upload-box label h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.kyc-sec .btns {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.kyc-sec button {
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
}

.kyc-sec .prev-btn {
  background: #e2e8f0;
}

.kyc-sec .next-btn {
  background: #4f46e5;
  color: #fff;
}

.kyc-sec .success {
  text-align: center;
  padding: 40px 20px;
}

.kyc-sec .success-icon {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  font-size: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.kyc-sec .success h3 {
  margin-bottom: 10px;
}

.kyc-sec .success p {
  color: #666;
}

@media(max-width:768px) {

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

  .kyc-sec .progress {
    gap: 10px;
  }

  .kyc-sec .step-title {
    font-size: 11px;
  }

  .kyc-sec .step:not(:last-child)::after {
    display: none;
  }
}

.kyc-inner {
  max-width: 750px;
  margin: 0 auto;
}

.kyc-sec .form-step {
  background: #fff;
  padding: 24px;
  border-radius: 20px;
}

.kyc-sec .form-step h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* statusbar sec */

.statusbar-sec {
  padding: 80px 0;
}

.kpi-card-box {
  background: #FFFFFF;
  border: 1px solid #EAEBED;
  border-radius: 12px;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kpi-card-box .right-part .icon {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  background: #1b335f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.kpi-card-box .right-part .icon svg {
  width: 22px;
  height: 22px;
}

.holding-table-sec {
  padding: 40px 0;
}

.holding-table-sec h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.holding-table-inner {
  border: 1px solid #EBEBEB;
  background: #fff;
  overflow: auto;
  border-radius: 8px;
}

.holding-table-inner table thead tr {
  background: #F3F4F6;
  border-bottom: 1px solid #EBEBEB;
}

.holding-table-inner table thead tr th {
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
}

.holding-table-inner table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
  color: #868686;
}

.earning-box {
  background: #FFFFFF;
  border: 1px solid #EAEBED;
  border-radius: 12px;
  padding: 20px 16px;
}

.earning-box canvas {
  height: 250px !important;
}

.earning-box #ratingChart {
  height: 250px !important;
}

.earning-box-top h3 {
  font-size: 18px;
  margin-bottom: 25px;
}

/* transaction sec */

.transaction-sec {
  width: 100%;
  padding: 80px 0;
}

.transaction-top-sec {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 25px;
  gap: 15px;
}

.filter-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.filter-box input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 8px !important;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.transaction-box .dropdown .dropdown-toggle {
  border: 1px solid #ddd;
  background: #fff;
  color: #0A1628;
  font-size: 14px;
  border-radius: 8px;
  margin: 0;
  padding: 8px 13px;
  font-weight: 500;
}

.transaction-box .dropdown .dropdown-item {
  font-size: 14px;
}

.csv-btn {
  display: inline-block;
  background: linear-gradient(180deg, #4346F2 0%, #373AE6 100%);
  border: 0;
  color: #fff;
  border-radius: 6px;
  font-size: 16px;
  padding: 5px 22px;
}

.show-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 35px;
}

.show-sec p {
  font-size: 12px;
}

.show-sec .pagination-sec ul {
  gap: 5px;
}

.show-sec .pagination-sec ul li a {
  width: 32px;
  height: 32px;
  font-size: 10px;
}

.download-file-btn {
  background: #4346F2;
  border: 0;
  color: #fff;
  font-size: 15px;
  padding: 6px 6px;
  border-radius: 5px;
}

.collateral-box .work-step-right-table-sec {
  border: 1px solid #EBEBEB;
  background: #fff;
  overflow: auto;
  border-radius: 8px;
  margin-bottom: 18px;
}

.collateral-box table tbody tr td {
  color: #868686;
  border-bottom: 1px solid #EBEBEB !important;
  padding: 10px 16px;
}

.loan-tearms-sec .slider {
  width: 100%;
  appearance: none;
  height: 6px;
  border-radius: 10px;
  background: #e6e8ef;
  outline: none;
  position: relative;
}

.loan-tearms-sec .gm-chip {
  padding: 8px 25px !important;
  border-radius: 100px !important;
  font-size: 14px !important;
}

.verification-sec .row {
  display: flex;
  grid-template-columns: 1fr;
  gap: 0px;
}

/* notes details sec */

.notes-sec {
  width: 100%;
  padding: 80px 0;
}

.notes-one-img img {
  width: 100%;
  height: 450px;
  border-radius: 15px;
  object-fit: cover;
}

.notes-part-two-wrapper {
  margin-top: 40px;
}

.notes-two-img {
  padding: 0 8px;
}

.notes-two-img img {
  width: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.notes-part-two-wrapper .slick-next.slick-arrow {
  position: absolute;
  right: -12px;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
}

.notes-part-two-wrapper button {
  width: 40px;
  height: 40px;
  background: #04050a;
  border: 1px solid rgb(255 255 255 / 8%);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.notes-part-two-wrapper .slick-prev.slick-arrow {
  position: absolute;
  left: -12px;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
}

.property-type {
  display: inline-block;
  border: 1px solid #373AE6;
  color: #373AE6 !important;
  font-size: 15px;
  padding: 3px 15px;
  border-radius: 100px;
  font-weight: 500;
  margin-bottom: 15px;
}

.notes-right-sec h3 {
  font-size: 30px;
  margin-bottom: 15px;
}

.notes-right-sec .gm-note-grid {
  gap: 0;
}

.notes-right-sec .gm-note-grid .matel-des {
  border: 1px solid #86868626;
  padding: 15px;
  border-radius: 0px;
}

.appricial-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.appricial-sec h4 {
  font-size: 16px;
}

.appricial-sec h4 span {
  color: #868686;
}

.document-sec {
  margin-bottom: 20px;
}

.document-sec ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.document-sec ul li button {
  display: inline-flex;
  background: linear-gradient(180deg, #4346F2 0%, #373AE6 100%);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  padding: 9px 24px;
  border: 0;
  align-items: center;
  gap: 10px;
}

.document-sec ul li button svg {
  width: 18px;
  height: 18px;
}

.notes-right-sec .gm-input:focus {
  border-color: #EAEBED !important;
}

.notes-right-sec .get-btn {
  border: 0;
  padding: 14px 79px;
  margin-top: 30px;
}

.blog-details {
  width: 100%;
  padding: 80px 0;
}

.blog-details-left h3 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px
}

.date-share-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.date-time-sec {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.date-time-sec li {
  font-size: 16px;
  color: #868686;
  list-style: none;
}

.social-media-sec {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.social-media-sec li a svg {
  width: 18px;
  height: 18px;
}

.social-media-sec li a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  border: 1px solid #EAEBED;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all .3s ease-in-out;
}

.social-media-sec li a:hover {
  border-color: #4346F2;
}

.blog-details-left img {
  width: 100%;
  margin-bottom: 30px;
}

.blog-details-left p {
  font-size: 17px;
  margin-bottom: 15px;
}

.blog-details-left h4 {
  font-size: 26px;
  margin-bottom: 14px;
}

.blog-details-right {
  width: 100%;
  border: 1px solid #EAEBED;
  background: #fff;
  border-radius: 20px;
  padding: 22px;
}

.blog-details-right h3 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.blog-details-right ul li {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.blog-details-right ul li:last-child {
  margin: 0;
}

.related-blog-img {
  width: 20%;
}

.related-blog-cont {
  width: 80%;
}

.related-blog-img-inner {
  width: 100%;
  height: 68px;
  overflow: hidden;
  border-radius: 8px;
}

.related-blog-img-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.related-blog-cont-inner {
  padding-left: 12px;
}

.related-blog-cont-inner h4 {
  letter-spacing: 0 !important;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 19px;
  margin-bottom: 5px;
}

.related-blog-cont-inner h4 a {
  font-size: 15px;
  color: #000;
  transition: .3s ease-in-out;
  text-decoration: none;
}

.related-blog-cont-inner h4 a:hover {
  color: #4346F2;
}

.related-blog-cont-inner p {
  letter-spacing: 0 !important;
  font-size: 14px;
  color: #9b9b9b;
  margin: 0;
}

/* privacy sec */

.privacy-sec {
  width: 100%;
  padding: 80px 0;
}

.privacy-inner-sec h2 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 20px;
}

.policy-info-box p {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 1.6;
}

.policy-info-box {
  margin-bottom: 30px;
}

.policy-info-box h3 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 12px;
  page-break-after: avoid;
  break-after: avoid;
}

.policy-info-box ul li {
  padding-left: 25px;
  position: relative;
  color: #868686;
  margin-bottom: 16px;
}

.policy-info-box ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: #373AE6;
  border-radius: 50%;
}


.user-dropdown button {
  display: flex;
  align-items: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  font-size: 14px;
  margin: 0;
}

.user-dropdown button svg {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.user-dropdown button::after {
  display: none;
}

.user-dropdown button:hover {
  transform: translateY(0);
  background-color: transparent;
}

.user-dropdown button.show {
  transform: translateY(0);
  background-color: transparent;
}

.user-dropdown .dropdown-menu {
  width: 256px;
  background: #fff;
  box-shadow: 0 25px 50px -12px #00000040;
  border: 1px solid #f3f4f6;
  border-radius: 24px;
  padding: 0;
  left: -112px;
  overflow: hidden;
}

.user-dropdown .dropdown-menu .user-box-top {
  background: #f9fafb;
  border-bottom: 1px solid #f3f4f6;
  padding: 24px;
}

.user-dropdown .dropdown-menu .user-box-top p {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9ca3af;
}

.user-dropdown .dropdown-menu .user-box-top h4 {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.user-dropdown ul {
  padding: 8px;
}

.user-dropdown ul li .dropdown-item {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  padding: 12px;
  font-weight: 400;
  color: #374151;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  transition: .3s ease-in-out;
}

.user-dropdown ul li .dropdown-item:hover {
  background-color: transparent;
  color: #4346F2;
}

.user-dropdown ul li.logout {
  border-top: 1px solid #f3f4f6;
}

.user-dropdown ul li.logout .dropdown-item:hover {
  color: #e53935;
}





















@media(max-width: 575px) {
  .user-dropdown button {
    width: 100px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .user-dropdown .dropdown-menu {
    width: 218px;
    border-radius: 8px;
  }

  .user-dropdown .dropdown-menu .user-box-top {
    padding: 12px;
  }
}