@import url(../css/universe.css);
@import url(../css/wealth-club.css);
@import url(../css/support.css);
@import url(../css/popup.css);
@import url(../css/eduzone.css);
@import url(../css/policy.css);
@import url(../css/price.css);
@import url(../css/fixed-income.css);

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  --primary-blue: #0062ff;
  --secondary-teal: #00d48c;
  --success-green: #16a34a;
  --dark-gray: #4b4b4b;
  --text-dark: #343a40;
  --text-secondary: #6c757d;
  --light-bg: #ffffff;
  --offer-box-bg: #f7f7f7;
  --card-border: #e9ecef;
}
body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}
.preloader {
  background: linear-gradient(135deg, #0061ff, #00e0c6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1111111111111111200;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
  max-width: 55px;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, #fff0);
  animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.5);
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background-image: linear-gradient(135deg, #0061ff, #00e0c6);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.header-top-area-wrapper {
  background: #f8f9fa;
  border-bottom: 1px solid #e5e5e5;
  padding: 3px 0;
}
.market-item strong {
  font-weight: 600;
  font-size: 12px;
  color: #4b4b4b;
  font-family: "Montserrat", sans-serif;
}
.market-item span {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.market-positive {
  color: #16a34a;
  font-weight: 600;
  font-size: 12px;
}
.market-positive svg {
  vertical-align: middle;
  width: 12px;
  margin-right: 5px;
}
.btn-gradient {
  color: #fff;
  border: none;
  transition: all 0.3s ease;
}
.btn-gradient:hover {
  color: #fff;
  background: linear-gradient(90deg, #007bff, #00d5a3);
  box-shadow: 0 4px 10px rgb(0 123 255 / 0.3);
}
.gradient-text-blue-green {
  background: linear-gradient(90deg, #007bff, #00c6ff, #00d5a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  text-fill-color: #fff0;
}
.gradient-text-blue-teal {
  background: linear-gradient(90deg, #007bff, #00c6ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  text-fill-color: #fff0;
}
.sub-title {
  display: block !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin: auto;
  padding: 12px 20px;
  background-color: #f0f9ff;
  color: #0065f3;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  border-radius: 9999px;
  width: max-content;
}
.sub-title svg {
  width: 16px;
  height: 16px;
}
.heading-sec h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
}
.gradient-text {
  background: linear-gradient(90deg, #007bff, #00e0c6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  color: #fff0;
}
.heading-sec p {
  font-size: 18px;
  color: #6b7280;
  max-width: 800px;
  margin: 0 auto;
}
.hero-banner-section {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f9ff 0%, #f8fcfc 50%, #e0f7f4 100%);
}
.hero-banner-section .btn-primary {
  background: linear-gradient(135deg, #0065f3, #00a5f5);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  font-weight: 600;
}
.hero-banner-section .small {
  font-size: 16px;
}
.hero-banner-section .btn-primary svg {
  margin-left: 10px;
}
.badge svg {
  width: 20px;
  margin-right: 10px;
}
.bottom-checklist span {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding-left: 1.5rem;
  position: relative;
}
.bottom-checklist span + span {
  border-left: 1px solid #dcdcdc;
  padding-left: 1.25rem;
}
.small-features-row {
  display: flex;
  gap: 14px;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 10px 18px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgb(0 0 0 / 0.08);
  font-weight: 500;
  font-size: 14px;
}
.icon-circle {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: #1e90ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.icon-circle i {
  font-size: 16px;
}
.top-confidence-badge {
  border: 1px solid #dee2e6;
  font-size: 0.85rem;
  color: #0065f3 !important;
  font-weight: 600;
  padding: 12px 25px !important;
  border-radius: 50px;
  margin-bottom: 10px;
  background-color: #ffffff !important;
  box-shadow: 0 10px 15px -3px var(--tw-shadow-color, #00000014),
    0 4px 6px -4px var(--tw-shadow-color, #00000012);
  font-family: Montserrat, sans-serif;
  display: inline-block;
  max-width: 100%;
  white-space: normal;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.top-confidence-badge .fa-map-marker-alt {
  color: var(--primary-blue);
}
.master-markets-badge {
  color: var(--primary-blue) !important;
  border: 1px solid rgb(0 123 255 / 0.3);
  font-weight: 600;
  font-size: 0.9rem !important;
  padding: 9px 20px !important;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: linear-gradient(45deg, #00ddab1a, #0065f31a);
  font-family: Montserrat, sans-serif;
}
.gradient-text-blue-green {
  background: linear-gradient(90deg, #007bff, #00c6ff, #00d5a3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #fff0;
  background-clip: text;
  text-fill-color: #fff0;
}
.offer-box {
  background-color: #fff0;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.05);
  padding: 15px;
  border-radius: 18px !important;
  margin: 20px auto;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  border: 2px solid #0d6efd4a;
  background: linear-gradient(135deg, #f0f9ff 0%, #ffffff 50%, #e0f7f4 100%);
}
.offer-text {
  font-size: 24px;
  font-weight: 600;
  font-weight: 700;
  color: #0065f3;
  font-family: "Montserrat", sans-serif;
  "Montserrat",font-family: sans-serif;
}
.small-features-row {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  flex-wrap: wrap;
}
.small-features-row .feature-item {
  font-size: 0.9rem;
  color: #0a0a0a;
  font-weight: 600;
  border-color: #dee2e6 !important;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid #dee2e6;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-family: "Montserrat", sans-serif;
}
.small-features-row .feature-item i {
  color: var(--primary-blue);
  margin-right: 5px;
}
.mockup-placeholder {
  position: relative;
  height: 450px;
  background-image: url(image_01d88f.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px;
}
.become-partner-btn {
  color: var(--dark-gray) !important;
  border-color: #dee2e6 !important;
  background: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #dee2e6;
  transition: 0.3s;
}
.become-partner-btn:hover {
  background: #f8f9fa;
}
.bottom-checklist svg {
  stroke: #00ddab;
  width: 20px;
  margin-right: 5px;
}
.bottom-checklist {
  font-size: 0.9rem;
  color: #6c757d !important;
  font-weight: 500;
}
.bottom-checklist span {
  padding-right: 0;
  padding-left: 0;
}
.bottom-checklist .fa-check-circle {
  color: var(--success-green) !important;
  font-size: 0.8rem;
}
.feature-card {
  border-radius: 18px;
  padding: 28px 26px;
  background: #fff;
  box-shadow: 0 4px 20px rgb(0 0 0 / 0.06);
  transition: all 0.25s ease;
  display: flex;
  gap: 20px;
  cursor: pointer;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.08);
}
.feature-card .icon-box {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007bff;
  color: #fff;
  font-size: 26px;
  flex-shrink: 0;
}
.feature-card svg {
  width: 28px;
  height: 28px;
}
.feature-card h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #111;
  font-family: "Montserrat", sans-serif;
}
.feature-card p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 22px;
  color: #6b7280;
}
.feature-card small,
.feature-card .small {
  font-size: 14px;
  color: #6b7280;
  font-weight: 400;
}
.feature-card small svg,
.feature-card .small svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.feature-card .badge {
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 0.08);
}
.speed-section {
  padding-bottom: 80px;
  overflow-y: hidden;
}
.speed-section .badge {
  padding: 0.5em 1em;
  font-size: 0.85em;
  border-radius: 50px;
  background-color: #e0e7ff !important;
  color: #3b82f6 !important;
}
.speed-section h1 {
  font-size: 3.5rem;
}
.speed-section h1.text-primary {
  color: #3b82f6 !important;
}
.speed-section .lead {
  max-width: 700px;
  margin: 0 auto;
}
.six-box .card {
  background: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border: none;
}
.six-box .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px -8px rgb(0 0 0 / 0.2) !important;
}
.six-box .card:hover .icon-box {
  transform: scale(1.05);
  box-shadow: 0 15px 30px -6px rgb(0 0 0 / 0.15);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.six-box .card-body svg {
  width: 28px;
  height: 28px;
}
.six-box .card-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.six-box .card-text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}
.capital-market-header {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  background: linear-gradient(
    135deg,
    rgb(0 97 255 / 0.063),
    rgb(0 82 204 / 0.063)
  );
  color: #0061ff;
}
.explore-btn {
  background: linear-gradient(135deg, #0061ff, #0052cc);
  border-color: var(--blue-primary);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
}
.explore-btn:hover {
  background-color: #386db6;
  border-color: #386db6;
  color: #fff;
}
.market-section {
  background: linear-gradient(
    135deg,
    rgb(0 97 255 / 0.03),
    rgb(0 82 204 / 0.02)
  );
  border-radius: 1rem;
  padding: 3.5rem;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.05);
  color: var(--text-dark);
}
.market-section .lead {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-dark);
  margin-bottom: 2rem;
}
.market-card {
  border: 1px solid var(--card-border);
  border-radius: 0.75rem;
  padding: 1.5rem;
  margin-bottom: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.icon-wrapper {
  font-size: 1.25rem;
  margin-right: 0.75rem;
}
.icon-placeholder {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--blue-primary);
  color: var(--blue-primary);
  background-color: rgb(0 97 255 / 0.082);
}
.card-content {
  margin-bottom: 0.5rem;
}
.card-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
}
.card-subtitle {
  font-size: 0.85rem;
  color: var(--text-secondary);
  font-weight: 400;
}
.card-primary-value {
  font-size: 18px;
  font-weight: 600;
  color: #0061ff;
  line-height: 1.4;
}
.capital-market-header {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  background: linear-gradient(
    135deg,
    rgb(0 97 255 / 0.03),
    rgb(0 82 204 / 0.02)
  );
  color: #0061ff;
}
.money-market-header {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  background: linear-gradient(
    135deg,
    rgb(22 163 74 / 0.063),
    rgb(21 128 61 / 0.063)
  );
  color: #16a34a;
}
.money-market {
  background: linear-gradient(
    135deg,
    rgb(22 163 74 / 0.03),
    rgb(21 128 61 / 0.02)
  );
  border-radius: 1rem;
  padding: 3.5rem;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.05);
  color: var(--text-dark);
}
.money-market .icon-placeholder {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--blue-primary);
  color: var(--blue-primary);
  background-color: rgb(22 163 74 / 0.082);
}
.money-market .card-primary-value {
  font-size: 18px;
  font-weight: 600;
  color: #16a34a;
  line-height: 1.4;
}
.money-explore-btn {
  background: linear-gradient(135deg, #16a34a, #15803d);
  border-color: var(--blue-primary);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
}
.wealth-market-header {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0.25rem 1rem;
  border-radius: 0.5rem;
  background: linear-gradient(
    135deg,
    rgb(0 224 198 / 0.063),
    rgb(0 196 160 / 0.063)
  );
  color: #00e0c6;
}
.wealth-explore-btn {
  background: linear-gradient(135deg, #00e0c6, #00c4a0);
  border-color: var(--blue-primary);
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
}
.wealth-market {
  background: linear-gradient(
    135deg,
    rgb(0 224 198 / 0.063),
    rgb(0 196 160 / 0.063)
  );
  border-radius: 1rem;
  padding: 3.5rem;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.05);
  color: var(--text-dark);
}
.wealth-market .icon-placeholder {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--blue-primary);
  color: var(--blue-primary);
  background: linear-gradient(
    135deg,
    rgb(0 224 198 / 0.063),
    rgb(0 196 160 / 0.063)
  );
}
.wealth-market .card-primary-value {
  font-size: 18px;
  font-weight: 600;
  color: #00e0c6;
  line-height: 1.4;
}
.dashboard-section {
  background: linear-gradient(91deg, #fafbff, transparent);
  margin-top: 70px;
}
.dashboard-list-group {
  position: relative;
}
.dashboard-list-group::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ebe6e7;
  z-index: 0;
}
.dashboard-list-group .list-group-item {
  background-color: #fff;
  border: none;
  padding: 1.5rem;
  margin-bottom: 0rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.dashboard-list-group .list-group-item:hover {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}
.dashboard-list-group .icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  margin-right: 1rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.dashboard-list-group .list-group-item:nth-child(1) .icon-box {
  background: linear-gradient(to right, #0065f3, #00a5f5);
}
.dashboard-list-group .list-group-item:nth-child(2) .icon-box {
  background: linear-gradient(to right, #00a5f5, #00ddab);
}
.dashboard-list-group .list-group-item:nth-child(3) .icon-box {
  background: linear-gradient(135deg, #00ddab, rgb(0 221 171 / 0.8));
}
.dashboard-list-group .list-group-item:nth-child(1) .icon-box svg,
.dashboard-list-group .list-group-item:nth-child(2) .icon-box svg {
  stroke: #fff;
}
.dashboard-list-group .list-group-item:nth-child(3) .icon-box svg {
  stroke: #fff;
}
.dashboard-list-group h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.dashboard-list-group p.small {
  font-size: 0.9rem;
  color: #6c757d;
}
.why-love-list {
  list-style: none;
  padding-left: 0;
}
.why-love-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.75rem;
  font-family: "Inter", sans-serif;
  color: #343a40;
}
.why-love-list .list-icon {
  background: linear-gradient(to right, #0065f3, #00ddab);
  border-radius: 50%;
  height: 25px;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.why-love-list .list-icon svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}
.cta-card {
  background-color: #f8fbff;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-top: 2.5rem;
}
.cta-card p.small {
  font-size: 0.9rem;
  color: #6c757d;
  margin-bottom: 0.5rem;
}
.cta-card .btn-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #3b82f6 !important;
  font-size: 1.1rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-card .btn-link svg {
  width: 20px;
  height: 20px;
  stroke: #3b82f6;
  transition: transform 0.2s ease-in-out;
}
.cta-card .btn-link:hover svg {
  transform: translateX(5px);
}
.bg-gradient-to-br {
  background: linear-gradient(to bottom right, #f0f9ff, #ffffff);
  border: 1px solid #0065f333;
}
.account-steps-section .custom-card-1 {
  background: linear-gradient(
    135deg,
    rgb(0 97 255 / 0.063),
    rgb(0 82 204 / 0.063)
  );
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.account-steps-section .custom-card-2 {
  background: linear-gradient(
    135deg,
    rgb(0 224 198 / 0.063),
    rgb(0 196 160 / 0.063)
  );
}
.account-steps-section .custom-card-3 {
  background: linear-gradient(
    135deg,
    rgb(22 163 74 / 0.063),
    rgb(21 128 61 / 0.063)
  );
}
.account-steps-section .step-number {
  color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: 700;
  font-size: 14px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-steps-section .step-num-1 {
  background: linear-gradient(135deg, #0061ff, #0052cc);
}
.account-steps-section .step-num-2 {
  background: linear-gradient(135deg, #00e0c6, #00c4a0);
}
.account-steps-section .step-num-3 {
  background: linear-gradient(135deg, #16a34a, #15803d);
}
.account-steps-section .icon-circle-box {
  width: 60px;
  height: 60px;
  border-radius: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.account-steps-section h3 {
  margin: 10px 0 20px 0;
}
.icon-1 {
  background-color: #0061ff15;
}
.icon-2 {
  background-color: rgb(0 224 198 / 0.082);
  color: #00e0c6;
}
.icon-3 {
  background-color: rgb(22 163 74 / 0.082);
  color: #16a34a;
}
.feature-list li {
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  color: #1a1a1a;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.custom-card-2 .feature-list li::before,
.custom-card-3 .feature-list li::before {
  color: #28a745;
}
.arrow-indicator {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  font-size: 40px;
  color: #ccc;
  font-weight: 200;
  pointer-events: none;
}
.timeline-card {
  background: linear-gradient(135deg, #0061ff, #00e0c6);
  position: relative;
  overflow: hidden;
}
.timeline-header {
  font-weight: 700;
  font-size: 44px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline-steps {
  position: relative;
  padding: 0 1rem;
}
.timeline-steps::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 4px;
  background-color: #fff3;
  z-index: 1;
  display: none;
}
.timeline-item {
  position: relative;
  padding: 10px 0;
  z-index: 11;
}
.timeline-icon-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: rgb(0 181 218 / 90%);
  border: 4px solid #fff3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 auto;
  position: relative;
  box-shadow: rgb(0 0 0 / 0.1) 0 8px 32px;
}
.timeline-icon-wrapper svg {
  width: 40px;
  height: 40px;
}
.timeline-icon {
  width: 60px;
  height: 60px;
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.timeline-icon svg {
  width: 32px;
  height: 32px;
}
.timeline-item h5 {
  font-size: 1rem;
  font-weight: 600;
  margin: 15px 0 10px !important;
}
.step-desc {
  color: #ffffffe8;
  font-size: 0.85rem;
  margin-bottom: 15px;
}
.step-time {
  background-color: rgb(255 255 255 / 0.1);
  color: #fff;
  border: 1px solid #fff3;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 10px;
  margin-top: 20px;
}
.final-step .ready-text {
  background-color: rgb(255 255 255 / 0.1);
  color: #fff;
  border: 1px solid #fff3;
}
.stats-summary {
  color: #fff;
  position: relative;
}
.stats-summary::before {
  content: "";
  display: block;
  width: 70%;
  height: 0;
  border-top: 1px solid #fff3;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.stat-icon {
  font-size: 1.5rem;
  color: #0cf;
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  padding: 15px;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 10px;
}
.stat-icon svg {
  width: 28px;
  height: 28px;
}
.stat-value {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
}
.stat-label {
  color: #ffffffe6;
  font-size: 15px;
}
.account-steps-section .custom-card-1 .list-icon,
.account-steps-section .custom-card-2 .list-icon,
.account-steps-section .custom-card-3 .list-icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 12px;
}
.account-steps-section .custom-card-1 .list-icon {
  background-color: rgb(0 97 255 / 0.082);
}
.account-steps-section .custom-card-2 .list-icon {
  background-color: rgb(0 224 198 / 0.082);
  color: #00e0c6;
}
.account-steps-section .custom-card-3 .list-icon {
  background-color: rgb(22 163 74 / 0.082);
  color: #00e0c6;
}
.account-steps-section .list-icon svg {
  width: 19px;
  height: 19px;
}
:root {
  --mint-main: rgb(0, 224, 198);
  --mint-dark: rgb(0, 196, 160);
  --blue-main: rgb(0, 97, 255);
  --blue-dark: rgb(0, 82, 204);
  --green-main: rgb(22, 163, 74);
  --green-dark: rgb(21, 128, 61);
  --gray-500: rgb(107, 114, 128);
}
.trust-security-section {
  background-color: #fff;
}
.trust-badge {
  color: var(--primary-blue) !important;
  border: 1px solid rgb(0 123 255 / 0.3);
  font-weight: 600;
}
.feature-box {
  color: #1f2937;
  font-weight: 600;
  font-size: 0.95rem;
  border-color: #dee2e6 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
}
.feature-box svg {
  stroke: #fff;
}
.hub-badge {
  color: white !important;
}
.hub-card {
  background: #fff;
  padding: 24px;
  border-radius: 1.5rem;
  box-shadow: 0 4px 10px rgb(0 0 0 / 0.05);
  text-align: left;
  transition: transform 0.3s ease;
}
.hub-card:hover {
  transform: translateY(-5px);
}
.hub-card .card-title {
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #0a0a0a;
  margin: 20px 0;
}
.key-topics p {
  color: var(--gray-500);
}
.beginner-card .card-subtitle,
.intermediate-card .card-subtitle,
.wealth-card .card-subtitle {
  font-family: Inter, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.beginner-card,
.intermediate-card,
.wealth-card {
  border: 2px solid #fff0;
}
.beginner-card:hover {
  border: 2px solid #00e0c6;
}
.intermediate-card:hover {
  border: 2px solid #0061ff;
}
.wealth-card:hover {
  border: 2px solid #16a34a;
}
.beginner-card .card-subtitle {
  color: var(--mint-main);
}
.intermediate-card .card-subtitle {
  color: var(--blue-main);
}
.beginner-card .card-text,
.intermediate-card .card-text {
  font-family: Inter, sans-serif;
  font-weight: 500;
  color: #3a3a3a;
}
.beginner-card {
  background: linear-gradient(
    135deg,
    rgb(0 224 198 / 0.063),
    rgb(0 196 160 / 0.063)
  );
}
.intermediate-card {
  background-color: #e6f0ff;
}
.wealth-card {
  background: linear-gradient(
    135deg,
    rgb(22 163 74 / 0.063),
    rgb(21 128 61 / 0.063)
  );
}
.hub-level {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
}
.hub-level.beginner {
  background-color: rgb(0 224 198 / 0.082);
  color: var(--mint-main);
}
.hub-level.intermediate {
  background-color: rgb(0 97 255 / 0.082);
  color: var(--blue-main);
}
.hub-level.all-levels {
  background-color: rgb(22 163 74 / 0.125);
  color: var(--green-main);
}
.finance-list-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 5px;
}
.finance-list {
  background: #fff;
  padding: 10px 8px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border: 1px solid #e8e8e8;
}
.finance-list i {
  font-size: 7px;
  margin-right: 5px;
  color: var(--mint-main);
}
.intermediate-card .finance-list i {
  color: var(--blue-main);
}
.wealth-card .finance-list i {
  color: var(--green-main);
}
.beginner-card .btn {
  background: linear-gradient(90deg, var(--mint-main), var(--mint-dark));
  color: #fff;
  border: none;
  font-family: Inter, sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 11px 30px;
}
.intermediate-card .btn {
  background: linear-gradient(90deg, var(--blue-main), var(--blue-dark));
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 11px 30px;
}
.wealth-card .btn {
  background: linear-gradient(90deg, var(--green-main), var(--green-dark));
  color: #fff;
  border: none;
  font-weight: 700;
  padding: 11px 30px;
}
.icon-bg {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgb(0 224 198 / 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.intermediate-card .icon-bg {
  background: rgb(0 97 255 / 0.082);
}
.wealth-card .icon-bg {
  background: rgb(22 163 74 / 0.082);
}
.course-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.course-text .count {
  font-weight: 700;
  font-size: 18px;
}
.course-text .label {
  font-size: 11px;
  color: var(--gray-500);
  margin-top: 2px;
}
.explore-btn svg {
  width: 18px;
}
.testimonial-section {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0 80px;
  overflow-y: hidden;
}
.testimonial-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px !important;
  box-shadow: 0 4px 8px rgb(0 0 0 / 0.05);
  text-align: left;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}
.continuous-slider .slick-list {
  padding: 0 50px 0 0 !important;
}
.continuous-slider .slide-item {
  padding: 0 10px;
}
.continuous-slider .card-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.continuous-slider .avatar {
  font-size: 30px;
  margin-right: 15px;
  background-color: #e0f2fe;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.continuous-slider .name {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
}
.continuous-slider .role {
  font-size: 14px;
  color: #888;
  margin: 0;
}
.continuous-slider .quote {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  min-height: 110px;
}
.continuous-slider .read-more {
  color: #0065f3;
  text-decoration: none;
  font-weight: 700;
  display: block;
  margin-top: 17px;
  font-size: 15px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}
.slick-prev,
.slick-next,
.slick-dots {
  display: none !important;
}
.continuous-slider .slick-slide {
  margin: 0 10px;
  margin-bottom: 15px;
}
.continuous-slider .read-more svg {
  width: 18px;
}
.footer-sec {
  background: linear-gradient(135deg, #0065f3, #00a5f5, #00eeb1);
}
.footer-content {
  background-color: #fff;
  padding: 40px 10px 30px;
}
.footer-content h6 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #4b4b4b;
}
.footer-logo {
  width: 200px;
}
.footer-content hr {
  border-top: 1px solid #cecece;
}
.footer-content ul li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 15px;
}

.footer-content ul li:last-child {
    padding-right: 15px;
}

.footer-content li a:hover {
  color: #0065f3 !important;
}
.footer-content svg {
  stroke: #6c757d;
  width: 20px;
}
.footer-content svg:hover {
  stroke: #007bff;
}
.bg-grey {
  background-color: #f9fafb;
  border-radius: 10px;
  border: 1px solid #e5e7eb !important;
}
.bg-grey h5 {
  color: #4b4b4b;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.investor-list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  margin-right: 12px;
  color: #333;
  font-size: 0.8em;
  left: 1px;
  position: absolute;
  top: 1px;
}
.investor-list li {
  position: relative;
}
.footer-list li {
  padding-left: 0px !important;
}
.footer-accordian button,
.footer-accordian button:focus {
  font-weight: 700;
  color: #4b4b4b;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  outline: none;
}
.notice-list li {
  position: relative;
}
.notice-list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f111";
  margin-right: 7px;
  color: #848484;
  font-size: 5px;
  left: 1px;
  position: absolute;
  top: 7px;
}
.footer-accordian .accordion-body {
  background-color: #f9fafb;
}
.holiday-calender h5 {
  color: #0065F3;
  font-family: Montserrat, sans-serif;
    font-weight: 600;
}
.holiday-calender .nav {
  background-color: #fff;
  padding-top: 10px;
  border-radius: 34px;
  border: 2px solid #7171821a;
  width: fit-content;
}
.holiday-calender .nav-item buttom {
  border-radius: 104px !important;
}
.holiday-calender #holiday-tab-content {
  background-color: #fff;
}
.calender-list {
  position: relative;
}
.calender-list ul li {
  padding-left: 15px;
  color: #6b7280 !important;
  position: relative;
  margin-bottom: 4px;
}
.calender-list ul {
  margin-bottom: 0;
}
.calender-list li::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f111";
  margin-right: 7px;
  color: #848484;
  font-size: 5px;
  left: 1px;
  position: absolute;
  top: 7px;
}
.holiday-calender .nav-pills .nav-link {
  border-radius: 50px !important;
  font-size: 14px;
  color: #6b7280;
  font-weight: 500;
  padding: 6px 17px;
  font-family: Montserrat, sans-serif;
}
.copyright {
  color: #4b4b4b;
  font-size: 14px;
}
.holiday-calender .nav-pills .nav-link.active {
  color: #fff;
  background-color: #0065F3;
}
.footer-list a {
  font-size: 14px;
  line-height: 25px;
}
.hero-banner-section h1 {
  font-size: 56px;
  line-height: 38px;
}
.why-choose-doros {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow-y: hidden;
}
.three-market-base {
  padding-bottom: 80px;
  overflow-y: hidden;
}
.dark-mode {
  background: linear-gradient(90deg, #0061ff, #00e0c6);
  box-shadow: rgb(0 97 255 / 0.2) 0 4px 20px;
  color: #fff;
}
.account-steps-section {
  padding: 0 0 80px;
}
.timeline-section {
  padding-bottom: 80px;
}
.market-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}
.timeline-card::before {
  content: "";
  position: absolute;
  bottom: 10%;
  left: 5%;
  width: 60px;
  height: 60px;
  border: 2px solid rgb(255 255 255 / 0.2);
  border-radius: 50%;
  pointer-events: none;
}
.timeline-card::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 8%;
  width: 50px;
  height: 50px;
  border: 2px solid rgb(255 255 255 / 0.2);
  border-radius: 12px;
  transform: rotate(15deg);
  pointer-events: none;
}
.custom-card-1,
.custom-card-2,
.custom-card-3 {
  border: 2px solid transparent !important;
  transition: border-color 0.4s ease, transform 0.4s ease;
}
.account-steps-section .custom-card-1:hover {
  border-color: #0052cc !important;
  transform: translateY(-5px);
}
.account-steps-section .custom-card-2:hover {
  border-color: #00c4a0 !important;
  transform: translateY(-5px);
}
.account-steps-section .custom-card-3:hover {
  border-color: #15803d !important;
  transform: translateY(-5px);
}
.gradient-line {
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #007bff, #00d2ff);
  border-radius: 2px;
}
.market-access-section {
  background-image: linear-gradient(to bottom, #fafbff 0%, #ffffff 100%);
  padding: 80px 0;
}
.learn-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
  padding: 20px 0 0;
  position: relative;
  transition: color 0.3s ease;
  font-family: "Montserrat", sans-serif;
}
.learn-more-btn .arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.learn-more-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #0d6efd;
  transition: width 0.3s ease;
}
.learn-more-btn:hover {
  color: #0b5ed7;
}
.learn-more-btn:hover .arrow {
  transform: translateX(4px);
}
.learn-more-btn:hover::after {
  width: 100%;
}
.learn-more-btn .arrow svg {
  width: 20px;
}
.why-access .feature-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 12px;
}
.why-access .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.1) !important;
}
.why-access .icon-box {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 1.5rem;
}
.accordion-custom .accordion-item {
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}
.accordion-custom .accordion-button {
  background-color: #fcfcfc !important;
  color: #000;
  padding: 1.5rem;
  box-shadow: none !important;
  font-weight: 600;
}
.accordion-custom .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230d6efd'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-custom .accordion-button:not(.collapsed) {
  color: #000;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 1rem;
}
.accordion-custom .accordion-body {
  padding: 0 1.5rem 1.5rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
.step-circle {
  width: 80px;
  height: 80px;
  border: 3px solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.75rem;
  font-weight: 700;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.four-steps {
  background: linear-gradient(180deg, #fafbff 0%, #ffffff 100%);
}
.four-steps p {
  margin-top: 15px;
}
.experience-card {
  background: linear-gradient(135deg, #0061ff, #00e0c6);
  border-radius: 20px;
  padding: 80px 0px !important;
}
.experience-card a {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #0065f3;
}
.experience-card .btn svg {
  width: 18px;
  margin-right: 8px;
}
.experience-card .btn:hover {
  background-color: #e6e6e6;
}
.exp-sec {
  padding: 80px 0;
  background: linear-gradient(180deg, #fafbff 0%, #ffffff 100%);
}
.faq-sec {
  padding: 80px 0;
}
.four-steps {
  padding: 80px 0;
}
.info-sec {
  padding: 80px 0;
}
.inner-banner h1 {
  line-height: 56px;
}
.inner-banner .master-markets-badge {
  color: #ffffff !important;
  background: linear-gradient(135deg, #0065f3, #00a5f5);
}
.inner-text-left p {
  color: #6b7280;
  line-height: 28px;
}
.inner-right .card {
  border: none;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgb(0 0 0 / 0.08);
}
.inner-right .icon-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}
.inner-right .bar {
  height: 40px;
  background: linear-gradient(180deg, #0d6efd, #4dabf7);
  border-radius: 6px;
}
.inner-right .progress-bar-custom {
  border-radius: 5px;
  background: linear-gradient(135deg, #0061ff, #00e0c6);
}
.inner-right .text-muted {
  font-size: 15px;
}
.inner-right .progress {
  height: 12px;
}


/*=========*/
.fixed-income-product-badge-cus {
    background: linear-gradient(135deg, rgb(0, 221, 171), rgb(0, 238, 177)) !important;
    border: none;
}

.fip-yeild-comparsion-box-sec {
    border-radius: 14px;
}

.fip-yeild-comparsion-box-sec .progress {
    background-color: transparent;
    height: 8px;
}

.fip-card-sec .progress {
    height: 8px;
}

.fip-portfolio-balance-box-sec .fip-port-badge-custom {
    padding: 7px 15px;
    border-radius: 15px;
    font-weight: 600;
} 

.fip-portfolio-balance-row h5 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
}

.fip-portfolio-balance-row .fip-port-balance-total-sec h5 {
    color: rgb(34, 197, 94);
}

.fip-second-custom-market-card-sec {
    border: 1px solid var(--card-border);
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.fip-second-custom-market-card-sec:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.fip-why-access-sec {
    padding-bottom: 80px;
}

/*========*/
.doros-advantage-section {
    background: #fbfcff;
    padding: 80px 0;
}

.doros-card {
    background: #f2f8fe;
    border-radius: 18px;
    padding: 48px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.fip-doros-feature-item {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.feature-icon {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.icon-blue {
    color: #2563eb;
}

.icon-green {
    color: #10b981;
}

.feature-title {
    font-size: 16px;
    margin-bottom: 3px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700 !important;
}

.feature-text {
    font-size: 14px;
    color: rgb(107, 114, 128);
}

.doros-advantage-section .cta-btn {
    margin-top: 20px;
    background: linear-gradient(90deg, #2563eb, #10b981);
    border: none;
    color: #fff;
    padding: 12px 22px;
    border-radius: 30px;
    font-weight: 500;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.doros-advantage-section .cta-btn:hover {
    opacity: 0.9;
}


.fip-ideal-for-every-investor-sec {
    padding: 80px 0 55px;
}

.fip-ideal-for-every-investor-sec .pill-row {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
}

.fip-ideal-for-every-investor-sec .pill {
    padding: 12px 30px;
    border-radius: 50px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 16px;
    background: #fff;
    white-space: nowrap;
}

.fip-ideal-for-every-investor-sec .pill:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.fip-ideal-for-every-investor-sec .pill-blue {
    border: 2px solid rgb(0, 101, 243);
    color: rgb(0, 101, 243);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.fip-ideal-for-every-investor-sec .pill-green {
    border: 2px solid rgb(0, 221, 171);
    color: #00ddab;
}
        
.fip-ideal-for-every-investor-custom-btn-row {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .fip-ideal-for-every-investor-sec .pill-row {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 15px;
    }
    
    .fip-ideal-for-every-investor-sec {
        padding: 80px 0 65px;
    }
}


.terms-conditions-dcpl-listing-one {
    padding-left: 0 !important;
    list-style: none;
}

.terms-conditions-dcpl-listing-one li {
    font-size: 15px;
    margin-bottom: 16px !important;
    position: relative;
    color: #444444 !important;
    font-weight: 400;
    display: flex;
}

.terms-conditions-dcpl-listing-one .tcdcpl-list-icon {
    background-color: rgb(0 97 255 / 0.082);
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
}

/*=======*/
.doros-capital-custom-table-wrapper {
    overflow-x: auto;
}

/* Table Styling */
.doros-capital-custom-table-one {
    min-width: 900px; /* forces scroll on small screens */
    border-collapse: collapse;
    background: #fff;
    font-size: 14px;
}

.doros-capital-custom-table-one {
    margin-bottom: 16px;
}

.doros-capital-custom-table-one thead {
    background: #0065f3;
}

.doros-capital-custom-table-one th {
    color: #ffffff;
    border: 1px solid #dee2e6;
    line-height: 1.7;
    font-size: 16px;
    text-align: center;
}

.doros-capital-custom-table-one td {
    border: 1px solid #dee2e6;
    color: #444;
    line-height: 1.7;
    font-size: 16px;
    text-align: center;
}

/*=======*/
/*.doros-cpaital-listing-one-sec li::marker {*/
/*    color: #0d6efd;*/
/*}*/

.term-sec .terms-section ul li a {
    color: #0d6efd;
    text-decoration: none;
    font-weight: 600;
}

/*=========*/
.faq-doros-cap-custom-sec p {
    color: #444;
    line-height: 1.7;
    font-size: 16px;
}

.faq-doros-cap-custom-sec ul {
    padding-left: 16px;
}

.faq-doros-cap-custom-sec ul li {
    color: #444;
    line-height: 1.7;
    font-size: 16px;
}

/*======*/
.doros-cap-order-listing-one {
    color: #444;
    line-height: 1.7;
    font-size: 16px;
}

/*=======*/
.t-bills-svg-sec{
    width:70px;
    height:auto;
}

.t-bills-govern-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    color: rgb(10, 10, 10);
    font-size: 16px;
}

.t-bills-govern-small-title {
    color: rgb(74 85 101);
    font-size: 14px;
}

/*=========*/
.t-bills-treasury-bills-main-two-sec {
    background: rgb(248, 250, 252);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 48px;
    border-radius: 30px;
}

.t-bills-treasury-bills-sub-two-sec {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    background: none;
}

.t-bills-sub-title-one-sec {
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: rgb(31, 41, 55);
}

.t-bills-sub-title-one-sec span {
    font-weight: 700;
    color: rgb(0, 101, 243);
}

.ti-icon-t-bills-box-sec {
    background: rgb(0, 101, 243);
}

.t-bills-treasury-bills-sub-two-sec .ti-content {
    margin-bottom: 20px;
}

.t-bills-custom-border-back-sec {
    background: rgb(239, 246, 255);
    border-left: 4px solid rgb(0, 101, 243);
    padding: 24px;
    border-radius: 20px;
}

.t-bills-custom-border-back-sec p {
    font-family: Inter, sans-serif;
    font-weight: 600;
    color: rgb(31, 41, 55);
    font-size: 18px;
    margin-bottom: 0;
}

/*===*/
.t-bills-discount-period-custom-sec {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 48px;
    margin-top: 48px;
    border-radius: 30px;
}

.t-bills-discount-period-custom-sec .step-content {
    text-align: center;
}

.t-bills-discount-period-custom-sec .step-description {
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: rgb(10, 10, 10);
    font-size: 16px;
}

.t-bills-discount-period-custom-sec .step-circle {
    border: none;
}

.t-bills-success-custom-sec {
    background: rgba(0, 221, 171, 0.082);
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: rgb(0, 221, 171);
}

.t-bills-typical-yeild-percent-sec {
    background: rgba(0, 221, 171, 0.02);
    border: 1px solid rgba(0, 221, 171, 0.19);
    padding: 15px;
    border-radius: 16px;
}

.t-bills-typical-yeild-percent-sec h4 {
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: rgb(0, 221, 171);
    margin-top: 5px;
}

.t-bills-basket-card-box-sec small {
    font-size: 12px;
    color: rgb(107, 114, 128);
}

.t-bills-basket-card-box-sec p {
    font-size: 14px;
    color: rgb(107, 114, 128);
    min-height: 42px;
}

.t-bills-basket-card-box-sec {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.t-bills-basket-card-box-sec:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px -8px rgb(0 0 0 / 0.2) !important;
}


.t-bills-typical-yeild-percent-sec-blue {
    background: rgba(0, 101, 243, 0.02);
    border: 1px solid rgba(0, 101, 243, 0.19);
    padding: 15px;
    border-radius: 16px;
}

.t-bills-typical-yeild-percent-sec-blue h4 {
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: rgb(0, 101, 243);
    margin-top: 5px;
}

.t-bills-typical-yeild-percent-sec-light-blue {
    background: rgba(0, 165, 245, 0.02);
    border: 1px solid rgba(0, 165, 245, 0.19);
    padding: 15px;
    border-radius: 16px;
}

.t-bills-typical-yeild-percent-sec-light-blue h4 {
    font-size: 20px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: rgb(0, 165, 245);
    margin-top: 5px;
}

.t-bills-treasury-bills-available-bg {
    background: rgb(248, 250, 252);
}

/*=========*/
.t-bills-underused-india-sec {
    background: #ffffff;
}

.t-bills-underused-india-sec .Intraday-icon {
    background: none;
}

.t-bills-underused-india-sec .t-bills-underused-h5-title {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: rgb(153, 27, 27);
    font-size: 28px;
}

.t-bills-underused-india-sec .t-bills-underused-h5-title-green {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    color: rgb(6, 95, 70);
    font-size: 28px;
}

.t-bills-underused-india-sec .Intraday-icon.green {
    background: rgb(16, 185, 129);
    border-radius: 50%;
}

.t-bills-underused-india-sec .Intraday-card {
    background: rgb(254, 242, 242);
    border: 2px solid #ffe2e2;
}

.t-bills-underused-india-sec .Intraday-list li {
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: rgb(127, 29, 29);
    font-size: 16px;
}

.t-bills-underused-india-sec .Intraday-list li .Intraday-check i {
    color: #ef4444;
    font-size: 18px;
}

.t-bills-underused-india-sec .Intraday-card.green-box{
    background: rgb(240, 253, 244);
    border: 2px solid #dcfce7;
}

.t-bills-underused-india-sec .green-box .Intraday-list li {
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: rgb(6, 95, 70);
    font-size: 16px;
}

.t-bills-underused-india-sec .Intraday-list li .Intraday-check.green i {
    color: #00a63e;
    font-size: 18px;
}

.t-bills-underused-third-educate-sec {
    background: linear-gradient(135deg, rgb(0, 101, 243), rgb(0, 221, 171));
    text-align: center;
    padding: 32px;
    border-radius: 18px;
}

.t-bills-underused-third-educate-sec h5 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
}

/*========*/
.t-bills-best-suited-for-custom-sec .tbbsfc-card p {
    font-family: Inter, sans-serif;
    font-weight: 500;
    color: rgb(107, 114, 128);
    font-size: 14px;
}

/*=====*/
.t-bills-best-suited-for-third-sec {
    background: rgb(239, 246, 255);
    border: 2px solid rgb(219, 234, 254);
    text-align: center;
    padding: 32px;
    border-radius: 18px;
}

.t-bills-best-suited-for-third-sec h5 {
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: rgb(30, 64, 175);
    font-size: 22px;
}

.t-bills-best-suited-for-third-sec h5 span {
    color: rgb(0, 101, 243);
}

/*=======*/
.t-bills-treasury-sense-custom-sec {
    padding: 80px 0;
}

.t-bills-treasury-sense-custom-sec .tbt-sense-f-card {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    gap: 10px;
}

.t-bills-treasury-sense-custom-sec .tbt-sense-f-card p {
    font-family: Inter, sans-serif;
    font-weight: 600;
    color: rgb(31, 41, 55);
    font-size: 14px;
    margin-top: 0;
}

/*=======*/
.doros-capital-footer-custom-top-menu {
    margin-bottom: 1.5rem !important;
}

.doros-capital-footer-custom-top-menu a {
    color: #212529;
    text-decoration: none;
    margin-right: 15px;
    font-size: 14px;
}

.doros-capital-footer-custom-top-menu a:not(:last-child)::after {
    content: " | ";
    margin-left: 15px;
    color: #212529;
}

.doros-capital-footer-custom-top-menu a:hover {
    text-decoration: none;
}

/*======*/
.coming-soon-custom-sec {
    background: linear-gradient(45deg, #eff6ff, #f0fdfa);
    padding: 80px 0;
    text-align: center;
}

.coming-soon-custom-img-sec img {
    width: 250px;
}

@media (max-width: 767px) {
    .coming-soon-custom-sec .heading-sec h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
    
    .coming-soon-custom-img-sec img {
        width: 150px;
    }
}

/*======*/
.doros-capital-custom-footer-table-wrap {
        overflow-x: auto;
}

.holiday-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background: #fff;
}

.holiday-table th {
    background: #0065f3;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-right: 1px solid #ffffff;
    text-align: center;
}

.holiday-table th:last-child {
    border-right: 1px solid #0065f3;
    border-bottom: 1px solid #dee2e6;
}

.holiday-table td {
    padding: 10px;
    border: 1px solid #dee2e6;
    color: #6B7280;
    text-align: center;
}


.holiday-table tr:hover {
    background: #eef4ff;
    transition: 0.3s;
}

.dor-cap-table-title-custom-sec {
    color: #0065f3;
    font-size: 14px !important;
    font-family: Montserrat, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.calender-list p {
        color: #6b7280 !important;
}

