body {
  overflow-x: hidden;
}

body,
html {
  margin: 0;
  padding: 0;
}
.btn a {
  text-decoration: none;
}
.aboutinnerbnr {
  position: relative;
  width: 100%;
}
.aboutinnerbnr img {
  display: block;
  width: 100%;
  height: auto;
}
.text-overlay {
  position: absolute;
  top: 50%;
  left: 83px;
  transform: translateY(-50%);
  color: #fff;
  padding: 20px;
}
.text-overlay h1 {
  color: var(--white);
  font-family: var(--font-family-newsreader);
  font-size: 86px;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}
.text-overlay p {
  margin: 0;
}
.banner {
  position: relative;
  text-align: left;
  color: white;
}
.banner img {
  width: 100%;
  height: auto;
  filter: brightness(60%);
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
}
.banner-text h1 {
  color: var(--white);
  font-family: var(--font-family-newsreader);
  font-size: 86px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: normal;
}
.wealthManagment .banner-text {
  position: absolute;
  top: 50%;
  left: 174px;
  transform: translate(-10%, -50%);
}
.headBannerabout .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
/*banner below section*/
.section-heading {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #2c4b4d;
}
.section-subheading {
  text-align: center;
  margin-bottom: 40px;
  color: #2c4b4d;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
}
.card-border-radious-bottom-right {
  border-bottom-right-radius: 0px;
  background-color: #eaf4f3;
  border: none;
}
.card-border-radious-bottom-right-border {
  border-bottom-right-radius: 15px;
  /* background-color: #EAF4F3; */
  border: none;
}
.card-border-radious-top-right {
  border-top-right-radius: 15px;
  /* background-color: #EAF4F3; */
  border: none;
}
.card-border-radious-left {
  border-top-left-radius: 15px;
  /* background-color: #EAF4F3; */
  border: none;
}
.card-border-radious-bottom {
  border-bottom-left-radius: 15px;
  /* background-color: #EAF4F3; */
  border: none;
}
.card-custom {
  background-color: #eaf4f3;
  border: none;
  border-radius: 0px;
}
.card-custom img {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.card-body-custom {
  padding: 20px 36px 20px 50px;
  /* border-radius: 10px; */
  height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.card-title-custom {
  color: #00321d;
  font-size: 48px;
  margin-bottom: 40px 0px;
  font-family: var(--font-family-newsreader);
  font-style: normal;
  font-weight: 300;
}
.card-text-custom {
  font-size: 18px;
  font-family: var(--font-family-inter);
  color: #666666;
  line-height: 22px;
}
.img-container {
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.img-container img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}
/*meed section ===========*/
.section-heading {
  text-align: center;
  margin-top: 109px;
  margin-bottom: 24px;
  color: #00321d;
  font-size: 48px;
  font-family: var(--font-family-newsreader);
  font-weight: 400;
}
.meet-the-team {
  text-align: center;
  margin-top: 110px;
  margin-bottom: 34px;
  color: #00321D;
  font-size: 48px;
  font-family: var(--font-family-newsreader);
  font-weight: 400;
}
.section-subheading {
  text-align: center;
  margin-bottom: 80px;
  color: #666666;
  font-size: 18px;
  font-family: var(--font-family-inter);
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.team-member {
  text-align: center;
  margin-bottom: 80px;
}
.team-member img {
  border-radius: 50%;
  width: 225px;
  height: 225px;
  object-fit: cover;
  margin-bottom: 15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.team-member h5 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #0b693f;
  font-weight: 500;
  font-family: var(--font-family-newsreader);
}
.team-member p {
  font-size: 18px;
  margin-bottom: 0;
  color: #666666;
  margin-top: 15px;
  line-height: 23px;
  font-weight: 400;
  font-family: var(--font-family-inter);
}
.meetSection .container {
  max-width: 950px;
}
a:hover {
  color:inherit;
  text-decoration: none;
}
.marqueeslider {
  background-color: #f6faf8;
  padding: 50px 0;
  margin-top: 35px;
  margin-bottom: 120px;
}
.container-custom {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.marqueeslider .content h2 {
  font-size: 48px;
  color: #00321d;
  font-family: var(--font-family-newsreader);
}
.content p {
  color: #666666;
  margin: 10px 0 20px;
  font-size: 18px;
  padding-right: 0px;
  font-family: var(--font-family-inter);
  line-height: 25px;
  padding-bottom: 40px;
}
.marqueeslider button {
  border: 1px solid #00321d;
  font-size: 20px;
  background: #ebefed;
  padding: 5px 18px;
  border-radius: 8px;
  align-items: center;
  display: flex;
  font-family: var(--font-family-inter);
}
.marqueeslider .btn img {
  padding-left: 20px;
}
.image-container {
  overflow: hidden;
  position: relative;
  height: 300px; /* Adjust based on your preference */
}
.image-wrapper {
  display: flex;
  flex-direction: column;
  animation: scroll-up 20s linear infinite;
}
.image-wrapper:hover {
  animation-play-state: paused;
}
.image-wrapper img {
  width: 100%;
  height: auto;
  margin: 15px 0px;
}
@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%); /* Adjust to scroll exactly half the length */
  }
}
.marqueeslider button {
  border: 1px solid #00321d;
  font-size: 20px;
  background: #ebefed;
  padding: 5px 18px;
  border-radius: 8px;
  align-items: center;
  display: flex;
  font-family: var(--font-family-inter);
}
.leftGradient {
  border-top-right-radius: 15px;
  background: linear-gradient(
    103deg,
    #f6faf8 0%,
    rgba(217.48, 228.75, 224.13, 0.6) 42%,
    #d4deda 100%
  );
}
.rightGradient {
  border-top-left-radius: 15px;
  background: linear-gradient(
    303deg,
    #f6faf8 0%,
    rgba(217.48, 228.75, 224.13, 0.6) 42%,
    #d4deda 100%
  );
}
/* personalized wealth management section code start here */
.content-section {
  padding: 0px 20px 0px 20px;
  border-left: 1px solid #2d6a4f;
  margin-bottom: 40px;
}
.welathManagement .content-section h3 {
  color: #2d6a4f;
  margin-top: 0;
  font-size: 36px;
  padding: 0px 0px 20px 0px;
  font-weight: 400;
  font-family: var(--font-family-newsreader);
}
.content-section p {
  padding-right: 50px;
  margin-bottom: 0;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--font-family-inter);
}
/* marquee slider end here */
@media (max-width: 768px) {
  .text-overlay {
    position: absolute;
    top: 88%;
    left: 0%;
    width: 100%; /* Ensures full width */
    display: flex;
    justify-content: center; /* Aligns content horizontally center */
    align-items: center; /* Aligns content vertically center */
  }
  .text-overlay h1 {
    font-family: var(--font-family-newsreader);
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    text-align: center; /* Aligns text center within its container */
  }
  .content-section p {
    padding-right: 0px;
    margin-bottom: 0;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--font-family-inter);
  }
  .wealthManagment .banner-text {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translate(-10%, -50%);
  }

  .image-container {
    overflow: hidden;
    position: relative;
    height: auto;
  }
  .meet-the-team {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 34px;
    color: #2c4b4d;
    font-size: 48px;
  }
  .marqueeslider {
    background-color: #f6faf8;
    padding: 50px 0;
    margin-top: 35px;
    margin-bottom: 80px;
  }
  .meet-the-team {
    font-size: 30px;
  }

  .welathManagement .content-section h3 {
    font-size: 22px;
    padding: 0px 0px 20px 0px;
  }

  .content-section {
    padding-left: 10px;
    border-left: 1px solid #2d6a4f;
  }
  .content-section:first-child {
    margin-top: 50px;
  }

  .content-section h3 {
    font-size: 1.25rem;
  }

  .content-section p {
    font-size: 12px;
    line-height: 18px;
  }

  .team-member img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 15px;
  }

  .text-md-right {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    line-height: 20px;
  }

  .marqueeslider .content button {
    color: #00321d;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    border: 1px solid #00321d;
    margin-top: 0px;
    margin: 50px auto;
  }

  .content p {
    color: #666666;
    margin: 10px 0 20px;
    font-size: 16px;
    padding: 0px 0% 0px 0px;
    font-family: var(--font-family-inter);
    line-height: 25px;
    text-align: center;
  }

  .marqueeslider .content h2 {
    font-size: 36px;
    color: #00321d;
    font-family: var(--font-family-newsreader);
    text-align: center;
  }

  .image-wrapper {
    flex-direction: row;
    animation: scroll-left 15s linear infinite;
  }

  .footer p {
    font-family: var(--font-family-inter);
    color: #fafafa;
    line-height: 25px;
  }

  .banner-text h1 {
    font-size: 36px;
  }
  .banner-text {
    position: absolute;
    text-align: center;
    right: 0px;
    transform: translate(-10%, 200%);
    width: 100%;
  }

  .section-heading {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #2c4b4d;
    font-size: 30px;
  }

  .section-subheading {
    text-align: center;
    margin-bottom: 40px;
    color: #666666;
    font-size: 16px;
    font-family: var(--font-family-inter);
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  .card-title-custom {
    color: #222222;
    font-size: 22px;
    margin-bottom: 40px 0px;
    font-family: var(--font-family-newsreader);
    font-style: normal;
    font-weight: 500;
  }
  .card-body-custom {
    padding: 20px;
    border-radius: 0px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .img-container {
    overflow: hidden;
    border-radius: 0px;
  }

  .card-text-custom {
    font-size: 12px;
    font-family: var(--font-family-inter);
    color: #666666;
    line-height: 16px;
  }

  .team-member h5 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #0b693f;
    font-weight: 600;
  }

  .team-member p {
    font-size: 12px;
    margin-bottom: 0;
    color: #666666;
    margin-top: 15px;
    line-height: 20px;
    font-family: var(--font-family-inter);
  }
  .bottom-border {
    border-bottom: 1px solid #42846a;
    position: relative;
    top: 33px;
    /* display: none; */
  }

  /* marquee */

  .marqueeslider .content h2 {
    font-size: 36px;
  }

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

  .image-wrapper {
    flex-direction: row; /* Change to horizontal scrolling */
    animation: scroll-left 5s linear infinite;
    height: auto;
  }

  .image-wrapper .image-group {
    flex-direction: row;
  }

  .image-wrapper img {
    height: 70%;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }

    100% {
      transform: translateX(-100%);
      /* Adjust to scroll exactly the full length */
    }
  }

  .leftGradient {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: -4px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background: linear-gradient(
      103deg,
      #edf0ef 100%,
      rgba(217.48, 228.75, 224.13, 0.6) 100%,
      #d4deda 100%
    );
  }
  .rightGradient {
    border-bottom-right-radius: 15px;
    margin-top: -4px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(
      303deg,
      #edf0ef 100%,
      rgba(217.48, 228.75, 224.13, 0.6) 100%,
      #d4deda 100%
    );
  }

  .mt-4,
  .my-4 {
    margin-top: 0rem !important;
  }
  /* dsf */
}
