@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Helvetica", Arial, sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
input,
select,
small {
  font-family: "Helvetica", sans-serif;
}

.h2,
h2 {
  font-size: 36px;
}

html {
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
}

/* .img-fluid {
  width: 100%;
} */
.text-right {
  text-align: right;
}

section {
  padding: 70px 0;
  /* width: 100%;
  overflow: hidden; */
}

/* @media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1180px;
  }
} */

:root {
  --primary: #02579cff;
  --dark: #1e1e1e;
  --muted: #1e1e1eff;
  --bg-soft: #f6fbff
}

header.site-header {
  position: fixed;
  z-index: 9;
  width: 100%;
  margin-top: 15px
}

nav.navbar.navbar-expand-lg {
  background-color: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 0 10px 0 #ccc
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #222;
  margin: 0 14px;
  font-size: 14px
}

a.navbar-brand {
  padding: 0
}

.navbar-nav .nav-link:hover {
  color: var(--primary)
}

.btn-contact {
  background: var(--primary);
  color: #fff;
  border-radius: 30px;
  padding: 10px 22px
}

.hero-section {
  background: linear-gradient(180deg, #fff 0%, var(--bg-soft) 100%);
  padding: 103px 0 25px;
  position: relative;
  overflow: hidden;
  background-image: url(../images/banner-bg.png);
  background-size: 100% 100%;
  background-position: center bottom
}

.hero-title {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.15;
  position: relative
}

.hero-title::after {
  content: "";
  position: absolute;
  background-image: url(../images/banner-icon1.png);
  width: 98px;
  height: 85px;
  right: -20px;
  top: 30px;
  z-index: 1
}

.hero-text {
  color: var(--muted);
  max-width: 520px;
  margin: 20px 0 30px;
  font-size: 14px;
  line-height: 28px
}

/* .btn-outline-custom {
  border: 1px solid #02579cff;
  border-radius: 30px;
  padding: 9px 28px;
  color: #02579cff;
  background: #ffff;
  font-size: 14px;
  line-height: 28px
} */

.btn-outline-custom {
  border: 1px solid #02579cff;
  border-radius: 30px;
  padding: 9px 28px;
  color: #fff;
  background: #02579cff;
  font-size: 14px;
  line-height: 28px
}

.btn:hover {
  background: #fff;
  border: 1px solid #02579cff;
  color: #02579cff
}

.hero-illustration img {
  max-width: 100%
}

.circle-dashed {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 2px dashed #b6dcff;
  border-radius: 50%;
  top: 80px;
  right: 38%
}

.circle-solid {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #2ea7ff;
  border-radius: 50%;
  left: 48%;
  top: 55%
}

.why-maheshwari {
  padding: 80px 0 60px
}

.section-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 25px;

}

.section-text {
  font-size: 14px;
  color: #424242ff;
  line-height: 21px
}

.glow-bg {
  position: relative
}

span.absolute-span {
  position: absolute
}

span.left-dot.absolute-span {
  left: 30px;
  bottom: 10px
}

span.right-dot.absolute-span {
  right: 30px;
  top: 10px
}

section.process-section.glow-bg span.right-dot.absolute-span {
  right: 73%;
  top: 60px
}

.glow-bg::before {
  content: '';
  position: absolute;
  width: 544px;
  height: 938px;
  background: radial-gradient(circle, #0d6efd59 0%, #0d6efd26 40%, #0d6efd00 70%);
  background-image: url(../images/why-before.png);
  bottom: -150px;
  left: 0px;
  filter: blur(40px);
  z-index: 0
}

.glow-bg::after {
  content: '';
  position: absolute;
  width: 544px;
  height: 938px;
  background: radial-gradient(circle, #0d6efd59 0%, #0d6efd26 40%, #0d6efd00 70%);
  background-image: url(../images/why-after.png);
  bottom: -120px;
  right: 0px;
  filter: blur(40px);
  z-index: 0
}

section.why-maheshwari.glow-bg::before,
section.process-section.glow-bg::before {
  height: 550px;
}

section.why-maheshwari.glow-bg::after,
section.process-section.glow-bg::after {
  height: 550px;
}

.why-maheshwari>* {
  position: relative;
  z-index: 2
}

.why-features {
  margin-top: 50px
}

.why-card {
  text-align: left;
  padding: 20px
}

.why-card .img-div {
  width: 44px;
  padding: 9px;
  background-color: #e8edf4ff;
  border-radius: 31px;
  object-fit: cover;
  object-fit: scale-down;
  margin: 15px 0
}

.why-card:hover {
  background-color: #fff;
  box-shadow: 0 9px 51px 0 #e8edf4ff;
  border-radius: 15px
}

.why-card:hover .img-div {
  background-color: #fcd34aff
}

.why-card h6 {
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 29px;
}

.why-card p {
  font-size: 14px;
  color: #6c757d;
  margin: 0
}

.process-section {
  padding: 50px 0
}

.process-steps {
  position: relative
}

.process-step {
  display: flex;
  gap: 20px;
  padding: 20px 24px;
  border-radius: 12px;
  margin-bottom: 18px;
  cursor: pointer;
  transition: .3s ease;
  background: #f5f7fa
}

.process-step h5 {
  margin: 0 0 6px;
  font-weight: 600
}

.process-step p {
  margin: 0;
  font-size: 14px;
  color: #6c757d
}

.process-step.active,
.process-step:hover {
  background: #eaf4ff
}

.step-no {
  font-weight: 700;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px #2b2b2b;
  text-stroke: 1px #2b2b2b;
  letter-spacing: 0
}

.process-dot {
  position: absolute;
  left: -14px;
  width: 28px;
  height: 28px;
  background: #f4c430;
  border-radius: 50%;
  transition: top .35s ease
}

.process-wrapper {
  position: relative;
  padding-left: 40px
}

.process-wrapper::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e6e8eb
}

.process-steps-scroll {
  max-height: 550px;
  overflow-y: auto;
  padding-right: 10px;
  position: relative;
  padding-left: 40px
}

.process-steps-scroll::before,
.process-steps-scroll::after {
  content: '';
  position: sticky;
  left: 0;
  right: 0;
  height: 40px;
  pointer-events: none;
  z-index: 5
}

.process-images img {
  width: 100%
}

.process-steps-scroll::before {
  top: 0;
  background: linear-gradient(to bottom, #fff 0%, #fff0 100%);
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  width: 6px;
  background: #e6e8eb;
  border-radius: 20px;
  z-index: 1;
  height: 110%
}

.process-steps-scroll::after {
  bottom: 0;
  background: linear-gradient(to top, #fff 0%, #fff0 100%)
}

.process-step {
  display: flex;
  gap: 20px;
  padding: 20px 24px;
  border-radius: 12px;
  margin-bottom: 18px;
  background: #f5f7fa;
  cursor: pointer
}

.process-step.active,
.process-step:hover {
  background: #eaf4ff
}

.process-line {
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e6e8eb
}

.process-wrapper {
  position: relative
}

.process-line {
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e6e8eb;
  z-index: 1
}

.process-dot {
  position: absolute;
  left: 1px;
  width: 28px;
  height: 28px;
  background: #f4c430;
  border-radius: 50%;
  transition: top .25s ease;
  z-index: 2
}

.process-step {
  display: flex;
  gap: 20px;
  padding: 20px 24px;
  margin-bottom: 18px;
  background: #f5f7fa;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
  z-index: 3
}

.process-step.active,
.process-step:hover {
  background: #eaf4ff
}

section.portfolio-section {
  padding: 50px 0;
  position: relative
}

.portfolio-icon {
  width: 100%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin: 20px 0 30px
}

.portfolio-icon img {
  width: auto !important
}

.owl-dots {
  text-align: center;
  margin-top: 30px
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background: #d0d5dd !important;
  border-radius: 50%;
  margin: 0 6px;
  transition: .3s;
  float: left
}

.owl-dot.active span {
  background: #f4c430 !important;
  width: 24px !important;
  border-radius: 20px;
  float: left
}

.impacts-section {
  background: #02579c33;
  padding: 80px 0
}

.impact-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.impact-card {
  background: #fff;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 30px #0000000d
}

.impact-card h3 {
  font-size: 40px;
  font-weight: 700;
  color: #02579cff;
  margin-bottom: 8px
}

.impact-card p {
  font-size: 18px;
  color: #1e1e1eff;
  line-height: 1.4;
  font-weight: 700;
  margin: 0
}

.form-btn button {
  background: rgba(2, 87, 156, 1);
  color: #fff;
  border: none;
  padding: 10px 40px;
  border-radius: 24px;
  font-size: 14px;
  cursor: pointer;
  width: 200px;
  padding: 13px 40px;
  border-radius: 50px;
}

.testimonial-section {
  padding: 80px 0
}

.testimonial-section .owl-stage-outer {
  padding: 50px 0
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 50px;
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  box-shadow: 0 15px 40px #00000014
}

.testimonial-card p {
  font-size: 14px;
  color: #475467;
  max-width: 520px;
  margin: 20px auto
}

.testimonial-card h4 {
  font-size: 14px;
  font-weight: 600;
  color: #101828
}

.quote {
  position: absolute;
  font-size: 90px;
  color: #dbe7f3;
  font-weight: 700;
  line-height: 1
}

.quote.left {
  top: 20px;
  left: 30px
}

.quote.right {
  bottom: 20px;
  right: 30px
}

.contact-section {
  position: relative;
  padding: 90px 0 110px;
  background: url(../images/contact-bg.png) center/cover no-repeat
}

.contact-overlay {
  position: absolute;
  inset: 0;
  background: #00000073
}

.contact-title {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px
}

.contact-form-box {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 35px 40px;
  max-width: 900px;
  margin: 0 auto
}

.form-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

label {
  font-size: 18px;
  margin: 10px 0;
}

.form-group.full label.sector-item {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 6px;
  display: flex;
  gap: 6px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 14px;
  border-radius: 8px;
  border: 1px solid #e4e7ec;
  font-size: 14px
}

.sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 5px;
}

.sector-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  color: #344054;
  cursor: pointer;
}

.sector-item input[type="checkbox"] {
  width: 18px;
  height: 14p18pxx;
  accent-color: #0056b3;
  cursor: pointer;
}

.form-group textarea {
  min-height: 110px;
  resize: none
}

.form-group.full {
  margin-top: 16px
}

.form-btn {
  text-align: center;
  margin-top: 30px
}


.join-as-an-investor .form-btn button {
  background: rgba(2, 87, 156, 1);
  color: #fff;
  border: none;
  padding: 10px 40px;
  border-radius: 24px;
  font-size: 14px;
  cursor: pointer;
  width: 68%;
  padding: 20px;
  border-radius: 50px;
}

.dots {
  position: absolute;
  width: 80px;
  height: 80px;
  background: radial-gradient(#fff 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: .5
}

.dots.left {
  left: 40px;
  top: 50%
}

.dots.right {
  right: 40px;
  top: 20%
}

.site-footer {
  background: #1c1c1c;
  color: #d0d5dd;
  padding: 70px 0 30px
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.2fr;
  gap: 40px
}

.footer-about img {
  max-width: 180px;
  margin-bottom: 14px
}

.site-footer p {
  font-size: 14px;
  line-height: 1.6;
  color: #fdfdfdff
}

.site-footer h4 {
  font-size: 18px;
  color: #fdfdfdff;
  margin-bottom: 14px;
  font-weight: 700
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 0;
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #fdfdfdff
}

.site-footer img.footer-logo {
  margin-bottom: 20px
}

.site-footer ul {
  padding: 0
}

.site-footer ul li {
  list-style: none;
  color: #fdfdfdff;
  font-size: 14px;

  display: flex;
  gap: 10px;
  align-items: anchor-center;
}

.site-footer ul.address li {
  margin: 15px 0;
}

.site-footer ul li img {
  width: auto;
  height: 22px;
  object-fit: none;
}

.site-footer ul li a {
  font-size: 14px;
  color: #fdfdfdff;
  text-decoration: none;
  line-height: 28px
}

.section-content h4 {
  font-size: 25px;
  font-weight: 700;
  gap: 15px;
  display: flex;
}

/* Investor page css start here */
section.inner-page-hero-section img.img-fluid {
  width: 100%;
}

section.inner-page-hero-section {
  position: relative;
  padding: 0;
}

section.inner-page-hero-section .bg-background {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgb(2 87 156 / 0%) 0%, rgba(2, 87, 156, 1) 100%);
}

section.inner-page-hero-section .bg-background h1 {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  padding-top: 100px;
}

.membership-benefits ul {
  padding: 20px 0;
  list-style: none;
}

.membership-benefits li:before {
  content: "";
  background-color: rgba(2, 87, 156, 1);
  width: 31px;
  height: 100%;
  border-radius: 12px 0 0 12px;
  margin-right: 12px;
  position: absolute;
  z-index: -1;
  left: 0px;
}

.membership-benefits li {
  position: relative;
  padding-left: 17px;
}

.membership-benefits p {
  border: 1px solid rgba(229, 229, 229, 1);
  padding: 12px 20px;
  border-radius: 12px;
  background-color: #fff;
  width: 83%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.membership-benefits li p img {
  width: 48px;
  height: 48px;
  padding: 12px;
  background-color: rgba(255, 239, 97, 0.5);
  object-fit: scale-down;
  text-align: center;
  border-radius: 29px;
}

.four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.grid-box {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid rgba(2, 87, 156, 1);
  position: relative;
  /* box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); */
}

.grid-box::after {
  content: "";
  background-image: url(../images/right-arrow.svg);
  position: absolute;
  right: -20px;
  width: 23px;
  height: 8px;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  top: 50%;
  z-index: -1;
}

.grid-box:last-child::after {
  display: none;
}

.grid-box h6 {
  font-size: 45px;
  color: rgba(2, 87, 156, 1);
  margin: 10px 0 12px 0;
}

.grid-box span {
  font-size: 18px;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

.grid-box p {
  float: left;
  width: 100%;
  color: rgba(84, 83, 83, 1);
  font-size: 16px;
}

div#accordionExample {
  max-width: 750px;
  margin: 0 auto;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-collapse.collapse {
  background-color: rgba(230, 238, 245, 1);
  border-radius: 0 0 15px 15px;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(230, 238, 245, 1);
}

/* .collapse:not(.show) {
  background-color: rgba(230, 238, 245, 1);
} */


.accordion-button {
  font-size: 22px;
  font-weight: 700;
}

.accordion-body,
.accordion-body p .accordion-body li {
  font-size: 14px;
}

button.accordion-button.collapsed {
  border-radius: 15px !important;
}

section.join-as-an-investor .contact-form-box {
  max-width: 1020px;
  /* background: transparent; */
  box-shadow: 0px 0px 10px 0px #e3d9d9;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.accordion-button:not(.collapsed) {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
}

.accordion-header {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
}

.accordion-item {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  border-bottom-right-radius: 15px !important;
  border: 1px solid rgba(236, 236, 236, 1) !important;
}

.accordion-button::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/plus.png") center/contain no-repeat;
}

.accordion-button:not(.collapsed)::after {
  background: url("../images/minus.png") center/contain no-repeat;
}

button:focus:not(:focus-visible) {
  box-shadow: none
}


/* Investor page css end here */
/* startup pae css start here */

ul.eligibility li {
  padding-left: 0;
}

ul.eligibility li::before {
  display: none;
}

ul.eligibility p {
  padding-left: 0;
  border: 0;
  background-color: transparent;
}

.five-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  position: relative;
}

.five-grid .grid-box img {
  background-color: rgba(2, 87, 156, 1);
  width: 100px;
  height: 100px;
  object-fit: none;
  border-radius: 50%;
  margin-bottom: 25px;
}

.five-grid .grid-box {
  border: none;
  background-color: transparent;
  text-align: center;
  padding: 0;
}

.five-grid .grid-box::after {
  display: none;
}

.coontent-box {
  border: 1px solid rgba(2, 87, 156, 1);
  float: left;
  width: 100%;
  min-height: 210px;
  border-radius: 15px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.five-grid hr {
  border: 1px solid rgba(157, 202, 255, 1);
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgba(157, 202, 255, 1);
  top: 38px;
  color: rgba(157, 202, 255, 1);
}


/* startup pae css end here */


/* about-us page css start here */
.row.wrap-reverse {
  flex-direction: row-reverse;
}

.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 25px;
  margin-top: 70px;

}

.portfolio-box {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 20px;
  transition: 0.3s ease;
  position: relative;
}

.portfolio-box:before {
  content: "";
  background-color: rgba(2, 87, 156, 1);
  width: 100%;
  height: 24px;
  border-radius: 15px 15px 0 0;
  margin-right: 12px;
  position: absolute;
  z-index: 0;
  left: 0px;
  margin: 0;
  top: -24px;
}

.portfolio-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.portfolio-link span img {
  height: 12px;
  margin: 0;
  margin-left: 5px;
}

.portfolio-box img {
  max-height: 51px;
  object-fit: contain;
  margin-bottom: 20px;
}

.content-box span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 6px;
}

.content-box p {
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
  line-height: 1.5;
  margin-bottom: 30px;
}

.portfolio-link {
  font-size: 16px;
  font-weight: 600;
  color: #101828;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.portfolio-link span {
  font-size: 12px;
}

.section-content.d-flex.flex-column {
  height: 100%;
  justify-content: space-between;
}

.team-image {
  background-color: rgba(230, 239, 246, 1);
  text-align: center;
  border-radius: 15px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}

.team-content {
  background-color: rgba(230, 239, 246, 1);
  border-radius: 15px;
  padding: 30px;
  height: 100%;
}

.team-content p {
  font-size: 18px;
  margin-bottom: 30px;

}

.team-content li {
  font-size: 18px;
  line-height: 30px;
}

/* about-us page css end here */


/* contact us page css start here */
.custom-tabs {
  display: inline-flex;
  background: #f2f4f7;
  padding: 6px;
  border-radius: 14px;
  gap: 6px;
  width: fit-content;
  margin: 0 auto;
}

.tab-btn {
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  cursor: pointer;
  background: transparent;
  color: #1f1f1f;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.tab-btn.active {
  background: #0b4a8f;
  color: #fff;
  box-shadow: 0 4px 10px rgba(11, 74, 143, 0.25);
}

/* Content */
.tab-content {
  display: none;
  margin-top: 30px;
}

.tab-content.active {
  display: block;
}

.contact-us-page.glow-bg::after {
  content: '';
  position: absolute;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, #0d6efd59 0%, #0d6efd26 40%, #0d6efd00 70%);
  background-image: url(../images/why-after.png);
  bottom: 150px;
  right: -148px;
  filter: blur(40px);
  z-index: 0;
  background-repeat: no-repeat;
}

.contact-us-page.glow-bg::before {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #0d6efd59 0%, #0d6efd26 40%, #0d6efd00 70%);
  background-image: url(../images/why-before.png);
  bottom: -104px;
  left: 0;
  filter: blur(40px);
  z-index: 0;
  background-repeat: no-repeat;
}

section.contact-us-page.glow-bg span.left-dot.absolute-span {
  bottom: 350px;
}

section.contact-us-page.glow-bg span.right-dot.absolute-span {
  top: 27%;
}

span.left-dot.absolute-span.extra-bg {
  left: 0%;
  top: -46%;
  z-index: -1;
  bottom: auto !important;
}

.contact-us-page .contact-form-box {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 35px 40px;
  max-width: 1055px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}


.tab-content button {
  min-width: 300px;
  background-color: rgba(2, 87, 156, 1);
  color: #fff;
  border: 0;
  padding: 12px 20px;
  border-radius: 30px;
}

.contact-info h2.section-title {
  font-size: 40px;
  line-height: 130%;
}

section.contact-info {
  background-image: url(../images/contact-info-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}

.contact-info p a {
  color: #000;
  text-decoration: none;
}

/* contact us page css end here */
section.join-as-an-investor.glow-bg::after {
  bottom: -63px;
  right: -175px;
}

section.join-as-an-investor.glow-bg::before {
  bottom: auto;
  top: -300px
}

.why-join.what-offer .why-card {
  text-align: center;
  align-items: center;
}

.why-join.what-offer .img-div {
  margin: 15px auto;
}

.coontent-box,
.why-card {
  transition: 0.3s ease;
}

.coontent-box:hover,
.why-card:hover {
  transform: translateY(-5px);
}

.contact-section span.left-dot.absolute-span {
  top: -5px;
  opacity: 1;
  left: 70px;
}

.contact-section span.right-dot.absolute-span {
  top: 100px;
  right: 100px;
}

.contact-section span.left-dot.left-dot1.absolute-span {
  bottom: 100px;
  left: 70px;
  top: auto;
}

.contact-section span.left-dot.left-dot2.absolute-span {
  bottom: 80px;
  left: 150px;
  top: auto;
}

.contact-section span.right-dot.right-dot1.absolute-span {
  top: 250px;
  right: 70px;
}

section.about-us.glow-bg::before {
  height: 650px;
  bottom: -250px;
}

section.about-us.glow-bg::after {
  height: 650px;
  bottom: -50px;
}

section.our-team.glow-bg::before {
  height: 650px;
  bottom: -250px;
}

section.our-team.glow-bg::after {
  /* height: 650px; */
  bottom: 0px;
}

section.portfolio.glow-bg::before {
  bottom: auto;
  top: 250px;
}

section.portfolio.glow-bg::after {
  height: 650px;
  bottom: -50px;
}

section.inner-page-hero-section p {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}

section.inner-page-hero-section span.sub-title {
  color: #fff;
  padding: 20px;
  font-size: 17px;
}

.visible-xs {
  display: none;
}

.hidden-xs {
  display: block;
}

section.why-maheshwari.glow-bg.investor-grid::before {
  height: 938px;
}

section.why-maheshwari.glow-bg.investor-grid::after {
  height: 458px;
  bottom: auto;
  top: -300px;
  background-repeat: no-repeat;
}

section.membership-benefits.glow-bg::after {
  bottom: 100px;
}

section.membership-benefits.glow-bg:before {
  height: 750px;
  bottom: -100px;
}

section.how-it-work.glow-bg::before {
  display: none;
}

section.how-it-work.glow-bg::after {
  height: 750px;
}

section.faq.glow-bg::after {
  display: none;
}

section.join-as-an-investor {
  position: relative;
}

section.join-as-an-investor::after {
  content: "";
  position: absolute;
  width: 650px;
  height: 550px;
  background: radial-gradient(circle, #0d6efd59 0%, #0d6efd26 40%, #0d6efd00 70%);
  background-image: url(../images/why-after.png);
  bottom: -104px;
  right: -175px;
  filter: blur(40px);
  z-index: 0;
  background-repeat: no-repeat;
}

section.join-as-an-investor span.absolute-span {
  bottom: 40%;
  top: auto
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
}

/* Mobile */
@media(max-width:1000px) {
  button.navbar-toggler {
    gap: 7px;
    display: flex;
    flex-direction: column;
    padding: 7px;
    width: 40px;
    height: 36px;
    justify-content: center;
  }

  span.navbar-toggler-icon {
    background-image: none;
    height: 2px;
    width: 24px;
    background-color: #000;
  }


  .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon:first-child {
    transform: rotate(45deg);
    margin-bottom: -4px;
  }

  .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon:nth-child(2) {
    display: none;
  }

  .navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -5px;
  }

  div#mainNav {
    padding: 15px 0;
  }

  ul.navbar-nav.mx-auto {
    margin-bottom: 10px;
  }

  .step-no {
    font-size: 50px;
  }

  span.left-dot.absolute-span.extra-bg img {
    width: 100%;
  }

  section.join-as-an-investor::after {
    display: none;
  }

}

@media(max-width:767px) {

  .visible-xs {
    display: block;
  }

  .why-card h6 {
    font-size: 18px;
  }

  .membership-benefits p {
    width: 100%;
  }

  .accordion-button {
    font-size: 18px;
  }

  .why-join .why-card {
    padding: 20px 10px;
  }

  .hidden-xs {
    display: none;
  }

  a.navbar-brand img {
    width: 150px;
  }

  section.inner-page-hero-section p {
    font-size: 18px;
  }

  section.inner-page-hero-section p br {
    display: none;
  }

  .form-group.full label.sector-item {
    margin: 0;
  }

  .hero-section {
    padding: 125px 0 25px;
    background-size: auto;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #fbfbfb;
    background-image: url(../images/banner-bg.png);
  }



  .process-steps {
    margin-top: 30px;
  }

  .step-no {
    font-size: 60px;
  }

  .testimonial-section {
    padding: 45px 0;
  }

  .contact-section span.right-dot.absolute-span,
  .contact-section span.left-dot.left-dot1.absolute-span,
  .contact-section span.left-dot.left-dot2.absolute-span {
    display: none;
  }

  .contact-section span.right-dot.right-dot1.absolute-span {
    bottom: 10px;
    right: 10px;
    top: auto;
    display: block;
  }

  .impact-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .five-grid hr {
    border: 1px solid rgba(157, 202, 255, 1);
    position: absolute;
    width: 3px;
    height: 95%;
    background-color: rgba(157, 202, 255, 1);
    top: 0;
    color: rgba(157, 202, 255, 1);
    /* transform: rotate(90deg); */
    left: 50%;
    z-index: 0;
  }

  .five-grid .coontent-box {
    background-color: #fff;
  }

  .five-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .portfolio-icon img {
    max-width: 100% !important;
  }

  .portfolio-icon {
    margin-bottom: 0;
  }

  .testimonial-card img {
    width: 40px !important;
  }

  .testimonial-card {
    padding: 17px 50px;
    width: 96%;
    margin: 0 auto;
  }

  section.contact-section h2.contact-title {
    padding: 0 15px;
  }

  section.contact-section h2.contact-title br {
    display: none;
  }

  .contact-title {
    font-size: 28px;
  }

  .contact-form-box {
    max-width: 95%;
  }

  .contact-form-box {
    padding: 35px 20px;
  }

  section {
    padding: 30px 0;
  }



  h2.section-title.mb-5 {
    margin-bottom: 30px !important;
  }

  label {
    font-size: 16px;
  }

  .custom-tabs {
    flex-direction: column;
    width: 95%;
  }

  .tab-btn {
    width: 100%;
    text-align: center;
  }

  .section-title {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 35px;

  }

  section.contact-us-page.glow-bg span.left-dot.absolute-span img {
    width: 100%;
  }

  .contact-us-page.glow-bg::before {
    width: 120px;
    height: 120px;
  }

  .glow-bg::after,
  .glow-bg::before {
    width: 120px !important;
    height: 120px !important;
    display: none;
  }

  section.contact-info {
    background-size: cover;
  }

  .contact-us-page .contact-form-box {
    padding: 0;
    margin-bottom: 30px;
  }

  .form-row,
  .three-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .portfolio br {
    display: none;
  }

  .team-content {
    padding: 30px 15px;
    margin-top: 15px;
  }

  .team-content li {
    font-size: 16px;
  }

  .team-content ul {
    padding-left: 25px;
  }

  .four-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .four-grid .grid-box::after {
    display: none;
  }

  .sector-list {
    gap: 7px 17px;
  }

  section.inner-page-hero-section .bg-background h1 {
    font-size: 35px;
  }

  .why-maheshwari {
    padding: 30px 0;
  }
}


@media(max-width:991px) {
  .hero-title {
    font-size: 38px;
  }

  .hero-illustration {
    text-align: center;
    margin-top: 40px;
  }
}

.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #000;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  section.inner-page-hero-section .bg-background h1 {
    font-size: 35px;
  }

  img.img-fluid.hidden-xs {
    min-height: 400px;
    object-fit: cover;
    object-position: center;
  }


  section.inner-page-hero-section p {
    font-size: 17px;
  }

  .contact-info h2.section-title {
    font-size: 25px;
  }

  .contact-info p {
    font-size: 14px;
  }

  section.contact-info .col-sm-4 {
    width: 33.33333333% !important;
  }

  section.contact-info .col-sm-8 {
    width: 66.66666667% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  section.contact-us-page.glow-bg {
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .site-footer ul.address li br {
    display: none;
  }

  .form-group.full label.sector-item {
    font-size: 14px;
  }

  .sector-list {
    gap: 10px;
  }

  .membership-benefits img.img-fluid {
    width: 100%;
  }

  .investor-grid .why-card {
    padding: 20px 7px;
  }

  .investor-grid .why-card p {
    font-size: 13px;
  }

  .btn-outline-custom {
    padding: 9px 19px;
    font-size: 13px;
  }

  /* .why-card {
    padding: 20px 0;
  } */

  .why-features {
    margin-top: 15px;
  }

  section {
    padding: 35px 0;
  }

  .process-section {
    padding: 35px 0;
  }

  .glow-bg::after,
  .glow-bg::before {
    width: 350px;
    height: 350px;
  }

  .portfolio-icon img {
    width: 100% !important;
  }

  .portfolio-icon {
    margin-bottom: 0;
  }

  .impact-card p {
    font-size: 14px;
  }

  .impact-card {
    padding: 15px 15px;
  }

  .testimonial-card img {
    width: 90px !important;
  }

  .contact-form-box {
    width: 90%;
  }

  .impacts-section {
    padding: 40px 0;
  }

  .process-steps-scroll {
    max-height: 465px;
  }

  .about-us .offset-md-1.col-lg-6.text-right {
    margin-left: 0;
  }

  .about-us .offset-md-1.col-lg-6.text-right img {
    width: 100%;
  }

  section.our-team.glow-bg .row {
    gap: 15px;
  }

  .three-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  section.why-maheshwari p br {
    display: none;
  }

  section.why-maheshwari img {
    width: 100% !important;
  }

  .why-card h6 {
    font-size: 16px;
    line-height: 22px;
  }

  .section-title {
    font-size: 28px;
    line-height: 35px;
  }

  .membership-benefits p {
    padding: 0px 20px;
    width: 100%;
  }

  section.join-as-an-investor.glow-bg::after {
    bottom: -63px;
    right: 0;
  }

  .five-grid .coontent-box {
    padding: 15px 5px;
    min-height: 163px;
  }

  .five-grid {
    gap: 10px;
  }

  .five-grid .grid-box p {
    font-size: 12px;
  }

  .five-grid .grid-box img {
    width: 80px;
    height: 80px;
  }

  .five-grid hr {
    top: 23px;
  }

  label {
    font-size: 15px;
  }

  .why-maheshwari {
    padding: 40px 0 30px;
  }

  .how-it-work .four-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .how-it-work .grid-box::after {
    display: none;
  }

  section.join-as-an-investor .contact-form-box {
    width: 100%;
  }

  .membership-benefits p {
    padding: 7px 20px;
  }

}


@media screen and (min-width: 920px) and (max-width: 1024px) {
  .membership-benefits p {
    font-size: 15px;
    padding: 7px 20px;
  }

  section.about-us.glow-bg {
    padding: 70px 0 15px;
  }

  span.left-dot.absolute-span.extra-bg img {
    width: 100%;
  }

  section.join-as-an-investor::after {
    display: none;
  }

  .why-card .img-div {
    margin-top: 0;
  }

  .process-steps-scroll {
    max-height: 400px;
  }

  .process-step {
    gap: 15px;
    padding: 15px 15px;
  }

  .step-no {
    font-weight: 700;
    font-size: 45px;
  }

  .process-step p {
    font-size: 13px;
  }

  .portfolio-icon img {
    max-width: 100% !important;
    width: auto !important;
  }

  section.our-team.glow-bg .row {
    gap: 0;
  }

  .about-us .offset-md-1.col-lg-6.text-right {
    width: 58.33333333%;
  }

  .about-us .section-title.mb-5 {
    margin-bottom: 1rem !important;
  }

  .section-title {
    font-size: 28px;
    line-height: 37px;
  }


}