.elementor-20 .elementor-element.elementor-element-1d73728{--display:flex;--overlay-opacity:0.25;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-20 .elementor-element.elementor-element-1d73728::before, .elementor-20 .elementor-element.elementor-element-1d73728 > .elementor-background-video-container::before, .elementor-20 .elementor-element.elementor-element-1d73728 > .e-con-inner > .elementor-background-video-container::before, .elementor-20 .elementor-element.elementor-element-1d73728 > .elementor-background-slideshow::before, .elementor-20 .elementor-element.elementor-element-1d73728 > .e-con-inner > .elementor-background-slideshow::before, .elementor-20 .elementor-element.elementor-element-1d73728 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-20 .elementor-element.elementor-element-9ecb431{--display:flex;--overlay-opacity:0.5;}.elementor-20 .elementor-element.elementor-element-9ecb431:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-9ecb431 > .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.png");background-position:center center;background-size:cover;}.elementor-20 .elementor-element.elementor-element-9ecb431::before, .elementor-20 .elementor-element.elementor-element-9ecb431 > .elementor-background-video-container::before, .elementor-20 .elementor-element.elementor-element-9ecb431 > .e-con-inner > .elementor-background-video-container::before, .elementor-20 .elementor-element.elementor-element-9ecb431 > .elementor-background-slideshow::before, .elementor-20 .elementor-element.elementor-element-9ecb431 > .e-con-inner > .elementor-background-slideshow::before, .elementor-20 .elementor-element.elementor-element-9ecb431 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-20 .elementor-element.elementor-element-8a99bfa{--display:flex;}.elementor-20 .elementor-element.elementor-element-a6b0879{--display:flex;}.elementor-20 .elementor-element.elementor-element-e130e92{--display:flex;--overlay-opacity:0.79;--margin-top:0px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;}.elementor-20 .elementor-element.elementor-element-e130e92:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-e130e92 > .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_29_16-AM.png");}.elementor-20 .elementor-element.elementor-element-e130e92::before, .elementor-20 .elementor-element.elementor-element-e130e92 > .elementor-background-video-container::before, .elementor-20 .elementor-element.elementor-element-e130e92 > .e-con-inner > .elementor-background-video-container::before, .elementor-20 .elementor-element.elementor-element-e130e92 > .elementor-background-slideshow::before, .elementor-20 .elementor-element.elementor-element-e130e92 > .e-con-inner > .elementor-background-slideshow::before, .elementor-20 .elementor-element.elementor-element-e130e92 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}@media(max-width:767px){.elementor-20 .elementor-element.elementor-element-1d73728{--overlay-opacity:0.2;}}/* Start custom CSS for html, class: .elementor-element-017bf3f */.tc-hero {
  position: relative;
  overflow: hidden;
  background: transparent;
  padding: 90px 20px 70px;
  font-family: "Poppins", sans-serif;
}

.tc-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(24, 95, 67, 0.10), transparent 35%),
    radial-gradient(circle at bottom right, rgba(90, 120, 105, 0.10), transparent 35%);
  pointer-events: none;
}

.tc-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  align-items: center;
}

/* TEXT LUAR BOX JE JADI PUTIH */
.tc-hero__content {
  color: #ffffff;
}

.tc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 18px;
  border: 1px solid rgba(24, 95, 67, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #185f43;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin-bottom: 22px;
}

.tc-hero__badge-line {
  width: 24px;
  height: 2px;
  background: #185f43;
  border-radius: 20px;
  display: inline-block;
}

.tc-hero__title {
  margin: 0 0 20px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #ffffff;
}

.tc-hero__desc {
  max-width: 680px;
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
}

.tc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.tc-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.tc-hero__btn--primary {
  background: linear-gradient(135deg, #185f43, #2d7a5a);
  color: #ffffff;
  box-shadow: 0 12px 30px rgba(24, 95, 67, 0.18);
}

.tc-hero__btn--primary:hover {
  transform: translateY(-2px);
}

.tc-hero__btn--secondary {
  border: 1.5px solid rgba(24, 95, 67, 0.25);
  color: #185f43;
  background: rgba(255, 255, 255, 0.7);
}

.tc-hero__btn--secondary:hover {
  background: #185f43;
  color: #ffffff;
}

.tc-hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 760px;
}

.tc-hero__highlight {
  padding: 18px 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 95, 67, 0.10);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.tc-hero__highlight strong {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: #122018;
  margin-bottom: 6px;
}

.tc-hero__highlight span {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: #666666;
}

.tc-hero__visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-hero__image-wrap {
  position: relative;
  width: 100%;
  max-width: 500px;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.14);
}

.tc-hero__image-wrap img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  display: block;
}

.tc-hero__image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(18, 32, 24, 0.22), rgba(18, 32, 24, 0.04));
}

.tc-hero__card {
  position: absolute;
  max-width: 260px;
  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 45px rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.tc-hero__card--top {
  top: 40px;
  left: -10px;
}

.tc-hero__card--bottom {
  bottom: 40px;
  right: -10px;
}

.tc-hero__card-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #185f43;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.tc-hero__card strong {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #122018;
}

/* Tablet */
@media (max-width: 1024px) {
  .tc-hero {
    padding: 70px 20px 60px;
  }

  .tc-hero__container {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tc-hero__content {
    order: 1;
  }

  .tc-hero__visual {
    order: 2;
    min-height: auto;
  }

  .tc-hero__image-wrap {
    max-width: 100%;
  }

  .tc-hero__image-wrap img {
    height: 520px;
  }

  .tc-hero__highlights {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .tc-hero {
    padding: 55px 16px 50px;
  }

  .tc-hero__badge {
    font-size: 11px;
    padding: 9px 14px;
    gap: 10px;
    margin-bottom: 18px;
  }

  .tc-hero__title {
    font-size: 36px;
    line-height: 1.08;
    letter-spacing: -1px;
  }

  .tc-hero__desc {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 24px;
  }

  .tc-hero__actions {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .tc-hero__btn {
    width: 100%;
  }

  .tc-hero__highlights {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .tc-hero__image-wrap {
    border-radius: 24px;
  }

  .tc-hero__image-wrap img {
    height: 420px;
  }

  .tc-hero__card {
    position: static;
    max-width: 100%;
    margin-top: 14px;
  }

  .tc-hero__visual {
    display: block;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-27036f4 */.tc-sec4g {
  position: relative;
  padding: 120px 20px;
  background: transparent;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.tc-sec4g::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(82, 115, 63, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(24, 95, 67, 0.14), transparent 28%);
  pointer-events: none;
}

.tc-sec4g__container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
}

.tc-sec4g__head {
  max-width: 820px;
  margin-bottom: 48px;
}

.tc-sec4g__label {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #dce8d5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.tc-sec4g__title {
  margin: 0 0 18px;
  font-size: clamp(36px, 5vw, 50px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #ffffff;
  max-width: 900px;
}

.tc-sec4g__desc {
  margin: 0;
  max-width: 720px;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.76);
}

.tc-sec4g__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.tc-sec4g__card {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(183, 204, 171, 0.16);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.tc-sec4g__card:hover {
  transform: translateY(-6px);
  border-color: rgba(183, 204, 171, 0.28);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.10);
}

.tc-sec4g__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.tc-sec4g__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.tc-sec4g__card:hover .tc-sec4g__image img {
  transform: scale(1.06);
}

.tc-sec4g__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 20, 15, 0.18), rgba(10, 20, 15, 0.02));
}

.tc-sec4g__content {
  padding: 24px 24px 26px;
}

.tc-sec4g__no {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #b7ccab;
}

.tc-sec4g__content h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.tc-sec4g__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
}

/* tablet */
@media (max-width: 1024px) {
  .tc-sec4g {
    padding: 95px 20px;
  }

  .tc-sec4g__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .tc-sec4g {
    padding: 70px 16px;
  }

  .tc-sec4g__title {
    font-size: 34px;
    line-height: 1.1;
  }

  .tc-sec4g__desc {
    font-size: 15px;
    line-height: 1.8;
  }

  .tc-sec4g__grid {
    grid-template-columns: 1fr;
  }

  .tc-sec4g__card {
    border-radius: 24px;
  }

  .tc-sec4g__content {
    padding: 20px 18px 22px;
  }

  .tc-sec4g__content h3 {
    font-size: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0b023f7 */.tc-sec3 {
  padding: 110px 20px;
  background: transparent;
  font-family: "Poppins", sans-serif;
}

.tc-sec3__container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.tc-sec3__intro {
  max-width: 760px;
  margin-bottom: 46px;
}

.tc-sec3__label {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(24, 95, 67, 0.08);
  color: #185f43;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tc-sec3__title {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 50px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.3px;
  color: #122018;
}

.tc-sec3__desc {
  margin: 0;
  max-width: 700px;
  font-size: 16px;
  line-height: 1.9;
  color: #5d6762;
}

.tc-sec3__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.tc-sec3__item {
  position: relative;
  padding: 30px 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(24, 95, 67, 0.08);
  box-shadow: 0 18px 40px rgba(16, 24, 20, 0.05);
}

.tc-sec3__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(24,95,67,0.12), rgba(24,95,67,0.04));
  color: #185f43;
  font-size: 15px;
  font-weight: 800;
}

.tc-sec3__item h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #122018;
}

.tc-sec3__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #5f6964;
}

@media (max-width: 1024px) {
  .tc-sec3 {
    padding: 90px 20px;
  }

  .tc-sec3__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .tc-sec3 {
    padding: 70px 16px;
  }

  .tc-sec3__title {
    font-size: 34px;
    line-height: 1.12;
  }

  .tc-sec3__desc {
    font-size: 15px;
    line-height: 1.8;
  }

  .tc-sec3__item {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .tc-sec3__item h3 {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-904406e */.tc-sec5x {
  position: relative;
  padding: 120px 20px;
  background: transparent;
  font-family: "Poppins", sans-serif;
}

.tc-sec5x__container {
  max-width: 1280px;
  margin: 0 auto;
}

.tc-sec5x__top {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: end;
  margin-bottom: 48px;
}

.tc-sec5x__label {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  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;
  margin-bottom: 18px;
}

.tc-sec5x__title {
  margin: 0;
  max-width: 760px;
  font-size: clamp(36px, 5vw, 50px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #122018;
}

.tc-sec5x__desc {
  margin: 0;
  max-width: 560px;
  font-size: 16px;
  line-height: 1.9;
  color: #5f6964;
}

.tc-sec5x__grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.tc-sec5x__item {
  grid-column: span 4;
  border-radius: 30px;
  overflow: hidden;
  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);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.tc-sec5x__item:hover {
  transform: translateY(-6px);
  border-color: rgba(24, 95, 67, 0.20);
  box-shadow: 0 26px 60px rgba(12, 20, 16, 0.09);
}

.tc-sec5x__item--large {
  grid-column: span 8;
}

.tc-sec5x__item--wide {
  grid-column: span 8;
}

.tc-sec5x__image {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.tc-sec5x__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.tc-sec5x__item:hover .tc-sec5x__image img {
  transform: scale(1.05);
}

.tc-sec5x__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(24, 95, 67, 0.10), rgba(24, 95, 67, 0.02));
}

.tc-sec5x__content {
  padding: 24px 24px 26px;
}

.tc-sec5x__tag {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(24, 95, 67, 0.08);
  color: #185f43;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tc-sec5x__content h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #122018;
}

.tc-sec5x__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #5f6964;
}

/* tablet */
@media (max-width: 1024px) {
  .tc-sec5x {
    padding: 95px 20px;
  }

  .tc-sec5x__top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tc-sec5x__item,
  .tc-sec5x__item--large,
  .tc-sec5x__item--wide {
    grid-column: span 6;
  }
}

/* mobile */
@media (max-width: 767px) {
  .tc-sec5x {
    padding: 70px 16px;
  }

  .tc-sec5x__title {
    font-size: 34px;
    line-height: 1.1;
  }

  .tc-sec5x__desc {
    font-size: 15px;
    line-height: 1.8;
  }

  .tc-sec5x__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tc-sec5x__item,
  .tc-sec5x__item--large,
  .tc-sec5x__item--wide {
    grid-column: auto;
    border-radius: 24px;
  }

  .tc-sec5x__content {
    padding: 20px 18px 22px;
  }

  .tc-sec5x__content h3 {
    font-size: 21px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d34396b */.tc-clients-sec{
  position:relative;
  width:100%;
  padding:110px 20px;
  background:transparent;
  overflow:hidden;
  font-family:"Poppins", sans-serif;
}

.tc-clients-sec::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at top left, rgba(82,115,63,0.10), transparent 32%),
    radial-gradient(circle at bottom right, rgba(24,95,67,0.08), transparent 30%);
  pointer-events:none;
}

.tc-clients-wrap{
  position:relative;
  z-index:2;
  max-width:1280px;
  margin:0 auto;
}

.tc-clients-head{
  max-width:760px;
  margin:0 auto 55px;
  text-align:center;
}

.tc-clients-tag{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,0.05);
  border:1px solid rgba(255,255,255,0.10);
  color:#dce8d5;
  font-size:12px;
  font-weight:700;
  letter-spacing:1.3px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.tc-clients-title{
  margin:0 0 16px;
  font-size:clamp(34px,5vw,58px);
  line-height:1.05;
  font-weight:800;
  letter-spacing:-1.5px;
  color:#ffffff;
  text-transform:uppercase;
}

.tc-clients-desc{
  margin:0 auto;
  max-width:700px;
  font-size:16px;
  line-height:1.9;
  color:rgba(255,255,255,0.74);
}

.tc-clients-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:24px;
}

.tc-client-card{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:180px;
  padding:28px;
  border-radius:28px;
  background:#ffffff;
  border:1px solid rgba(0,0,0,0.06);
  box-shadow:0 8px 25px rgba(0,0,0,0.05);
  transition:transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.tc-client-card:hover{
  transform:translateY(-6px);
  border-color:rgba(0,0,0,0.12);
  box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.tc-client-card img{
  max-width:100%;
  max-height:150px;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}

@media (max-width: 1024px){
  .tc-clients-sec{
    padding:90px 20px;
  }

  .tc-clients-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:20px;
  }

  .tc-client-card{
    min-height:160px;
  }
}

@media (max-width: 767px){
  .tc-clients-sec{
    padding:70px 16px;
  }

  .tc-clients-title{
    font-size:34px;
    line-height:1.1;
  }

  .tc-clients-desc{
    font-size:15px;
    line-height:1.8;
  }

  .tc-clients-grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .tc-client-card{
    min-height:140px;
    border-radius:22px;
    padding:22px;
  }

  .tc-client-card img{
    max-height:72px;
  }
}/* End custom CSS */