* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  scroll-padding-top: 60px;
}

a {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('./font/AvenirLTStd-Roman.eot');
    src: url('./font/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('./font/AvenirLTStd-Roman.woff2') format('woff2'),
        url('./font/AvenirLTStd-Roman.woff') format('woff'),
        url('./font/AvenirLTStd-Roman.ttf') format('truetype'),
        url('./font/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



button:focus {
  outline: none;
}

button {
  cursor: pointer;
}

a:hover {
  text-decoration: none !important;
}


        .hero-section {
            position: relative;
            text-align: center;
            padding: 60px 20px;
                height: 810px;
        }

        .hero-section .bg-globe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;

            z-index: -1;
        }

        .icon-dot {
            position: absolute;

        }



        .green-text {
            color: #45d646;
        }

        .dashboard-card {
            background: #fff;
            color: #000;
            border-radius: 25px;
            padding: 30px;
            margin-top: -60px;
            box-shadow: 0 10px 40px rgba(0,0,0,0.3);
        }

        .small-box {
            background: #f9faff;
            padding: 20px;
            border-radius: 15px;
            border: 1px solid #eaeaf1;
        }


.top-section {
    padding-top: 10px;
    padding-bottom: 10px;
}
.badge {
    border: 1px solid #ffffff5c;
    background: #00000000;
    backdrop-filter: blur(9px);
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding: 12px 12px;
    border-radius: 8px;
}


.language-button {
  background-color: #ffffff;
  border-radius: 100px;
  padding: 8px 24px 8px 24px;
}
.modal-header {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
}
.mynd-fintech-btn-nav{
  background-color: #2fa52d;
  padding: 8px 24px 8px 24px;
  border-radius: 100px;
  margin-left: 8px;
  transition: background-color 0.9s ease, font-weight 0.9s ease;

  span {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
  }
}

.mynd-fintech-btn-nav:hover {
  background-color: black;

  span {
    text-decoration: none !important;
  }
}

.nav-content {
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #5E718D !important;
}

.nav-content:hover {
  text-decoration: none;
}

.nav-content-container:not(:last-child) {
  padding-right: 20px;
}
li.nav-item.nav-content-container.active a {
    color: #042BB2 !important;
    font-weight: 600;
}
#registerDropdown {
    background: #3865FF;
    color: #fff;
    padding: 10px 26px;
    border-radius: 8px;
    font-weight: 500;
}
a#loginDropdown {
    background: #fff;
    color: #000;
    padding: 10px 26px;
    border-radius: 8px;
    font-weight: 500;
}
.video-section-container {
  padding-left: 30px;
}

.maximise-returns-text {
  padding: 12px 0 0 0;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #5e718d;
}

.get-started-btn {
  font-family: "Outfit", sans-serif;
  background-color: #2fa52d;
  border-radius: 12px;
  padding: 16px 24px 16px 24px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}
.modal-submit-btn{
  font-family: "Outfit", sans-serif;
  background-color: #2fa52d;
  border-radius: 12px;
  padding: 11px 40px 11px 40px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.modal-submit-btn:hover{
    background-color: #37c035;
}
.modal-label{
 font-family: "Urbanist", sans-serif;
font-weight: 600;
font-size: 14px;
line-height: 20px;
color: #455468;
padding-left: 6px;

}
.tel-input{
  /* border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; */
  padding-left: 54px;

}
.tel-select{
 width: 10px !important;
}

.get-started-btn:hover {
  background-color: #37c035;
}
.navbar {
  transition: all 0.3s ease-in-out;
  padding-top: 7px;
}


.banner-heading {
    font-family: "Urbanist", sans-serif;
    color: #fff;
    font-size: 70px;
    font-weight: 800;
    line-height: 100%;
}

.benefits-card-last {
  padding: 24px;
}

.lead {
    color: #fff;
    font-size: 30px;
    line-height: 38px;
    font-weight: 400;
    font-family: 'Avenir LT Std';
}
.btn-primary2 {
    background: #3865ff;
    color: #fff;
}

.banner-btn {
    gap: 20px;
}

.banner-btn .btn.btn-light {
    color: #3865ff;
}
.banner-btn .btn {
    padding: 13px 25px;
    font-size: 16px;
    letter-spacing: 1px;
}
.bg-overlay {
    background: #191836c4;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero-section .container {
    z-index: 1;
    position: relative;
}
img.banner-lyer {
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner-bottom {
    margin-top: -46%;
    z-index: 1;
}

.banner-bottom img {
    width: 100%;
}

.logo-slider {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.slide-track {
  display: flex;
  width: calc(250px * 10); /* logo width * total images (5 original + 5 duplicate) */
  animation: scroll 18s linear infinite;
}

.logo {
  height: 34px;
  width: auto;
  margin: 0 15px;
  object-fit: contain;
}

.logo:hover {
  opacity: 1;
  transform: scale(1.05);
}

@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.heading4 {
    font-size: 24px;
    font-weight: 700;
}
.section {
    padding: 80px 0px;
}
.text {
    color: #1C222B;
    font-size: 18px;
    font-family: 'Avenir LT Std';
}
.box-show {
    box-shadow: 0px 24px 48px 0px #3366FF0D;
    padding: 24px;
    backdrop-filter: blur(100px);
    border-radius: 20px;
}
.box-show h6.ufx-subtitle {
    color: #0F3CD9;
    font-family: 'Avenir LT Std';
    font-size: 22px;
}
/* Background */
.ufx-section {
  position: relative;
}
/* Title & subtitle */
.ufx-subtitle {
  color: #2F6BFF;
  font-weight: 600;
  font-size: 25px;
}
.ufx-title {
  font-size: 44px;
  font-weight: 700;
  color: #000;
}
/* Cards */
.ufx-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0px 15px 35px 0px #0000000D;
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 150px;
  border: 1px solid #E5EAF4;
}
.ufx-section .row.g-4 .col-md-4 {
    margin-bottom: 25px;
}
.ufx-card p {
    margin: 0;
    font-size: 20px;
    color: #183B56;
    font-weight: 500;
    font-family: 'Urbanist', sans-serif;
    line-height: 120%;
}
/* Icons */
.ufx-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

.ufx-section .bglayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
        overflow: hidden;
}
.right-scroll-box .text {
    color: #5E718D;
    line-height: 120%;
}

.ufx-section .bglayer img {
    width: 100%;
}
img.pater2 {
    position: absolute;
    right: -11px;
    bottom: -34px;
}
img.pater1 {
    position: absolute;
    left: -13px;
    top: 110px;
}

.financing-section {
  position: relative;
  background: url(./images/bg-lye3.webp);
  background-size: cover;
  background-repeat: no-repeat;
      background-position: top;
}

.feature-card {
    background: #fff;
    border-radius: 20px;
    transition: 0.3s ease;
    border: 1px solid #E9EFF6;
    box-shadow: 0px 0px 30px 0px #0000000F;
        min-height: 278px;
}

.feature-card:hover {
    transform: translateY(-5px);

}
.financing-section .col-md-5 .text {
    color: #5E718D;
    font-size: 22px;
    line-height: 120%;
}

.feature-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-top: 14px;
    margin-left: 15px;
}

.text-primary {
    color: #2A63F5 !important; /* blue like your design */
}

.icon-wrper .icon-bg {
    position: absolute;
    top: 0;
    left: 0;
    animation: rotateBorder 30s linear infinite;
}
.icon-wrper {
    position: relative;
    min-height: 108px;
}
/* Animation keyframes */
@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* .right-scroll-box {
    height: 600px;
    overflow-y: auto;
    padding-right: 0px;
} */

.right-scroll-box::-webkit-scrollbar {
    width: 0px;
}

.right-scroll-box::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}



/* Background */
.contact-us-section {
    background: url("./images/contact-us-bg.svg") center/cover no-repeat;
    padding: 90px 0 120px;
}

/* Headings */
.get-in-touch-heading {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: #01081b;
}

.need-help-text {
    font-family: "Avenir", sans-serif;
    font-size: 20px;
    color: #5e718d;
    margin: 4px 0;
}

/* Card Row */
.contact-card-row {
    max-width: 1100px;
}

/* Contact Card */
.contact-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 26px;
    border: 1px solid #e4ebf0;
    display: flex;
    gap: 18px;
    align-items: center;

    box-shadow: 0px 8px 28px rgba(0, 0, 0, 0.10);
    transition: all 0.3s ease;
    height: 100%;
}

.contact-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.15);
}

/* Icon Circle */
.icon-circle {
    min-width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #eef3ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Card Content */
.card-title {
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1c222b;
    margin: 0 0 4px;
}

.card-text {
    font-family: "Avenir", sans-serif;
    font-size: 15px;
    color: #2d3643;
    margin: 0;
    line-height: 1.4;
}

.card-text a {
    color: #2d3643;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
    .contact-card {
        flex-direction: column;
        text-align: center;
    }
}




.footer-section {
  margin-top: 57px;
  margin-right: 50px;
    margin-left: 50px;
}

.footer-logo-content {
  font-family: "Outfit", sans-serif;
  color: #6f6c90;
  font-size: 14px;
}

.office-address-heading {
  color: #170f49;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 18px;
  padding-top: 32px;
}

.footer-logo-container {
  margin: 0 0 92px 0px;
}

.short-links-container{
   font-family: "Urbanist", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #1c222b;

  a {
    text-decoration: none;
    color: #455468 !important;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
  }

  li {
    padding: 12px 0 0 0;
  }
}

.footer-subheading {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #1c222b;
}

.other-pages-container {
  padding: 0 0 0 150px;

  a {
    text-decoration: none;
    color: #455468;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 150%;
  }

  li {
    padding: 12px 0 0 0;
  }
}

.copyright-text {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 150%;
  color: #4d525f;
  display: inline-block;
  padding: 24px 0 24px 0;
}

.mynd-logo-container {
  margin-left: 44px;
}

.navbar-button-container {
  margin-right: 44px;
}
.mynd-fintech-financing-solutions {
  margin-top: 45px;
}

.active-card{
  background-color: #2fa52d;

  p {
    color: #ffffff;
  }

  span {
    color: #ffffff;
  }
}


.copyright-section {
  background: url(./images/copyright-background.svg);
  background-size: cover;
}



.hide {
  display: none;
}


.receivable-finance-card:not(:first-child) {
  margin: 27px 0 0 0;
}

.buttons-wrapper {
  padding: 8px 8px 8px 8px;
  background-color: #ffffff;
  border-radius: 8px;
  gap: 8px;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
}

input {
  border-radius: 12px !important;
  border: 1px solid #e5e5e5;
  padding: 8px 20px 8px 20px;
  outline: none !important;
  width: 100%;
}


.testimonial-card img {
  border-radius: 50%;
}

.testimonial-content {
  font-size: 16px;
  margin-top: 15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  border-radius: 50%;
  padding: 10px;
}

.carousel-organization-name {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.carousel-testimonial-name {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #455468;
}

.testimonial-content {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #455468;
}

.carousel-indicators li {
  background-color: #007bff;
}

.carousel-container {
  position: relative;
  max-width: 800px;
  margin: auto;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}

.carousel-control-prev {
  left: -40px;
}

.carousel-control-next {
  right: -40px;
}

.fixed-navbar {
  position: fixed;
  padding-top: 10px !important;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.7) !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background: transparent;
  backdrop-filter: blur(4px);
}
.stats {
  display: flex;
  align-items: center;
  gap: 50px;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 80px;
  border-top-left-radius: 35px;
}

.sidebar a {
  padding: 8px 8px 30px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  font-size: 18px;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 36px;
  margin-right: 50px;
  margin-top: 20px;
}
.closebtn {
  background: none;
  border: none;
  outline: none;
}

.overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.mobile-nav {
  display: none !important;
  padding-top: 10px !important;
}
.modal-heading{
  font-family: "Urbanist", sans-serif;
line-height: 120%;
color: #0F3CD9;
}
.modal-content{
  background-color: #F8FAFF;
}
.flag-img{
  position: absolute;
  z-index: 100;
  left: 12px;
  top: 13px;
}
.input-arrow-modal{
  position: absolute;
  z-index: 100;
  top: 19px;
  left: 36px;
}
.modal-header{
  border-bottom: 0px;
}

.modal-footer{
  border-top: 0px;
}
 .modal-dialog{
  max-width: 1000px;
 }
.modal-content {
 padding: 32px;
 border-radius: 24px;
}
.modal-subheading{
  font-family: "Urbanist", sans-serif;
font-weight: 700;
font-size: 32px;
line-height: 151%;
color: #25272D;

}
.sub-text {
    font-size: 22px;
    color: #5E718D;
    font-family: 'Avenir LT Std';
    line-height: 120%;
    font-weight: 400;
    margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .navbar-collapse {
    display: none !important;
  }
  .navbar-toggler {
    display: block !important;
  }
}
/* X-Small devices (portrait phones, less than 576px) */
@media (min-width: 220px) and (max-width: 576px) {
  .mobile-nav {
    display: flex !important;
  }

  .desktop-nav {
    display: none !important;
  }

  .mynd-fintech-financing-solutions {
    margin-top: 0px;
  }

  .carousel-testimonial-name {
    font-size: 15px;
  }

  .stats {
    display: block;
  }


  .get-in-touch-cards {
    padding-bottom: 42px !important;
  }

  .finance-solutions-card-container {
    gap: 0px;
    margin-top: 0px !important;
  }

  .footer-section {
    margin-top: 42px !important;
  }




  .smarter-solutions-heading {
    font-size: 18px;
  }

  .benefits-cards-heading {
    font-size: 18px;
  }

  .buttons-wrapper {
    margin-top: 17px;
  }

  .benefits-discounting-heading {
    font-size: 20px;
  }

  .dynamic-discounting-heading {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .mynd-grp-content {
    padding: 13px 0 0 0;
    font-size: 14px;
  }

  .mynd-grp-subheading {
    font-size: 15px;
  }

  .mynd-grp-section {
    margin: 42px 0 0 0;
  }

  .mynd-grp-heading {
    font-size: 20px;
  }

  .empowering-text {
    font-size: 14px;
  }

  .finance-solutions-heading {
    font-size: 18px;
  }

  .solutions-container {
    margin: 13px 13px !important;
  }

  .video-section-container {
    padding-top: 26px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .solutions-heading {
    display: none !important;
  }

  .language-button {
    display: none;
  }


  .receivable-finance-card:first-child {
    margin: 20px 0 0 0;
  }

  .footer-logo-container {
    margin-left: 0px !important;
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }

  .contact-card {
    margin-bottom: 24px;
  }



  .contact-card-content {
    font-size: 12px;
  }

  .mail-text {
    font-size: 12px;
  }

  .video-container {
    margin: 18px 0 0 0;
  }

  .tata-logo {
    height: 37px;
    width: 37px;
  }

  .lu-logo {
    height: 23px;
    width: 60px;
  }

  .daikin-logo {
    width: 105px;
    height: 23px;
  }

  .amazon-logo {
    height: 23px;
    width: 74px;
  }

  .tvs-logo {
    height: 22px;
    width: 79px;
  }

  .dabur-logo {
    height: 23px;
    width: 25px;
  }

  .ashok-leyland-logo {
    width: 75px;
    height: 23px;
  }

  .joy-logo {
    width: 69px;
    height: 23px;
  }

  .amd-logo {
    width: 72px;
    height: 17px;
  }

  .blue-star-logo {
    width: 112px;
    height: 22px;
  }

  .get-started-btn {
    padding: 8px 12px 8px 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .know-more-btn {
    padding: 8px 12px 8px 12px;
    font-size: 12px;
    line-height: 16px;
  }


  .finance-section {
    margin-top: 20px;
  }

  .tech-stack-heading {
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .mobile-nav {
    display: flex !important;
  }

  .desktop-nav {
    display: none !important;
  }


  .get-in-touch-cards {
    padding-bottom: 42px !important;
  }

  .footer-section {
    margin-top: 42px !important;
  }

  .get-in-touch-cards {
    padding-bottom: 42px !important;
  }

  .footer-section {
    margin-top: 42px !important;
  }

  .video-section-container {
    padding-top: 26px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .projects-done-section {
    margin-top: 22px;
  }

  .navbar-button-container {
    display: none;
  }

  .language-button {
    display: none;
  }

  .mynd-fintech-btn-nav {
    display: none;
  }

  .maximise-returns-text {
    display: none;
  }

  .projects-done-wrapper {
    position: unset;
    margin-top: 42px;
    margin: auto;
  }

  .video-container {
    margin: 10px 0 0 0;
  }

  .our-products-section {
    margin: 42px 0 0 0;
  }

  .receivable-finance-card:first-child {
    margin: 20px 0 0 0;
  }

  .links-container {
    padding-left: 0px;
  }

  .footer-logo-container {
    margin-left: 0px !important;
    margin-bottom: 45px !important;
    margin-top: 45px !important;
  }

  .contact-card {
    margin-bottom: 24px;
  }

  .tech-card {
    border-right: 0px !important;
    border-bottom: 1px solid #dee2e6 !important;
  }

  .benefits-card {
    border-right: 0px !important;
    border-bottom: 1px solid #dee2e6 !important;
  }

  .tech-stack-heading {
    font-size: 26px;
    margin: 58px 0 20px 0;
  }



  .mynd-logo-container {
    margin-left: 0px;
    margin-right: auto;
  }

  .projects-number-container {
    font-size: 20px;
  }

  .projects-done-text {
    font-size: 12px;
  }

  .projects-container {
    display: block;
  }

  .project-done-container {
    gap: 16px;
    padding: 12px !important;

    img {
      height: 18px;
      width: 18px;
    }
  }

  .partnership-section {
    margin-top: 42px;
  }

  .thumbs-up-img-container {
    text-align: center;
  }

  .number-of-projects-container {
    align-items: center;
  }

  .projects-done-text {
    text-align: center;
  }

  .discounting-system-card {
    margin-bottom: 24px;
  }

  .discounting-system-card-text {
    font-size: 16px;
  }

  .video-container {
    margin: 18px 0 0 0;
  }

  .tata-logo {
    height: 37px;
    width: 37px;
  }

  .lu-logo {
    height: 23px;
    width: 60px;
  }

  .daikin-logo {
    width: 105px;
    height: 23px;
  }

  .amazon-logo {
    height: 23px;
    width: 74px;
  }

  .tvs-logo {
    height: 22px;
    width: 79px;
  }

  .dabur-logo {
    height: 23px;
    width: 25px;
  }

  .ashok-leyland-logo {
    width: 75px;
    height: 23px;
  }

  .joy-logo {
    width: 69px;
    height: 23px;
  }

  .amd-logo {
    width: 72px;
    height: 17px;
  }

  .blue-star-logo {
    width: 112px;
    height: 22px;
  }

  .get-started-btn {
    padding: 8px 12px 8px 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .know-more-btn {
    padding: 8px 12px 8px 12px;
    font-size: 12px;
    line-height: 16px;

    span {
      padding-left: 5px;
    }
  }

  .finance-section {
    margin-top: 36px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 1024px) {
  .contact-us-container {
    display: flex;
  }

  .links-container {
    display: block;
    padding-left: 0px;
  }

  .short-links-container {
    display: block;
  }

  .stats {
    gap: 20px !important;
  }

  .receivable-finance-card-text {
    font-size: 14px !important;
  }

  .footer-section {
    margin-top: 42px !important;
  }

  .footer-logo-container {
    margin-left: 0px !important;
    margin-bottom: 55px !important;
    margin-top: 55px !important;
  }

  .links-container {
    display: block;
    padding-left: 0px;
  }

  .contact-us-container {
    display: flex;
  }

  .short-links-container {
    display: block;
  }

  .top-section {
    padding: 14px;
  }

  .projects-done-section {
    margin-top: 22px;
  }

  .language-button {
    display: none;
  }

  .mynd-fintech-btn-nav {
    display: none;
  }

  .maximise-returns-text {
    display: none;
  }

  .mynd-logo-container {
    margin-right: auto;
  }

  .projects-done-wrapper {
    position: unset;
    margin-top: 42px;
    margin: auto;
  }

  .contact-card {
    margin-bottom: 24px;
  }


  .projects-number-container {
    font-size: 20px;
  }

  .projects-done-text {
    font-size: 12px;
  }

  .projects-container {
    display: block;
  }

  .partnership-section {
    margin-top: 28px;
  }

  .thumbs-up-img-container {
    text-align: center;
  }

  .number-of-projects-container {
    align-items: center;
  }

  .projects-done-text {
    text-align: center;
  }

  .navbar-button-container {
    display: none;
  }

  .discounting-system-card-text {
    font-size: 16px;
  }

  .chat-heading {
    font-size: 16px;
  }

  .contact-card-content {
    font-size: 12px;
  }

  .mail-text {
    font-size: 12px;
  }

  .video-container {
    margin: 18px 0 0 0;
  }
}
@media only screen and (max-width: 1600px){
.banner-bottom {
    margin-top: -32%;
}
}
@media only screen and (max-width: 1442px){
.nav-content-container:not(:last-child) {
    padding-right: 20px;
}
}
@media only screen and (max-width: 1366px) {

.nav-content-container:not(:last-child) {
    padding-right: 14px;
}

.hero-section {
    padding: 42px 20px;
    height: 700px;
}
.banner-bottom {
    margin-top: -39%;
}
.badge {
    font-size: 16px;
}
.nav-content {
    font-size: 15px;

}
}


/* Background image */

.capabilities-bg {
    background: url("./images/Rectangle\ 34626875.png") center/cover no-repeat;
    position: absolute;
    inset: 0;
    z-index: -2; /* image behind overlay */
}
.platform-capabilities {
    position: relative;
    padding: 120px 0 160px;
    color: #ffffff;
    overflow: hidden;
}

/* BACKGROUND IMAGE */
.capabilities-bg {
    background: url("./images/Group\ 1261152950.png") center/cover;
    position: absolute;
    inset: 0;
    z-index: -2;
}


/* ---------------------------
   CARD WRAPPER
----------------------------*/
.cap-card {
    width: 100%;
    max-width: 380px;                    /* matches figma width */
    padding: 20px 20px 20px 30px;        /* top/bottom 20, left 30, right 20 */

    background: rgba(255, 255, 255, 0.10);  /* white @ 10% */
    border-radius: 30px;

    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);

    display: flex;
    flex-direction: column;
    gap: 20px;                            /* spacing between items */

    position: relative;
    overflow: hidden;
}

.cap-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 30px;

    /* gradient shiny border */
    padding: 1.2px;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.55),
        rgba(255, 255, 255, 0.25),
        rgba(255, 255, 255, 0.10),
        rgba(255, 255, 255, 0.35)
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    pointer-events: none;
}

.cap-title,
.cap-item {
    text-align: left;
}
.cap-item {
    background: #ffffff;
    color: #000000;
    padding: 14px 16px;
    border-radius: 16px;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;

    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.35);
}
.cap-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    fill: slategray;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.2;
}
/* Wrapper */
.cap-bottom-line-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 80px;
}

/* Horizontal dotted line container */
.cap-bottom-line {
    width: 80%;
    border-top: 2px dashed rgba(255, 255, 255, 0.3);
    position: relative;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-top: 45px; /* space for icons above line */
}

/* Each icon column */
.cap-icon-box {
    position: relative;
    top: -28px; /* lifts icons over the line */
}

/* Circular icon container (glass style) */
.cap-icon-circle {
    width: 68px;
    height: 68px;

    background: rgba(255, 255, 255, 0.10);
    border-radius: 50%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255, 255, 255, 0.20);

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 0px 6px 20px rgba(0,0,0,0.35);
}

/* Icon images */
.cap-icon-circle img {
    width: 32px;
    height: 32px;
}


/* Heading inside card */
.cap-title,
.cap-item {
    text-align: left;
}


/* ---------------------------
   WHITE GLOW ITEMS
----------------------------*/
.cap-item {
    background: rgb(255, 255, 255);
    color: #3D4A5C;
    padding: 14px 16px;
    border-radius: 16px;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 14px;
    font-family: 'Avenir LT Std';
    font-size: 16px;
    line-height: 120%;
}

/* Remove last gap */
.cap-item:last-child {
    margin-bottom: 0;
}

/* ---------------------------
   TYPOGRAPHY FOR SECTION
----------------------------*/
.ufx-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 44px;
    font-weight: 700;              /* Bold */
    line-height: 120%;             /* Figma value */
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
    margin: 0;
}


.platform-capabilities .text {
    font-family:'Avenir LT Std';
    font-size: 22px;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 1;
    text-align: center;
    margin: 0;

}

/* Wrapper */
.cap-bottom-line-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
    position: relative;
}

/* Dashed line BG */
.cap-bottom-line {
    width: 80%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Dashed line (behind icons) */
.cap-bottom-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;

    border-top: 2px dashed rgba(255, 255, 255, 0.35);
    transform: translateY(-50%);

    z-index: 1; /* behind icons */
}

/* Circle CUTOUT layer behind each icon */
.cap-icon-overlay-wrapper {
    position: relative;
    z-index: 5; /* above dashed line */
}

/* This creates a transparent hole behind the icon */
.cap-icon-overlay-wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 90px;

    background: #161c2d; /* SAME as your section overlay */
    border-radius: 50%;

    transform: translate(-50%, -50%);

    z-index: 4; /* behind icon, above line */
}
/* INVOICE FLOW SECTION */
.invoice-flow {
    padding: 80px 0;
}

/* Wrapper */
.invoice-flow-wrapper {
    position: relative;
    margin-top: 60px;
}

/* Rows */
.flow-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;       /* for line + arrows */
    margin-bottom: 90px;
}

.flow-row-bottom {
    margin-bottom: 0;
}

/* Single dotted line per row – passes through circle centres */
.flow-row-top::before,
.flow-row-bottom::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 48px;                    /* 96px circle -> half = 48px */
    border-top: 1px dashed #c6d1e6;
    z-index: 1;                   /* above text, below circles */
}

/* Steps */
.flow-step {
    width: 165px;
    text-align: center;
}

/* Circle icons */
.step-icon-circle {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #f7fbff;
    border: 1px solid #e7ecf5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    position: relative;
    z-index: 3;                  /* above line + arrows */
}

.step-icon-circle img {
    width: 100px;
    height: auto;
}

/* Titles & text */
.step-title {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.step-text {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.4;
    margin: 0;
    position: relative;
    z-index: 0;                  /* stays under the line */
}

/* VERTICAL CONNECTOR — between top & bottom rows */
.flow-vertical-connector {
    position: absolute;
    top: 50px;                   /* Adjust based on spacing */
    right: 1%;                 /* aligns with last UFX icon on row 1 */
    width: 1px;
    height: 290px;                /* height between rows */
    border-right: 1px dashed #c6d1e6;
    z-index: 1;                   /* behind circles but above text */
}

/* DOWN ARROWS on vertical connector */
.down-arrow-1,
.down-arrow-2 {
    position: absolute;
    left: -10px;
    transform: translateX(-50%);
    width: 22px;
    height: auto;
    z-index: 3;
    rotate: 90deg;
}

/* arrow spacing */
.down-arrow-1 { top: 150px; }
.down-arrow-2 { top: 200px; }


/* Arrows (sit on same line as dotted line) */
.flow-arrow {
    position: absolute;
    top: 48px;                   /* same as line */
    transform: translateY(-50%);
    width: 22px;
    height: auto;
    z-index: 2;                  /* above line, below circles */
}

/* Top row arrow positions (between 5 steps) */
.arrow-top-1 { left: 15%; }
.arrow-top-2 { left: 38%; }
.arrow-top-3 { left: 60%; }
.arrow-top-4 { left: 85%; }

/* Bottom row arrow positions (between 4 steps, pointing left) */
.arrow-bottom-1 { left: 20%; transform: translateY(-50%) rotate(180deg); }
.arrow-bottom-2 { left: 50%; transform: translateY(-50%) rotate(180deg); }
.arrow-bottom-3 { left: 80%; transform: translateY(-50%) rotate(180deg); }


/* SECTION BACKGROUND */
.scenario-section {
    padding: 100px 0;
    /* height: 1040px; */
    background: #eaf7fb;

}

/* HEADINGS */
.scenario-subtitle {
    font-family: 'Urbanist', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #2155cc;
}

.scenario-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #000;
}

.scenario-text {
    font-family: 'Avenir', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #4b5563;
    line-height: 1.5;
}
/* Make right-side image taller like Figma */
.tall-table {
    height: 100%;
    min-height: 400px !important;
    display: flex;
}

.scenario-table-box.tall-table img {
    width: 100%;
}
.container-fluid.scenario-wrapper .col-lg-7 {
    padding-right: 0;
}

/* Left-side text styling (matches Figma exactly) */
.scenario-helper-text {
    font-family: 'Avenir LT Std';
    font-size: 15px;
    color: #5E718D;
    line-height: 1.5;
    margin-top: 28px;
    max-width: 90%;
}
.scenario-helper-text2 {
    font-family: 'Avenir LT Std';
    font-size: 14px;
    color: #5E718D;
    line-height: 1.2;
    margin-top: 10px;
    max-width: 80%;
}
.scenareo-text .text {
    font-size: 16px;
    color: #5E718D;
    line-height: 120%;
}
.scenareo-text h4 {
    font-size: 24px;
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
}
.scenario-left-img-box img {
    display: block;
}
.scenario-section .ufx-title {
    font-size: 32px;
}
/* Ensure consistent rounded corners */





.box .subtext {
    color: #fff;
    font-size: 16px;
    margin-bottom: 16px;
    font-family: 'Avenir LT Std';
}
.table-wrap2{
position:relative;
}

.table-wrap table{
width:124%;
border-collapse:separate;
border-spacing:0;
font-size:14px;
}
thead th {
    text-align: center;
    color: #fff;
    font-weight: 500;
    padding: 10px 12px;
    background: #2E4C6E;
}
table tbody tr th:first-child {
    background: #2e4c6e;
}
tbody td, tbody th{
padding:10px 12px;
text-align:center;
color:#cbd5e1;
}
tbody th{
text-align:left;
font-weight:500;
color:#9fb3c8;
}
.cell-pill{
display:inline-block;
background:#1e5bff;
padding:4px 10px;
border-radius:999px;
font-size:13px;
color:#fff;
}

.axis-left {
    position: absolute;
    left: -18px;
    top: 96%;
    transform: rotate(-90deg) translateY(-50%);
    transform-origin: left top;
    color: #5E718D;
    font-size: 16px;
    font-weight: 400;
}
.scenario-table-box.tall-table {
    background: #192B40;
    padding: 50px 0 50px 50px;
    
}
span.pill {
    background: #1B4DFF;
    padding: 6px 8px;
    border-radius: 16px;
}

.box h2 {
    color: #fff;
    font-size: 24px;
    font-family: 'Urbanist', sans-serif;
}
.note {
    margin-top: 12px;
    font-size: 16px;
    color: #fff;
    font-family: 'Urbanist';
}
.text2 {
    color: #5E718D;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
}
.table-wrap{
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;

  /* Hide scrollbar */
  scrollbar-width: none;        /* Firefox */
  -ms-overflow-style: none;     /* IE/Edge */
}

.table-wrap::-webkit-scrollbar{
  display: none;                /* Chrome / Safari */
}

tbody tr th {
    text-align: center;
}

/* SECTION BACKGROUND */

.market-cycle-section {
    padding: 80px 0;
    background: #0f1526 url('./images/Music\ Wave\ 2.png');
    color: #0f1526;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 100px;
}
/* Heading */
.mc-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
}

.mc-subtitle {
    font-family: 'Avenir LT Std';
    font-size: 20px;
    font-weight: 300;
    color: #e5e7eb;
    margin-top: 10px;
}

/* Cards Wrapper */
.mc-cards-wrapper {
    margin-top: 30px;
    position: relative;
}

/* GLASS CARDS */
.mc-card {
    background: #ffffff;
    display: flexbox;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 200px;
    padding: 28px 32px;
    border-radius: 16px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.15);

    transition:
        transform 0.45s ease,
        margin 0.45s ease,
        box-shadow 0.45s ease;
}

/* Typography */
.mc-card-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #0f1526;
    margin-bottom: 5px;
}

.mc-cycle-type {
    font-size: 18px;
    font-weight: 500;
    color: #161C2D;
    margin-bottom: 25px;
}

/* Bullet List */
.mc-list {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}

.mc-list li {
    font-size: 18px;
    color: rgb(22, 28, 45);
    margin-bottom: 7px;
    max-width: 100%;
    position: relative;
    padding-left: 26px;
}


.mc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    color: #68D585;
    font-size: 14px;
    background: url(./images/check-green.png);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

/* --------------------------
   HOVER ANIMATION
   Both cards come closer
--------------------------- */

/* Default resting positions */
.mc-card-left {
    transform: translateX(-20px);

}
.mc-card-right {
    transform: translateX(20px);
}

/* On hover of the whole wrapper – move cards inward */
.mc-cards-wrapper:hover .mc-card-left {
    transform: translateX(0px);
}
.mc-cards-wrapper:hover .mc-card-right {
    transform: translateX(0px);
}

/* More depth on hover */
.mc-cards-wrapper:hover .mc-card {
    box-shadow: 0 25px 40px rgba(0,0,0,0.25);
}
/* Default wide spacing (exactly like screenshot) */
.mc-card-left {
    margin-right: 80px;   /* pushes left card away from center */
    margin-bottom: 20px;
    transform: translateX(0px);
}

.mc-card-right {
    margin-left: 80px;    /* pushes right card away from center */
    margin-top: 40px;
    transform: translateX(20px);
}

/* Hover → cards move closer to the center */
.mc-cards-wrapper:hover .mc-card-left {
    transform: translateX(0px);     /* moves inward */
    margin-right: 0px;              /* reduces spacing */
}

.mc-cards-wrapper:hover .mc-card-right {
    transform: translateX(-20px);    /* moves inward */
    margin-left: 0px;               /* reduces spacing */
}

.contact-us-section .sub-text {
    margin: 5px 0;
}


/* RESPONSIVE (STACK ON SMALL SCREENS) */
@media (max-width: 992px) {

    .flow-row {
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }

    .flow-row-bottom {
        margin-top: 80px;
    }

    .flow-row-top .flow-step::after,
    .flow-row-bottom .flow-step::before,
    .flow-vertical-connector {
        content: none; /* remove connectors on very small screens */
    }

    .flow-step {
        max-width: 260px;
    }
}


/* ---------------------------
   RESPONSIVE FIXES
----------------------------*/
@media (max-width: 768px) {
    .cap-card {
        padding: 28px 22px;
        margin-bottom: 20px;
    }
    .cap-item {
        font-size: 14px;
    }}


    /* Market Cycle Cards on Mobile (0–575px) */
@media (max-width: 575.98px) {

    /* Wrapper should stack naturally */
    .mc-cards-wrapper {
        display: flex;
        flex-direction: column !important;
        align-items: center !important;
        gap: 25px !important;
        margin-top: 40px !important;
    }

    /* Both cards — same width + remove desktop animation */
    .mc-card {
        width: 100% !important;
        max-width: 360px !important;
        margin: 0 auto !important;
        padding: 28px 24px !important;
        transform: none !important;
        box-shadow: 0 12px 25px rgba(0,0,0,0.12) !important;
        text-align: center !important;
    }

    /* Remove desktop offsets completely */
    .mc-card-left,
    .mc-card-right {
        margin: 0 !important;
        transform: none !important;
    }

    /* Heading sizes for mobile */
    .mc-card-title {
        font-size: 24px !important;
        line-height: 1.2;
    }

    /* Bullet text */
    .mc-list li {
        font-size: 16px !important;
        margin-bottom: 12px !important;
        padding-left: 22px !important;
        max-width: 100% !important;
        text-align: left !important;
        margin-left: auto;
        margin-right: auto;
    }

    /* ✔ Bullet icon adjust */
    .mc-list li::before {
        top: 2px !important;
    }
}


/* footer on mobile */

@media (max-width: 767px) {

    /* Remove desktop margins — main reason footer breaks */
    .footer-section {
        margin: 0 !important;
        padding: 40px 16px !important;
        width: 100% !important;
    }

    /* Make row vertical + spacing clean */
    .footer-section .row {
        flex-direction: column !important;
        gap: 28px !important;
    }

    /* Logo Section */
    .footer-logo-container {
        margin: 0 !important;
        text-align: left !important;
        width: 100% !important;
    }

    .office-address-heading {
        font-size: 16px !important;
        padding-top: 20px !important;
    }

    .footer-logo-content {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    /* --- LINKS FIX --- */
    .short-links-container,
    .other-pages-container {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .short-links-container ul li,
    .other-pages-container ul li {
        padding: 8px 0 !important;
    }

    .footer-subheading {
        font-size: 18px !important;
        margin-bottom: 10px !important;
    }

    /* Remove big left padding causing overflow */
    .other-pages-container {
        padding-left: 0 !important;
    }

    /* Newsletter input full width */
    .footer-section input[type="text"],
    .newsletter-input {
        width: 100% !important;
        max-width: 100% !important;
        padding: 12px 14px !important;
        border-radius: 10px !important;
    }

    .footer-section button {
        width: 100% !important;
        padding: 12px !important;
        border-radius: 10px;
    }

    /* Social icons wrap properly */
    .footer-section .d-flex {
        flex-wrap: wrap !important;
        gap: 14px !important;
    }

    /* Copyright text */
    .copyright-text {
        display: block;
        text-align: center;
        font-size: 13px !important;
        padding: 16px 0 !important;
    }
}

/* Extra safety - remove any horizontal overflow */
@media (max-width: 767px) {
    html, body, .footer-section {
        overflow-x: hidden !important;
    }
}



/*HERO SECTION — MOBILE FIX (0–575px)*/
@media (max-width: 575px) {

    /* Hero height auto so content never cuts */
    .hero-section {
        height: 560px !important;
        padding: 80px 16px 40px !important;
        text-align: center !important;
    }

    /* Background video should always fit */
    .hero-section .bg-globe {
        height: 100% !important;
        object-fit: cover !important;
    }

    /* Badge */
    .badge {
        font-size: 14px !important;
        padding: 8px 12px !important;
    }

    /* MAIN HEADING FIX */
    .banner-heading {
        font-size: 34px !important;
        line-height: 1.15 !important;
        word-break: break-word !important;
        text-align: center !important;
        width: 100% !important;
    }

    /* Subtext */
    .lead {
        font-size: 16px !important;
        line-height: 22px !important;
        margin-top: 12px !important;
    }

    /* Buttons */
    .banner-btn {

        margin-top: 20px !important;
    }

    .banner-btn .btn {
        width: 142px !important;
        font-size: 14px !important;
        padding: 12px !important;
    }

    /* Remove overflow from left image layer */
    img.banner-lyer {
        display: none !important;
    }

    /* FIX bottom image (thumbnail) */
    .banner-bottom {
        margin-top: -55 !important;
        padding: 0 10px !important;
        position: relative;
        z-index: 5;
    }
    section.banner-botm-sec {
    padding-bottom: 55px;
}

    .banner-bottom img {
        width: 100% !important;
        height: auto;
        margin: 0 auto !important;
    }

    /* Remove horizontal scroll on mobile */
    body, html {
        overflow-x: hidden !important;
    }
}


.container-fluid.scenario-wrapper {
    padding-right: 0;
    padding-left: 15%;
    overflow: hidden;
}
@media only screen and (max-width: 1540px){
.hero-section {
    height: 660px;
}
}

@media only screen and (max-width: 1024px) {
.banner-heading {
    font-size: 36px;
}
.lead {
    font-size: 16px;
    line-height: 24px;
}
.hero-section {
    height: 100vh;
}
    .banner-bottom {
        margin-top: -47%;
    }
    .ufx-card p {
    font-size: 18px;
}
.ufx-title {
    font-size: 35px;

}
.financing-section h2.ufx-title {
    text-align: left;
}
.container-fluid.scenario-wrapper {
    padding-left: 5%;
}
}

@media only screen and (max-width: 768px) {
  .ufx-card {
    padding: 15px;
}
    .ufx-card p {
        font-size: 15px;
    }
    .feature-card h5 {
    font-size: 16px;
}
.flow-row.flow-row-top {
    display: grid;
    grid-template-columns: auto auto auto;
}
.flow-row.flow-row-bottom {
    display: grid;
    grid-template-columns: auto auto auto;
}
.flow-arrow {
    display: none;
}
img.down-arrow-1 {
    display: none;
}
.flow-row-top::before, .flow-row-bottom::before {
    visibility: hidden;
}
.flow-vertical-connector {
    visibility: hidden;
}
.market-cycle-section {
    padding: 60px 0;
}
.mc-title {
    font-size: 26px;
}
.mc-card-right {
    margin-left: 0;
}
.mc-card-left {
    margin-right: 0;
}
.mc-card {
    width: 46%;
}
.contact-card-row .row {
    gap: 20px;
}
.cap-bottom-line-wrapper img {
    width: 100%;
    padding: 0 20px;
}
}

@media only screen and (max-width: 767px){
.navbar-button-container {
    display: none !important;
}
.cap-card {
    max-width: 100%;
}
.cap-card {
    max-width: 100%;
}
.scenario-title {
    font-size: 27px;
}
.scenario-section {
    padding: 60px 0;
}
.mc-subtitle {
    font-size: 16px;
}
.mc-card-title {
    font-size: 20px;
}
.mc-list li {
    font-size: 16px;
    max-width: 100%;
}
    .mc-card {
        width: 100%;
    }
    .mc-card-left {
    transform: translateX(0);
}
.mc-card-right {
    margin-top: 10px;
    transform: translateX(0px);
}
.mc-cards-wrapper {
    margin-top: 30px;
}
.contact-us-section {
    padding: 60px 0 60px;
}
section.banner-botm-sec {
    background: #13122a;
    padding-bottom: 20px;
}
.logo-car {
    padding-top: 120px  !important;
}
    .ufx-title {
        font-size: 27px;
    }
    .ufx-subtitle {
    font-size: 20px;
}
.ufx-card {
    min-height: auto;
}
.section {
    padding: 60px 0px;
}
.feature-card {
    min-height: auto;
}
.right-scroll-box .col-md-6.mt-5 {
    margin-top: 0px !important;
}
.flow-step {
    max-width: 100%;
    width: 100%;
}
.flow-row.flow-row-bottom {
    grid-template-columns: auto auto;
}
.flow-row.flow-row-top .flow-step:last-child {
    grid-column: 1 / -1;
}
.scenario-subtitle {
    font-size: 20px;
}
.scenario-text {
    font-size: 16px;
}
.tall-table img {
    height: 360px !important;
}
section.scenario-section.section {
    padding-bottom: 20px;
}
.mc-subtitle br {
    display: none;
}
.get-in-touch-heading {
    font-size: 27px;
}
.need-help-text {
    font-size: 16px;
}
button.navbar-toggler {
    margin-right: 0px !important;
}
section#homeSection {
    padding: 0;
}

    section#about {
        padding-top: 60px;
        background: #fff;
    }
        .banner-bottom {
        margin-top: -68%;
    }
    .flow-row.flow-row-top {
    grid-template-columns: auto auto;
}
.platform-capabilities .text {
    font-size: 16px;
}
.platform-capabilities .text br {
    display: none;
}
.title4 {
    width: 54%;
}
.note {
    width: 57%;
}
}
@media (min-width: 1366px) {
    .container {
        max-width: 1280px;
    }
}