.credibility {
  margin-top: -133px;
  width: 500px;
}

.reliability {
  color: var(--white);
  font-family: var(--font-family-newsreader);
  font-size: 86px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: normal;
  min-height: 86px;
  width: 500px;
}
.dependability {
  letter-spacing: 0;
  line-height: normal;
  min-height: 86px;
  white-space: nowrap;
}

.credibility-1 {
  width: 528px;
}

.component {
  align-items: flex-start;
  display: flex;
  /* position: absolute; */
}

.credibility-2 {
  letter-spacing: 0;
  line-height: normal;
  min-height: 86px;
}
.get-started-4 {
  font-weight: 400;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}
.sliderarea .carousel-indicators {
  z-index: 3;
}
.sliderarea {
  position: relative;
  width: 100%;
}
.sliderarea .carousel-item img {
  object-position: center;
}
.sliderarea .carousel-caption {
  z-index: 2;
  text-align: left;
  width: 47%;
  left: 7.5%;
}
.sliderarea .carousel-caption p {
  color: #fffcf5;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xxl);
  font-weight: 300;
  padding: 20px 0 60px 0;
}
.sliderarea .carousel-indicators button {
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  border: 1px solid #d9d9d9;
  opacity: 0.5;
  margin: 0 10px;
  border-radius: 8px;
}
.sliderarea .carousel-indicators .active {
  opacity: 1;
  background-color: #00321d;
  border: 1px solid #00321d;
  border-radius: 8px;
}
.carousal-cta {
  padding: 10px 13px;
  font-size: 16px;
  color: #fff;
  background-color: #ffffff1c;
  border: 1px solid #fff;
  border-radius: 7px;
  text-decoration: none;
  position: relative;
  width: 36%;
  font-family: var(--font-family-inter);
  font-size: var(--font-size-xl);
}

.carousal-cta a {
  cursor: pointer;
}
.carousal-cta::after {
  content: url("../img/arrow-black.svg");
  position: absolute;
  right: 13px;
  top: 28%;
  color: #fff;
  background-position: 10px 3px;
  background-repeat: no-repeat;
}
.homehdng {
  margin-top: 120px;
  text-align: center;
}
.homehdng h1 {
  color: var(--dark-green);
  font-family: var(--font-family-newsreader);
  font-size: var(--font-size-xxxxxl);
  font-style: normal;
  font-weight: 400;
}
.homehdng h2 {
  color: var(--dark-green);
  font-family: var(--font-family-newsreader);
  font-size: var(--font-size-xxxxxl);
  font-style: normal;
  font-weight: 400;
}
.homehdng p {
  color: var(--grey-text);
  font-family: var(--font-family-inter);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 400;
}
/* -------------------------Financial Transparency code start----------------------- */
.main .flex-col {
  align-items: center;
  display: flex;
  flex-direction: column;
  left: 0px;
  position: relative;
  top: 0px;
  width: 100%;
  margin-bottom: 30px;
}
.financialbox {
  margin-top: 60px;
}
.financialbox .card {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  border: none !important;
  height: 415px;
  padding: 0;
  transition: background-color 0.4s ease-in-out;
}

.financialbox .card-img-top {
  transition: transform 0.5s ease;
}

.financialbox .card:hover .card-img-top {
  transform: scale(1.2);
}

.financialbox .card-text-overlay {
  position: absolute;
  height: 70px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 17px 19px 0;
  background-color: #edf0ef;
  transition: 0.4s ease-in-out;
  background-color: var(--gallery);
  font-family: var(--font-family-newsreader);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}

.financialbox .card-title {
  color: var(--primary-black);
  font-family: var(--font-family-newsreader);
  font-size: var(--font-size-xxxxl);
  font-style: normal;
  font-weight: 500;
  opacity: 1;
  /* Ensure title is visible by default */
  transition: opacity 0.5s ease;
  /* Transition for opacity */
}

.financialbox .card-text-content {
  opacity: 1;
  /* Start with text hidden */
  transition: opacity 0.5s ease;
  text-align: left;
}

.financialbox .card-text-content p.card-text {
  opacity: 0;
  /* Hide paragraph text by default */
  transition: opacity 0.5s ease;
}

.financialbox .card:hover .card-text-overlay {
  transform: translateY(0);
  height: 130px;
}

.financialbox .card:hover .card-text-content {
  opacity: 1;
}

.financialbox .card:hover .card-text-content p.card-text {
  opacity: 1;
  transition-delay: 0.1s;
}

/* -------------------------Financial Transparency code End----------------------- */

/* welth management services */

.welthManagement {
  margin-top: 60px;
}

.welthManagement h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #00321d;
  text-align: center;
  padding-bottom: 20px;
  font-family: var(--font-family-newsreader);
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
  box-sizing: border-box;
}

.card.small {
  flex: 1 1 calc(25% - 20px);
  background: rgb(240, 240, 240);
  box-shadow: 0px 0px 10px 0px #00000026;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

.card.small.last {
  background: rgb(199, 232, 254);
  background: linear-gradient(
    11deg,
    rgba(199, 232, 254, 1) 0%,
    rgba(235, 248, 253, 1) 99%
  ) !important;
  background: linear-gradient(
    11deg,
    rgba(199, 232, 254, 1) 0%,
    rgba(235, 248, 253, 1) 99%
  );
}

.card.small.last:hover {
  background: #c9ddd4 !important;
}

.card.small.last h2 {
  color: #0b60b0;
}

.card.large {
  flex: 1 1 calc(50% - 15px);
  background: rgb(240, 240, 240);
  background: linear-gradient(
    162deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(225, 236, 231, 1) 97%
  );
  border-radius: 12px;
  cursor: pointer;
}

/* .card:hover {
        transform: translateY(-10px);
    } */

.icon {
  font-size: 3rem;
  margin-bottom: 10px;
  color: #3d6e47;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
}

/* .icon div:nth-child(1) img {
    width:30px;
  } */

.special {
  background-color: #e0f7ff;
}

.card h2 {
  font-size: 26px;
  margin-bottom: 10px;
  color: #00321d;
  text-align: justify;
  padding-top: 15px;
  font-weight: 500;
  font-family: var(--font-family-newsreader);
}

.card p {
  font-size: 18px;
  color: #666666;
  font-weight: 400;
  text-align: left;
  /* padding-bottom: 30px; */
  font-family: var(--font-family-inter);
  line-height: 21px;
}
.our-services .card {
  background: linear-gradient(
    159.08deg,
    #ffffff -29.09%,
    #c9ddd4 159.45%
  ) !important;
  border: none;
  box-shadow: 0px 0px 10px 0px #00000026;
  transition: all linear 0.4s;
  display: block;
}

.our-services .card:hover {
  background: #c9ddd4 !important;
}

.our-services .our-services-1 {
  margin: 40px 0 30px;
}

/* Ensure the parent container is positioned relative */

.corporateprogram {
  margin-top: 60px;
}
.col-md-6.g-0 {
  position: relative;
  overflow: hidden; /* Hide any overflow */
  height: 300px; /* Set a height for the container */
}

.mobspace {
  background-image: url("../images/coorporatePrograme.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  height: 80%;
  border-radius: 10px;
  /* Remove the animation from the default state */
}

.mobspace.animate {
  animation: scrollBackground 2s linear forwards; /* Apply the animation only when the class 'animate' is added */
}

/* Animation Keyframes */
@keyframes scrollBackground {
  0% {
    background-position: right center;
  }
  40% {
    background-position: left center;
  }
}

.rightTextSection {
  padding: 10px 0px 0px 100px;
  margin-top: 20px;
}
.rightTextSection h3 {
  font-size: 26px;
  color: #00321d;
  font-family: var(--font-family-newsreader);
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: 31.2px;
}
.rightTextSection p {
  font-size: 18px;
  color: #4a4a4a;
  font-family: var(--font-family-inter);
  text-align: left;
  font-weight: 400;
  line-height: 25px;
}
.frame-9244.coorporate {
  display: flex;
  width: 174px;
  margin-top: 50px;
}
.frame-9244 {
  align-items: center;
  background-color: var(--cardin-green);
  /* border: 1px solid; */
  border-color: var(--dark-green);
  border-radius: 8px;
  display: inline-flex;
  gap: 10px;
  margin-top: 72px;
  padding: 14px 24px;
  position: relative;
  border: 1px solid #00321d;
  cursor: pointer;
}
.get-started-4 {
  font-weight: 400;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}
.get-started-3 {
  color: var(--dark-green);
  font-family: var(--font-family-instrument_sans);
  font-size: var(--font-size-xl);
  letter-spacing: 0;
  margin-top: -1px;
}
.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.group-1054 {
  height: 24px;
  position: relative;
  width: 24px;
}
.group-943 {
  align-items: flex-start;
  background-color: var(--dark-green);
  border-radius: 12px;
  display: flex;
  height: 24px;
  justify-content: flex-end;
  min-width: 24px;
  padding: 6.7px 6.7px;
}
.arrow_forward_ios {
  height: 11px;
  width: 11px;
}

.founderbxs {
  border: none;
  border-radius: 16px;
  padding: 0;
  margin: 100px 0px 120px 0px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.content {
  padding: 32px;
  color: black;
  flex-grow: 1;
  background: linear-gradient(
    301.93deg,
    #f6faf8 20.15%,
    rgba(217, 229, 224, 0.6) 61.09%,
    #d4deda 116.85%
  );
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  max-height: 500px;
}
.content p {
  color: var(--primary-black);
  font-family: var(--font-family-inter);
  font-weight: 400;
  line-height: 28px;
}

.content p.quote {
  color: var(--primary-black);
  font-family: var(--font-family-newsreader);
  font-size: var(--font-size-xxxxxl);
  font-weight: 400;
  line-height: 50.6px;
  /*font-size: 42px;*/
}

.content p.author {
  color: var(--primary-black);
  font-family: var(--font-family-inter);
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 30px;
}

.image-box {
  background: linear-gradient(180deg, #f9f5ed 0%, #ebdbcf 100%);
  padding: 0px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 510px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
  max-height: 500px;
}

.image-box img {
  max-width: 100%;
  border-radius: 8px;
  /* min-height: 400px; */
  min-height: auto;
  margin-top: 120px;
}

/*code start writted by azam 14-11-2024*/
@media(max-width:768px){

.card.small {
  flex: 1 1 calc(50% - 20px);
  background: rgb(240, 240, 240);
  box-shadow: 0px 0px 10px 0px #00000026;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
}

    .welthManagement .card {
        max-width: 45%;
        padding: 10px;
    }

    .welthManagement .card h2 {
        font-size: 16px;
    }

        .welthManagement .card p {
        font-size: 13px;
    }

    .welthManagement .icon {
        margin-top: -30px;
        height: unset;
        height: 55px;
    }

        .rightTextSection {
        padding: 0px 0px 0px 0px;
        margin-top: 16px;
    }

        .rightTextSection h3, .rightTextSection p {
        font-size: 16px;
        font-weight: 500;
        text-align: center;
    }

    .frame-9244 {
        margin: 40px auto 0;
        margin-bottom: 40px;
    }
    .mobspace{
      margin:0px 40px;
    }



}
/*code end writted by azam 14-11-2024*/