:root {
  --font50size: clamp(
    3.125rem,
    1.8145rem + 1.6129vw,
    3.75rem
  );
}

#business_sector {
  background-color: transparent;
}

.Oper_discription {
  display: none;
}

#business_sector .cards {
  background-color: #efefef;
}

#business_sector .heading {
  margin-bottom: var(--spaceBelowSubHeading);
}

@media screen and (max-width: 768px) {
  .discription {
    display: none !important;
  }
  .Oper_discription {
    display: block !important;
    margin: 40px 5% 0;
    font-size: var(--font-20);
  }
}
#clients {
  padding-top: 0;
}

.attributeDetail {
  opacity: 0;
  transition: all 0.2;
  position: absolute;
  top: 20px;
  right: 30px;
}

.hovering:hover .attributeDetail {
  /* fill: #A2C617; */
  opacity: 1;
  transition: all 0.2;
}

#tooltip p {
  max-width: 160px;
}

.card_container .card_image {
  aspect-ratio: 13/9;
}

.card_container .cards .cta_div {
  opacity: 1;
  transform: translateY(0%);
}

.card_container .cards:hover .cta_div {
  transform: none;
}

.card_container .cards {
  aspect-ratio: 0.88;
  min-height: 350px;
}

.custom-tooltip {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 6px 20px;
  font-size: 14px;
  white-space: nowrap;
  display: none;
  z-index: 9999;
}

.custom-tooltip a {
  color: #a2c617;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
}

.custom-tooltip a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  .attributeDetail {
    top: 10px;
    right: 10px;
  }
  #tooltip p {
    max-width: 120px;
  }
}
#business_sector {
  background-color: #ffffff;
}

#investmentZone .investCard {
  aspect-ratio: unset;
}
#investmentZone .investCard .cardImg {
  height: 210px;
}
#investmentZone .investCard .cardInfo {
  height: auto;
  background-color: #fff !important;
  padding-bottom: 0;
}
#investmentZone .investCard .cardInfo .cardInfoTitle {
  -webkit-line-clamp: 2;
}
#investmentZone .investCard:hover .cardInfo .cta {
  transform: translateY(-100%);
}

.card_container > div {
  flex-wrap: nowrap;
  gap: 0;
  justify-content: unset;
}

.short_discription {
  font-size: var(--font50size);
}

@media screen and (max-width: 1600px) {
  #facilities-head > div {
    margin: var(--font50size) 0;
    padding: var(--font50size) 0;
  }
  #investmentZone {
    margin: var(--font50size) auto;
  }
  #faqs.faqsContact {
    padding: var(--font50size) 5%;
  }
}
@media screen and (max-width: 768px) {
  .Oper_discription {
    margin: var(--font50size) 5% 0;
  }
  #stats_master > div {
    margin: var(--font50size) 5%;
  }
  #business_sector {
    margin-bottom: var(--font50size);
  }
}
@media screen and (max-width: 550px) {
  #news_media {
    padding-top: var(--font50size);
  }
  #clients {
    padding-top: var(--font50size);
  }
}/*# sourceMappingURL=style.css.map */