.elementor-46 .elementor-element.elementor-element-f0c254f{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-46 .elementor-element.elementor-element-a35711d{--display:flex;--overlay-opacity:0.78;}.elementor-46 .elementor-element.elementor-element-a35711d:not(.elementor-motion-effects-element-type-background), .elementor-46 .elementor-element.elementor-element-a35711d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://theoreticgroup.com/wp-content/uploads/2026/03/ChatGPT-Image-Mar-28-2026-11_37_10-AM.png");background-size:cover;}.elementor-46 .elementor-element.elementor-element-a35711d::before, .elementor-46 .elementor-element.elementor-element-a35711d > .elementor-background-video-container::before, .elementor-46 .elementor-element.elementor-element-a35711d > .e-con-inner > .elementor-background-video-container::before, .elementor-46 .elementor-element.elementor-element-a35711d > .elementor-background-slideshow::before, .elementor-46 .elementor-element.elementor-element-a35711d > .e-con-inner > .elementor-background-slideshow::before, .elementor-46 .elementor-element.elementor-element-a35711d > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-46 .elementor-element.elementor-element-10c8c9d{--display:flex;}.elementor-46 .elementor-element.elementor-element-9f38db8{--display:flex;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;}.elementor-46 .elementor-element.elementor-element-9f38db8:not(.elementor-motion-effects-element-type-background), .elementor-46 .elementor-element.elementor-element-9f38db8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://theoreticgroup.com/wp-content/uploads/2026/03/ChatGPT-Image-Mar-28-2026-10_26_18-AM-1.png");background-size:cover;}.elementor-46 .elementor-element.elementor-element-9f38db8::before, .elementor-46 .elementor-element.elementor-element-9f38db8 > .elementor-background-video-container::before, .elementor-46 .elementor-element.elementor-element-9f38db8 > .e-con-inner > .elementor-background-video-container::before, .elementor-46 .elementor-element.elementor-element-9f38db8 > .elementor-background-slideshow::before, .elementor-46 .elementor-element.elementor-element-9f38db8 > .e-con-inner > .elementor-background-slideshow::before, .elementor-46 .elementor-element.elementor-element-9f38db8 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}/* Start custom CSS for html, class: .elementor-element-ce227e8 */.tc-about-sec2x {
  position: relative;
  padding: 120px 20px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.tc-about-sec2x::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(24, 95, 67, 0.10), transparent 32%),
    radial-gradient(circle at bottom right, rgba(95, 127, 77, 0.08), transparent 28%);
  pointer-events: none;
}

.tc-about-sec2x__container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.tc-about-sec2x__top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 50px;
}

.tc-about-sec2x__label {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(24, 95, 67, 0.08);
  border: 1px solid rgba(24, 95, 67, 0.12);
  color: #185f43;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.tc-about-sec2x__title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(36px, 5vw, 40px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #122018;
}

.tc-about-sec2x__summary p {
  margin: 0;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.9;
  color: #5f6964;
}

.tc-about-sec2x__body {
  display: grid;
  grid-template-columns: 0.98fr 1.02fr;
  gap: 28px;
  align-items: stretch;
}

.tc-about-sec2x__media {
  position: relative;
}

.tc-about-sec2x__image-wrap {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(12, 20, 16, 0.10);
}

.tc-about-sec2x__image-wrap img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.tc-about-sec2x__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 32, 24, 0.14), rgba(18, 32, 24, 0.02));
}

.tc-about-sec2x__badge {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 280px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(24, 95, 67, 0.10);
  box-shadow: 0 18px 40px rgba(12, 20, 16, 0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tc-about-sec2x__badge span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #185f43;
}

.tc-about-sec2x__badge strong {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #122018;
}

.tc-about-sec2x__content {
  display: grid;
  gap: 20px;
}

.tc-about-sec2x__card {
  padding: 30px 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(24, 95, 67, 0.10);
  box-shadow: 0 18px 45px rgba(12, 20, 16, 0.05);
}

.tc-about-sec2x__card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #122018;
}

.tc-about-sec2x__card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: #5f6964;
}

.tc-about-sec2x__card--accent {
  background: linear-gradient(135deg, #185f43, #5f7f4d);
  border: none;
  box-shadow: 0 22px 55px rgba(24, 95, 67, 0.18);
}

.tc-about-sec2x__mini span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.tc-about-sec2x__mini strong {
  display: block;
  max-width: 420px;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1024px) {
  .tc-about-sec2x {
    padding: 95px 20px;
  }

  .tc-about-sec2x__top,
  .tc-about-sec2x__body {
    grid-template-columns: 1fr;
  }

  .tc-about-sec2x__summary p {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .tc-about-sec2x {
    padding: 70px 16px;
  }

  .tc-about-sec2x__title {
    font-size: 34px;
    line-height: 1.1;
  }

  .tc-about-sec2x__summary p,
  .tc-about-sec2x__card p {
    font-size: 15px;
    line-height: 1.8;
  }

  .tc-about-sec2x__image-wrap,
  .tc-about-sec2x__card {
    border-radius: 24px;
  }

  .tc-about-sec2x__badge {
    position: static;
    max-width: 100%;
    margin-top: 14px;
  }

  .tc-about-sec2x__card {
    padding: 24px 20px;
  }

  .tc-about-sec2x__card h3 {
    font-size: 21px;
  }

  .tc-about-sec2x__mini strong {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76379af */.tc-about-sec3 {
  position: relative;
  padding: 120px 20px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

/* subtle green glow ikut theme */
.tc-about-sec3::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(24,95,67,0.18), transparent 30%),
    radial-gradient(circle at 80% 80%, rgba(95,127,77,0.14), transparent 30%);
  pointer-events: none;
}

.tc-about-sec3__container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

/* LEFT */
.tc-about-sec3__label {
  display: inline-flex;
  padding: 10px 16px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.tc-about-sec3__title {
  margin: 0 0 20px;
  font-size: clamp(36px, 5vw, 44px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.tc-about-sec3__desc {
  margin: 0 0 28px;
  max-width: 520px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.78);
}

.tc-about-sec3__vision {
  padding: 22px 24px;
  border-left: 4px solid #b7ccab;
  background: rgba(255,255,255,0.05);
  border-radius: 0 18px 18px 0;
}

.tc-about-sec3__vision span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #b7ccab;
}

.tc-about-sec3__vision strong {
  display: block;
  font-size: 18px;
  line-height: 1.7;
  color: #ffffff;
}

/* RIGHT */
.tc-about-sec3__right {
  display: grid;
  gap: 18px;
}

.tc-about-sec3__item {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: start;
  padding: 26px 26px;
  border-radius: 28px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  transition: 0.3s;
}

.tc-about-sec3__item:hover {
  transform: translateY(-4px);
  border-color: rgba(183,204,171,0.4);
}

.tc-about-sec3__num {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(183,204,171,0.15);
  color: #b7ccab;
  font-size: 14px;
  font-weight: 800;
}

.tc-about-sec3__item h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
}

.tc-about-sec3__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255,255,255,0.72);
}

/* responsive */
@media (max-width: 1024px) {
  .tc-about-sec3__container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .tc-about-sec3 {
    padding: 70px 16px;
  }

  .tc-about-sec3__title {
    font-size: 34px;
  }

  .tc-about-sec3__item {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81f4de2 */.tc-about-sec5 {
  position: relative;
  padding: 120px 20px;
  background: transparent;
  font-family: "Poppins", sans-serif;
}

.tc-about-sec5__container {
  max-width: 1280px;
  margin: 0 auto;
}

.tc-about-sec5__head {
  max-width: 820px;
  margin-bottom: 54px;
}

.tc-about-sec5__label {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(24, 95, 67, 0.08);
  border: 1px solid rgba(24, 95, 67, 0.12);
  color: #185f43;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.tc-about-sec5__title {
  margin: 0 0 18px;
  max-width: 820px;
  font-size: clamp(36px, 5vw, 40px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #122018;
}

.tc-about-sec5__desc {
  margin: 0;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.9;
  color: #5f6964;
}

.tc-about-sec5__flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.tc-about-sec5__step {
  position: relative;
  padding: 0 10px 0 0;
}

.tc-about-sec5__step-top {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}

.tc-about-sec5__no {
  flex: 0 0 auto;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #185f43, #5f7f4d);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(24, 95, 67, 0.16);
}

.tc-about-sec5__line {
  display: block;
  height: 2px;
  width: 100%;
  margin-left: 16px;
  background: linear-gradient(to right, rgba(24,95,67,0.30), rgba(24,95,67,0.04));
  border-radius: 999px;
}

.tc-about-sec5__step h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 700;
  color: #122018;
}

.tc-about-sec5__step p {
  margin: 0;
  font-size: 14px;
  line-height: 1.95;
  color: #5f6964;
  max-width: 95%;
}

/* tablet */
@media (max-width: 1024px) {
  .tc-about-sec5 {
    padding: 95px 20px;
  }

  .tc-about-sec5__flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 34px;
  }

  .tc-about-sec5__step:nth-child(2) .tc-about-sec5__line,
  .tc-about-sec5__step:nth-child(4) .tc-about-sec5__line {
    display: none;
  }
}

/* mobile */
@media (max-width: 767px) {
  .tc-about-sec5 {
    padding: 70px 16px;
  }

  .tc-about-sec5__title {
    font-size: 34px;
    line-height: 1.1;
  }

  .tc-about-sec5__desc {
    font-size: 15px;
    line-height: 1.8;
  }

  .tc-about-sec5__flow {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tc-about-sec5__step {
    padding: 0;
  }

  .tc-about-sec5__line {
    display: none;
  }

  .tc-about-sec5__step h3 {
    font-size: 21px;
  }

  .tc-about-sec5__step p {
    font-size: 14px;
    line-height: 1.85;
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-98c23b9 */.tc-about-sec6 {
  position: relative;
  padding: 130px 20px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

/* glow ikut theme */
.tc-about-sec6::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(24,95,67,0.18), transparent 35%),
    radial-gradient(circle at 70% 70%, rgba(95,127,77,0.14), transparent 35%);
  pointer-events: none;
}

.tc-about-sec6__container {
  position: relative;
  z-index: 2;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.tc-about-sec6__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* label */
.tc-about-sec6__label {
  display: inline-flex;
  padding: 10px 16px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.82);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* title */
.tc-about-sec6__title {
  margin: 0 0 20px;
  font-size: clamp(38px, 5vw, 44px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.6px;
  color: #ffffff;
  max-width: 820px;
}

/* desc */
.tc-about-sec6__desc {
  margin: 0 0 32px;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.76);
}

/* buttons */
.tc-about-sec6__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.tc-about-sec6__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.28s ease;
}

/* primary */
.tc-about-sec6__btn--primary {
  background: linear-gradient(135deg, #185f43, #5f7f4d);
  color: #ffffff;
  box-shadow: 0 16px 38px rgba(24, 95, 67, 0.20);
}

.tc-about-sec6__btn--primary:hover {
  transform: translateY(-2px);
}

/* ghost */
.tc-about-sec6__btn--ghost {
  background: transparent;
  border: 1.5px solid rgba(255,255,255,0.18);
  color: #ffffff;
}

.tc-about-sec6__btn--ghost:hover {
  background: rgba(255,255,255,0.08);
}

/* mobile */
@media (max-width: 767px) {
  .tc-about-sec6 {
    padding: 80px 16px;
  }

  .tc-about-sec6__title {
    font-size: 34px;
    line-height: 1.1;
  }

  .tc-about-sec6__desc {
    font-size: 15px;
    line-height: 1.8;
  }

  .tc-about-sec6__actions {
    flex-direction: column;
    width: 100%;
  }

  .tc-about-sec6__btn {
    width: 100%;
  }
}/* End custom CSS */