.elementor-1990 .elementor-element.elementor-element-5941e8a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:156px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1990 .elementor-element.elementor-element-f284247{margin:-47px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1990 .elementor-element.elementor-element-03a6db6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1990 .elementor-element.elementor-element-4abf533{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1990 .elementor-element.elementor-element-7f4f4c7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1990 .elementor-element.elementor-element-97fec4c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-f284247 *//* ======================================
   Services Hero – Master Redesign
====================================== */

.tr-services-hero-master {
  position: relative;
  min-height: 60vh;
  background: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 40px 20px;
}

/* Animated grid background */
.tr-services-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(118,207,77,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(118,207,77,0.08) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, black 45%, transparent 75%);
  opacity: 0.25;
  animation: gridMove 30s linear infinite;
}

@keyframes gridMove {
  from { background-position: 0 0; }
  to { background-position: 400px 400px; }
}

/* Ambient gradient glow */
.tr-services-hero-master::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(118,207,77,0.18), transparent 45%),
    radial-gradient(circle at 70% 70%, rgba(118,207,77,0.10), transparent 50%);
  pointer-events: none;
}

/* Content */
.tr-services-hero-inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 2;
}

/* Heading */
.tr-services-hero-inner h1 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 28px;
  line-height: 1.2;
}

.tr-services-hero-inner h1 span {
  color: #76cf4d;
}

/* Description */
.hero-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #d0d0d0;
  max-width: 720px;
  margin-bottom: 22px;
  animation: fadeUp 1.2s ease forwards;
}

/* Sub line */
.hero-sub {
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9adf82;
  position: relative;
  display: inline-block;
}

/* Animated underline */
.hero-sub::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(118,207,77,0),
    rgba(118,207,77,0.9),
    rgba(118,207,77,0)
  );
  animation: underlinePulse 3s ease-in-out infinite;
}

/* Animations */
@keyframes underlinePulse {
  0%,100% { opacity: 0.4; }
  50% { opacity: 1; }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .tr-services-hero-master {
    min-height: 90vh;
  }

  .tr-services-hero-inner h1 {
    font-size: clamp(32px, 7vw, 46px);
  }

  .hero-desc {
    font-size: 16.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ea2fa85 *//* ======================================
   Services – Core Service Areas (Premium)
====================================== */

.tr-services-matrix {
  background: #000;
  padding: 60px 20px;
  position: relative;
}

/* depth layer */
.tr-services-matrix::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(118,207,77,0.10), transparent 40%),
    radial-gradient(circle at 80% 80%, rgba(118,207,77,0.06), transparent 45%);
  pointer-events: none;
}

.tr-services-matrix__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Header */
.tr-services-matrix__header {
  max-width: 720px;
  margin-bottom: 50px;
}

.tr-services-matrix__header h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 22px;
}

.tr-services-matrix__header p {
  font-size: 16.5px;
  line-height: 1.7;
  color: #cfcfcf;
}

/* Grid */
.tr-services-matrix__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

/* Card */
.service-card {
  position: relative;
  padding: 38px 34px;
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.015)
  );
  border: 1px solid rgba(255,255,255,0.12);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

/* Hover effect */
.service-card:hover {
  transform: translateY(-10px);
  border-color: rgba(118,207,77,0.6);
  box-shadow: 0 30px 80px rgba(0,0,0,0.65);
}

/* Index */
.service-card span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #76cf4d;
  margin-bottom: 14px;
}

/* Title */
.service-card h3 {
  font-size: 18.5px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin-bottom: 10px;
}

/* Text */
.service-card p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #d0d0d0;
}

/* Responsive */
@media (max-width: 1000px) {
  .tr-services-matrix__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 650px) {
  .tr-services-matrix {
    padding: 30px 20px;
  }

  .tr-services-matrix__grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6f6704a *//* ======================================
   Services – System (Clean & Balanced)
====================================== */

.tr-services-system-clean {
  background: #000;
  padding: 40px 20px;
  position: relative;
}

.tr-services-system-clean::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 30%, rgba(118,207,77,0.08), transparent 45%);
  pointer-events: none;
}

.tr-services-system-clean__inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

/* Center heading */
.system-center {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 80px;
}

.system-center h2 {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 18px;
}

.system-center p {
  font-size: 16.5px;
  line-height: 1.7;
  color: #cfcfcf;
}

/* Grid */
.system-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* Cards */
.system-item {
  padding: 30px 32px;
  border-radius: 18px;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.04),
    rgba(255,255,255,0.015)
  );
  border: 1px solid rgba(255,255,255,0.10);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.system-item:hover {
  transform: translateY(-6px);
  border-color: rgba(118,207,77,0.55);
  box-shadow: 0 24px 50px rgba(0,0,0,0.6);
}

.system-item h3 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 8px;
}

.system-item p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #d0d0d0;
}

/* Wide bottom card */
.system-item.wide {
  grid-column: span 2;
  max-width: 760px;
  margin: 0 auto;
}

/* Mobile */
@media (max-width: 800px) {
  .system-grid {
    grid-template-columns: 1fr;
  }

  .system-item.wide {
    grid-column: auto;
    max-width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0e13efa *//* ======================================
   Services – Alignment (Engaging & Animated)
====================================== */

.tr-services-alignment {
  background: #000;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

/* ambient motion background */
.tr-services-alignment::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(118,207,77,0.12), transparent 45%),
    radial-gradient(circle at 70% 70%, rgba(118,207,77,0.08), transparent 50%);
  pointer-events: none;
}

.tr-services-alignment__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Header */
.alignment-head {
  max-width: 700px;
  margin-bottom: 30px;
}

.alignment-head h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 18px;
}

/* Animated line */
.alignment-line {
  width: 120px;
  height: 2px;
  background: linear-gradient(
    to right,
    rgba(118,207,77,0),
    rgba(118,207,77,0.9),
    rgba(118,207,77,0)
  );
  margin-bottom: 22px;
  animation: linePulse 3s ease-in-out infinite;
}

@keyframes linePulse {
  0%,100% { opacity: 0.4; }
  50% { opacity: 1; }
}

.alignment-head p {
  font-size: 16.5px;
  line-height: 1.7;
  color: #cfcfcf;
}

/* Rows */
.alignment-rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

/* Blocks */
.alignment-block {
  padding: 40px 36px;
  border-radius: 22px;
  background: linear-gradient(
    145deg,
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.015)
  );
  border: 1px solid rgba(255,255,255,0.12);
  transform: translateY(30px);
  opacity: 0;
  animation: fadeSlideUp 1.1s ease forwards;
}

.alignment-block.neutral {
  animation-delay: 0.2s;
}

/* Entry animation */
@keyframes fadeSlideUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Hover emphasis */
.alignment-block:hover {
  border-color: rgba(118,207,77,0.6);
  box-shadow: 0 30px 70px rgba(0,0,0,0.6);
}

/* Titles */
.alignment-block h3 {
  font-size: 18.5px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}

/* Lists */
.alignment-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.alignment-block li {
  font-size: 15.5px;
  line-height: 1.6;
  color: #d0d0d0;
  margin-bottom: 14px;
  padding-left: 20px;
  position: relative;
}

.alignment-block li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: #76cf4d;
}

/* Responsive */
@media (max-width: 900px) {
  .tr-services-alignment {
    padding: 20px 20px;
  }

  .alignment-rows {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1383479 *//* ======================================
   Services – Final CTA (Brand Locked)
====================================== */

.tr-services-final-cta {
  background: #000;
  padding: 80px 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

/* Ambient animated glow */
.tr-services-final-cta::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    radial-gradient(circle at 30% 40%, rgba(118,207,77,0.18), transparent 45%),
    radial-gradient(circle at 70% 60%, rgba(118,207,77,0.12), transparent 50%);
  animation: ctaGlowMove 14s ease-in-out infinite;
  pointer-events: none;
}

@keyframes ctaGlowMove {
  0%   { transform: translate(0, 0); }
  50%  { transform: translate(-40px, 30px); }
  100% { transform: translate(0, 0); }
}

.tr-services-final-cta__inner {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  z-index: 1;
}

/* Heading */
.tr-services-final-cta h2 {
  font-size: clamp(30px, 4.5vw, 44px);
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 24px;
}

/* Copy */
.tr-services-final-cta p {
  font-size: 16.5px;
  line-height: 1.7;
  color: #cfcfcf;
  margin-bottom: 44px;
}

/* CTA Button – BRAND LOCKED */
.tr-cta-btn {
  display: inline-block;
  padding: 16px 44px;
  border-radius: 999px;
  background: #76cf4d;
  color: #0b1208;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #76cf4d;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover – ONLY brand colors */
.tr-cta-btn:hover,
.tr-cta-btn:focus,
.tr-cta-btn:active {
  background: #76cf4d;
  color: #0b1208;
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(118,207,77,0.45);
  outline: none;
}

/* Mobile */
@media (max-width: 700px) {
  .tr-services-final-cta {
    padding: 140px 20px;
  }
}/* End custom CSS */