/*  ------------------ Green Header --------------------- */

.breadcrumb-section {
  position: relative;
  width: 100%;
  display: flex;
  height: 150px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 55px;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}

.greenColor-wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  height: 100%;
  z-index: 1;
  top: 0;
  inset-inline-end: 0;
  justify-content: flex-end;
}

.greenColor {
  width: 40%;
  height: 150px;
  position: relative;
  /* background-color: #4da05b; */
}

.active-title {
  font-weight: 400;
  color: #545454;
  font-size: 16px;
}

/* gray color */
.gray1,
.gray2,
.gray3 {
  position: absolute;
  height: 100%;
  background-color: #d8d8d8;
}

.gray1 {
  width: 8px;
  inset-inline-end: calc(39vw - 38px);
}

.gray2 {
  width: 16px;
  inset-inline-end: calc(39vw - 23px);
}

.gray3 {
  width: 22px;
  inset-inline-end: calc(39vw - 0px);
}

/* Green Header Title */
.greenTitle-wrapper{
  width: 100%;
  display: flex;
  height: 100%;
  z-index: 2;
  align-items: center;
}
.greenTitle {
  width: 100%;
  max-width: 1350px;
  margin: 20px auto;
}

.bread-crumb-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 156%;
  margin-bottom: 5px;
}

.greenTitle div p {
  color: #787878;
  font-weight: 400;
  font-size: 15px;
  line-height: 156%;
  text-align: start;
}

.greenTitle div p span {
  font-weight: 500;
  line-height: 156%;
  text-align: start;
  margin: auto 5px;
}

.breadcrumb {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  font-weight: 400;
  font-size: 15px;
  color: #787878;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li a {
  color: #545454;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}

.breadcrumb li a:hover {
  text-decoration: none;
}

.breadcrumb li span {
  margin: 0 5px;
  user-select: none;
}

.breadcrumb li.active-title {
  color: #545454;
  font-weight: 500;
  font-size: 15px;
  cursor: default;
  user-select: none;
}

/* Mobile screen */
@media (max-width: 767px) {

  .gray1,
  .gray2,
  .gray3 {
    display: none;
  }


  .greenColor {
    width: 40vw;
  }

  .greenTitle {
    margin: 20px auto;
  }

  .bread-crumb-title {
    font-weight: 600;
    font-size: 15px;
  }

  .greenTitle div p {
    font-size: 10px;
  }
}

/* Tablet Screen */
@media (min-width: 768px) and (max-width: 1024px) {

.gray1 {
  width: 8px;
  inset-inline-end: calc(38vw - 38px);
}

.gray2 {
  width: 16px;
  inset-inline-end: calc(38vw - 23px);
}

.gray3 {
  width: 22px;
  inset-inline-end: calc(38vw - 0px);
}

  .greenTitle {
    margin: 20px auto;
  }

  .bread-crumb-title {
    font-weight: 600;
    font-size: 20px;
  }

  .greenTitle div p {
    font-size: 15px;
  }
}

/* Small Laptop Screen */
@media (min-width: 1025px) and (max-width: 1280px) {
  .greenTitle div p {
    font-size: 20px;
    text-align: start;
  }
}

@media (min-width: 1281px) and (max-width: 1400px) {
  .greenTitle div p {
    font-size: 20px;
  }
}
@media (max-width:768px) {
      .gray1,
  .gray2,
  .gray3 {
    display: none;
  }
}


/* -------------- memberShip -------------------- */

.innerHeroContainer {
  width: 100%;
  margin-bottom: 55px;
}

.in-kind-loan-Paragraph {
  margin-bottom: 40px;
}

.memberShip-desc {
  line-height: 156%;
  margin-bottom: 20px;
}

.membersihp-svgs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 20px;
}

.memberShipCards1 {
  position: relative;
}

.memberShipCards1 p {
  position: absolute;
  top: 43px;
  inset-inline-end: 50px;
  font-weight: 700;
  font-size: 15px;
  line-height: 156%;
}

.memberShipCards2 {
  position: relative;
}
.topMemberDesc,.bottomMemberDesc{
  position: absolute;
  width: 180px;
  height: 120px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  inset-inline-start: 50%;
  transform: translateX(50%);
}
.topMemberDesc h5,.bottomMemberDesc h5 {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.topMemberDesc{
  top: 0;
}
.bottomMemberDesc{
  bottom: 0;
}
.memberShipCards2 p {
  max-width: 181px;
  position: absolute;
  bottom: 0;
  transform: translate(-5%, -90%);
  font-weight: 700;
  font-size: 15px;
  line-height: 156%;
  text-align: center;
}

.memberShipCards3 {
  position: relative;
}

.memberShipCards3 p {
  position: absolute;
  top: 0;
  transform: translate(-17%, 207%);
  font-weight: 700;
  font-size: 15px;
  line-height: 156%;
}

.memberShipCards4 {
  position: relative;
}

.memberShipCards4 p {
  position: absolute;
  bottom: 0;
  transform: translate(-44%, -167%);

  font-weight: 700;
  font-size: 20px;
  line-height: 156%;
}

.memberCondetion p {
  margin-bottom: 40px;
}

.mambershipsvg1 {
  width: 200px;
  position: relative;
}

.mambershipsvg1-logo {
  position: absolute;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mambershipsvg1-logo img{
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.mambershipsvg2 {
  width: 200px;
  position: relative;
}

.mambershipsvg2-logo {
  width: 100%;
  position: absolute;
  top: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mambershipsvg2-logo img{
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
/* Mobile Screen */
@media (max-width: 767px) {
  .in-kind-loan-Paragraph {
    font-size: 15px;
  }

  .memberShip-desc {
    font-weight: 700;
    font-size: 20px;
  }

  /* svg's */
  .membersihp-svgs {
    display: flex;
    flex-direction: column;
  }
  .memberShipCards1 img {
    max-width: 180px;
    margin-bottom: 0px;
  }

  .memberShipCards1 p {
    position: absolute;
    top: 0;
    transform: translate(-14%, 175%);
  }

  .memberShipCards2 img {
    max-width: 180px;
  }

  .memberShipCards2 p {
    max-width: 145px;
    position: absolute;
    transform: translate(-11%, -80%);
    font-weight: 600;
    font-size: 15px;
  }

  .memberShipCards3 img {
    max-width: 180px;
    margin-bottom: 0px;
  }

  .memberShipCards3 p {
    position: absolute;
    top: 0;
    transform: translate(-14%, 200%);
    font-weight: 600;
    font-size: 14px;
  }

  .memberShipCards4 img {
    max-width: 180px;
  }

  .memberShipCards4 p {
    position: absolute;
    bottom: 0;
    transform: translate(-60%, -196%);
    font-weight: 600;
    font-size: 15px;
  }

  .memberCondetion p {
    margin-bottom: 40px;
    font-size: 15px;

  }

  .memberDisable h2 {
    font-weight: 600;
    font-size: 20px;
  }

  .memberDisable p {
    font-size: 15px;
    text-align: center;
  }
}

/* Tablet screen */
@media (min-width: 768px) and (max-width: 1024px) {
  .in-kind-loan-Paragraph {
  }

  .memberShip-desc {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
  }

  .membersihp-svgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:20px 80px ;
    width: fit-content;
    margin: 0 auto;
  }

  .memberCondetion p {
    margin: auto 10px;
    margin-bottom: 40px;
  }

  .memberDisable h2 {
  }

  .memberDisable p {
    text-align: center;
  }
}

/* Small Laptop Screen */
@media (min-width: 1025px) and (max-width: 1280px) {
  .memberShip-desc {
    margin-bottom: 80px;
  }

  .membersihp-svgs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    width: fit-content;
    margin: 0 auto;
  }

  .memberCondetion p {
    margin-bottom: 50px;
  }

  .memberDisable h2 {
  }

  .memberDisable p {
  }
}

/* -------------- Share  -------------------- */
.share {
  width: 100%;
}

.share,
.share-section {
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.share-section h2,
.share-section h4 {
  font-size: 16px;
}

.social-list {
  display: flex;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-inline-end: 10px;
}

.social-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #4da05b;
  text-decoration: none;
  cursor: pointer;
}

.social-list li svg {
  fill: #fff;
}

.left-arrow {
  width: 31px;
  height: 31px;
  fill: #be2631;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 1px solid rgba(66, 73, 82, 0.106);
  border-radius: 50%;
  transition: 0.4s;
}

.left-arrow:hover {
  border: 1px solid #be2631;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .in-kind-loan-Paragraph {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .inner-title, .inner-desc {
    text-align: start !important;
  }
}
