.investment-header {
  font-family: DroidKufi-Bold;
  font-size: clamp(28px, 2.395833333vw, 46px);
  color: var(--colors-main-color);
  text-align: center;
  margin-top: 130px;
  margin-bottom: 1%;
}

.investment-body {
  width: 70%;
  display: flex;
  flex-direction: row;
  margin: auto;
  justify-content: space-between;
}

.archived-link {
  width: 80%;
  display: flex;
  margin-inline: auto;
  justify-content: left;
}

.archived-link a {
  float: left;
  font-family: DroidKufi-Bold;
  font-size: clamp(12px, 1.09375vw, 21px) !important;
  color: var(--colors-main-color);
  text-decoration: none;
}

.investment-body-info {
  width: 40%;
  align-items: center;
  display: flex;
  flex-direction: column;
  max-height: 734px;
}

.investment-body-info img {
  width: clamp(200px, 36.420833333vw, 699.28px);
  height: clamp(210px, 22.3739583333vw, 429.58px);
}

.investment-body-info p {
  margin-top: 5%;
  text-align: center;
  font-family: DroidKufi-Bold;
  font-size: clamp(16px, 1.71875vw, 33px);
  color: var(--colors-main-color);
}

.investment-text {
  margin-top: 2% !important;
  font-family: DroidKufi-Regular !important;
  font-size: clamp(12px, 1.09375vw, 21px) !important;
  color: black !important;
}

.facilities-body {
  width: 80%;
  margin: auto;
}

.facilities-body img {
  width: 100% !important;
}

.facilities-body p {
  font-family: DroidKufi-Regular !important;
  font-size: clamp(14px, 1.145833333vw, 22px);
}

.buttons button:active,
.active {
  background-color: var(--colors-main-color) !important;
  color: white !important;
  border: none !important;
}

.services {
  display: none;
}

.buttons {
  width: 50%;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 2%;
}

.buttons button {
  width: clamp(100px, 12.4390625vw, 238.83px);
  height: clamp(40px, 2.69895833333vw, 51.82px);
  text-align: center;
  line-height: 2.7em;
  text-decoration: none;
  font-family: DroidKufi-Regular !important;
  font-size: clamp(10px, 0.9375vw, 18px);
  color: var(--colors-main-color);
  background-color: white;
  border: 1px solid var(--colors-second-color);
}

.section {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: auto;
}

.individual-footer {
  font-family: DroidKufi-Bold !important;
  text-align: center;
  margin-top: 3%;
}

.section-header {
  border-bottom: 2px solid var(--colors-main-color);
  font-family: DroidKufi-Bold !important;
  font-size: clamp(24px, 1.97916666666vw, 38px);
  color: var(--colors-main-color);
}

.section-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  /* height: 500px; */
  position: relative;
}

.section-body p {
  font-family: DroidKufi-Regular !important;
  font-size: clamp(16px, 1.09375vw, 21px);
}

.section-body h3 {
  font-family: DroidKufi-Bold !important;
  font-size: clamp(20px, 1.354166666vw, 26px);
  color: var(--colors-main-color);
  margin-top: 3%;
}

/* .section-img img {
  width: 40vw;
  height: 90vh;
} */

.section-img img {
  width: clamp(200px, 26.30208333vw, 505px);
  height: clamp(190px, 25.520833333vw, 490px);
}

@media screen and (max-width: 1400px) {
  .investment-header {
    margin-top: 160px !important;
  }
}

@media screen and (max-width: 650px) {
  .buttons {
    flex-direction: column;
  }

  .buttons button {
    margin-bottom: 2%;
  }

  .section-body {
    flex-direction: column;
  }

  .investment-body-info {
    width: auto;
  }

  .investment-body {
    flex-direction: column;
  }
}
#linkss {
  /* text-decoration: none; */
  font-weight: 600;
  color: #005388;
  cursor: pointer;
}

/***************************/

.section-body {
  height: 100%;
}

.services-content {
  /* height: 400px; */
  max-height: 400px;
  overflow: auto;
  transition: max-height 0.5s ease, overflow 0.5s ease;
  margin-block: 10px;
  padding-left:1em
}
/*******************************scroll bar settings**************************************/
.services-content::-webkit-scrollbar {
  width: 0.5em;
}
/* .services-content::-webkit-scrollbar-track{
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
} */
.services-content::-webkit-scrollbar-thumb{
  opacity: 0 !important;
  transition: 0.2s;
}
.services-content:hover::-webkit-scrollbar-thumb{
  opacity: 1;
  border-radius: 12px;
  background-color: #167198;
}
/*******************************END OF --scroll bar settings**************************************/

.services-content.readMore {
  /* height: auto; */
  max-height: 1000px;
  transition: max-height 0.7s ease;
}
.readMoreButton {
  display: none;
  position: absolute;
  cursor: pointer;
  bottom: -30px;
  right: 0;
  border: none;
  padding: 5px;
  background: #005388;
  border-radius: 5px;
  color: white;
}
/***************************/

.retailReadMoreButton {
  display: none;
  position: absolute;
  cursor: pointer;
  bottom: -30px;
  right: 0;
  border: none;
  padding: 5px;
  background: #005388;
  border-radius: 5px;
  color: white;
}

.retails-content {
  /* height: 400px; */
  max-height: 400px;
  overflow: auto;
  transition: max-height 0.5s ease, overflow 0.5s ease;
  margin-block: 10px;
  padding-left:1em

}

.retails-content.readMore {
  /* height: auto; */
  max-height: 2000px;
  transition: max-height 0.7s ease;
}

/*******************************scroll bar settings**************************************/
.retails-content::-webkit-scrollbar {
  width: 0.5em;
}
/* .services-content::-webkit-scrollbar-track{
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
} */
.retails-content::-webkit-scrollbar-thumb{
  opacity: 0 !important;
  transition: 0.2s;
}
.retails-content:hover::-webkit-scrollbar-thumb{
  opacity: 1;
  border-radius: 12px;
  background-color: #167198;
}
/*******************************END OF --scroll bar settings**************************************/