.journey-footer p,
.feat-logos p {
  font-size: 40px;
}

.home-journey .banner-content-row {
  padding: 0px;
}

.home-journey .banner-content-row {
  margin-top: 10px;
}

.f-xl p,
p.f-xl {
  margin-top: 14%;
  font-size: 22px;
}

.banner-content.home-journey.part2 {}

.page-header.bg-beige {
  background: #fff;
}

.bannerimgs img {
  /*width:60%;*/
  width: 100%;
  height: 390px;
}

.banner-content::before {
  background: rgba(0, 0, 0, 0.3);
}

/*
   .bannerimgs img {
        width: 100%;
        height: auto;
        display: block;
    }


.bannerimgs img {
    width: 100%;
    height: 390px;
    object-fit: cover;       
    object-position: center;
}
*/






/* ===============================
   Feature Section Scoped Styles
   =============================== */

.feature-section {
  --primary-brand: #004a8c;
  --primary-hover: #002f59;

  --text-main: #0f172a;
  --text-muted: #475569;

  --bg-white: #ffffff;
  --bg-indigo-50: #eef1f3;
  --bg-orange-50: #fff7ed;

  padding: 10px 0;
  /*font-family: 'Plus Jakarta Sans', sans-serif;*/
  color: var(--text-main);
}

/* Layout */
.feature-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.feature-section .grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Headings & text */
.feature-section h2 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 1rem;
  line-height: 1.3;
  /*font-family: 'Plus Jakarta Sans', sans-serif;
      font-family: 'TiemposFine-Regular', sans-serif;*/
}

.feature-section p {
  font-size: 1.125rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

/* Buttons */
.feature-section .btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.feature-section .btn-primary {
  background: var(--primary-brand);
  color: #fff;
  /*font-family: 'TiemposFine-Regular', sans-serif;*/
  font-size: 16px;
  line-height: 1.6;

}

.feature-section .btn-primary:hover {
  background: var(--primary-hover);
}

.feature-section .btn-outline {
  border: 1px solid #cbd5e1;
  color: var(--text-main);
  background: #fff;
}

/* Feature cards */
.feature-section .feature-card-bg {
  padding: 60px;
  border-radius: 30px;
}

.feature-section .bg-tech-indigo {
  background: var(--bg-indigo-50);
}

.feature-section .bg-tech-orange {
  background: var(--bg-orange-50);
}

/* Bullet list */
.feature-section .bullets {
  list-style: none;
  margin: 30px 0;
}

.feature-section .bullets li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  /*color: var(--text-muted);
 font-family: 'TiemposFine-Regular', sans-serif;*/
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}

.feature-section .bullets li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: var(--primary-brand);
  font-size: 20px;
}

/* Mockup container */
.feature-section .mockup-container {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}

/* Kanban */
.feature-section .kanban-mockup {
  display: flex;
  gap: 15px;
  padding: 20px;
}

.feature-section .kanban-col {
  flex: 1;
  background: #f8fafc;
  border-radius: 8px;
  padding: 10px;
  height: 300px;
}

.feature-section .task-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 10px;
}

/* Skeletons */
.feature-section .skeleton-line {
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  margin-bottom: 8px;
}

.feature-section .skeleton-block {
  background: #e2e8f0;
  border-radius: 6px;
}

.feature-section .sk-primary {
  background: #c7d2fe;
}

.feature-section .sk-neutral {
  background: #f1f5f9;
}

/* Comment UI */
.feature-section .comment-ui {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
  position: relative;
}

.feature-section .highlight-spot {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(79, 70, 229, 0.2);
  border: 2px solid var(--primary-brand);
  border-radius: 50%;
  top: 35%;
  right: 25%;
}

.feature-section .tooltip-comment {
  position: absolute;
  top: 35%;
  right: -20px;
  transform: translateX(50%);
  background: var(--text-main);
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  font-size: 0.85rem;
  width: 180px;
}

/* Avatar */
.feature-section .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

/* Responsive */
@media (max-width: 900px) {
  .feature-section .grid-2 {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .feature-section h2 {
    font-size: 2rem;

  }
}


body {
  /*font-family: 'Plus Jakarta Sans', sans-serif;*/
}


.border10 {
  border-radius: 10px;
}



/* number starts */

/* ===============================
   Company Overview Section
   =============================== */

.company-overview-section {
  padding: 10px;
  border-radius: 30px;
  background: #fff;
  padding-top: 30px;
}

/* Inner spacing */
.company-overview-section .overview-inner {
  padding: 10px 0;
}

/* Title & description */
.company-overview-section .overview-title {
  margin-bottom: 1.625rem;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}

.company-overview-section .overview-description {
  margin-bottom: 3.75rem;
  max-width: 100%;
  font-size: 16;
  font-weight: 400;
  line-height: 1.6;
}

/* Counter grid */
.company-overview-section .overview-count-wrapper {
  display: grid;
  /*grid-template-columns: repeat(4, minmax(0, 1fr));*/
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8.5rem;
}

/* Counter item */
.company-overview-section .overview-count-list {
  position: relative;
  width: 9.375rem;
}

.company-overview-section .count-wrapper .count-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.6;
  margin-left: -5px;
  color: #004a8c;
  /*font-family: 'Manrope', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;*/
}

/* Numbers */
.company-overview-section .number-wrapper {
  display: flex;
  align-items: center;
}

.company-overview-section .number-title,
.company-overview-section .number-title-plus {
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 5.9063rem;
}

/* Gradient underline */
.company-overview-section .overview-count-list::after {
  content: "";
  position: absolute;
  display: block;
  height: 0.25rem;
  width: 3.625rem;
  border-radius: 9999px;
  margin-top: 0.75rem;
  background-image: linear-gradient(105.27deg,
      #3b38f0 -17.58%,
      #c9840b 47.6%,
      #ee2121 113.33%);
}

/* ===============================
   Responsive
   =============================== */

@media (max-width: 768px) {
  .company-overview-section .overview-title {
    font-size: 2.8125rem;
    line-height: normal;
  }

  .company-overview-section .overview-count-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.0625rem;
  }

  .company-overview-section .number-title,
  .company-overview-section .number-title-plus {
    font-size: 2.8125rem;
  }
}

@media (max-width: 425px) {
  .company-overview-section .overview-count-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-overview-section .number-title,
  .company-overview-section .number-title-plus {
    font-size: 1.875rem;
    line-height: 5rem;
  }
}


















/* ===============================
   FIX: No shrink + Proper underline
   =============================== */

/* DO NOT flex the container */
.company-overview-section .container {
  display: block;
}

/* Center grid properly */
.company-overview-section .overview-count-wrapper {
  justify-items: center;
  /* centers grid items */
  align-items: start;
  text-align: center;
}

/* Counter block */
.company-overview-section .overview-count-list {
  width: auto;
  padding-bottom: 1.5rem;
  /* space for underline */
}

/* Center number row */
.company-overview-section .number-wrapper {
  justify-content: center;
}

/* FIX underline position */
.company-overview-section .overview-count-list::after {
  bottom: 0;
  /* move line BELOW content */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
}


/* number ends */

p.bannerbottomcnt {
  font-size: 30px;
  color: #000;
  padding-left: 10%;
  padding-right: 10%;
}

.hidden-xs {
  display: block;
}

.visible-xs {
  display: none;
}

/* homepage starts */

@media (max-width: 860px) {
  .header-inner .row {
    sdisplay: flex;
    width: 100%;
  }

  .header-inner .row a {
    width: 90%;
  }

  .mobile-nav-trigger-outter {
    width: 10%;
    margin-top: 5%;
  }

  .logo img {
    width: 60%;
    max-width: 100%;
    display: block;
    margin-left: 20%;
  }

  p.bannerbottomcnt {
    font-size: 16px;
    padding: 0;
  }

  .hidden-xs {
    display: none;
  }

  .visible-xs {
    display: block;
  }

  .company-overview-section .overview-count-wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .company-overview-section .count-wrapper .count-title {
    font-size: 13px;
  }

  .company-overview-section .number-title,
  .company-overview-section .number-title-plus {
    font-size: 18px;
    line-height: 5rem;
  }

  .company-overview-section .overview-count-list {
    padding-bottom: 10px;
  }

  .anchor {
    margin-top: -30px;
    padding-bottom: 30px;
    display: block;
    position: relative;
    z-index: -1;
  }

  .feature-section .feature-card-bg {
    padding: 10px;
  }

  .feature-section h2 {
    font-size: 21px;
  }

  .feature-section .btn-primary {
    display: none;
  }

  .offerss .column {
    width: 32%;
    float: left;
    box-sizing: border-box;
  }

  .service-block h3 {
    font-size: 16px;
  }

  .service-block p {
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .fund-analysis {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right .card {
    width: 82%;
  }

  .footer-cta .gform_footer,
  .footer-form .gform_footer {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    top: 0% !important;
    margin: 0% !important;
  }

  .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    width: 100%;
    margin-bottom: 10px;
  }

  .gform_wrapper.gravity-theme .gform_fields {

    display: block;
    /* margin-bottom: 20px; */
    width: 100%;
  }

  .footer-cta .gform_wrapper .gform_body,
  .footer-form .gform_wrapper .gform_body {
    padding: 0 !important;
  }

  #gform_submit_button_1,
  .gform_wrapper .gform_button,
  .footer-cta .gform_footer .button,
  .footer-form .gform_footer .button {
    margin-top: 10% !important;
  }

  .copyright .row {
    display: block !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 13px;
  }

  .copyright .text-right {
    text-align: left !important;
  }

  .copyright .row .footer2 {
    text-align: left !important;
  }
}

/* homepage ends */