.elementor-10 .elementor-element.elementor-element-3835bb3{--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-10 .elementor-element.elementor-element-7675135{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-f6d2954{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-c38f204{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-402e29a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-e4398a1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-51e61b6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10 .elementor-element.elementor-element-b08f739{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-10 .elementor-element.elementor-element-7675135{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-d254e9e */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

/* =========================
   TERAJU CAHAYA TRADING
   HOMEPAGE SEC 1 - HERO
========================= */

.tct-hero-home{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 30px 80px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)),
    url('https://terajucahaya.com/wp-content/uploads/2026/04/ChatGPT-Image-Apr-15-2026-03_36_24-PM.png') center center / cover no-repeat;
}

.tct-hero-home::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 35%),
    radial-gradient(circle at 85% 18%, rgba(255,0,0,0.20) 0%, rgba(255,0,0,0) 30%),
    linear-gradient(90deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.10) 45%, rgba(0,0,0,0.25) 100%);
  pointer-events: none;
  z-index: 1;
}

.tct-hero-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.35) 0%, rgba(120,0,0,0.12) 100%);
  z-index: 1;
}

.tct-hero-container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}

.tct-hero-left{
  width: 100%;
}

.tct-hero-badge{
  display: inline-block;
  margin-bottom: 24px;
  padding: 10px 18px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.tct-hero-title{
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(40px, 6vw, 74px);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -1.6px;
  max-width: 780px;
}

.tct-hero-title span{
  display: inline-block;
  color: #ff2b2b;
  text-shadow: 0 0 18px rgba(255,43,43,0.20);
}

.tct-hero-desc{
  max-width: 680px;
  margin: 0 0 30px;
  color: rgba(255,255,255,0.88);
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

.tct-hero-points{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.tct-hero-point{
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.16);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  backdrop-filter: blur(6px);
}

.tct-hero-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tct-hero-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tct-hero-btn-primary{
  background: #ff1f1f;
  color: #ffffff;
  border: 1px solid #ff1f1f;
  box-shadow: 0 12px 30px rgba(255,31,31,0.28);
}

.tct-hero-btn-primary:hover{
  transform: translateY(-2px);
  background: #df1111;
  border-color: #df1111;
}

.tct-hero-btn-outline{
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.30);
}

.tct-hero-btn-outline:hover{
  background: #ffffff;
  color: #111111;
  transform: translateY(-2px);
}

.tct-hero-right{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.tct-hero-card{
  position: relative;
  width: 100%;
  max-width: 460px;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(10,10,10,0.58);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 70px rgba(0,0,0,0.42);
  backdrop-filter: blur(14px);
}

.tct-hero-card-top{
  padding: 28px 28px 0;
}

.tct-hero-logo-box{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  border-radius: 22px;
  background: linear-gradient(135deg, #ffffff 0%, #f1f1f1 100%);
  padding: 24px;
}

.tct-hero-logo-box img{
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.tct-hero-card-body{
  padding: 28px;
}

.tct-hero-card-label{
  display: inline-block;
  margin-bottom: 14px;
  color: #ff3a3a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tct-hero-card-body h3{
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 800;
}

.tct-hero-card-body p{
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

.tct-hero-mini-stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.tct-hero-stat{
  padding: 16px 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  text-align: center;
}

.tct-hero-stat strong{
  display: block;
  margin-bottom: 8px;
  color: #ff3a3a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tct-hero-stat span{
  display: block;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-hero-container{
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tct-hero-right{
    justify-content: flex-start;
  }

  .tct-hero-card{
    max-width: 100%;
  }
}

@media (max-width: 767px){
  .tct-hero-home{
    padding: 110px 20px 70px;
    min-height: auto;
    background:
      linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)),
      url('YOUR-BACKGROUND-IMAGE.jpg') center center / cover no-repeat;
  }

  .tct-hero-title{
    font-size: clamp(34px, 9vw, 48px);
    line-height: 1.08;
  }

  .tct-hero-desc{
    font-size: 15px;
    line-height: 1.75;
  }

  .tct-hero-buttons{
    flex-direction: column;
    align-items: stretch;
  }

  .tct-hero-btn{
    width: 100%;
  }

  .tct-hero-logo-box{
    min-height: 210px;
  }

  .tct-hero-mini-stats{
    grid-template-columns: 1fr;
  }

  .tct-hero-card-body h3{
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c3f2d39 *//* =========================
   TERAJU CAHAYA TRADING
   HOMEPAGE SEC 2
========================= */

.tct-home-sec2{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 110px 30px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
  font-family: 'Montserrat', sans-serif;
  overflow: hidden;
}

.tct-home-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-home-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.06) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
}

.tct-home-sec2-container{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 55px;
  align-items: center;
}

.tct-home-sec2-left{
  width: 100%;
}

.tct-home-sec2-tag{
  display: inline-block;
  margin-bottom: 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,0,0,0.08);
  color: #c40000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.tct-home-sec2-title{
  margin: 0 0 24px;
  color: #111111;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -1.2px;
  max-width: 680px;
}

.tct-home-sec2-title span{
  display: inline;
  color: #d30000;
}

.tct-home-sec2-desc{
  margin: 0 0 18px;
  color: #444444;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  max-width: 650px;
}

.tct-home-sec2-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.tct-home-sec2-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 175px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tct-home-sec2-btn-primary{
  background: #e11212;
  color: #ffffff;
  border: 1px solid #e11212;
  box-shadow: 0 10px 24px rgba(225,18,18,0.18);
}

.tct-home-sec2-btn-primary:hover{
  background: #c90d0d;
  border-color: #c90d0d;
  transform: translateY(-2px);
}

.tct-home-sec2-btn-outline{
  background: transparent;
  color: #111111;
  border: 1px solid rgba(17,17,17,0.18);
}

.tct-home-sec2-btn-outline:hover{
  background: #111111;
  color: #ffffff;
  transform: translateY(-2px);
}

.tct-home-sec2-right{
  width: 100%;
}

.tct-home-sec2-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.tct-home-sec2-card{
  position: relative;
  padding: 30px 26px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.tct-home-sec2-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 50px rgba(0,0,0,0.12);
}

.tct-home-sec2-icon{
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #111111 0%, #d80000 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px rgba(216,0,0,0.18);
}

.tct-home-sec2-card h3{
  margin: 0 0 12px;
  color: #111111;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.tct-home-sec2-card p{
  margin: 0;
  color: #555555;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-home-sec2-container{
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 767px){
  .tct-home-sec2{
    padding: 85px 20px;
  }

  .tct-home-sec2-title{
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.15;
  }

  .tct-home-sec2-desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .tct-home-sec2-buttons{
    flex-direction: column;
    align-items: stretch;
  }

  .tct-home-sec2-btn{
    width: 100%;
  }

  .tct-home-sec2-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tct-home-sec2-card{
    padding: 24px 20px;
  }

  .tct-home-sec2-card h3{
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9586857 *//* =========================
   TERAJU CAHAYA TRADING
   HOMEPAGE SEC 3
========================= */

.tct-home-sec3{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 115px 30px;
  overflow: hidden;
  background: linear-gradient(135deg, #0a0a0a 0%, #141414 45%, #1b0000 100%);
  font-family: 'Montserrat', sans-serif;
}

.tct-home-sec3::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 30%),
    radial-gradient(circle at 82% 15%, rgba(255,0,0,0.16) 0%, rgba(255,0,0,0) 28%),
    radial-gradient(circle at 70% 80%, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 22%);
  pointer-events: none;
}

.tct-home-sec3-container{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
}

.tct-home-sec3-head{
  max-width: 820px;
  margin: 0 auto 55px;
  text-align: center;
}

.tct-home-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.12);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.tct-home-sec3-title{
  margin: 0 0 20px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -1.3px;
}

.tct-home-sec3-title span{
  display: inline-block;
  color: #ff2c2c;
}

.tct-home-sec3-desc{
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
}

.tct-home-sec3-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.tct-home-sec3-card{
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 20px 50px rgba(0,0,0,0.22);
  backdrop-filter: blur(8px);
  transition: all 0.35s ease;
}

.tct-home-sec3-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255,60,60,0.35);
  box-shadow: 0 24px 55px rgba(0,0,0,0.28);
}

.tct-home-sec3-card-highlight{
  background: linear-gradient(135deg, rgba(255,30,30,0.16) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(255,60,60,0.28);
}

.tct-home-sec3-image-wrap{
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111111;
}

.tct-home-sec3-image-wrap::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.28) 100%);
}

.tct-home-sec3-image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.tct-home-sec3-card:hover .tct-home-sec3-image-wrap img{
  transform: scale(1.06);
}

.tct-home-sec3-image-badge{
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff1f1f 0%, #8a0000 100%);
  color: #ffffff;
  font-size: 17px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(255,31,31,0.18);
}

.tct-home-sec3-card-body{
  padding: 28px 26px 28px;
}

.tct-home-sec3-card h3{
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
}

.tct-home-sec3-card p{
  margin: 0 0 24px;
  color: rgba(255,255,255,0.80);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 500;
}

.tct-home-sec3-link{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tct-home-sec3-link::after{
  content: "→";
  font-size: 16px;
  transition: transform 0.3s ease;
}

.tct-home-sec3-link:hover{
  color: #ff4040;
}

.tct-home-sec3-link:hover::after{
  transform: translateX(4px);
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-home-sec3-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px){
  .tct-home-sec3{
    padding: 85px 20px;
  }

  .tct-home-sec3-head{
    margin-bottom: 34px;
  }

  .tct-home-sec3-title{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.14;
  }

  .tct-home-sec3-desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .tct-home-sec3-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tct-home-sec3-card{
    border-radius: 22px;
  }

  .tct-home-sec3-card-body{
    padding: 24px 20px 24px;
  }

  .tct-home-sec3-card h3{
    font-size: 21px;
  }

  .tct-home-sec3-card p{
    font-size: 14px;
    line-height: 1.75;
  }

  .tct-home-sec3-image-badge{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-305a0fb *//* =========================
   TERAJU CAHAYA TRADING
   HOMEPAGE SEC 4
========================= */

.tct-home-sec4{
  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%, #f4f4f4 100%);
  font-family: 'Montserrat', sans-serif;
}

.tct-home-sec4::before{
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,0,0,0.08) 0%, rgba(255,0,0,0) 70%);
  pointer-events: none;
}

.tct-home-sec4::after{
  content: "";
  position: absolute;
  bottom: -120px;
  left: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
}

.tct-home-sec4-container{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  align-items: start;
}

.tct-home-sec4-left{
  width: 100%;
}

.tct-home-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-home-sec4-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-home-sec4-title span{
  display: inline-block;
  color: #d40000;
}

.tct-home-sec4-desc{
  margin: 0 0 18px;
  color: #494949;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 500;
  max-width: 650px;
}

.tct-home-sec4-stats{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 34px;
  max-width: 620px;
}

.tct-home-sec4-stat{
  padding: 22px 18px;
  border-radius: 22px;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  text-align: center;
}

.tct-home-sec4-stat strong{
  display: block;
  margin-bottom: 8px;
  color: #ff3030;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.tct-home-sec4-stat span{
  display: block;
  color: rgba(255,255,255,0.84);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.tct-home-sec4-right{
  width: 100%;
  display: grid;
  gap: 18px;
}

.tct-home-sec4-card{
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 20px;
  align-items: start;
  padding: 26px 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.tct-home-sec4-card:hover{
  transform: translateY(-5px);
  border-color: rgba(220,0,0,0.20);
  box-shadow: 0 22px 52px rgba(0,0,0,0.11);
}

.tct-home-sec4-card-no{
  width: 82px;
  height: 82px;
  border-radius: 22px;
  background: linear-gradient(135deg, #111111 0%, #d60000 100%);
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 28px rgba(214,0,0,0.18);
}

.tct-home-sec4-card-content h3{
  margin: 0 0 10px;
  color: #111111;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}

.tct-home-sec4-card-content p{
  margin: 0;
  color: #5b5b5b;
  font-size: 15px;
  line-height: 1.85;
  font-weight: 500;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-home-sec4-container{
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 767px){
  .tct-home-sec4{
    padding: 85px 20px;
  }

  .tct-home-sec4-title{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.14;
  }

  .tct-home-sec4-desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .tct-home-sec4-stats{
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .tct-home-sec4-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px 20px;
    border-radius: 20px;
  }

  .tct-home-sec4-card-no{
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 18px;
  }

  .tct-home-sec4-card-content h3{
    font-size: 20px;
  }

  .tct-home-sec4-card-content p{
    font-size: 14px;
    line-height: 1.75;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cfd8aa6 *//* =========================
   TERAJU CAHAYA TRADING
   HOMEPAGE SEC 5 - PREMIUM
========================= */

.tct-home-sec5{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 30px 40px;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0) 28%),
    radial-gradient(circle at 82% 14%, rgba(255,0,0,0.13) 0%, rgba(255,0,0,0) 24%),
    linear-gradient(135deg, #080808 0%, #111111 42%, #180000 100%);
  font-family: 'Montserrat', sans-serif;
}

.tct-home-sec5::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-home-sec5-container{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 42px;
  align-items: start;
}

.tct-home-sec5-left{
  padding-right: 20px;
}

.tct-home-sec5-tag{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  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.8px;
  text-transform: uppercase;
}

.tct-home-sec5-title{
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -1.5px;
  max-width: 620px;
}

.tct-home-sec5-title span{
  display: inline-block;
  color: #ff2b2b;
}

.tct-home-sec5-desc{
  margin: 0 0 18px;
  max-width: 610px;
  color: rgba(255,255,255,0.80);
  font-size: 16px;
  line-height: 1.95;
  font-weight: 500;
}

.tct-home-sec5-highlight{
  display: flex;
  gap: 18px;
  align-items: flex-start;
  margin-top: 30px;
  max-width: 560px;
}

.tct-home-sec5-highlight-line{
  width: 4px;
  min-width: 4px;
  height: 88px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff2b2b 0%, rgba(255,43,43,0.15) 100%);
  box-shadow: 0 0 20px rgba(255,43,43,0.20);
}

.tct-home-sec5-highlight-text{
  color: #ffffff;
  font-size: 17px;
  line-height: 1.85;
  font-weight: 600;
}

.tct-home-sec5-right{
  display: grid;
  gap: 22px;
}

.tct-home-sec5-card-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.tct-home-sec5-card{
  position: relative;
  padding: 28px 26px;
  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);
  transition: all 0.35s ease;
  overflow: hidden;
}

.tct-home-sec5-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.55) 50%, rgba(255,255,255,0) 100%);
}

.tct-home-sec5-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255,70,70,0.28);
  box-shadow: 0 30px 65px rgba(0,0,0,0.30);
}

.tct-home-sec5-card-large{
  padding: 34px 30px;
  min-height: 240px;
  background: linear-gradient(135deg, rgba(255,25,25,0.15) 0%, rgba(255,255,255,0.06) 100%);
  border: 1px solid rgba(255,70,70,0.24);
}

.tct-home-sec5-card-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.tct-home-sec5-no{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ff2020 0%, #8a0000 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 12px 26px rgba(255,32,32,0.22);
}

.tct-home-sec5-label{
  color: rgba(255,255,255,0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.tct-home-sec5-card h3{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.32;
  font-weight: 800;
}

.tct-home-sec5-card p{
  margin: 0;
  color: rgba(255,255,255,0.78);
  font-size: 15px;
  line-height: 1.85;
  font-weight: 500;
}

/* STRIP */
.tct-home-sec5-strip-wrap{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 34px auto 0;
}

.tct-home-sec5-strip{
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}

.tct-home-sec5-strip-item{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  border-radius: 20px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  transition: all 0.3s ease;
}

.tct-home-sec5-strip-item:hover{
  transform: translateY(-4px);
  border-color: rgba(255,70,70,0.28);
  color: #ff3a3a;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-home-sec5-container{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .tct-home-sec5-left{
    padding-right: 0;
  }

  .tct-home-sec5-strip{
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 767px){
  .tct-home-sec5{
    padding: 85px 20px 28px;
  }

  .tct-home-sec5-title{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.12;
  }

  .tct-home-sec5-desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .tct-home-sec5-highlight{
    gap: 14px;
  }

  .tct-home-sec5-highlight-line{
    height: 72px;
  }

  .tct-home-sec5-highlight-text{
    font-size: 15px;
    line-height: 1.75;
  }

  .tct-home-sec5-card,
  .tct-home-sec5-card-large{
    padding: 24px 20px;
    border-radius: 22px;
    min-height: auto;
  }

  .tct-home-sec5-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tct-home-sec5-card h3{
    font-size: 21px;
  }

  .tct-home-sec5-card p{
    font-size: 14px;
    line-height: 1.75;
  }

  .tct-home-sec5-strip{
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .tct-home-sec5-strip-item{
    min-height: 62px;
    border-radius: 16px;
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46a9c5e *//* =========================
   TERAJU CAHAYA TRADING
   HOMEPAGE SEC 6 - PROJECTS
========================= */

.tct-home-sec6{
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 30px;
  overflow: hidden;
  background:
    linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
  font-family: 'Montserrat', sans-serif;
}

.tct-home-sec6::before{
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,0,0,0.08) 0%, rgba(255,0,0,0) 72%);
  pointer-events: none;
}

.tct-home-sec6::after{
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 72%);
  pointer-events: none;
}

.tct-home-sec6-container{
  position: relative;
  z-index: 2;
  max-width: 1320px;
  margin: 0 auto;
}

.tct-home-sec6-head{
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: end;
  margin-bottom: 50px;
}

.tct-home-sec6-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-home-sec6-title{
  margin: 0;
  color: #111111;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.07;
  font-weight: 800;
  letter-spacing: -1.4px;
  max-width: 760px;
}

.tct-home-sec6-title span{
  display: inline-block;
  color: #d30000;
}

.tct-home-sec6-head-right p{
  margin: 0;
  color: #505050;
  font-size: 16px;
  line-height: 1.95;
  font-weight: 500;
  max-width: 480px;
}

.tct-home-sec6-main{
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 26px;
  align-items: stretch;
}

.tct-home-sec6-featured{
  overflow: hidden;
  border-radius: 30px;
  background: #111111;
  box-shadow: 0 30px 70px rgba(0,0,0,0.16);
  min-height: 100%;
}

.tct-home-sec6-featured-image{
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.tct-home-sec6-featured-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tct-home-sec6-featured-content{
  padding: 34px 32px;
}

.tct-home-sec6-featured-label{
  display: inline-block;
  margin-bottom: 14px;
  color: #ff3737;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.tct-home-sec6-featured-content h3{
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 34px;
  line-height: 1.22;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.tct-home-sec6-featured-content p{
  margin: 0;
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

.tct-home-sec6-featured-meta{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 26px;
}

.tct-home-sec6-meta-item{
  padding: 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
}

.tct-home-sec6-meta-item strong{
  display: block;
  margin-bottom: 8px;
  color: #ff3a3a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tct-home-sec6-meta-item span{
  display: block;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

.tct-home-sec6-list{
  display: grid;
  gap: 18px;
}

.tct-home-sec6-list-item{
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 18px 42px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.tct-home-sec6-list-item:hover{
  transform: translateY(-5px);
  box-shadow: 0 24px 50px rgba(0,0,0,0.11);
  border-color: rgba(220,0,0,0.16);
}

.tct-home-sec6-list-thumb{
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  background: #111111;
}

.tct-home-sec6-list-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tct-home-sec6-list-content span{
  display: inline-block;
  margin-bottom: 8px;
  color: #d00000;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.tct-home-sec6-list-content h4{
  margin: 0 0 10px;
  color: #111111;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}

.tct-home-sec6-list-content p{
  margin: 0;
  color: #5b5b5b;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

.tct-home-sec6-stats{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.tct-home-sec6-stat{
  padding: 24px 18px;
  border-radius: 22px;
  background: linear-gradient(135deg, #111111 0%, #1f0000 100%);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  text-align: center;
}

.tct-home-sec6-stat strong{
  display: block;
  margin-bottom: 8px;
  color: #ff2f2f;
  font-size: 28px;
  line-height: 1;
  font-weight: 800;
}

.tct-home-sec6-stat span{
  display: block;
  color: rgba(255,255,255,0.84);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 600;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-home-sec6-head{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .tct-home-sec6-main{
    grid-template-columns: 1fr;
  }

  .tct-home-sec6-stats{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px){
  .tct-home-sec6{
    padding: 85px 20px;
  }

  .tct-home-sec6-title{
    font-size: clamp(28px, 8vw, 42px);
    line-height: 1.12;
  }

  .tct-home-sec6-head-right p{
    font-size: 15px;
    line-height: 1.8;
  }

  .tct-home-sec6-featured{
    border-radius: 22px;
  }

  .tct-home-sec6-featured-content{
    padding: 24px 20px;
  }

  .tct-home-sec6-featured-content h3{
    font-size: 26px;
  }

  .tct-home-sec6-featured-content p{
    font-size: 14px;
    line-height: 1.75;
  }

  .tct-home-sec6-featured-meta{
    grid-template-columns: 1fr;
  }

  .tct-home-sec6-list-item{
    grid-template-columns: 1fr;
    padding: 14px;
    border-radius: 20px;
  }

  .tct-home-sec6-list-content h4{
    font-size: 20px;
  }

  .tct-home-sec6-list-content p{
    font-size: 14px;
    line-height: 1.75;
  }

  .tct-home-sec6-stats{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5c1a0b *//* =========================
   TERAJU CAHAYA TRADING
   HOMEPAGE SEC 7 - CONTACT CTA
========================= */

.tct-home-sec7{
  position: relative;
  width: 100vw;
  min-height: 760px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 120px 30px;
  overflow: hidden;
  font-family: 'Montserrat', sans-serif;
  background:
    url('YOUR-CONTACT-BACKGROUND.jpg') center center / cover no-repeat;
  display: flex;
  align-items: center;
}

.tct-home-sec7::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 22%, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 28%),
    radial-gradient(circle at 84% 18%, rgba(255,0,0,0.15) 0%, rgba(255,0,0,0) 26%);
  pointer-events: none;
  z-index: 1;
}

.tct-home-sec7-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.68) 42%, rgba(0,0,0,0.76) 100%);
  z-index: 1;
}

.tct-home-sec7-container{
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 42px;
  align-items: center;
}

.tct-home-sec7-left{
  width: 100%;
  max-width: 720px;
}

.tct-home-sec7-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-home-sec7-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-home-sec7-title span{
  display: inline-block;
  color: #ff2f2f;
}

.tct-home-sec7-desc{
  margin: 0 0 30px;
  max-width: 640px;
  color: rgba(255,255,255,0.84);
  font-size: 16px;
  line-height: 1.95;
  font-weight: 500;
}

.tct-home-sec7-buttons{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.tct-home-sec7-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 15px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tct-home-sec7-btn-primary{
  background: #ff1f1f;
  color: #ffffff;
  border: 1px solid #ff1f1f;
  box-shadow: 0 12px 30px rgba(255,31,31,0.24);
}

.tct-home-sec7-btn-primary:hover{
  transform: translateY(-2px);
  background: #de1010;
  border-color: #de1010;
}

.tct-home-sec7-btn-outline{
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.28);
}

.tct-home-sec7-btn-outline:hover{
  background: #ffffff;
  color: #111111;
  transform: translateY(-2px);
}

.tct-home-sec7-right{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.tct-home-sec7-card{
  padding: 28px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 20px 45px rgba(0,0,0,0.22);
  backdrop-filter: blur(8px);
  transition: all 0.35s ease;
}

.tct-home-sec7-card:hover{
  transform: translateY(-6px);
  border-color: rgba(255,70,70,0.24);
  box-shadow: 0 24px 50px rgba(0,0,0,0.28);
}

.tct-home-sec7-card-label{
  display: inline-block;
  margin-bottom: 12px;
  color: #ff3b3b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.tct-home-sec7-card h3{
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
  word-break: break-word;
}

.tct-home-sec7-card p{
  margin: 0;
  color: rgba(255,255,255,0.80);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1100px){
  .tct-home-sec7-container{
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .tct-home-sec7-right{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px){
  .tct-home-sec7{
    min-height: auto;
    padding: 85px 20px;
  }

  .tct-home-sec7-title{
    font-size: clamp(30px, 8vw, 44px);
    line-height: 1.12;
  }

  .tct-home-sec7-desc{
    font-size: 15px;
    line-height: 1.8;
  }

  .tct-home-sec7-buttons{
    flex-direction: column;
    align-items: stretch;
  }

  .tct-home-sec7-btn{
    width: 100%;
  }

  .tct-home-sec7-right{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tct-home-sec7-card{
    padding: 22px 20px;
    border-radius: 20px;
  }

  .tct-home-sec7-card h3{
    font-size: 20px;
  }

  .tct-home-sec7-card p{
    font-size: 14px;
    line-height: 1.75;
  }
}/* End custom CSS */