.elementor-46 .elementor-element.elementor-element-8565269{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46 .elementor-element.elementor-element-8b6d894{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46 .elementor-element.elementor-element-c577b7b{--display:flex;}.elementor-46 .elementor-element.elementor-element-926b944{--display:flex;}.elementor-46 .elementor-element.elementor-element-548d734{--display:flex;}.elementor-46 .elementor-element.elementor-element-423279d{--display:flex;}.elementor-46 .elementor-element.elementor-element-e472b73{--display:flex;}/* Start custom CSS for html, class: .elementor-element-76e52f0 *//* =========================
   TERAJU CAHAYA TRADING
   ABOUT PAGE - SEC 1
========================= */

.tct-about-sec1{
  position: relative;
  width: 100vw;
  min-height: 78vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 130px 30px 90px;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  background:
    url('YOUR-ABOUT-HERO-BG.jpg') center center / cover no-repeat;
}

.tct-about-sec1::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 20%, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 28%),
    radial-gradient(circle at 84% 16%, rgba(255,0,0,0.16) 0%, rgba(255,0,0,0) 25%);
  pointer-events: none;
  z-index: 1;
}

.tct-about-sec1-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.84) 0%, rgba(0,0,0,0.72) 46%, rgba(0,0,0,0.76) 100%);
  z-index: 1;
}

.tct-about-sec1-container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
}

.tct-about-sec1-content{
  max-width: 760px;
}

.tct-about-sec1-tag{
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.tct-about-sec1-title{
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -1.5px;
  max-width: 760px;
}

.tct-about-sec1-title span{
  display: inline-block;
  color: #ff2f2f;
}

.tct-about-sec1-desc{
  margin: 0 0 30px;
  max-width: 680px;
  color: rgba(255,255,255,0.84);
  font-size: 16px;
  line-height: 1.95;
  font-weight: 500;
}

.tct-about-sec1-points{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tct-about-sec1-point{
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.14);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  backdrop-filter: blur(6px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 767px){
  .tct-about-sec1{
    min-height: auto;
    padding: 110px 20px 75px;
  }

  .tct-about-sec1-title{
    font-size: clamp(30px, 8vw, 44px);
    line-height: 1.12;
  }

  .tct-about-sec1-desc{
    font-size: 15px;
    line-height: 1.8;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ff9b70 *//* =========================
   TERAJU CAHAYA TRADING
   ABOUT PAGE - SEC 2
========================= */

.tct-about-sec2{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 115px 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  font-family: 'Montserrat', sans-serif;
}

.tct-about-sec2::before{
  content: "";
  position: absolute;
  top: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,0,0,0.08) 0%, rgba(255,0,0,0) 70%);
  pointer-events: none;
}

.tct-about-sec2::after{
  content: "";
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
}

.tct-about-sec2-container{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 60px;
  align-items: center;
}

.tct-about-sec2-left{
  position: relative;
}

.tct-about-sec2-image-main{
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 28px 65px rgba(0,0,0,0.12);
}

.tct-about-sec2-image-main img{
  width: 100%;
  aspect-ratio: 1 / 1.08;
  object-fit: cover;
  display: block;
}

.tct-about-sec2-floating-card{
  position: absolute;
  right: -30px;
  bottom: 35px;
  max-width: 280px;
  padding: 24px 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, #111111 0%, #1f0000 100%);
  box-shadow: 0 24px 55px rgba(0,0,0,0.22);
}

.tct-about-sec2-floating-label{
  display: inline-block;
  margin-bottom: 10px;
  color: #ff4040;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.tct-about-sec2-floating-card strong{
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
}

.tct-about-sec2-floating-card p{
  margin: 0;
  color: rgba(255,255,255,0.80);
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
}

.tct-about-sec2-right{
  width: 100%;
}

.tct-about-sec2-tag{
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,0,0,0.08);
  color: #c30000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.tct-about-sec2-title{
  margin: 0 0 24px;
  color: #111111;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.2px;
  max-width: 700px;
}

.tct-about-sec2-title span{
  display: inline-block;
  color: #d30000;
}

.tct-about-sec2-desc{
  margin: 0 0 18px;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  max-width: 680px;
}

.tct-about-sec2-features{
  display: grid;
  gap: 16px;
  margin-top: 32px;
  max-width: 680px;
}

.tct-about-sec2-feature{
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 22px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.tct-about-sec2-feature:hover{
  transform: translateY(-4px);
  border-color: rgba(220,0,0,0.18);
  box-shadow: 0 20px 48px rgba(0,0,0,0.11);
}

.tct-about-sec2-feature-no{
  width: 72px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(135deg, #111111 0%, #d50000 100%);
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px rgba(213,0,0,0.18);
}

.tct-about-sec2-feature-content h3{
  margin: 0 0 10px;
  color: #111111;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}

.tct-about-sec2-feature-content p{
  margin: 0;
  color: #5b5b5b;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-about-sec2-container{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tct-about-sec2-floating-card{
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 767px){
  .tct-about-sec2{
    padding: 85px 20px;
  }

  .tct-about-sec2-title{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.14;
  }

  .tct-about-sec2-desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .tct-about-sec2-image-main{
    border-radius: 22px;
  }

  .tct-about-sec2-floating-card{
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 16px;
    border-radius: 20px;
  }

  .tct-about-sec2-feature{
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
    border-radius: 20px;
  }

  .tct-about-sec2-feature-no{
    width: 60px;
    height: 60px;
    border-radius: 16px;
    font-size: 17px;
  }

  .tct-about-sec2-feature-content h3{
    font-size: 20px;
  }

  .tct-about-sec2-feature-content p{
    font-size: 14px;
    line-height: 1.75;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67c9ba0 *//* =========================
   TERAJU CAHAYA TRADING
   ABOUT PAGE - SEC 3
========================= */

.tct-about-sec3{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 28%),
    radial-gradient(circle at 85% 14%, rgba(255,0,0,0.14) 0%, rgba(255,0,0,0) 24%),
    linear-gradient(135deg, #080808 0%, #111111 45%, #180000 100%);
  font-family: 'Montserrat', sans-serif;
}

.tct-about-sec3::before{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.01) 0%, rgba(255,255,255,0) 100%);
}

.tct-about-sec3-container{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: start;
}

.tct-about-sec3-left{
  width: 100%;
  padding-right: 10px;
}

.tct-about-sec3-tag{
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.tct-about-sec3-title{
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -1.4px;
  max-width: 640px;
}

.tct-about-sec3-title span{
  display: inline-block;
  color: #ff2f2f;
}

.tct-about-sec3-desc{
  margin: 0 0 24px;
  max-width: 600px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.95;
  font-weight: 500;
}

.tct-about-sec3-quote{
  display: flex;
  gap: 18px;
  align-items: flex-start;
  max-width: 560px;
  margin-top: 28px;
}

.tct-about-sec3-quote-line{
  width: 4px;
  min-width: 4px;
  height: 88px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff2d2d 0%, rgba(255,45,45,0.12) 100%);
  box-shadow: 0 0 20px rgba(255,45,45,0.18);
}

.tct-about-sec3-quote p{
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
}

.tct-about-sec3-right{
  display: grid;
  gap: 22px;
}

.tct-about-sec3-card{
  position: relative;
  padding: 32px 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.085) 0%, rgba(255,255,255,0.045) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 24px 55px rgba(0,0,0,0.24);
  backdrop-filter: blur(10px);
  overflow: hidden;
}

.tct-about-sec3-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,70,70,0.50) 50%, rgba(255,255,255,0) 100%);
}

.tct-about-sec3-card-vision{
  background: linear-gradient(135deg, rgba(255,20,20,0.15) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(255,70,70,0.22);
}

.tct-about-sec3-card-label{
  display: inline-block;
  margin-bottom: 14px;
  color: #ff3a3a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tct-about-sec3-card h3{
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 29px;
  line-height: 1.3;
  font-weight: 800;
}

.tct-about-sec3-card p{
  margin: 0;
  color: rgba(255,255,255,0.80);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 500;
}

.tct-about-sec3-list{
  margin: 0;
  padding-left: 20px;
  color: rgba(255,255,255,0.82);
}

.tct-about-sec3-list li{
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.tct-about-sec3-values{
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 12px;
}

.tct-about-sec3-value{
  padding: 24px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  text-align: center;
  transition: all 0.3s ease;
}

.tct-about-sec3-value:hover{
  transform: translateY(-4px);
  border-color: rgba(255,70,70,0.25);
}

.tct-about-sec3-value strong{
  display: block;
  margin-bottom: 8px;
  color: #ff2f2f;
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}

.tct-about-sec3-value span{
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-about-sec3-container{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tct-about-sec3-values{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px){
  .tct-about-sec3{
    padding: 85px 20px;
  }

  .tct-about-sec3-title{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.12;
  }

  .tct-about-sec3-desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .tct-about-sec3-quote{
    gap: 14px;
  }

  .tct-about-sec3-quote-line{
    height: 72px;
  }

  .tct-about-sec3-quote p{
    font-size: 15px;
    line-height: 1.75;
  }

  .tct-about-sec3-card{
    padding: 24px 20px;
    border-radius: 22px;
  }

  .tct-about-sec3-card h3{
    font-size: 22px;
  }

  .tct-about-sec3-card p,
  .tct-about-sec3-list li{
    font-size: 14px;
    line-height: 1.75;
  }

  .tct-about-sec3-values{
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .tct-about-sec3-value{
    padding: 20px 16px;
    border-radius: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66105fc *//* =========================
   TERAJU CAHAYA TRADING
   ABOUT PAGE - SEC 4
========================= */

.tct-about-sec4{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 30px;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f4f4f4 100%);
  font-family: 'Montserrat', sans-serif;
}

.tct-about-sec4::before{
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,0,0,0.08) 0%, rgba(255,0,0,0) 70%);
  pointer-events: none;
}

.tct-about-sec4::after{
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
}

.tct-about-sec4-container{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 60px;
  align-items: center;
}

.tct-about-sec4-left{
  position: relative;
}

.tct-about-sec4-image-wrap{
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0 28px 65px rgba(0,0,0,0.12);
  background: #111111;
}

.tct-about-sec4-image-wrap img{
  width: 100%;
  aspect-ratio: 1 / 1.15;
  object-fit: cover;
  display: block;
}

.tct-about-sec4-mini-card{
  position: absolute;
  right: -28px;
  bottom: 34px;
  max-width: 290px;
  padding: 22px 22px;
  border-radius: 24px;
  background: linear-gradient(135deg, #111111 0%, #1c0000 100%);
  box-shadow: 0 24px 55px rgba(0,0,0,0.20);
}

.tct-about-sec4-mini-label{
  display: inline-block;
  margin-bottom: 10px;
  color: #ff3b3b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.tct-about-sec4-mini-card strong{
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 800;
}

.tct-about-sec4-right{
  width: 100%;
}

.tct-about-sec4-tag{
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,0,0,0.08);
  color: #c30000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.tct-about-sec4-title{
  margin: 0 0 24px;
  color: #111111;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -1.2px;
  max-width: 760px;
}

.tct-about-sec4-title span{
  display: inline-block;
  color: #d30000;
}

.tct-about-sec4-profile-head{
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
}

.tct-about-sec4-profile-head h3{
  margin: 0 0 6px;
  color: #111111;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
}

.tct-about-sec4-profile-head p{
  margin: 0;
  color: #d10000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.tct-about-sec4-desc{
  margin: 0 0 18px;
  color: #4e4e4e;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  max-width: 720px;
}

.tct-about-sec4-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 30px;
}

.tct-about-sec4-point{
  padding: 22px 20px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.tct-about-sec4-point:hover{
  transform: translateY(-4px);
  border-color: rgba(220,0,0,0.18);
  box-shadow: 0 20px 48px rgba(0,0,0,0.11);
}

.tct-about-sec4-point strong{
  display: block;
  margin-bottom: 8px;
  color: #d00000;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.tct-about-sec4-point span{
  display: block;
  color: #111111;
  font-size: 17px;
  line-height: 1.65;
  font-weight: 700;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-about-sec4-container{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tct-about-sec4-mini-card{
    right: 20px;
    bottom: 20px;
  }
}

@media (max-width: 767px){
  .tct-about-sec4{
    padding: 85px 20px;
  }

  .tct-about-sec4-title{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.12;
  }

  .tct-about-sec4-profile-head h3{
    font-size: 24px;
  }

  .tct-about-sec4-desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .tct-about-sec4-image-wrap{
    border-radius: 22px;
  }

  .tct-about-sec4-mini-card{
    position: relative;
    right: auto;
    bottom: auto;
    max-width: 100%;
    margin-top: 16px;
    border-radius: 20px;
  }

  .tct-about-sec4-grid{
    grid-template-columns: 1fr;
  }

  .tct-about-sec4-point{
    padding: 18px 16px;
    border-radius: 18px;
  }

  .tct-about-sec4-point span{
    font-size: 15px;
    line-height: 1.7;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68c6b3c *//* =========================
   TERAJU CAHAYA TRADING
   ABOUT PAGE - SEC 6
   DIFFERENT / EDITORIAL STYLE
========================= */

.tct-about-sec6{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 130px 30px;
  overflow: hidden;
  background:
    linear-gradient(135deg, #f8f8f8 0%, #ffffff 38%, #f2f2f2 100%);
  font-family: 'Poppins', sans-serif;
}

.tct-about-sec6::before{
  content: "";
  position: absolute;
  top: -120px;
  right: -100px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(210,0,0,0.08) 0%, rgba(210,0,0,0) 72%);
  pointer-events: none;
}

.tct-about-sec6::after{
  content: "";
  position: absolute;
  bottom: -120px;
  left: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 72%);
  pointer-events: none;
}

.tct-about-sec6-container{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 70px;
  align-items: center;
}

/* LEFT SIDE */
.tct-about-sec6-visual{
  position: relative;
  min-height: 720px;
}

.tct-about-sec6-visual-main{
  position: absolute;
  left: 0;
  top: 0;
  width: 74%;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(0,0,0,0.14);
  background: #111111;
}

.tct-about-sec6-visual-main img{
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

.tct-about-sec6-visual-small{
  position: absolute;
  right: 0;
  width: 42%;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  background: #111111;
}

.tct-about-sec6-visual-small.top{
  top: 70px;
}

.tct-about-sec6-visual-small.bottom{
  bottom: 60px;
}

.tct-about-sec6-visual-small img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

.tct-about-sec6-float-badge{
  position: absolute;
  left: 40px;
  bottom: 20px;
  max-width: 330px;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #111111 0%, #200000 100%);
  box-shadow: 0 24px 60px rgba(0,0,0,0.20);
}

.tct-about-sec6-float-badge span{
  display: inline-block;
  margin-bottom: 10px;
  color: #ff3d3d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.tct-about-sec6-float-badge strong{
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.45;
  font-weight: 700;
}

/* RIGHT SIDE */
.tct-about-sec6-content{
  width: 100%;
}

.tct-about-sec6-tag{
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(220,0,0,0.08);
  color: #c30000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.tct-about-sec6-title{
  margin: 0 0 24px;
  color: #111111;
  font-size: clamp(36px, 4vw, 60px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -1.4px;
  max-width: 640px;
}

.tct-about-sec6-title span{
  display: inline-block;
  color: #d10000;
}

.tct-about-sec6-desc{
  margin: 0 0 18px;
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 500;
  max-width: 620px;
}

.tct-about-sec6-lines{
  margin-top: 34px;
  display: grid;
  gap: 18px;
}

.tct-about-sec6-line{
  position: relative;
  padding: 0 0 18px 24px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.tct-about-sec6-line::before{
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d10000;
  box-shadow: 0 0 0 8px rgba(209,0,0,0.08);
}

.tct-about-sec6-line-top{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.tct-about-sec6-line-top h4{
  margin: 0;
  color: #111111;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}

.tct-about-sec6-line-top span{
  color: #d10000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.tct-about-sec6-line p{
  margin: 0;
  color: #5b5b5b;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 500;
  max-width: 620px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-about-sec6-container{
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .tct-about-sec6-visual{
    min-height: 640px;
  }
}

@media (max-width: 767px){
  .tct-about-sec6{
    padding: 90px 20px;
  }

  .tct-about-sec6-container{
    gap: 34px;
  }

  .tct-about-sec6-visual{
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .tct-about-sec6-visual-main,
  .tct-about-sec6-visual-small,
  .tct-about-sec6-float-badge{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
  }

  .tct-about-sec6-visual-main{
    border-radius: 24px;
  }

  .tct-about-sec6-visual-small{
    border-radius: 20px;
  }

  .tct-about-sec6-float-badge{
    border-radius: 20px;
    padding: 20px;
  }

  .tct-about-sec6-float-badge strong{
    font-size: 20px;
  }

  .tct-about-sec6-title{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.12;
  }

  .tct-about-sec6-desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .tct-about-sec6-line{
    padding-left: 18px;
  }

  .tct-about-sec6-line-top{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .tct-about-sec6-line-top h4{
    font-size: 20px;
  }

  .tct-about-sec6-line p{
    font-size: 14px;
    line-height: 1.75;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d42914f */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* =========================
   TERAJU CAHAYA TRADING
   ABOUT PAGE - SEC 7
========================= */

.tct-about-sec7{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 20%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 26%),
    radial-gradient(circle at 86% 18%, rgba(255,0,0,0.14) 0%, rgba(255,0,0,0) 24%),
    linear-gradient(135deg, #090909 0%, #121212 46%, #1b0000 100%);
  font-family: 'Poppins', sans-serif;
}

.tct-about-sec7::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,70,70,0.45) 50%, rgba(255,255,255,0) 100%);
}

.tct-about-sec7-container{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 34px;
  align-items: stretch;
}

.tct-about-sec7-left{
  padding: 46px 44px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(255,25,25,0.14) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 28px 65px rgba(0,0,0,0.22);
}

.tct-about-sec7-tag{
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.tct-about-sec7-title{
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(36px, 4.2vw, 62px);
  line-height: 1.04;
  font-weight: 800;
  letter-spacing: -1.4px;
  max-width: 720px;
}

.tct-about-sec7-title span{
  display: inline-block;
  color: #ff2f2f;
}

.tct-about-sec7-desc{
  margin: 0 0 28px;
  max-width: 640px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.95;
  font-weight: 500;
}

.tct-about-sec7-note{
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.12);
}

.tct-about-sec7-note strong{
  color: #ffffff;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}

.tct-about-sec7-note span{
  color: rgba(255,255,255,0.76);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.tct-about-sec7-right{
  display: grid;
  gap: 18px;
}

.tct-about-sec7-panel{
  min-height: 180px;
  padding: 30px 28px;
  border-radius: 28px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 22px 50px rgba(0,0,0,0.20);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.35s ease;
}

.tct-about-sec7-panel:hover{
  transform: translateY(-6px);
  border-color: rgba(255,70,70,0.24);
  box-shadow: 0 28px 58px rgba(0,0,0,0.26);
}

.tct-about-sec7-panel-label{
  display: inline-block;
  color: #ff3b3b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.tct-about-sec7-panel h3{
  margin: 18px 0 0;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.35;
  font-weight: 700;
  max-width: 420px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-about-sec7-container{
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
  .tct-about-sec7{
    padding: 85px 20px;
  }

  .tct-about-sec7-left{
    padding: 28px 22px;
    border-radius: 24px;
  }

  .tct-about-sec7-title{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.12;
  }

  .tct-about-sec7-desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .tct-about-sec7-note strong{
    font-size: 18px;
  }

  .tct-about-sec7-note span{
    font-size: 14px;
    line-height: 1.75;
  }

  .tct-about-sec7-panel{
    min-height: auto;
    padding: 24px 20px;
    border-radius: 22px;
  }

  .tct-about-sec7-panel h3{
    font-size: 22px;
    line-height: 1.4;
  }
}/* End custom CSS */