.sub-hero-section {
  background: url('<?= base_url(S_PATH . "assets/About-Company-BAnner.jpg") ?>')
    no-repeat center center/cover;
  height: 50vh;
  margin-top: -100px;
  position: relative;
}
.sub-container {
  position: absolute;
  top: 60%;
  left: 30%;
  transform: translate(-50%, -50%);
}
.banner-head {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  font-family: var(--heading-font);
}
.banner-subhead {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: var(--heading-font);
}
.abt-sec {
  padding-bottom: 60px;
  padding-left: 40px;
  padding-right: 40px;
}
.info p {
  font-size: 15px;
  font-weight: 400;
  color: #606060;
  line-height: 1.6;
  font-family: var(--heading-font);
}
.purpose-section {
  text-align: center;
  background-color: #111;
}

.btn-group {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  gap: 10px;
}

.purpose-btn {
    width: 100%;
  max-width: 263px!important;
  display: flex;
  align-items: center;
  gap: 10px;
  /* justify-content: center; */
  background-color: #222 !important;
  padding: 20px 20px;
  color: #fff !important;
  border: none;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}

.purpose-btn.active {
  background-color: #36c44f;
  color: #000;
}

.purpose-btn img.btn-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.purpose-btn{
    max-width: 200px;
    width: 100%;
  }

.purpose-btn.active {
  background-color: #36c44f !important;
}

.content-box {
  display: none;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #1c1c1c;
  color: #fff;
  padding: 30px;
  border-radius: 8px;
  display: none;
  text-align: left;
}

.content-box.active {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  /* align-items: center; */
}

.content-box img {
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
}

.content-text {
  flex: 1;
  max-width: 500px;
  width: 100%;
}

.content-text h2 {
  color: #fff;
  font-size: 40px;
  font-family: var(--heading-font);
  font-weight: 500;
}
.content-text p {
  color: #fff;
  font-size: 15px;
  font-family: var(--heading-font);
  font-weight: 300;
}

.growth-section {
  background-color: #eaf6e8;

  background-image: url('<?= base_url(S_PATH . "assets/vission-img/growth-rate-BG.jpg") ?>');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  padding: 60px 20px;
  position: relative;
}

.growth-section img {
  width: 100%;
  max-width: 400px;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  display: flex;
  justify-content: flex-start;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.info-box {
  position: relative;
  flex: 1 1 calc(50% - 10px);
  background: #fff;
  border-radius: 12px;
  padding: 30px 30px;
  height: 240px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
  background: #36c44f;
  color: #fff;
  box-shadow: 0 10px 30px rgba(54, 196, 79, 0.3);
}

.info-box:not(.green-style)::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  height: 100%;
  width: 6px;
  background: #36c44f;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.info-icon {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.info-icon img {
  width: 80px;
  height: auto;
  transition: filter 0.3s ease;
}
.info-box:hover .info-icon img {
  filter: brightness(0) invert(1);
}
.info-box h4 {
  font-family: var(--heading-font);
  font-size: 17px;
  font-weight: 500;
  color: #606060;
}

.info-box p {
  font-family: var(--heading-font);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: #787878;
}

.bg-icon {
  position: absolute;
  right: 20px;
  top: 2px;

  z-index: 1;
}

.bg-icon img {
  width: 100px;
  height: auto;
}
.info-box:hover .bg-icon img {
  filter: brightness(0) invert(1);
}

.awards-section {
  background: #000;
  border-radius: 9px;
  max-width: 1000px;
  margin: 60px auto;
  padding: 40px 20px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title .sub-heading {
  color: #36c44f;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.section-title .main-heading {
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--heading-font);
}

.award-box {
  background: #000;
  border-radius: 9px;
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px;
}

.award-box img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
  transform: translateY(0);
}
.award-box:hover {
  height: auto;
}

.award-box img {
  width: 100%;
  display: block;
}

.award-box:hover img {
  transform: translateY(-2%);
}


@media(max-width:1080px){
.purpose-btn{
    width: 200px;
    
  }
}
@media (max-width: 991px) {
  .btn-group {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    justify-items: center;
  }
  .purpose-btn{
    max-width: 400px;
    width: 100%;
    
  }
  .banner-head {
    font-size: 30px;
  }
  .banner-subhead {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .section-title .main-heading {
    font-size: 24px;
  }

  .award-box {
    height: auto;
  }
  .banner-head {
    font-size: 20px;
  }
  .banner-subhead {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .info-box {
    flex: 1 1 100%;
  }

  .bg-icon img {
    width: 70px;
  }
}

@media (max-width: 768px) {
  .content-box {
    flex-direction: column;
    text-align: center;
  }

  .content-text h2 {
    font-size: 22px;
  }

  .content-box img {
    max-width: 90%;
  }
}
@media (max-width: 500px) {
 .sub-container {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}
}