@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "karlaregular";
  src: url("../fonts/karla-variablefont_wght-webfont.woff2") format("woff2"),
    url("../fonts/karla-variablefont_wght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsregular";
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"),
    url("../fonts/poppins-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinssemibold";
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"),
    url("../fonts/poppins-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsbold";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "poppinsregular";
  line-height: 26px;
  font-size: 18px;
  color: #000000;
}

@media (min-width: 1200px) {
  .container {
      width: 1140px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

.navbar {
  height: auto;
  min-height: auto;
}

header {
  height: 45px !important;
  /* margin: 15px 0 15px 0 !important; */
}

.navbar-brand {
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-nav > li > a {
  color: #000000;
  font-family: "poppinsregular";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 11px 11px;
  margin-left: 20px;
}

.navbar-nav > li > a:hover {
  color: #fe000b;
  background: none;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  color: #fe000b;
  background: none;
}

.navbar-nav > li > a:focus {
  color: #fe000b;
  background: none;
}

.navbar {
  /* margin-bottom: 0px; */
  padding: 40px 0px 40px 0px !important;
}

.navbar-brand img {
  width: 270px;
}

.navbar-right {
  margin-right: 0px;
}

/* .navbar-brand{ margin-left: 35px !important; }  */
/* #bs-navbar {
    margin-right: 35px !important;
} */

.mobileinn {
  /* background-image: linear-gradient(rgb(248, 255, 255), rgba(255, 255, 255, 1));
  border-radius: 10px; */
  margin-bottom: 30px;
}

.mobileinn .details {
  padding: 40px 0px 50px 40px;
  font-family: "poppinsregular";
  color: #000000;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: "0%";
  font-weight: 400;
}

.mobileinn .details h2 {
  font-family: "poppinsbold";
  font-size: 70px;
  line-height: 80px;
  color: #000000;
  font-weight: 700;
  letter-spacing: "0%";
  text-transform: uppercase;
}

.mobileinn .span {
  padding-top: 10px;
  font-family: "poppinsbold";
  font-size: 70px;
  line-height: 80px;
  color: #000000;
  font-weight: 700;
  letter-spacing: -5%;
  text-transform: uppercase;
  position: relative;
  padding-left: 40px;
  width: 150%;
}

.mobileinn .text {
  font-size: 26px;
  font-weight: 400;
  font-family: "poppinsregular";
  line-height: 32px;
  color: #000000;
  padding-left: 40px;
  position: relative;
  width: 115%;
}

.mobileinn .imgsection img {
  border-radius: 0 0 10px 0;
  max-width: 110%;
}

.mobileinn .imgsection {
  text-align: right;
  padding-right: 0px;
}

@media ( min-width: 768px) and (max-width:1260px) {
  .mobileinn .details h2 {
    font-size: 60px;
    line-height: 70px;
  }

  .mobileinn .span {
    font-size: 60px;
    line-height: 70px;
  }

  .mobileinn .text {
    font-size: 20px;
    line-height: 28px;
    width: 100%;
  }
  
}

@media (max-width: 767px) {
  .mobileinn .text {
    padding: 0px 30px 20px 30px;
    font-size: 26px;
    font-weight: 400;
    font-family: "poppinsregular";
    line-height: 100%;
    color: #000000;
    width: 100%;
  }
  .mobileinn .details {
    padding: 20px 30px;
    font-family: "poppinsregular";
    color: #000000;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: "0%";
    font-weight: 400;
  }
  .mobileinn .details h2 {
    font-family: "poppinssemibold";
    font-size: 50px;
    line-height: 65px;
    color: #000000;
    font-weight: 700;
    letter-spacing: "0%";
    text-transform: uppercase;
  }
  .mobileinn .span {
    padding-left: 30px;
    padding-top: 10px;
    font-family: "poppinssemibold";
    font-size: 50px;
    line-height: 65px;
    color: #000000;
    font-weight: 700;
    letter-spacing: "0%";
    text-transform: uppercase;
    width: 100%;
  }
  .mobileinn .imgsection img {
    border-radius: 0 0 10px 0;
    max-width: 100%;
  }
  .mobileinn .imgsection {
    text-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .mobileinn .span {
    font-size: 60px;
  }

  .mobileinn .imgsection {
    text-align: center;
    align-items: center;
  }
}

.appstore {
  background: #eef3f7;
  border-radius: 10px;
  margin-bottom: 30px;
}

.appstore .details {
  padding: 90px 30px 60px 60px;
  font-family: "poppinsregular";
  color: #000000;
  font-size: 17px;
  line-height: 20px;
}

.appstore .details h2 {
  font-family: "poppinssemibold";
  font-size: 42px;
  line-height: 50px;
  color: #000;
}

.appstore .imgsection img {
  border-radius: 0 10px 10px 0;
}

.appstore-img {
  width: 130px;
}

.appicon {
  width: 110px;
}

.leadership {
  background: #fdfaeb;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 50px;
  font-family: "poppinsregular";
  font-size: 18px;
  color: #666666;
  line-height: 20px;
}

.leadership h2 {
  font-family: "poppinssemibold";
  font-size: 42px;
  line-height: 50px;
  color: #000;
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
}

.leadership .tanuj {
  background: #fdde9d;
  border-radius: 10px;
  text-align: center;
}

.leadership .tanuj a:focus {
  border: 0px #f00 solid;
}

.leadership .sujay {
  background: #daeabb;
  border-radius: 10px;
  text-align: right;
}

.leadership .sujay img {
  border-radius: 0 0 10px 0;
}

.leadership .jeffrey {
  background: #fed9d0;
  border-radius: 10px;
  text-align: center;
}

.leadership .detailssec {
  padding: 20px 0;
  margin-bottom: 15px;
  border-bottom: 1px #000 solid;
  font-family: "poppinsbold";
}

.leadership h4 {
  font-family: "poppinssemibold";
  line-height: 50px;
  color: #000;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: 28px;
}

.leadership a {
  color: #000;
}

.investors {
  background: #eef3f7;
  border-radius: 10px;
  margin-bottom: 80px;
  padding: 50px;
}

.investors h2 {
  font-family: "poppinssemibold";
  font-size: 36px;
  line-height: 50px;
  color: #000;
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
}

.inv-logo {
  width: 18%;
  height: auto;
  display: inline-block;
  text-align: center;
}

.inv-logo img {
  height: 60px;
}

.sign-logo {
  width: 20%;
  height: auto;
  margin: 0 10px 0 30px;
  display: inline-block;
  text-align: center;
}

.heightauto {
  height: auto !important;
}

.jeffreyback {
  background: #fdd9ce;
  border-radius: 6px 6px 0 0;
  padding: 15px 0px 0px 0px;
  border: 0px;
}

.sujayback {
  background: #daebbd;
  border-radius: 6px 6px 0 0;
  padding: 15px 0px 0px 0px;
  border: 0px;
}

.tanjuback {
  background: #eff6f7;
  border-radius: 6px 6px 0 0;
  padding: 15px 0px 0px 0px;
  border: 0px;
}

.sujayback .close {
  position: absolute;
  top: 0px;
  right: 0px;
}

.jeffreyback .close {
  position: absolute;
  top: 0px;
  right: 0px;
}

.tanjuback .close {
  position: absolute;
  top: 0px;
  right: 0px;
}

.imgpopup-up {
  margin-top: -75px;
}

.imgpopup-curve {
  margin-top: -115px;
}

.closebtn {
  font-size: 24px;
  color: #000 !important;
  border: 1px #000 solid !important;
  border-radius: 50%;
  opacity: 9;
  width: 25px;
  height: 25px;
  font-weight: normal;
  top: 15px !important;
  right: 15px !important;
}

.modal-dialog {
  margin-top: 100px;
}

.popup-details {
  color: #5e5e5e;
  font-size: 16px;
  font-family: "poppinsregular";
  padding: 20px 60px 60px 60px;
}

.sub-heading {
  font-weight: bold;
  color: #000;
  font-size: 17px;
  line-height: 23px;
}

.person-name {
  padding: 60px 10px 10px 60px;
  font-size: 20px;
  font-family: "poppinsregular";
  line-height: 28px;
}

.person-name h3 {
  font-family: "poppinssemibold";
  font-size: 36px;
  line-height: 50px;
  color: #000;
  margin-top: 0px;
}

.scroll {
  max-height: 390px;
  overflow: auto;
  overflow-x: hidden;
  padding-right: 12px;
}

footer {
  padding: 50px 0;
  font-family: "poppinsregular";
}

ul.footerlink {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.footerlink li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.footerlink li a {
  line-height: 24px;
  font-size: 16px;
  color: #000;
}

.app-desktop {
  display: block;
}

.app-mobile {
  display: none;
}

.mobileinn .row {
  display: flex;
  flex-wrap: wrap;
}

.alignself {
  align-self: flex-end;
}

.appstore .row {
  display: flex;
  flex-wrap: wrap;
}

.alignself {
  align-self: flex-end;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  margin: 0px !important;
  height: auto !important;
  padding: 8px 0 !important;
}

.sticky + .container {
  padding-top: 105px !important;
}

.mobileinn .row {
  display: flex;
  flex-wrap: wrap;
}

.alignself {
  align-self: flex-end;
}

.appstore .row {
  display: flex;
  flex-wrap: wrap;
}

.alignself {
  align-self: flex-end;
}

.alignself {
  align-self: flex-end;
}

.team-heading {
  background: #d3dadd;
  border-radius: 10px;
  margin-bottom: 30px;
}

.team-heading .row {
  display: flex;
  flex-wrap: wrap;
}

.team-heading .details {
  padding: 60px 30px 60px 60px;
  font-family: "poppinsregular";
  color: #666666;
  font-size: 17px;
  line-height: 20px;
}

.team-heading .details h2 {
  font-family: "poppinssemibold";
  font-size: 42px;
  line-height: 50px;
  color: #000;
}

.futurebox {
  background: #efe3da;
  border-radius: 10px;
  margin-bottom: 30px;
}

.futurebox .details {
  padding: 60px 60px 60px 60px;
  font-family: "poppinsregular";
  color: #666666;
  font-size: 17px;
  line-height: 20px;
}

.futurebox .details h2 {
  font-family: "poppinssemibold";
  font-size: 36px;
  line-height: 50px;
  color: #000;
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
}

.openingssec {
  border: 1px #d8d8d8 solid;
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 10px;
  border-radius: 10px;
}

.mb55 {
  margin-bottom: 125px;
}

.role-open {
  font-size: 22px;
  line-height: 34px;
}

.openingsheading {
  color: #ff0000;
  font-weight: bold;
  font-size: 20px;
  margin-top: 25px;
}

.btnview {
  border: 1px #d8d8d8 solid !important;
  border-radius: 5px;
  padding: 5px 15px;
  color: #666666;
}

.headertop {
  color: #ff0000;
  font-weight: bold;
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 25px;
}

.mailto {
  color: #ff0000;
}

.mailto:hover {
  color: #ff0000;
  text-decoration: underline;
}

.headnone {
  border: 0px;
  padding-bottom: 0px;
}

.closebtn {
  border: 0px !important;
}

.openingssec table th {
  font-size: 16px;
}

.openingssec table tr td {
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.jobtitle {
  font-size: 20px !important;
}

.my-smooth-container {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  .my-smooth-container {
    scroll-behavior: auto;
  }
}

/* Large desktop */
@media (max-width: 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-brand {
    margin-left: 0px !important;
    max-width: 250px;
    margin-top: 3px;
  }

  #bs-navbar {
    margin-right: 0px !important;
    /* background: #fff; */
  }

  .navbar-nav > li > a {
    margin-left: 8px;
    font-size: 14px;
    padding: 11px 5px;
  }

  .inv-logo img {
    height: 40px;
  }

  .sign-logo {
    height: 40px;
    margin-left: 15px;
  }

  .leadership {
    padding: 30px;
  }

  .investors {
    padding: 30px;
  }

  .appstore .details {
    padding: 40px 30px 40px 30px;
  }

  /* .mobileinn .details {  padding: 40px 30px 40px 30px;} */

  .imgpopup-curve {
    margin-top: -113px;
  }

  .person-name {
    padding: 20px 20px 50px 80px;
  }

  .mobileinn .row {
    display: flex;
    flex-wrap: wrap;
  }

  .alignself {
    align-self: flex-end;
  }

  .appstore .row {
    display: flex;
    flex-wrap: wrap;
  }

  .alignself {
    align-self: flex-end;
  }

  .team-heading .details {
    padding: 60px 30px 60px 60px;
    font-weight: 600;
    color: #666666;
    font-size: 17px;
    line-height: 20px;
  }

  .team-heading .details h2 {
    font-size: 40px;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 0px;
  }

  .navbar-brand {
    padding-top: 0px;
  }

  .navbar-brand img {
    width: 250px;
  }

  .navbar-toggle {
    margin-top: 0px;
  }

  .navbar-toggle .icon-bar {
    background: #000;
    height: 3px;
  }

  .navbar-nav > li > a {
    color: #000;
    font-family: "poppinsregular";
    font-size: 14px;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px #333 solid;
  }

  .navbar-nav > li.call a {
    margin-left: 0px;
  }

  .navbar-brand {
    margin-left: 0px !important;
  }

  /* .mobileinn .details { padding: 40px 30px 0px 30px;} */
  .appstore .details {
    padding: 40px 30px 0px 30px;
  }

  .appstore .imgsection img {
    border-radius: 0 10px 10px 10px;
  }

  .leadership {
    padding: 40px 30px 0px 30px;
  }

  .investors {
    padding: 40px 30px 40px 30px;
  }

  .leadership .tanuj {
    width: 85%;
  }

  .leadership .sujay {
    width: 85%;
  }

  .leadership .jeffrey {
    width: 85%;
  }

  .inv-logo {
    width: 46%;
    margin-bottom: 10px;
    text-align: left;
  }

  .inv-logo img {
    height: 50px;
  }

  .sign-logo {
    width: 46%;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 0px;
  }

  .mb60 {
    margin-bottom: 60px;
  }

  #bs-navbar {
    margin-right: 0px !important;
    background: #fff;
  }

  .mlogo {
    width: 80%;
  }

  ul.footerlink {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px;
    list-style: none;
  }

  .app-m {
    display: none;
  }

  .mobileinn .row {
    display: flex;
    flex-wrap: wrap;
  }

  .alignself {
    align-self: flex-end;
  }

  .appstore .row {
    display: flex;
    flex-wrap: wrap;
  }

  .alignself {
    align-self: flex-end;
  }
}

/* Landscape phones and down */
@media (max-width: 640px) {
  .navbar-nav {
    margin-top: 0px;
  }

  .navbar-brand {
    padding-top: 0px;
  }

  .navbar-brand img {
    width: 250px;
  }

  .navbar-toggle {
    margin-top: 0px;
  }

  .navbar-toggle .icon-bar {
    background: #000;
    height: 3px;
  }

  .mlogo {
    width: 80%;
  }

  .navbar-nav > li > a {
    color: #000;
    font-family: "poppinsregular";
    font-size: 14px;
    padding: 15px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px #333 solid;
  }

  .navbar-nav > li.call a {
    margin-left: 0px;
  }

  .navbar-brand {
    margin-left: 0px !important;
  }

  /* .mobileinn .details { padding: 40px 30px 0px 30px;} */
  .appstore .details {
    padding: 40px 30px 0px 30px;
  }

  .appstore .imgsection img {
    border-radius: 0 10px 10px 10px;
  }

  .leadership {
    padding: 40px 30px 0px 30px;
  }

  .investors {
    padding: 40px 30px 40px 30px;
  }

  .leadership .tanuj {
    width: 80%;
  }

  .leadership .sujay {
    width: 80%;
  }

  .leadership .jeffrey {
    width: 80%;
  }

  .inv-logo {
    width: 46%;
    margin-bottom: 10px;
    text-align: left;
  }

  .inv-logo img {
    height: 40px;
  }

  .sign-logo {
    width: 46%;
    margin-bottom: 10px;
    text-align: left;
  }

  .mb60 {
    margin-bottom: 60px;
  }

  #bs-navbar {
    margin-right: 0px !important;
    background: #fff;
  }

  ul.footerlink {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px;
    list-style: none;
  }

  .popup-details {
    padding: 30px;
  }

  .person-name {
    padding: 15px 0 0 30px;
    font-size: 18px;
    font-family: "poppinsregular";
    line-height: 22px;
  }

  .person-name h3 {
    font-family: "poppinssemibold";
    font-size: 24px;
    line-height: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .imgpopup-up {
    margin-top: -37px;
  }

  .imgpopup-curve {
    margin-top: -53px;
    border-bottom: 8px #fff solid;
  }

  .closebtn {
    font-size: 18px;
    color: #000 !important;
    width: 20px;
    height: 20px;
    font-weight: normal;
    right: 5px !important;
    top: 5px !important;
  }

  .app-desktop {
    display: none;
  }

  .app-mobile {
    display: block;
  }

  .appstore-m {
    background: url(../images/background-s1.png) bottom right no-repeat #eef3f7;
    border-radius: 10px;
    margin-bottom: 30px;
    background-size: contain;
  }

  .appstore-m .details {
    padding: 30px 28px 30px 30px;
    font-family: "poppinsregular";
    font-size: 17px;
    line-height: 20px;
    letter-spacing: "-2%";
    color: #000000;
  }

  .appstore-m .limg {
    padding: 30px 0px 0px 45px;
    width: "130px";
  }

  .icon {
    margin-bottom: 10px;
    display: inline-block;
  }

  .appstore-m .row {
    display: flex;
    flex-wrap: wrap;
  }

  .alignself {
    align-self: flex-start;
  }

  .m-t65px {
    border-radius: 0 0 10px 0;
  }

  .appiconm {
    margin-top: -80px;
  }

  .appicon {
    width: 130px;
  }

  .team-heading .details {
    padding: 40px 30px 0px 30px;
    font-family: "poppinsregular";
    color: #666666;
    font-size: 17px;
    line-height: 20px;
  }

  .btnview {
    border: 1px #d8d8d8 solid !important;
    border-radius: 5px;
    padding: 5px 5px;
    color: #666666;
    font-size: 12px;
  }

  .openingssec .text-right {
    text-align: left;
  }

  .openingssec table th {
    font-size: 12px;
  }

  .openingssec table tr td {
    font-size: 14px;
    padding-top: 20px;
  }

  .jobtitle {
    font-size: 14px !important;
  }
}

.banner2,
.banner3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
  gap: clamp(40px, 6vw, 60px);
  flex-wrap: wrap;
  transition: padding 0.3s ease;
}

.banner2 {
  justify-content: flex-end;
}

.banner3 {
  justify-content: flex-start;
  margin-bottom: 40px;
}

.banner2-content {
  flex: 1;
  max-width: 570px;
  padding: 0 5px;
  color: #000000;
}

.banner2-content h1 {
  font-family: "poppinsbold";
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.banner2-content .banner2-highlight {
  display: block;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  /* margin-top: 12px; */
}

.banner2-content .text {
  font-size: 26px;
  margin: 20px 0px;
  line-height: 32px;
}

.banner2-content p {
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin: 20px 0;
  max-width: 516px;
}

.banner2-content ul {
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 400;
  max-width: 516px;
  margin: 20px 0;
}

.banner2-content strong {
  font-weight: 700;
  max-width: 516px;
  font-family: "poppinsbold";
}

.banner2-image,
.banner3-image {
  flex: 1;
  max-width: 600px;
  display: flex;
}

.banner2-image {
  justify-content: flex-end;
}

.banner2-image img {
  width: 100%;
  max-width: 590px;
  height: auto;
  object-fit: cover;
}

.banner3-image img {
  width: 100%;
  max-width: 666px;
  height: auto;
  object-fit: cover;
}

.banner3-apps {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin: 24px 0px;
}

.banner3-appicons {
  width: 203px;
  height: 60px;
  aspect-ratio: 203/60.00;
}

@media (min-width: 1300px) {
  .banner2{
    padding: 0px 0px 60px 0px;
    gap: 80px;
  }

  .banner3 {
    padding: 0px 0px 10px 0px;
    gap: 100px;
  }

  .banner2-content,
  .banner3 .banner2-content,
  .banner2-image,
  .banner3-image {
    width: 50%;
  }

  .banner2-content {
    text-align: left;
    max-width: 40%;
  }

  .banner3-apps {
    justify-content: flex-center;
    margin: 50px 0px;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  .banner2 {
    padding: 3rem 0 1.5rem 8rem;
    gap: 0px;
  }

  .banner3 {
    padding: 3rem 3rem 0rem 0rem;
  }

  .banner2-content,
  .banner3 .banner2-content,
  .banner2-image,
  .banner3-image {
    width: 50%;
  }

  .banner2-image img {
    max-width: 600px;
  }

  .banner3-image img {
    max-width: 600px;
  }

  .banner2-content {
    text-align: left;
  }

  .banner3-apps {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .banner2,
  .banner3 {
    flex-direction: column;
    padding: 2rem 0rem 2rem 0rem;
    align-items: center;
    text-align: left;
    gap: 24px;
  }

  .banner2-content,
  .banner3 .banner2-content,
  .banner2-image,
  .banner3-image {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }

  .banner2-content {
    padding-bottom: 1.5rem;
  }

  .banner2-image {
    justify-content: end;
    padding: 0px;
  }

  .banner3-image {
    justify-content: start;
    padding: 0px;
  }

  .banner2-image img,
  .banner3-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .banner2-content h1,
  .banner2-content .banner2-highlight {
    font-size: 32px;
  }

  .banner2-content p,
  .banner2-content ul {
    font-size: 18px;
  }

  
  .banner2-content .text {
    font-size: 26px;
  }

  .banner3-apps {
    padding-top: 20px;
    flex-direction: column;
    justify-content: center;
  }
}

.stats-section {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 40px;
}

.stat-card {
  background-color: white;
  border-radius: 12px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
  padding: 30px 20px;
  text-align: center;
  width: 31%;
  /* filter: drop-shadow(0px 4px 40px #5CA0B333); */
  box-shadow: 0px 4px 60px rgba(92, 160, 179, 0.2);
}

.stat-card img {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}

.stat-card p {
  margin: 0;
  font-size: 18px;
  line-height: 140%;
}

.bold {
  font-family: "poppinsbold";
  font-weight: 700;
}

.feature-container {
  padding: 0px !important;
}

.feature-section {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  gap: 10px;
  flex-wrap: wrap;
  font-family: "poppinssemibold";
}

.feature-card {
  background-color: #eff6f7;
  border-radius: 10px;
  padding: 25px 15px;
  width: 23%;
  text-align: left;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-family: "poppinssemibold";
}

.feature-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.feature-card h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px ;
  margin: 0 0 10px;
  color: #000000;
}

.feature-card p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  letter-spacing: 0%;
  font-family: "poppinsregular";
}

@media (max-width: 767px) {
  .feature-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 50px 20px 50px 20px;
    gap: 20px;
    font-family: "poppinssemibold";
  }

  .feature-card {
    background-color: #eff6f7;
    border-radius: 10px;
    padding: 30px 20px;
    width: 100%;
    text-align: left;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    font-family: "poppinsregular";
  }

  .stats-section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    padding: 50px 20px 50px 20px;
  }

  .stat-card {
    background-color: white;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    width: 100%;
  }
}

.leadership-new {
  margin-bottom: 30px;
  font-family: "poppinsregular";
  gap: 20px;
  font-size: 18px;
}

.leadership-new h2 {
  font-size: 32px;
  font-family: "poppinsbold";
  font-weight: 700;
  line-height: 48px;
  color: #000000;
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.leadership-new .row {
  display: flex;
  flex-wrap: wrap;
}

.leadership-new .col-xs-12.col-md-4.col-sm-4 {
  display: flex;
  flex-direction: column;
}

.leadership-new p {
  margin-bottom: 30px;
  color: #000000;
  letter-spacing: 10%;
  font-weight: 400;
  padding: 0px;
  font-size: 18px;
  max-width: 100%;
  min-height: 108px; 
}

.leadership-new .detailssec {
  padding: 20px 0px 20px 0px;
  margin-bottom: 15px;
  font-size: 20px;
  color: #000000;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0%;
}

.leadership-new .detailssec h4 {
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 5px;
  color: #000000;
  font-weight: 700;
  padding: 0px;
  font-size: 20px;
  font-family: "poppinsbold";
}

.leadership-new a {
  color: #000;
  text-decoration: underline;
  font-size: 18px;
}

.tanuj img, .sujay img, .jeffrey img {
  width: 100%;
  height: 300px; 
  object-fit: cover;
}

@media (max-width: 768px) {
  .leadership-new img {
    width: 100%;
  }
  
  .leadership-new .row {
    display: block;
  }
  
  .leadership-new .col-xs-12.col-md-4.col-sm-4 {
    display: block;
    margin-bottom: 40px;
  }
  
  .mb60 {
    margin-bottom: 40px !important;
  }
  
  .leadership-new p {
    min-height: auto; 
  }
}

.investors-new {
  margin-bottom: 30px;
  font-family: "poppinsregular";
  gap: 20px;
  background-color: #ffffff;
  box-shadow: 0px 4px 60px 0px rgba(92, 160, 179, 0.1);
  padding: 30px 50px;
  border-radius: 40px;
}

.investors-new h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #000000;
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.investors-new img {
  width: 100%;
  padding: 0px 40px;
}

.investors-section {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 4px 60px 0px rgba(92, 160, 179, 0.1);
  padding: 50px;
  border-radius: 40px;
}

.investors-section h1 {
  font-size: 32px;
  line-height: 48px;
  margin-top: 0px !important;
  margin-bottom: 40px;
  color: #000;
  font-weight: 700;
  font-family: "poppinsbold";
}

.investors-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

.investor-logo {
  flex: 0 0 auto;
}

.investor-logo img {
  height: 45px;
  width: auto;
  object-fit: contain;
}

/* Media query for screens <= 768px */
@media (max-width: 768px) {
  .investors-section {
    padding: 30px 20px;
  }

  .investors-logos {
    flex-direction: column;
    /* padding: 30px 20px; */
    gap: 40px;
  }

  .investor-logo {
    margin-bottom: 0;
  }

  .investor-logo img {
    height: 50px;
    width: auto;
  }
}

.footer-new {
  display: flex;
  justify-content: space-between;
}

.footer-new img {
  width: 303px;
  height: 45px;
}

.footer-new-links {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}

.footer-add {
  margin: 10px 0;
  font-size: 16px;
  line-height: 24px;
}

.footer-new p {
  margin: 0 0 5px;
}

.Copyright {
  background: #ffffff;
  padding: 20px;
}

.Copyright p {
  font-family: "poppinsregular";
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}

@media (max-width: 992px) {
  .footer-new {
    display: block;
    padding: 30px 20px;
  }
  .footer-new-links {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .footer-new-links {
    display: block;
  }
}
