.elementor-46 .elementor-element.elementor-element-17fe812{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46 .elementor-element.elementor-element-f24590c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46 .elementor-element.elementor-element-7978c2f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46 .elementor-element.elementor-element-9d1da7a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46 .elementor-element.elementor-element-652f006{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46 .elementor-element.elementor-element-6aa2662{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46 .elementor-element.elementor-element-d8373b5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46 .elementor-element.elementor-element-d2b3b1d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-e292dd4 */.trt-services-hero-section {
  --trt-services-hero-navy: #06121f;
  --trt-services-hero-gold: #c7a25a;
  --trt-services-hero-gold-light: #e2c783;
  --trt-services-hero-white: #ffffff;

  position: relative;
  width: 100%;
  min-height: clamp(820px, 98vh, 1020px);
  overflow: hidden;
  background-color: var(--trt-services-hero-navy);
  color: var(--trt-services-hero-white);
  font-family: "Inter", sans-serif;
  isolation: isolate;
}

.trt-services-hero-section *,
.trt-services-hero-section *::before,
.trt-services-hero-section *::after {
  box-sizing: border-box;
}

.trt-services-hero-background {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image: url("https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=2400&q=90");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: trt-services-hero-reveal 1.3s ease-out both;
}

.trt-services-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(
      90deg,
      rgba(4, 13, 23, 0.99) 0%,
      rgba(4, 13, 23, 0.94) 38%,
      rgba(4, 13, 23, 0.68) 69%,
      rgba(4, 13, 23, 0.38) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 13, 23, 0.15) 0%,
      rgba(4, 13, 23, 0.2) 48%,
      rgba(4, 13, 23, 0.96) 100%
    );
}

.trt-services-hero-lines {
  position: absolute;
  top: 0;
  right: 9%;
  bottom: 0;
  z-index: -2;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.trt-services-hero-lines::before {
  content: "";
  position: absolute;
  top: 0;
  right: 170px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.055);
}

.trt-services-hero-lines::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 3px;
  height: 175px;
  background-color: var(--trt-services-hero-gold);
}

.trt-services-hero-container {
  position: relative;
  width: min(calc(100% - 96px), 1440px);
  min-height: clamp(820px, 98vh, 1020px);
  margin: 0 auto;
  padding: 85px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trt-services-hero-content {
  width: min(900px, 74%);
  padding-bottom: 260px;
}

.trt-services-hero-eyebrow {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.trt-services-hero-eyebrow > span {
  width: 48px;
  height: 1px;
  flex: 0 0 48px;
  background-color: var(--trt-services-hero-gold);
}

.trt-services-hero-eyebrow p {
  margin: 0;
  color: var(--trt-services-hero-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.trt-services-hero-title {
  max-width: 900px;
  margin: 0;
  color: var(--trt-services-hero-white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(50px, 6vw, 90px);
  font-weight: 700;
  line-height: 1.01;
  letter-spacing: -0.06em;
}

.trt-services-hero-title > span {
  display: block;
  color: var(--trt-services-hero-gold-light);
}

.trt-services-hero-description {
  max-width: 700px;
  margin: 30px 0 0;
  padding-left: 22px;
  border-left: 1px solid rgba(199, 162, 90, 0.72);
  color: rgba(255, 255, 255, 0.73);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.8;
}

.trt-services-hero-actions {
  margin-top: 39px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trt-services-hero-button-primary,
.trt-services-hero-button-secondary {
  min-height: 58px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.trt-services-hero-button-primary svg,
.trt-services-hero-button-secondary svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.trt-services-hero-button-primary:hover,
.trt-services-hero-button-secondary:hover {
  transform: translateY(-2px);
}

.trt-services-hero-button-primary:hover svg,
.trt-services-hero-button-secondary:hover svg {
  transform: translateX(4px);
}

.trt-services-hero-button-primary {
  background-color: var(--trt-services-hero-gold);
  color: var(--trt-services-hero-navy);
}

.trt-services-hero-button-primary:hover {
  background-color: var(--trt-services-hero-gold-light);
}

.trt-services-hero-button-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background-color: rgba(255, 255, 255, 0.04);
  color: var(--trt-services-hero-white);
  backdrop-filter: blur(8px);
}

.trt-services-hero-button-secondary:hover {
  border-color: var(--trt-services-hero-gold);
  background-color: rgba(6, 18, 31, 0.72);
  color: var(--trt-services-hero-gold-light);
}

.trt-services-hero-capabilities {
  position: absolute;
  right: 0;
  bottom: 45px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(226, 199, 131, 0.65);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  border-left: 3px solid var(--trt-services-hero-gold);
  background-color: rgba(6, 18, 31, 0.86);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.trt-services-hero-capability {
  position: relative;
  min-height: 160px;
  padding: 24px 22px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr) 20px;
  align-items: start;
  gap: 11px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--trt-services-hero-white);
  text-decoration: none;
  transition: background-color 220ms ease;
}

.trt-services-hero-capability:last-child {
  border-right: 0;
}

.trt-services-hero-capability::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background-color: var(--trt-services-hero-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms ease;
}

.trt-services-hero-capability:hover {
  background-color: rgba(255, 255, 255, 0.055);
}

.trt-services-hero-capability:hover::after {
  transform: scaleX(1);
}

.trt-services-hero-capability > span {
  padding-top: 2px;
  color: var(--trt-services-hero-gold-light);
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.trt-services-hero-capability > div {
  display: flex;
  flex-direction: column;
}

.trt-services-hero-capability small {
  color: rgba(255, 255, 255, 0.43);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.trt-services-hero-capability strong {
  margin-top: 9px;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
}

.trt-services-hero-capability p {
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 10px;
  line-height: 1.6;
}

.trt-services-hero-capability > svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--trt-services-hero-gold-light);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.trt-services-hero-capability:hover > svg {
  transform: translateX(4px);
}

.trt-services-hero-registration {
  position: absolute;
  bottom: 225px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trt-services-hero-registration span {
  color: var(--trt-services-hero-gold-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.trt-services-hero-registration strong {
  color: rgba(255, 255, 255, 0.68);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.trt-services-hero-side-label {
  position: absolute;
  top: 50%;
  right: -72px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
  transform: translateY(-50%) rotate(90deg);
}

.trt-services-hero-side-label i {
  width: 52px;
  height: 1px;
  background-color: var(--trt-services-hero-gold);
}

.trt-services-hero-bottom-line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  height: 6px;
  background-color: var(--trt-services-hero-gold);
}

@keyframes trt-services-hero-reveal {
  from {
    opacity: 0;
    transform: scale(1.07);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1100px) {
  .trt-services-hero-container {
    width: min(calc(100% - 64px), 1440px);
  }

  .trt-services-hero-side-label {
    display: none;
  }

  .trt-services-hero-capability {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media (max-width: 820px) {
  .trt-services-hero-section,
  .trt-services-hero-container {
    min-height: 1220px;
  }

  .trt-services-hero-background {
    background-position: 64% center;
  }

  .trt-services-hero-container {
    width: calc(100% - 48px);
    justify-content: flex-start;
    padding-top: 100px;
  }

  .trt-services-hero-content {
    width: 100%;
    padding-bottom: 650px;
  }

  .trt-services-hero-capabilities {
    grid-template-columns: repeat(2, 1fr);
  }

  .trt-services-hero-capability {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .trt-services-hero-capability:nth-child(2) {
    border-right: 0;
  }

  .trt-services-hero-registration {
    bottom: 400px;
  }
}

@media (max-width: 560px) {
  .trt-services-hero-section,
  .trt-services-hero-container {
    min-height: 1550px;
  }

  .trt-services-hero-container {
    width: calc(100% - 36px);
    padding-top: 75px;
  }

  .trt-services-hero-title {
    font-size: clamp(40px, 12vw, 57px);
    line-height: 1.05;
  }

  .trt-services-hero-description {
    margin-top: 24px;
    padding-left: 16px;
    font-size: 14px;
  }

  .trt-services-hero-actions {
    margin-top: 30px;
    flex-direction: column;
  }

  .trt-services-hero-button-primary,
  .trt-services-hero-button-secondary {
    width: 100%;
    min-height: 55px;
    justify-content: space-between;
  }

  .trt-services-hero-content {
    padding-bottom: 920px;
  }

  .trt-services-hero-capabilities {
    grid-template-columns: 1fr;
  }

  .trt-services-hero-capability {
    min-height: 140px;
    border-right: 0;
  }

  .trt-services-hero-registration {
    bottom: 635px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-services-hero-background {
    animation: none;
  }

  .trt-services-hero-button-primary,
  .trt-services-hero-button-secondary,
  .trt-services-hero-capability,
  .trt-services-hero-capability::after,
  .trt-services-hero-capability > svg {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0bb4c61 */.trt-services-overview-section {
  --trt-services-overview-navy: #071421;
  --trt-services-overview-charcoal: #151c23;
  --trt-services-overview-gold: #c5a059;
  --trt-services-overview-gold-dark: #987337;
  --trt-services-overview-gold-light: #e2c783;
  --trt-services-overview-white: #ffffff;
  --trt-services-overview-surface: #f3f4f4;
  --trt-services-overview-text: #68717a;
  --trt-services-overview-border: #d8dde1;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(85px, 9vw, 145px) 0;
  background-color: var(--trt-services-overview-surface);
  font-family: "Inter", sans-serif;
}

.trt-services-overview-section *,
.trt-services-overview-section *::before,
.trt-services-overview-section *::after {
  box-sizing: border-box;
}

.trt-services-overview-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(24px, calc((100% - 1380px) / 2));
  width: 90px;
  height: 5px;
  background-color: var(--trt-services-overview-gold);
}

.trt-services-overview-section::after {
  content: "CEM";
  position: absolute;
  right: -30px;
  bottom: -35px;
  color: rgba(7, 20, 33, 0.025);
  font-family: "Manrope", sans-serif;
  font-size: clamp(130px, 20vw, 310px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.trt-services-overview-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 96px), 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(70px, 8vw, 135px);
}

.trt-services-overview-content {
  max-width: 620px;
}

.trt-services-overview-eyebrow {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.trt-services-overview-eyebrow > span {
  width: 44px;
  height: 1px;
  flex: 0 0 44px;
  background-color: var(--trt-services-overview-gold);
}

.trt-services-overview-eyebrow p {
  margin: 0;
  color: var(--trt-services-overview-gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.21em;
}

.trt-services-overview-title {
  margin: 0;
  color: var(--trt-services-overview-navy);
  font-family: "Manrope", sans-serif;
  font-size: clamp(41px, 4.4vw, 66px);
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: -0.05em;
}

.trt-services-overview-title > span {
  display: block;
  color: var(--trt-services-overview-gold-dark);
}

.trt-services-overview-lead {
  margin: 29px 0 0;
  color: var(--trt-services-overview-charcoal);
  font-size: clamp(17px, 1.45vw, 20px);
  font-weight: 500;
  line-height: 1.65;
}

.trt-services-overview-description {
  margin: 18px 0 0;
  color: var(--trt-services-overview-text);
  font-size: 15px;
  line-height: 1.8;
}

.trt-services-overview-list {
  margin-top: 38px;
  border-top: 1px solid var(--trt-services-overview-border);
}

.trt-services-overview-item {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 13px;
  border-bottom: 1px solid var(--trt-services-overview-border);
}

.trt-services-overview-item > span {
  padding-top: 2px;
  color: var(--trt-services-overview-gold-dark);
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.trt-services-overview-item strong {
  display: block;
  color: var(--trt-services-overview-navy);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.trt-services-overview-item p {
  margin: 5px 0 0;
  color: var(--trt-services-overview-text);
  font-size: 12px;
  line-height: 1.6;
}

.trt-services-overview-visual {
  position: relative;
  padding: 31px 33px 55px 0;
}

.trt-services-overview-image {
  position: relative;
  min-height: clamp(570px, 56vw, 720px);
  overflow: hidden;
  background-color: var(--trt-services-overview-navy);
  box-shadow: 0 30px 70px rgba(7, 20, 33, 0.15);
}

.trt-services-overview-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.8) contrast(1.05);
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.trt-services-overview-image:hover > img {
  transform: scale(1.035);
}

.trt-services-overview-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(7, 20, 33, 0.06) 30%,
      rgba(7, 20, 33, 0.93) 100%
    ),
    linear-gradient(
      90deg,
      rgba(7, 20, 33, 0.18),
      transparent 60%
    );
  pointer-events: none;
}

.trt-services-overview-image-content {
  position: absolute;
  right: 35px;
  bottom: 90px;
  left: 35px;
  padding-left: 21px;
  border-left: 2px solid var(--trt-services-overview-gold);
}

.trt-services-overview-image-content > span {
  display: block;
  margin-bottom: 10px;
  color: var(--trt-services-overview-gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.trt-services-overview-image-content > strong {
  max-width: 490px;
  display: block;
  color: var(--trt-services-overview-white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 600;
  line-height: 1.45;
}

.trt-services-overview-discipline {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 35px;
  min-height: 105px;
  padding: 19px 22px;
  display: grid;
  grid-template-columns: 1fr 1px 1fr 1px 1fr;
  align-items: center;
  gap: 19px;
  border-left: 3px solid var(--trt-services-overview-gold);
  background-color: var(--trt-services-overview-navy);
  box-shadow: 0 20px 45px rgba(7, 20, 33, 0.22);
}

.trt-services-overview-discipline > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.trt-services-overview-discipline span {
  color: var(--trt-services-overview-gold-light);
  font-family: "Manrope", sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.trt-services-overview-discipline small {
  color: var(--trt-services-overview-white);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.trt-services-overview-discipline > i {
  width: 1px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.18);
}

.trt-services-overview-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  border-top: 7px solid var(--trt-services-overview-gold);
  border-right: 7px solid var(--trt-services-overview-gold);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .trt-services-overview-container {
    width: min(calc(100% - 64px), 1380px);
    gap: 60px;
  }

  .trt-services-overview-visual {
    padding-right: 22px;
  }

  .trt-services-overview-discipline {
    gap: 12px;
  }
}

@media (max-width: 820px) {
  .trt-services-overview-container {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .trt-services-overview-content {
    max-width: 700px;
  }

  .trt-services-overview-visual {
    width: min(100%, 700px);
    margin-left: auto;
  }

  .trt-services-overview-image {
    min-height: 620px;
  }
}

@media (max-width: 560px) {
  .trt-services-overview-section {
    padding: 75px 0;
  }

  .trt-services-overview-section::before {
    left: 18px;
  }

  .trt-services-overview-container {
    width: calc(100% - 36px);
    gap: 52px;
  }

  .trt-services-overview-title {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .trt-services-overview-lead {
    margin-top: 24px;
    font-size: 17px;
  }

  .trt-services-overview-description {
    font-size: 14px;
  }

  .trt-services-overview-visual {
    padding: 15px 15px 110px 0;
  }

  .trt-services-overview-image {
    min-height: 470px;
  }

  .trt-services-overview-image-content {
    right: 20px;
    bottom: 30px;
    left: 20px;
  }

  .trt-services-overview-discipline {
    left: 15px;
    padding: 16px;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .trt-services-overview-discipline > i {
    width: 100%;
    height: 1px;
  }

  .trt-services-overview-accent {
    width: 70px;
    height: 70px;
    border-width: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-services-overview-image > img {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-251f4db */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@500;600;700;800&display=swap');

.trt-services-civil-section,
.trt-services-civil-section *,
.trt-services-civil-section *::before,
.trt-services-civil-section *::after {
  box-sizing: border-box;
}

.trt-services-civil-section {
  --trt-services-civil-navy: #06121f;
  --trt-services-civil-gold: #c7a25a;
  --trt-services-civil-gold-light: #e2c783;
  --trt-services-civil-white: #ffffff;
  --trt-services-civil-muted: #a0aab3;

  position: relative;
  isolation: isolate;
  width: 100%;
  min-height: clamp(880px, 100vh, 1080px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--trt-services-civil-white);
  background: var(--trt-services-civil-navy);
  font-family: "Inter", sans-serif;
}

/* Background */

.trt-services-civil-background {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.trt-services-civil-background > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.65) contrast(1.08);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.trt-services-civil-section:hover
.trt-services-civil-background > img {
  transform: scale(1.025);
}

.trt-services-civil-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 13, 23, 0.98) 0%,
      rgba(4, 13, 23, 0.88) 52%,
      rgba(4, 13, 23, 0.56) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 13, 23, 0.27) 0%,
      rgba(4, 13, 23, 0.34) 48%,
      rgba(4, 13, 23, 0.98) 100%
    );
}

/* Container */

.trt-services-civil-container {
  width: min(calc(100% - 96px), 1380px);
  margin: 0 auto;
  padding: clamp(90px, 9vw, 140px) 0 48px;
}

/* Heading */

.trt-services-civil-heading {
  display: grid;
  grid-template-columns: 85px minmax(0, 850px);
  align-items: start;
  gap: clamp(28px, 4vw, 60px);
}

.trt-services-civil-index {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding-top: 7px;
}

.trt-services-civil-index > span {
  font: 700 13px/1 "Manrope", sans-serif;
  color: var(--trt-services-civil-gold-light);
}

.trt-services-civil-index > i {
  width: 1px;
  height: 65px;
  background: var(--trt-services-civil-gold);
}

.trt-services-civil-index > small {
  font: 700 8px/1 "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.46);
  letter-spacing: 0.17em;
  writing-mode: vertical-rl;
}

.trt-services-civil-title-group > p {
  margin: 0 0 23px;
  font: 700 11px/1 "Inter", sans-serif;
  color: var(--trt-services-civil-gold-light);
  letter-spacing: 0.22em;
}

.trt-services-civil-title {
  margin: 0;
  font: 700 clamp(47px, 5.5vw, 83px)/1.02 "Manrope", sans-serif;
  color: var(--trt-services-civil-white);
  letter-spacing: -0.055em;
}

.trt-services-civil-title > span {
  display: block;
  color: var(--trt-services-civil-gold-light);
  font-weight: 500;
}

.trt-services-civil-intro {
  max-width: 700px;
  margin-top: 30px;
  padding-left: 22px;
  font: 400 clamp(15px, 1.3vw, 18px)/1.8 "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(199, 162, 90, 0.72);
}

/* Services */

.trt-services-civil-services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: clamp(60px, 7vw, 95px);
  background: rgba(6, 18, 31, 0.58);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(12px);
}

.trt-services-civil-service {
  position: relative;
  min-height: 390px;
  padding: 31px clamp(25px, 3vw, 43px) 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  transition: background-color 0.3s ease;
}

.trt-services-civil-service:first-child {
  padding-left: 0;
}

.trt-services-civil-service:last-child {
  padding-right: 0;
  border-right: 0;
}

.trt-services-civil-service::after {
  content: "";
  position: absolute;
  right: clamp(25px, 3vw, 43px);
  bottom: -1px;
  left: clamp(25px, 3vw, 43px);
  height: 3px;
  background: var(--trt-services-civil-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.trt-services-civil-service:first-child::after {
  left: 0;
}

.trt-services-civil-service:last-child::after {
  right: 0;
}

.trt-services-civil-service:hover {
  background: rgba(255, 255, 255, 0.045);
}

.trt-services-civil-service:hover::after {
  transform: scaleX(1);
}

.trt-services-civil-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.trt-services-civil-service-top > span {
  font: 700 10px/1 "Manrope", sans-serif;
  color: var(--trt-services-civil-gold-light);
}

.trt-services-civil-service-top > small {
  font: 700 8px/1 "Inter", sans-serif;
  color: rgba(255, 255, 255, 0.46);
  letter-spacing: 0.16em;
}

.trt-services-civil-service h3 {
  margin: 36px 0 0;
  font: 600 clamp(24px, 2.4vw, 34px)/1.25 "Manrope", sans-serif;
  color: var(--trt-services-civil-white);
  letter-spacing: -0.035em;
}

.trt-services-civil-service ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.trt-services-civil-service li {
  position: relative;
  padding: 10px 0 10px 18px;
  font: 400 11px/1.55 "Inter", sans-serif;
  color: var(--trt-services-civil-muted);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.trt-services-civil-service li:last-child {
  border-bottom: 0;
}

.trt-services-civil-service li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid var(--trt-services-civil-gold);
  transform: rotate(45deg);
}

/* Footer */

.trt-services-civil-footer {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  align-items: center;
  gap: 21px;
  margin-top: 36px;
}

.trt-services-civil-footer > span {
  width: 60px;
  height: 2px;
  background: var(--trt-services-civil-gold);
}

.trt-services-civil-footer > p {
  margin: 0;
  font: 600 13px/1.5 "Manrope", sans-serif;
  color: var(--trt-services-civil-white);
}

.trt-services-civil-footer > a {
  display: inline-flex;
  align-items: center;
  gap: 21px;
  padding-bottom: 8px;
  font: 700 12px/1.4 "Inter", sans-serif;
  color: var(--trt-services-civil-white);
  text-decoration: none;
  border-bottom: 1px solid var(--trt-services-civil-gold);
  transition:
    gap 0.3s ease,
    color 0.3s ease;
}

.trt-services-civil-footer > a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--trt-services-civil-gold-light);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trt-services-civil-footer > a:hover {
  gap: 29px;
  color: var(--trt-services-civil-gold-light);
}

/* Tablet */

@media (max-width: 1024px) {
  .trt-services-civil-container {
    width: min(calc(100% - 64px), 1380px);
  }

  .trt-services-civil-service {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 820px) {
  .trt-services-civil-container {
    width: calc(100% - 48px);
  }

  .trt-services-civil-services {
    grid-template-columns: 1fr;
  }

  .trt-services-civil-service,
  .trt-services-civil-service:first-child,
  .trt-services-civil-service:last-child {
    min-height: auto;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .trt-services-civil-service:last-child {
    border-bottom: 0;
  }

  .trt-services-civil-service h3 {
    margin-top: 22px;
  }

  .trt-services-civil-service ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }

  .trt-services-civil-service::after {
    display: none;
  }
}

/* Mobile */

@media (max-width: 560px) {
  .trt-services-civil-container {
    width: calc(100% - 36px);
    padding: 75px 0 35px;
  }

  .trt-services-civil-heading {
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 10px;
  }

  .trt-services-civil-index > i {
    height: 45px;
  }

  .trt-services-civil-index > small {
    display: none;
  }

  .trt-services-civil-title {
    font-size: clamp(38px, 11vw, 52px);
  }

  .trt-services-civil-intro {
    padding-left: 16px;
    font-size: 14px;
  }

  .trt-services-civil-service ul {
    grid-template-columns: 1fr;
  }

  .trt-services-civil-footer {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .trt-services-civil-footer > span {
    width: 38px;
  }

  .trt-services-civil-footer > a {
    grid-column: 2;
    width: fit-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-services-civil-background > img,
  .trt-services-civil-service,
  .trt-services-civil-service::after,
  .trt-services-civil-footer > a {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cddca4b */.trt-services-electrical-section {
  --trt-services-electrical-navy: #071421;
  --trt-services-electrical-charcoal: #151c23;
  --trt-services-electrical-gold: #c5a059;
  --trt-services-electrical-gold-dark: #987337;
  --trt-services-electrical-gold-light: #e2c783;
  --trt-services-electrical-white: #ffffff;
  --trt-services-electrical-surface: #f3f4f4;
  --trt-services-electrical-text: #68717a;
  --trt-services-electrical-border: #d8dde1;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(85px, 9vw, 145px) 0;
  background-color: var(--trt-services-electrical-surface);
  font-family: "Inter", sans-serif;
}

.trt-services-electrical-section *,
.trt-services-electrical-section *::before,
.trt-services-electrical-section *::after {
  box-sizing: border-box;
}

.trt-services-electrical-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 5px;
  background-color: var(--trt-services-electrical-gold);
}

.trt-services-electrical-section::after {
  content: "POWER";
  position: absolute;
  left: -25px;
  bottom: -35px;
  color: rgba(7, 20, 33, 0.025);
  font-family: "Manrope", sans-serif;
  font-size: clamp(110px, 17vw, 270px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.trt-services-electrical-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 96px), 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(70px, 8vw, 135px);
}

.trt-services-electrical-content {
  max-width: 650px;
}

.trt-services-electrical-heading {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 20px;
}

.trt-services-electrical-number {
  padding-top: 7px;
  color: var(--trt-services-electrical-gold-dark);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.trt-services-electrical-eyebrow {
  margin: 0 0 20px;
  color: var(--trt-services-electrical-gold-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.trt-services-electrical-title {
  margin: 0;
  color: var(--trt-services-electrical-navy);
  font-family: "Manrope", sans-serif;
  font-size: clamp(40px, 4.2vw, 64px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.trt-services-electrical-title > span {
  display: block;
  color: var(--trt-services-electrical-gold-dark);
}

.trt-services-electrical-intro {
  margin: 29px 0 0 63px;
  color: var(--trt-services-electrical-text);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.8;
}

.trt-services-electrical-services {
  margin: 38px 0 0 63px;
  border-top: 1px solid var(--trt-services-electrical-border);
}

.trt-services-electrical-service {
  padding: 23px 0;
  border-bottom: 1px solid var(--trt-services-electrical-border);
}

.trt-services-electrical-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.trt-services-electrical-service-top > span {
  color: var(--trt-services-electrical-gold-dark);
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.trt-services-electrical-service-top > small {
  color: var(--trt-services-electrical-text);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.trt-services-electrical-service h3 {
  margin: 12px 0 0;
  color: var(--trt-services-electrical-navy);
  font-family: "Manrope", sans-serif;
  font-size: clamp(19px, 1.8vw, 25px);
  font-weight: 650;
  line-height: 1.3;
}

.trt-services-electrical-service ul {
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 24px;
  list-style: none;
}

.trt-services-electrical-service li {
  position: relative;
  padding-left: 16px;
  color: var(--trt-services-electrical-text);
  font-size: 11px;
  line-height: 1.55;
}

.trt-services-electrical-service li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid var(--trt-services-electrical-gold);
  transform: rotate(45deg);
}

.trt-services-electrical-link {
  width: fit-content;
  margin: 34px 0 0 63px;
  padding-bottom: 9px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--trt-services-electrical-gold);
  color: var(--trt-services-electrical-navy);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    gap 220ms ease,
    color 220ms ease;
}

.trt-services-electrical-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--trt-services-electrical-gold-dark);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trt-services-electrical-link:hover {
  gap: 30px;
  color: var(--trt-services-electrical-gold-dark);
}

.trt-services-electrical-visual {
  position: relative;
  padding: 31px 33px 31px 0;
}

.trt-services-electrical-image {
  position: relative;
  min-height: clamp(650px, 62vw, 800px);
  overflow: hidden;
  background-color: var(--trt-services-electrical-navy);
  box-shadow: 0 30px 70px rgba(7, 20, 33, 0.15);
}

.trt-services-electrical-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.8) contrast(1.06);
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.trt-services-electrical-image:hover > img {
  transform: scale(1.035);
}

.trt-services-electrical-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(7, 20, 33, 0.06) 30%,
      rgba(7, 20, 33, 0.93) 100%
    ),
    linear-gradient(
      90deg,
      rgba(7, 20, 33, 0.18),
      transparent 60%
    );
  pointer-events: none;
}

.trt-services-electrical-visual-index {
  position: absolute;
  top: 37px;
  left: 35px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.trt-services-electrical-visual-index > span {
  color: var(--trt-services-electrical-gold-light);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.trt-services-electrical-visual-index > small {
  padding-left: 16px;
  border-left: 1px solid var(--trt-services-electrical-gold);
  color: var(--trt-services-electrical-white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.trt-services-electrical-visual-content {
  position: absolute;
  right: 35px;
  bottom: 37px;
  left: 35px;
  max-width: 500px;
  padding-left: 22px;
  border-left: 2px solid var(--trt-services-electrical-gold);
}

.trt-services-electrical-visual-content > span {
  display: block;
  margin-bottom: 11px;
  color: var(--trt-services-electrical-gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.trt-services-electrical-visual-content > strong {
  color: var(--trt-services-electrical-white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 600;
  line-height: 1.45;
}

.trt-services-electrical-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  height: 105px;
  border-top: 7px solid var(--trt-services-electrical-gold);
  border-right: 7px solid var(--trt-services-electrical-gold);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .trt-services-electrical-container {
    width: min(calc(100% - 64px), 1380px);
    gap: 60px;
  }

  .trt-services-electrical-visual {
    padding-right: 22px;
  }
}

@media (max-width: 820px) {
  .trt-services-electrical-container {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .trt-services-electrical-content {
    max-width: 700px;
  }

  .trt-services-electrical-visual {
    width: min(100%, 700px);
    margin-left: auto;
  }

  .trt-services-electrical-image {
    min-height: 620px;
  }
}

@media (max-width: 560px) {
  .trt-services-electrical-section {
    padding: 75px 0;
  }

  .trt-services-electrical-container {
    width: calc(100% - 36px);
    gap: 52px;
  }

  .trt-services-electrical-heading {
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 10px;
  }

  .trt-services-electrical-title {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .trt-services-electrical-intro,
  .trt-services-electrical-services,
  .trt-services-electrical-link {
    margin-left: 39px;
  }

  .trt-services-electrical-intro {
    margin-top: 24px;
    font-size: 14px;
  }

  .trt-services-electrical-service ul {
    grid-template-columns: 1fr;
  }

  .trt-services-electrical-visual {
    padding: 15px 15px 15px 0;
  }

  .trt-services-electrical-image {
    min-height: 470px;
  }

  .trt-services-electrical-visual-index {
    top: 25px;
    left: 21px;
  }

  .trt-services-electrical-visual-content {
    right: 21px;
    bottom: 27px;
    left: 21px;
  }

  .trt-services-electrical-accent {
    width: 70px;
    height: 70px;
    border-width: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-services-electrical-image > img,
  .trt-services-electrical-link {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-227f899 */.trt-services-mechanical-section {
  --trt-services-mechanical-navy: #06121f;
  --trt-services-mechanical-gold: #c7a25a;
  --trt-services-mechanical-gold-light: #e2c783;
  --trt-services-mechanical-white: #ffffff;
  --trt-services-mechanical-muted: #a0aab3;

  position: relative;
  width: 100%;
  min-height: clamp(880px, 100vh, 1080px);
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--trt-services-mechanical-navy);
  color: var(--trt-services-mechanical-white);
  font-family: "Inter", sans-serif;
  isolation: isolate;
}

.trt-services-mechanical-section *,
.trt-services-mechanical-section *::before,
.trt-services-mechanical-section *::after {
  box-sizing: border-box;
}

.trt-services-mechanical-background {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.trt-services-mechanical-background > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.64) contrast(1.08);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.trt-services-mechanical-section:hover
  .trt-services-mechanical-background > img {
  transform: scale(1.025);
}

.trt-services-mechanical-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 13, 23, 0.98) 0%,
      rgba(4, 13, 23, 0.88) 52%,
      rgba(4, 13, 23, 0.56) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 13, 23, 0.25) 0%,
      rgba(4, 13, 23, 0.3) 48%,
      rgba(4, 13, 23, 0.97) 100%
    );
}

.trt-services-mechanical-container {
  width: min(calc(100% - 96px), 1380px);
  margin: 0 auto;
  padding: clamp(90px, 9vw, 140px) 0 48px;
}

.trt-services-mechanical-heading {
  display: grid;
  grid-template-columns: 85px minmax(0, 850px);
  align-items: start;
  gap: clamp(28px, 4vw, 60px);
}

.trt-services-mechanical-index {
  padding-top: 7px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.trt-services-mechanical-index > span {
  color: var(--trt-services-mechanical-gold-light);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.trt-services-mechanical-index > i {
  width: 1px;
  height: 65px;
  background-color: var(--trt-services-mechanical-gold);
}

.trt-services-mechanical-index > small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  writing-mode: vertical-rl;
}

.trt-services-mechanical-title-group > p {
  margin: 0 0 23px;
  color: var(--trt-services-mechanical-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.trt-services-mechanical-title {
  margin: 0;
  color: var(--trt-services-mechanical-white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(47px, 5.5vw, 83px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.trt-services-mechanical-title > span {
  display: block;
  color: var(--trt-services-mechanical-gold-light);
}

.trt-services-mechanical-intro {
  max-width: 700px;
  margin-top: 30px;
  padding-left: 22px;
  border-left: 1px solid rgba(199, 162, 90, 0.72);
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.8;
}

.trt-services-mechanical-services {
  margin-top: clamp(60px, 7vw, 95px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  background-color: rgba(6, 18, 31, 0.58);
  backdrop-filter: blur(12px);
}

.trt-services-mechanical-service {
  position: relative;
  min-height: 390px;
  padding: 31px clamp(25px, 3vw, 43px) 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  transition: background-color 250ms ease;
}

.trt-services-mechanical-service:first-child {
  padding-left: 0;
}

.trt-services-mechanical-service:last-child {
  padding-right: 0;
  border-right: 0;
}

.trt-services-mechanical-service::after {
  content: "";
  position: absolute;
  right: clamp(25px, 3vw, 43px);
  bottom: -1px;
  left: clamp(25px, 3vw, 43px);
  height: 3px;
  background-color: var(--trt-services-mechanical-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms ease;
}

.trt-services-mechanical-service:first-child::after {
  left: 0;
}

.trt-services-mechanical-service:hover {
  background-color: rgba(255, 255, 255, 0.045);
}

.trt-services-mechanical-service:hover::after {
  transform: scaleX(1);
}

.trt-services-mechanical-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.trt-services-mechanical-service-top > span {
  color: var(--trt-services-mechanical-gold-light);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.trt-services-mechanical-service-top > small {
  color: rgba(255, 255, 255, 0.46);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.trt-services-mechanical-service h3 {
  margin: 36px 0 0;
  color: var(--trt-services-mechanical-white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 650;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

.trt-services-mechanical-service ul {
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.trt-services-mechanical-service li {
  position: relative;
  padding: 10px 0 10px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  color: var(--trt-services-mechanical-muted);
  font-size: 11px;
  line-height: 1.55;
}

.trt-services-mechanical-service li:last-child {
  border-bottom: 0;
}

.trt-services-mechanical-service li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid var(--trt-services-mechanical-gold);
  transform: rotate(45deg);
}

.trt-services-mechanical-footer {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  align-items: center;
  gap: 21px;
}

.trt-services-mechanical-footer > span {
  width: 60px;
  height: 2px;
  background-color: var(--trt-services-mechanical-gold);
}

.trt-services-mechanical-footer > p {
  margin: 0;
  color: var(--trt-services-mechanical-white);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.trt-services-mechanical-footer > a {
  padding-bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 21px;
  border-bottom: 1px solid var(--trt-services-mechanical-gold);
  color: var(--trt-services-mechanical-white);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition:
    gap 220ms ease,
    color 220ms ease;
}

.trt-services-mechanical-footer > a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--trt-services-mechanical-gold-light);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trt-services-mechanical-footer > a:hover {
  gap: 29px;
  color: var(--trt-services-mechanical-gold-light);
}

@media (max-width: 1024px) {
  .trt-services-mechanical-container {
    width: min(calc(100% - 64px), 1380px);
  }

  .trt-services-mechanical-service {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 820px) {
  .trt-services-mechanical-container {
    width: calc(100% - 48px);
  }

  .trt-services-mechanical-services {
    grid-template-columns: 1fr;
  }

  .trt-services-mechanical-service,
  .trt-services-mechanical-service:first-child,
  .trt-services-mechanical-service:last-child {
    min-height: auto;
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .trt-services-mechanical-service:last-child {
    border-bottom: 0;
  }

  .trt-services-mechanical-service h3 {
    margin-top: 22px;
  }

  .trt-services-mechanical-service ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
  }

  .trt-services-mechanical-service::after {
    display: none;
  }
}

@media (max-width: 560px) {
  .trt-services-mechanical-container {
    width: calc(100% - 36px);
    padding: 75px 0 35px;
  }

  .trt-services-mechanical-heading {
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 10px;
  }

  .trt-services-mechanical-index > i {
    height: 45px;
  }

  .trt-services-mechanical-index > small {
    display: none;
  }

  .trt-services-mechanical-title {
    font-size: clamp(38px, 11vw, 52px);
  }

  .trt-services-mechanical-intro {
    padding-left: 16px;
    font-size: 14px;
  }

  .trt-services-mechanical-service ul {
    grid-template-columns: 1fr;
  }

  .trt-services-mechanical-footer {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .trt-services-mechanical-footer > span {
    width: 38px;
  }

  .trt-services-mechanical-footer > a {
    grid-column: 2;
    width: fit-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-services-mechanical-background > img,
  .trt-services-mechanical-service,
  .trt-services-mechanical-service::after,
  .trt-services-mechanical-footer > a {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cc59f39 */.trt-services-ev-section {
  --trt-services-ev-navy: #071421;
  --trt-services-ev-charcoal: #151c23;
  --trt-services-ev-gold: #c5a059;
  --trt-services-ev-gold-dark: #987337;
  --trt-services-ev-gold-light: #e2c783;
  --trt-services-ev-white: #ffffff;
  --trt-services-ev-surface: #f3f4f4;
  --trt-services-ev-text: #68717a;
  --trt-services-ev-border: #d8dde1;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(85px, 9vw, 145px) 0;
  background-color: var(--trt-services-ev-surface);
  font-family: "Inter", sans-serif;
}

.trt-services-ev-section *,
.trt-services-ev-section *::before,
.trt-services-ev-section *::after {
  box-sizing: border-box;
}

.trt-services-ev-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 35%;
  height: 5px;
  background-color: var(--trt-services-ev-gold);
}

.trt-services-ev-section::after {
  content: "EV";
  position: absolute;
  left: -25px;
  bottom: -35px;
  color: rgba(7, 20, 33, 0.025);
  font-family: "Manrope", sans-serif;
  font-size: clamp(170px, 25vw, 390px);
  font-weight: 800;
  line-height: 0.75;
  letter-spacing: -0.1em;
  pointer-events: none;
}

.trt-services-ev-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 96px), 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: clamp(70px, 8vw, 135px);
}

.trt-services-ev-content {
  max-width: 630px;
}

.trt-services-ev-heading {
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 20px;
}

.trt-services-ev-number {
  padding-top: 7px;
  color: var(--trt-services-ev-gold-dark);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.trt-services-ev-eyebrow {
  margin: 0 0 20px;
  color: var(--trt-services-ev-gold-dark);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.trt-services-ev-title {
  margin: 0;
  color: var(--trt-services-ev-navy);
  font-family: "Manrope", sans-serif;
  font-size: clamp(40px, 4.2vw, 64px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.trt-services-ev-title > span {
  display: block;
  color: var(--trt-services-ev-gold-dark);
}

.trt-services-ev-intro {
  margin: 29px 0 0 63px;
  color: var(--trt-services-ev-charcoal);
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 500;
  line-height: 1.65;
}

.trt-services-ev-description {
  margin: 17px 0 0 63px;
  color: var(--trt-services-ev-text);
  font-size: 14px;
  line-height: 1.8;
}

.trt-services-ev-services {
  margin: 36px 0 0 63px;
  border-top: 1px solid var(--trt-services-ev-border);
}

.trt-services-ev-service {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 13px;
  border-bottom: 1px solid var(--trt-services-ev-border);
}

.trt-services-ev-service > span {
  padding-top: 2px;
  color: var(--trt-services-ev-gold-dark);
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.trt-services-ev-service strong {
  display: block;
  color: var(--trt-services-ev-navy);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.trt-services-ev-service p {
  margin: 5px 0 0;
  color: var(--trt-services-ev-text);
  font-size: 12px;
  line-height: 1.65;
}

.trt-services-ev-project {
  margin: 30px 0 0 63px;
  padding: 18px 0 18px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-left: 3px solid var(--trt-services-ev-gold);
  background-color: rgba(7, 20, 33, 0.045);
}

.trt-services-ev-project-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trt-services-ev-project-label > span {
  color: var(--trt-services-ev-gold-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.15em;
}

.trt-services-ev-project-label > small {
  color: var(--trt-services-ev-text);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.trt-services-ev-project > strong {
  padding-right: 18px;
  color: var(--trt-services-ev-navy);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.trt-services-ev-link {
  width: fit-content;
  margin: 32px 0 0 63px;
  padding-bottom: 9px;
  display: inline-flex;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid var(--trt-services-ev-gold);
  color: var(--trt-services-ev-navy);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    gap 220ms ease,
    color 220ms ease;
}

.trt-services-ev-link svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--trt-services-ev-gold-dark);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trt-services-ev-link:hover {
  gap: 30px;
  color: var(--trt-services-ev-gold-dark);
}

.trt-services-ev-visual {
  position: relative;
  padding: 31px 33px 31px 0;
}

.trt-services-ev-image {
  position: relative;
  min-height: clamp(650px, 62vw, 800px);
  overflow: hidden;
  background-color: var(--trt-services-ev-navy);
  box-shadow: 0 30px 70px rgba(7, 20, 33, 0.15);
}

.trt-services-ev-image > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.05);
  transition: transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.trt-services-ev-image:hover > img {
  transform: scale(1.035);
}

.trt-services-ev-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(7, 20, 33, 0.06) 30%,
      rgba(7, 20, 33, 0.93) 100%
    ),
    linear-gradient(
      90deg,
      rgba(7, 20, 33, 0.18),
      transparent 60%
    );
  pointer-events: none;
}

.trt-services-ev-visual-index {
  position: absolute;
  top: 37px;
  left: 35px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.trt-services-ev-visual-index > span {
  color: var(--trt-services-ev-gold-light);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.trt-services-ev-visual-index > small {
  padding-left: 16px;
  border-left: 1px solid var(--trt-services-ev-gold);
  color: var(--trt-services-ev-white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.trt-services-ev-visual-content {
  position: absolute;
  right: 35px;
  bottom: 37px;
  left: 35px;
  max-width: 500px;
  padding-left: 22px;
  border-left: 2px solid var(--trt-services-ev-gold);
}

.trt-services-ev-visual-content > span {
  display: block;
  margin-bottom: 11px;
  color: var(--trt-services-ev-gold-light);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.trt-services-ev-visual-content > strong {
  color: var(--trt-services-ev-white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 600;
  line-height: 1.45;
}

.trt-services-ev-accent {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
  height: 105px;
  border-top: 7px solid var(--trt-services-ev-gold);
  border-right: 7px solid var(--trt-services-ev-gold);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .trt-services-ev-container {
    width: min(calc(100% - 64px), 1380px);
    gap: 60px;
  }

  .trt-services-ev-visual {
    padding-right: 22px;
  }
}

@media (max-width: 820px) {
  .trt-services-ev-container {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .trt-services-ev-content {
    max-width: 700px;
  }

  .trt-services-ev-visual {
    width: min(100%, 700px);
    margin-left: auto;
  }

  .trt-services-ev-image {
    min-height: 620px;
  }
}

@media (max-width: 560px) {
  .trt-services-ev-section {
    padding: 75px 0;
  }

  .trt-services-ev-container {
    width: calc(100% - 36px);
    gap: 52px;
  }

  .trt-services-ev-heading {
    grid-template-columns: 29px minmax(0, 1fr);
    gap: 10px;
  }

  .trt-services-ev-title {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .trt-services-ev-intro,
  .trt-services-ev-description,
  .trt-services-ev-services,
  .trt-services-ev-project,
  .trt-services-ev-link {
    margin-left: 39px;
  }

  .trt-services-ev-intro {
    margin-top: 24px;
    font-size: 16px;
  }

  .trt-services-ev-description {
    font-size: 13px;
  }

  .trt-services-ev-project {
    align-items: flex-start;
    flex-direction: column;
  }

  .trt-services-ev-project > strong {
    padding-right: 0;
    text-align: left;
  }

  .trt-services-ev-visual {
    padding: 15px 15px 15px 0;
  }

  .trt-services-ev-image {
    min-height: 470px;
  }

  .trt-services-ev-visual-index {
    top: 25px;
    left: 21px;
  }

  .trt-services-ev-visual-content {
    right: 21px;
    bottom: 27px;
    left: 21px;
  }

  .trt-services-ev-accent {
    width: 70px;
    height: 70px;
    border-width: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-services-ev-image > img,
  .trt-services-ev-link {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce8806a */.trt-services-why-section {
  --trt-services-why-navy: #06121f;
  --trt-services-why-gold: #c7a25a;
  --trt-services-why-gold-light: #e2c783;
  --trt-services-why-white: #ffffff;
  --trt-services-why-muted: #9fa8b1;

  position: relative;
  width: 100%;
  min-height: 900px;
  overflow: hidden;
  padding: clamp(85px, 9vw, 145px) 0;
  background-color: var(--trt-services-why-navy);
  color: var(--trt-services-why-white);
  font-family: "Inter", sans-serif;
  isolation: isolate;
}

.trt-services-why-section *,
.trt-services-why-section *::before,
.trt-services-why-section *::after {
  box-sizing: border-box;
}

.trt-services-why-background {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.trt-services-why-background > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.62) contrast(1.08);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}

.trt-services-why-section:hover
  .trt-services-why-background > img {
  transform: scale(1.025);
}

.trt-services-why-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 13, 23, 0.98) 0%,
      rgba(4, 13, 23, 0.9) 52%,
      rgba(4, 13, 23, 0.65) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 13, 23, 0.3) 0%,
      rgba(4, 13, 23, 0.45) 50%,
      rgba(4, 13, 23, 0.98) 100%
    );
}

.trt-services-why-container {
  width: min(calc(100% - 96px), 1380px);
  margin: 0 auto;
}

.trt-services-why-header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.55fr);
  align-items: end;
  gap: clamp(60px, 9vw, 150px);
}

.trt-services-why-eyebrow {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.trt-services-why-eyebrow > span {
  width: 44px;
  height: 1px;
  flex: 0 0 44px;
  background-color: var(--trt-services-why-gold);
}

.trt-services-why-eyebrow p {
  margin: 0;
  color: var(--trt-services-why-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.21em;
}

.trt-services-why-title {
  margin: 0;
  color: var(--trt-services-why-white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(41px, 4.5vw, 68px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.trt-services-why-title > span {
  display: block;
  color: var(--trt-services-why-gold-light);
}

.trt-services-why-intro {
  margin: 0;
  padding-left: 24px;
  border-left: 1px solid rgba(199, 162, 90, 0.72);
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.trt-services-why-list {
  margin-top: clamp(60px, 7vw, 95px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  background-color: rgba(6, 18, 31, 0.55);
  backdrop-filter: blur(12px);
}

.trt-services-why-item {
  position: relative;
  min-height: 265px;
  padding: 30px clamp(24px, 3vw, 42px);
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  transition: background-color 250ms ease;
}

.trt-services-why-item:nth-child(3n) {
  border-right: 0;
}

.trt-services-why-item:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.trt-services-why-item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background-color: var(--trt-services-why-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms ease;
}

.trt-services-why-item:hover {
  background-color: rgba(255, 255, 255, 0.05);
}

.trt-services-why-item:hover::after {
  transform: scaleX(1);
}

.trt-services-why-number {
  padding-top: 3px;
  color: var(--trt-services-why-gold-light);
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.trt-services-why-item small {
  color: rgba(255, 255, 255, 0.45);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.trt-services-why-item h3 {
  margin: 15px 0 0;
  color: var(--trt-services-why-white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(20px, 1.9vw, 27px);
  font-weight: 650;
  line-height: 1.3;
  letter-spacing: -0.03em;
}

.trt-services-why-item p {
  margin: 15px 0 0;
  color: var(--trt-services-why-muted);
  font-size: 12px;
  line-height: 1.75;
}

.trt-services-why-footer {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  align-items: center;
  gap: 21px;
}

.trt-services-why-footer > span {
  width: 60px;
  height: 2px;
  background-color: var(--trt-services-why-gold);
}

.trt-services-why-footer > p {
  margin: 0;
  color: var(--trt-services-why-white);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.trt-services-why-footer > a {
  padding-bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 21px;
  border-bottom: 1px solid var(--trt-services-why-gold);
  color: var(--trt-services-why-white);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition:
    gap 220ms ease,
    color 220ms ease;
}

.trt-services-why-footer > a svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--trt-services-why-gold-light);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trt-services-why-footer > a:hover {
  gap: 29px;
  color: var(--trt-services-why-gold-light);
}

@media (max-width: 1024px) {
  .trt-services-why-container {
    width: min(calc(100% - 64px), 1380px);
  }

  .trt-services-why-header {
    gap: 60px;
  }

  .trt-services-why-item {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 820px) {
  .trt-services-why-container {
    width: calc(100% - 48px);
  }

  .trt-services-why-header {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .trt-services-why-intro {
    max-width: 620px;
  }

  .trt-services-why-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .trt-services-why-item:nth-child(3n) {
    border-right: 1px solid rgba(255, 255, 255, 0.17);
  }

  .trt-services-why-item:nth-child(2n) {
    border-right: 0;
  }

  .trt-services-why-item:nth-last-child(-n + 3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .trt-services-why-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

@media (max-width: 560px) {
  .trt-services-why-section {
    padding: 75px 0;
  }

  .trt-services-why-container {
    width: calc(100% - 36px);
  }

  .trt-services-why-title {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .trt-services-why-intro {
    padding-left: 17px;
    font-size: 14px;
  }

  .trt-services-why-list {
    grid-template-columns: 1fr;
  }

  .trt-services-why-item,
  .trt-services-why-item:nth-child(2n),
  .trt-services-why-item:nth-child(3n),
  .trt-services-why-item:nth-last-child(-n + 2),
  .trt-services-why-item:nth-last-child(-n + 3) {
    min-height: auto;
    padding: 27px 17px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .trt-services-why-item:last-child {
    border-bottom: 0;
  }

  .trt-services-why-footer {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .trt-services-why-footer > span {
    width: 38px;
  }

  .trt-services-why-footer > a {
    grid-column: 2;
    width: fit-content;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-services-why-background > img,
  .trt-services-why-item,
  .trt-services-why-item::after,
  .trt-services-why-footer > a {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8c960c */.trt-services-cta-section {
  --trt-services-cta-navy: #06121f;
  --trt-services-cta-gold: #c7a25a;
  --trt-services-cta-gold-light: #e2c783;
  --trt-services-cta-white: #ffffff;

  position: relative;
  width: 100%;
  min-height: clamp(760px, 90vh, 930px);
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: var(--trt-services-cta-navy);
  color: var(--trt-services-cta-white);
  font-family: "Inter", sans-serif;
  isolation: isolate;
}

.trt-services-cta-section *,
.trt-services-cta-section *::before,
.trt-services-cta-section *::after {
  box-sizing: border-box;
}

.trt-services-cta-background {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.trt-services-cta-background > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.68) contrast(1.08);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.trt-services-cta-section:hover
  .trt-services-cta-background > img {
  transform: scale(1.025);
}

.trt-services-cta-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(4, 13, 23, 0.99) 0%,
      rgba(4, 13, 23, 0.93) 40%,
      rgba(4, 13, 23, 0.66) 72%,
      rgba(4, 13, 23, 0.42) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 13, 23, 0.16) 0%,
      rgba(4, 13, 23, 0.24) 50%,
      rgba(4, 13, 23, 0.95) 100%
    );
}

.trt-services-cta-frame {
  position: absolute;
  top: 48px;
  right: 48px;
  bottom: 48px;
  left: 48px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  pointer-events: none;
}

.trt-services-cta-frame::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 160px;
  height: 2px;
  background-color: var(--trt-services-cta-gold);
}

.trt-services-cta-frame::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 2px;
  height: 130px;
  background-color: var(--trt-services-cta-gold);
}

.trt-services-cta-container {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 150px), 1380px);
  margin: 0 auto;
  padding: 110px 0 70px;
}

.trt-services-cta-content {
  max-width: 930px;
}

.trt-services-cta-eyebrow {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.trt-services-cta-eyebrow > span {
  width: 47px;
  height: 1px;
  flex: 0 0 47px;
  background-color: var(--trt-services-cta-gold);
}

.trt-services-cta-eyebrow p {
  margin: 0;
  color: var(--trt-services-cta-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.trt-services-cta-title {
  margin: 0;
  color: var(--trt-services-cta-white);
  font-family: "Manrope", sans-serif;
  font-size: clamp(48px, 6vw, 88px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.trt-services-cta-title > span {
  display: block;
  color: var(--trt-services-cta-gold-light);
}

.trt-services-cta-description {
  max-width: 720px;
  margin: 30px 0 0;
  padding-left: 22px;
  border-left: 1px solid rgba(199, 162, 90, 0.72);
  color: rgba(255, 255, 255, 0.73);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.8;
}

.trt-services-cta-actions {
  margin-top: 39px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trt-services-cta-button-primary,
.trt-services-cta-button-secondary {
  min-height: 58px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.trt-services-cta-button-primary svg,
.trt-services-cta-button-secondary svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.trt-services-cta-button-primary:hover,
.trt-services-cta-button-secondary:hover {
  transform: translateY(-2px);
}

.trt-services-cta-button-primary:hover svg,
.trt-services-cta-button-secondary:hover svg {
  transform: translateX(4px);
}

.trt-services-cta-button-primary {
  background-color: var(--trt-services-cta-gold);
  color: var(--trt-services-cta-navy);
}

.trt-services-cta-button-primary:hover {
  background-color: var(--trt-services-cta-gold-light);
}

.trt-services-cta-button-secondary {
  border-color: rgba(255, 255, 255, 0.37);
  background-color: rgba(255, 255, 255, 0.04);
  color: var(--trt-services-cta-white);
  backdrop-filter: blur(8px);
}

.trt-services-cta-button-secondary:hover {
  border-color: var(--trt-services-cta-gold);
  background-color: rgba(6, 18, 31, 0.7);
  color: var(--trt-services-cta-gold-light);
}

.trt-services-cta-disciplines {
  margin-top: clamp(60px, 8vw, 105px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.21);
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  background-color: rgba(6, 18, 31, 0.5);
  backdrop-filter: blur(10px);
}

.trt-services-cta-discipline {
  min-height: 92px;
  padding: 22px clamp(18px, 2.5vw, 34px);
  display: flex;
  align-items: center;
  gap: 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}

.trt-services-cta-discipline:first-child {
  padding-left: 0;
}

.trt-services-cta-discipline:last-child {
  padding-right: 0;
  border-right: 0;
}

.trt-services-cta-discipline > span {
  color: var(--trt-services-cta-gold-light);
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.trt-services-cta-discipline > strong {
  color: var(--trt-services-cta-white);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.trt-services-cta-footer {
  margin-top: 35px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
}

.trt-services-cta-contact,
.trt-services-cta-brand {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.trt-services-cta-contact small {
  color: var(--trt-services-cta-gold-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.trt-services-cta-contact a {
  color: var(--trt-services-cta-white);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
}

.trt-services-cta-contact a:hover {
  color: var(--trt-services-cta-gold-light);
}

.trt-services-cta-brand {
  align-items: flex-end;
}

.trt-services-cta-brand strong {
  color: var(--trt-services-cta-white);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.trt-services-cta-brand span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.trt-services-cta-bottom-line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  height: 6px;
  background-color: var(--trt-services-cta-gold);
}

@media (max-width: 1024px) {
  .trt-services-cta-container {
    width: min(calc(100% - 130px), 1380px);
  }
}

@media (max-width: 820px) {
  .trt-services-cta-section {
    min-height: 950px;
  }

  .trt-services-cta-background > img {
    object-position: 64% center;
  }

  .trt-services-cta-container {
    width: calc(100% - 96px);
    padding: 95px 0 70px;
  }

  .trt-services-cta-frame {
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
  }

  .trt-services-cta-disciplines {
    grid-template-columns: repeat(2, 1fr);
  }

  .trt-services-cta-discipline:nth-child(2) {
    border-right: 0;
  }

  .trt-services-cta-discipline:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }
}

@media (max-width: 560px) {
  .trt-services-cta-section {
    min-height: 1150px;
  }

  .trt-services-cta-container {
    width: calc(100% - 72px);
    padding: 80px 0 60px;
  }

  .trt-services-cta-frame {
    top: 18px;
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .trt-services-cta-title {
    font-size: clamp(40px, 12vw, 57px);
  }

  .trt-services-cta-description {
    margin-top: 24px;
    padding-left: 16px;
    font-size: 14px;
  }

  .trt-services-cta-actions {
    margin-top: 31px;
    flex-direction: column;
  }

  .trt-services-cta-button-primary,
  .trt-services-cta-button-secondary {
    width: 100%;
    min-height: 55px;
    justify-content: space-between;
  }

  .trt-services-cta-disciplines {
    grid-template-columns: 1fr;
  }

  .trt-services-cta-discipline,
  .trt-services-cta-discipline:first-child,
  .trt-services-cta-discipline:last-child {
    min-height: 67px;
    padding: 16px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  }

  .trt-services-cta-discipline:last-child {
    border-bottom: 0;
  }

  .trt-services-cta-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }

  .trt-services-cta-brand {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-services-cta-background > img,
  .trt-services-cta-button-primary,
  .trt-services-cta-button-secondary,
  .trt-services-cta-button-primary svg,
  .trt-services-cta-button-secondary svg {
    transition: none;
  }
}/* End custom CSS */