.elementor-65 .elementor-element.elementor-element-ef3ab55{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-cd048d6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-f3d7f8c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-65 .elementor-element.elementor-element-aa578f4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-56bd8dd */.trt-contact-hero-section {
  --trt-contact-hero-navy: #06121f;
  --trt-contact-hero-gold: #c7a25a;
  --trt-contact-hero-gold-light: #e2c783;
  --trt-contact-hero-white: #ffffff;

  position: relative;
  width: 100%;
  min-height: clamp(740px, 94vh, 950px);
  overflow: hidden;
  background-color: var(--trt-contact-hero-navy);
  color: var(--trt-contact-hero-white);
  font-family: "Inter", sans-serif;
  isolation: isolate;
}

.trt-contact-hero-section *,
.trt-contact-hero-section *::before,
.trt-contact-hero-section *::after {
  box-sizing: border-box;
}

.trt-contact-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-contact-hero-reveal 1.3s ease-out both;
}

.trt-contact-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) 39%,
      rgba(4, 13, 23, 0.67) 70%,
      rgba(4, 13, 23, 0.38) 100%
    ),
    linear-gradient(
      180deg,
      rgba(4, 13, 23, 0.16) 0%,
      rgba(4, 13, 23, 0.2) 50%,
      rgba(4, 13, 23, 0.94) 100%
    );
}

.trt-contact-hero-lines {
  position: absolute;
  top: 0;
  right: 10%;
  bottom: 0;
  z-index: -2;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}

.trt-contact-hero-lines::before {
  content: "";
  position: absolute;
  top: 0;
  right: 170px;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.055);
}

.trt-contact-hero-lines::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 3px;
  height: 175px;
  background-color: var(--trt-contact-hero-gold);
}

.trt-contact-hero-container {
  position: relative;
  width: min(calc(100% - 96px), 1440px);
  min-height: clamp(740px, 94vh, 950px);
  margin: 0 auto;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trt-contact-hero-content {
  width: min(900px, 75%);
  padding-bottom: 120px;
}

.trt-contact-hero-eyebrow {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.trt-contact-hero-eyebrow > span {
  width: 48px;
  height: 1px;
  flex: 0 0 48px;
  background-color: var(--trt-contact-hero-gold);
}

.trt-contact-hero-eyebrow p {
  margin: 0;
  color: var(--trt-contact-hero-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.22em;
}

.trt-contact-hero-title {
  max-width: 910px;
  margin: 0;
  color: var(--trt-contact-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-contact-hero-title > span {
  display: block;
  color: var(--trt-contact-hero-gold-light);
}

.trt-contact-hero-description {
  max-width: 680px;
  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-contact-hero-actions {
  margin-top: 39px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.trt-contact-hero-button-primary,
.trt-contact-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-contact-hero-button-primary svg,
.trt-contact-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-contact-hero-button-primary:hover,
.trt-contact-hero-button-secondary:hover {
  transform: translateY(-2px);
}

.trt-contact-hero-button-primary:hover svg,
.trt-contact-hero-button-secondary:hover svg {
  transform: translateX(4px);
}

.trt-contact-hero-button-primary {
  background-color: var(--trt-contact-hero-gold);
  color: var(--trt-contact-hero-navy);
}

.trt-contact-hero-button-primary:hover {
  background-color: var(--trt-contact-hero-gold-light);
}

.trt-contact-hero-button-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background-color: rgba(255, 255, 255, 0.04);
  color: var(--trt-contact-hero-white);
  backdrop-filter: blur(8px);
}

.trt-contact-hero-button-secondary:hover {
  border-color: var(--trt-contact-hero-gold);
  background-color: rgba(6, 18, 31, 0.7);
  color: var(--trt-contact-hero-gold-light);
}

.trt-contact-hero-panel {
  position: absolute;
  right: 0;
  bottom: 55px;
  min-width: 560px;
  padding: 19px 22px;
  display: grid;
  grid-template-columns: 1fr 1px 0.7fr;
  align-items: center;
  gap: 22px;
  border-top: 1px solid rgba(226, 199, 131, 0.68);
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 3px solid var(--trt-contact-hero-gold);
  background: linear-gradient(
    110deg,
    rgba(6, 18, 31, 0.95),
    rgba(17, 25, 32, 0.74)
  );
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

.trt-contact-hero-panel-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trt-contact-hero-panel-icon {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(199, 162, 90, 0.5);
  color: var(--trt-contact-hero-gold-light);
}

.trt-contact-hero-panel-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trt-contact-hero-panel-item > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trt-contact-hero-panel-item small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.trt-contact-hero-panel-item a {
  color: var(--trt-contact-hero-white);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
  transition: color 200ms ease;
}

.trt-contact-hero-panel-item a:hover {
  color: var(--trt-contact-hero-gold-light);
}

.trt-contact-hero-panel-divider {
  width: 1px;
  height: 43px;
  background-color: rgba(255, 255, 255, 0.18);
}

.trt-contact-hero-registration {
  position: absolute;
  bottom: 66px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trt-contact-hero-registration span {
  color: var(--trt-contact-hero-gold-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.trt-contact-hero-registration strong {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 600;
}

.trt-contact-hero-side-label {
  position: absolute;
  top: 50%;
  right: -71px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
  transform: translateY(-50%) rotate(90deg);
}

.trt-contact-hero-side-label i {
  width: 52px;
  height: 1px;
  background-color: var(--trt-contact-hero-gold);
}

.trt-contact-hero-bottom-line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38%;
  height: 6px;
  background-color: var(--trt-contact-hero-gold);
}

@keyframes trt-contact-hero-reveal {
  from {
    opacity: 0;
    transform: scale(1.07);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1100px) {
  .trt-contact-hero-container {
    width: min(calc(100% - 64px), 1440px);
  }

  .trt-contact-hero-side-label {
    display: none;
  }
}

@media (max-width: 820px) {
  .trt-contact-hero-section,
  .trt-contact-hero-container {
    min-height: 900px;
  }

  .trt-contact-hero-background {
    background-position: 64% center;
  }

  .trt-contact-hero-container {
    width: calc(100% - 48px);
    justify-content: flex-start;
    padding-top: 100px;
  }

  .trt-contact-hero-content {
    width: 100%;
    padding-bottom: 250px;
  }

  .trt-contact-hero-panel {
    right: auto;
    bottom: 38px;
    left: 0;
  }

  .trt-contact-hero-registration {
    bottom: 155px;
  }
}

@media (max-width: 620px) {
  .trt-contact-hero-section,
  .trt-contact-hero-container {
    min-height: 1040px;
  }

  .trt-contact-hero-container {
    width: calc(100% - 36px);
    padding-top: 75px;
  }

  .trt-contact-hero-title {
    font-size: clamp(40px, 12vw, 57px);
    line-height: 1.05;
  }

  .trt-contact-hero-description {
    margin-top: 24px;
    padding-left: 16px;
    font-size: 14px;
  }

  .trt-contact-hero-actions {
    margin-top: 30px;
    flex-direction: column;
  }

  .trt-contact-hero-button-primary,
  .trt-contact-hero-button-secondary {
    width: 100%;
    min-height: 55px;
    justify-content: space-between;
  }

  .trt-contact-hero-content {
    padding-bottom: 390px;
  }

  .trt-contact-hero-panel {
    width: 100%;
    min-width: 0;
    padding: 17px;
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .trt-contact-hero-panel-divider {
    width: 100%;
    height: 1px;
  }

  .trt-contact-hero-registration {
    bottom: 245px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-contact-hero-background {
    animation: none;
  }

  .trt-contact-hero-button-primary,
  .trt-contact-hero-button-secondary,
  .trt-contact-hero-button-primary svg,
  .trt-contact-hero-button-secondary svg,
  .trt-contact-hero-panel-item a {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a61a11 */.trt-contact-info-section {
  --trt-contact-info-navy: #071421;
  --trt-contact-info-charcoal: #151c23;
  --trt-contact-info-gold: #c5a059;
  --trt-contact-info-gold-dark: #987337;
  --trt-contact-info-white: #ffffff;
  --trt-contact-info-surface: #f3f4f4;
  --trt-contact-info-text: #68717a;
  --trt-contact-info-border: #d8dde1;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(85px, 9vw, 145px) 0;
  background-color: var(--trt-contact-info-surface);
  font-family: "Inter", sans-serif;
}

.trt-contact-info-section *,
.trt-contact-info-section *::before,
.trt-contact-info-section *::after {
  box-sizing: border-box;
}

.trt-contact-info-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: max(24px, calc((100% - 1380px) / 2));
  width: 90px;
  height: 5px;
  background-color: var(--trt-contact-info-gold);
}

.trt-contact-info-section::after {
  content: "KULIM";
  position: absolute;
  right: -20px;
  bottom: -28px;
  color: rgba(7, 20, 33, 0.025);
  font-family: "Manrope", sans-serif;
  font-size: clamp(120px, 18vw, 280px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.trt-contact-info-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 96px), 1380px);
  margin: 0 auto;
}

.trt-contact-info-heading {
  max-width: 820px;
}

.trt-contact-info-eyebrow {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.trt-contact-info-eyebrow > span {
  width: 44px;
  height: 1px;
  flex: 0 0 44px;
  background-color: var(--trt-contact-info-gold);
}

.trt-contact-info-eyebrow p {
  margin: 0;
  color: var(--trt-contact-info-gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.21em;
}

.trt-contact-info-title {
  margin: 0;
  color: var(--trt-contact-info-navy);
  font-family: "Manrope", sans-serif;
  font-size: clamp(41px, 4.5vw, 68px);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: -0.05em;
}

.trt-contact-info-title > span {
  display: block;
  color: var(--trt-contact-info-gold-dark);
}

.trt-contact-info-intro {
  max-width: 670px;
  margin: 28px 0 0;
  color: var(--trt-contact-info-text);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.8;
}

.trt-contact-info-main {
  margin-top: clamp(60px, 7vw, 95px);
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(65px, 8vw, 130px);
}

.trt-contact-info-direct {
  border-top: 1px solid var(--trt-contact-info-border);
}

.trt-contact-info-direct-item {
  padding: 28px 0;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--trt-contact-info-border);
}

.trt-contact-info-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(152, 115, 55, 0.42);
  color: var(--trt-contact-info-gold-dark);
}

.trt-contact-info-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trt-contact-info-direct-item > div:last-child {
  min-width: 0;
}

.trt-contact-info-direct-item small {
  display: block;
  margin-bottom: 9px;
  color: var(--trt-contact-info-gold-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.trt-contact-info-direct-item a {
  color: var(--trt-contact-info-navy);
  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 1.45vw, 20px);
  font-weight: 700;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 200ms ease;
}

.trt-contact-info-direct-item a:hover {
  color: var(--trt-contact-info-gold-dark);
}

.trt-contact-info-direct-item p {
  margin: 8px 0 0;
  color: var(--trt-contact-info-text);
  font-size: 12px;
  line-height: 1.65;
}

.trt-contact-info-addresses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--trt-contact-info-border);
  border-bottom: 1px solid var(--trt-contact-info-border);
}

.trt-contact-info-address {
  position: relative;
  min-height: 330px;
  padding: 31px clamp(28px, 4vw, 50px) 36px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--trt-contact-info-border);
  transition: background-color 250ms ease;
}

.trt-contact-info-address:first-child {
  padding-left: 0;
}

.trt-contact-info-address:last-child {
  padding-right: 0;
  border-right: 0;
}

.trt-contact-info-address::after {
  content: "";
  position: absolute;
  right: clamp(28px, 4vw, 50px);
  bottom: -1px;
  left: clamp(28px, 4vw, 50px);
  height: 3px;
  background-color: var(--trt-contact-info-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 280ms ease;
}

.trt-contact-info-address:first-child::after {
  left: 0;
}

.trt-contact-info-address:hover {
  background-color: rgba(255, 255, 255, 0.68);
}

.trt-contact-info-address:hover::after {
  transform: scaleX(1);
}

.trt-contact-info-address-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.trt-contact-info-address-top > span {
  color: var(--trt-contact-info-gold-dark);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 700;
}

.trt-contact-info-address-top > small {
  color: var(--trt-contact-info-gold-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.trt-contact-info-address address {
  margin: 50px 0 0;
  color: var(--trt-contact-info-navy);
  font-family: "Manrope", sans-serif;
  font-size: clamp(15px, 1.45vw, 19px);
  font-style: normal;
  font-weight: 600;
  line-height: 1.65;
}

.trt-contact-info-address > a {
  width: fit-content;
  margin-top: auto;
  padding-top: 26px;
  padding-bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 19px;
  border-bottom: 1px solid var(--trt-contact-info-gold);
  color: var(--trt-contact-info-navy);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
  transition:
    gap 220ms ease,
    color 220ms ease;
}

.trt-contact-info-address > a svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--trt-contact-info-gold-dark);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trt-contact-info-address > a:hover {
  gap: 27px;
  color: var(--trt-contact-info-gold-dark);
}

.trt-contact-info-footer {
  padding-top: 32px;
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  align-items: center;
  gap: 21px;
}

.trt-contact-info-footer > span {
  width: 60px;
  height: 2px;
  background-color: var(--trt-contact-info-gold);
}

.trt-contact-info-footer > p {
  margin: 0;
  color: var(--trt-contact-info-navy);
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 650;
}

.trt-contact-info-footer > strong {
  color: var(--trt-contact-info-gold-dark);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.19em;
}

@media (max-width: 1024px) {
  .trt-contact-info-container {
    width: min(calc(100% - 64px), 1380px);
  }

  .trt-contact-info-main {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 60px;
  }

  .trt-contact-info-address {
    padding-right: 27px;
    padding-left: 27px;
  }
}

@media (max-width: 820px) {
  .trt-contact-info-container {
    width: calc(100% - 48px);
  }

  .trt-contact-info-main {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .trt-contact-info-direct {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .trt-contact-info-direct-item {
    padding-right: 25px;
    border-right: 1px solid var(--trt-contact-info-border);
  }

  .trt-contact-info-direct-item:last-child {
    padding-left: 25px;
    border-right: 0;
  }
}

@media (max-width: 560px) {
  .trt-contact-info-section {
    padding: 75px 0;
  }

  .trt-contact-info-section::before {
    left: 18px;
  }

  .trt-contact-info-container {
    width: calc(100% - 36px);
  }

  .trt-contact-info-title {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .trt-contact-info-intro {
    font-size: 14px;
  }

  .trt-contact-info-direct {
    grid-template-columns: 1fr;
  }

  .trt-contact-info-direct-item,
  .trt-contact-info-direct-item:last-child {
    padding: 25px 0;
    border-right: 0;
  }

  .trt-contact-info-addresses {
    grid-template-columns: 1fr;
  }

  .trt-contact-info-address,
  .trt-contact-info-address:first-child,
  .trt-contact-info-address:last-child {
    min-height: 285px;
    padding: 28px 0;
    border-right: 0;
    border-bottom: 1px solid var(--trt-contact-info-border);
  }

  .trt-contact-info-address:last-child {
    border-bottom: 0;
  }

  .trt-contact-info-address::after {
    display: none;
  }

  .trt-contact-info-address address {
    margin-top: 35px;
  }

  .trt-contact-info-footer {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .trt-contact-info-footer > span {
    width: 38px;
  }

  .trt-contact-info-footer > strong {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-contact-info-direct-item a,
  .trt-contact-info-address,
  .trt-contact-info-address::after,
  .trt-contact-info-address > a {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a62d9d */.trt-contact-enquiry-section {
  --trt-contact-enquiry-navy: #06121f;
  --trt-contact-enquiry-charcoal: #111920;
  --trt-contact-enquiry-gold: #c7a25a;
  --trt-contact-enquiry-gold-light: #e2c783;
  --trt-contact-enquiry-white: #ffffff;
  --trt-contact-enquiry-muted: #9ea8b1;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(85px, 9vw, 145px) 0;
  background-color: var(--trt-contact-enquiry-navy);
  color: var(--trt-contact-enquiry-white);
  font-family: "Inter", sans-serif;
}

.trt-contact-enquiry-section *,
.trt-contact-enquiry-section *::before,
.trt-contact-enquiry-section *::after {
  box-sizing: border-box;
}

.trt-contact-enquiry-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 5px;
  background-color: var(--trt-contact-enquiry-gold);
}

.trt-contact-enquiry-section::after {
  content: "ENQUIRY";
  position: absolute;
  right: -35px;
  bottom: -30px;
  color: rgba(255, 255, 255, 0.02);
  font-family: "Manrope", sans-serif;
  font-size: clamp(100px, 15vw, 225px);
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.07em;
  pointer-events: none;
}

.trt-contact-enquiry-container {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 96px), 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(560px, 1.24fr);
  align-items: start;
  gap: clamp(70px, 9vw, 145px);
}

.trt-contact-enquiry-intro {
  position: sticky;
  top: 50px;
  max-width: 520px;
}

.trt-contact-enquiry-eyebrow {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.trt-contact-enquiry-eyebrow > span {
  width: 44px;
  height: 1px;
  flex: 0 0 44px;
  background-color: var(--trt-contact-enquiry-gold);
}

.trt-contact-enquiry-eyebrow p {
  margin: 0;
  color: var(--trt-contact-enquiry-gold-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.21em;
}

.trt-contact-enquiry-title {
  margin: 0;
  color: var(--trt-contact-enquiry-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-contact-enquiry-title > span {
  display: block;
  color: var(--trt-contact-enquiry-gold-light);
}

.trt-contact-enquiry-description {
  margin: 29px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.trt-contact-enquiry-direct {
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.trt-contact-enquiry-direct > div {
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.trt-contact-enquiry-direct small {
  color: var(--trt-contact-enquiry-gold-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.trt-contact-enquiry-direct a {
  width: fit-content;
  color: var(--trt-contact-enquiry-white);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
  transition: color 200ms ease;
}

.trt-contact-enquiry-direct a:hover {
  color: var(--trt-contact-enquiry-gold-light);
}

.trt-contact-enquiry-brand {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 3px minmax(0, 1fr);
  gap: 16px;
}

.trt-contact-enquiry-brand > span {
  background-color: var(--trt-contact-enquiry-gold);
}

.trt-contact-enquiry-brand > div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trt-contact-enquiry-brand strong {
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 650;
}

.trt-contact-enquiry-brand small {
  color: var(--trt-contact-enquiry-muted);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.trt-contact-enquiry-panel {
  padding: clamp(32px, 4vw, 55px);
  border-top: 1px solid rgba(226, 199, 131, 0.68);
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 3px solid var(--trt-contact-enquiry-gold);
  background-color: rgba(255, 255, 255, 0.04);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
}

.trt-contact-enquiry-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.trt-contact-enquiry-form-header {
  margin-bottom: 7px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.trt-contact-enquiry-form-header > span {
  color: var(--trt-contact-enquiry-white);
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.trt-contact-enquiry-form-header > small {
  color: var(--trt-contact-enquiry-muted);
  font-size: 9px;
}

.trt-contact-enquiry-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.trt-contact-enquiry-field {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.trt-contact-enquiry-field label {
  color: var(--trt-contact-enquiry-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.trt-contact-enquiry-field input,
.trt-contact-enquiry-field select,
.trt-contact-enquiry-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 0;
  outline: 0;
  background-color: transparent;
  color: var(--trt-contact-enquiry-white);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  transition: border-color 200ms ease;
}

.trt-contact-enquiry-field input {
  min-height: 49px;
  padding: 0;
}

.trt-contact-enquiry-field select {
  min-height: 49px;
  padding: 0 40px 0 0;
  appearance: none;
  cursor: pointer;
}

.trt-contact-enquiry-field select option,
.trt-contact-enquiry-field select optgroup {
  background-color: var(--trt-contact-enquiry-navy);
  color: var(--trt-contact-enquiry-white);
}

.trt-contact-enquiry-field textarea {
  min-height: 135px;
  padding: 12px 0;
  resize: vertical;
  line-height: 1.65;
}

.trt-contact-enquiry-field input::placeholder,
.trt-contact-enquiry-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.trt-contact-enquiry-field input:focus,
.trt-contact-enquiry-field select:focus,
.trt-contact-enquiry-field textarea:focus {
  border-color: var(--trt-contact-enquiry-gold);
}

.trt-contact-enquiry-select {
  position: relative;
}

.trt-contact-enquiry-select svg {
  position: absolute;
  top: 15px;
  right: 5px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--trt-contact-enquiry-gold-light);
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.trt-contact-enquiry-consent {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.6;
  cursor: pointer;
}

.trt-contact-enquiry-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.trt-contact-enquiry-checkbox {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.trt-contact-enquiry-checkbox svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: var(--trt-contact-enquiry-navy);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
}

.trt-contact-enquiry-consent input:checked
  + .trt-contact-enquiry-checkbox {
  border-color: var(--trt-contact-enquiry-gold);
  background-color: var(--trt-contact-enquiry-gold);
}

.trt-contact-enquiry-consent input:checked
  + .trt-contact-enquiry-checkbox svg {
  opacity: 1;
}

.trt-contact-enquiry-consent input:focus-visible
  + .trt-contact-enquiry-checkbox {
  outline: 2px solid var(--trt-contact-enquiry-gold-light);
  outline-offset: 3px;
}

.trt-contact-enquiry-submit {
  width: 100%;
  min-height: 59px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0;
  background-color: var(--trt-contact-enquiry-gold);
  color: var(--trt-contact-enquiry-navy);
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 220ms ease,
    background-color 220ms ease;
}

.trt-contact-enquiry-submit svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 220ms ease;
}

.trt-contact-enquiry-submit:hover {
  background-color: var(--trt-contact-enquiry-gold-light);
  transform: translateY(-2px);
}

.trt-contact-enquiry-submit:hover svg {
  transform: translateX(5px);
}

@media (max-width: 1024px) {
  .trt-contact-enquiry-container {
    width: min(calc(100% - 64px), 1380px);
    grid-template-columns: minmax(0, 0.72fr) minmax(510px, 1.28fr);
    gap: 60px;
  }
}

@media (max-width: 820px) {
  .trt-contact-enquiry-container {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .trt-contact-enquiry-intro {
    position: static;
    max-width: 700px;
  }
}

@media (max-width: 560px) {
  .trt-contact-enquiry-section {
    padding: 75px 0;
  }

  .trt-contact-enquiry-container {
    width: calc(100% - 36px);
    gap: 48px;
  }

  .trt-contact-enquiry-title {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .trt-contact-enquiry-description {
    font-size: 14px;
  }

  .trt-contact-enquiry-panel {
    padding: 28px 20px;
  }

  .trt-contact-enquiry-row {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .trt-contact-enquiry-form-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-contact-enquiry-direct a,
  .trt-contact-enquiry-field input,
  .trt-contact-enquiry-field select,
  .trt-contact-enquiry-field textarea,
  .trt-contact-enquiry-submit,
  .trt-contact-enquiry-submit svg {
    transition: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7712ab7 */.trt-contact-map-section {
  --trt-contact-map-navy: #071421;
  --trt-contact-map-charcoal: #151c23;
  --trt-contact-map-gold: #c5a059;
  --trt-contact-map-gold-dark: #987337;
  --trt-contact-map-gold-light: #e2c783;
  --trt-contact-map-white: #ffffff;
  --trt-contact-map-surface: #f3f4f4;
  --trt-contact-map-text: #68717a;
  --trt-contact-map-border: #d8dde1;

  position: relative;
  width: 100%;
  overflow: hidden;
  padding: clamp(85px, 9vw, 145px) 0;
  background-color: var(--trt-contact-map-surface);
  font-family: "Inter", sans-serif;
}

.trt-contact-map-section *,
.trt-contact-map-section *::before,
.trt-contact-map-section *::after {
  box-sizing: border-box;
}

.trt-contact-map-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 5px;
  background-color: var(--trt-contact-map-gold);
}

.trt-contact-map-container {
  width: min(calc(100% - 96px), 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(430px, 0.88fr);
  align-items: center;
  gap: clamp(70px, 8vw, 130px);
}

.trt-contact-map-visual {
  position: relative;
  min-height: clamp(560px, 56vw, 700px);
  padding: 30px 0 30px 30px;
}

.trt-contact-map-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: var(--trt-contact-map-gold);
}

.trt-contact-map-visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 45%;
  background-color: var(--trt-contact-map-gold);
}

.trt-contact-map-visual iframe {
  width: 100%;
  min-height: clamp(530px, 53vw, 670px);
  display: block;
  border: 0;
  filter: grayscale(0.78) contrast(1.08);
  box-shadow: 0 30px 70px rgba(7, 20, 33, 0.15);
}

.trt-contact-map-label {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 350px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-left: 3px solid var(--trt-contact-map-gold);
  background-color: rgba(7, 20, 33, 0.94);
  box-shadow: 0 20px 45px rgba(7, 20, 33, 0.25);
  backdrop-filter: blur(10px);
}

.trt-contact-map-label-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(197, 160, 89, 0.52);
  color: var(--trt-contact-map-gold-light);
}

.trt-contact-map-label-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trt-contact-map-label > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trt-contact-map-label small {
  color: var(--trt-contact-map-gold-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.trt-contact-map-label strong {
  color: var(--trt-contact-map-white);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 650;
}

.trt-contact-map-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  border-top: 6px solid var(--trt-contact-map-gold);
  border-right: 6px solid var(--trt-contact-map-gold);
  pointer-events: none;
}

.trt-contact-map-content {
  max-width: 570px;
}

.trt-contact-map-eyebrow {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.trt-contact-map-eyebrow > span {
  width: 44px;
  height: 1px;
  flex: 0 0 44px;
  background-color: var(--trt-contact-map-gold);
}

.trt-contact-map-eyebrow p {
  margin: 0;
  color: var(--trt-contact-map-gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.21em;
}

.trt-contact-map-title {
  margin: 0;
  color: var(--trt-contact-map-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-contact-map-title > span {
  display: block;
  color: var(--trt-contact-map-gold-dark);
}

.trt-contact-map-description {
  margin: 28px 0 0;
  color: var(--trt-contact-map-text);
  font-size: 15px;
  line-height: 1.8;
}

.trt-contact-map-address,
.trt-contact-map-secondary {
  padding: 21px 0;
  display: grid;
  grid-template-columns: 43px minmax(0, 1fr);
  gap: 13px;
  border-bottom: 1px solid var(--trt-contact-map-border);
}

.trt-contact-map-address {
  margin-top: 37px;
  border-top: 1px solid var(--trt-contact-map-border);
}

.trt-contact-map-address-number {
  padding-top: 2px;
  color: var(--trt-contact-map-gold-dark);
  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 700;
}

.trt-contact-map-address small,
.trt-contact-map-secondary small {
  display: block;
  margin-bottom: 8px;
  color: var(--trt-contact-map-gold-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.trt-contact-map-address address,
.trt-contact-map-secondary address {
  margin: 0;
  color: var(--trt-contact-map-navy);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.65;
}

.trt-contact-map-actions {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.trt-contact-map-button-primary,
.trt-contact-map-button-secondary {
  min-height: 55px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease;
}

.trt-contact-map-button-primary svg,
.trt-contact-map-button-secondary svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trt-contact-map-button-primary:hover,
.trt-contact-map-button-secondary:hover {
  transform: translateY(-2px);
}

.trt-contact-map-button-primary {
  background-color: var(--trt-contact-map-gold);
  color: var(--trt-contact-map-navy);
}

.trt-contact-map-button-primary:hover {
  background-color: var(--trt-contact-map-gold-light);
}

.trt-contact-map-button-secondary {
  border-color: var(--trt-contact-map-border);
  color: var(--trt-contact-map-navy);
}

.trt-contact-map-button-secondary:hover {
  border-color: var(--trt-contact-map-gold);
  color: var(--trt-contact-map-gold-dark);
}

@media (max-width: 1024px) {
  .trt-contact-map-container {
    width: min(calc(100% - 64px), 1380px);
    grid-template-columns: minmax(0, 1fr) minmax(400px, 1fr);
    gap: 60px;
  }

  .trt-contact-map-visual {
    padding-left: 20px;
  }
}

@media (max-width: 820px) {
  .trt-contact-map-container {
    width: calc(100% - 48px);
    grid-template-columns: 1fr;
    gap: 65px;
  }

  .trt-contact-map-visual {
    width: min(100%, 700px);
  }

  .trt-contact-map-content {
    max-width: 700px;
  }
}

@media (max-width: 560px) {
  .trt-contact-map-section {
    padding: 75px 0;
  }

  .trt-contact-map-container {
    width: calc(100% - 36px);
    gap: 52px;
  }

  .trt-contact-map-visual {
    min-height: 475px;
    padding: 15px 0 25px 15px;
  }

  .trt-contact-map-visual iframe {
    min-height: 450px;
  }

  .trt-contact-map-label {
    width: calc(100% - 30px);
    min-width: 0;
    padding: 16px;
  }

  .trt-contact-map-corner {
    width: 65px;
    height: 65px;
    border-width: 4px;
  }

  .trt-contact-map-title {
    font-size: clamp(36px, 10.5vw, 48px);
  }

  .trt-contact-map-description {
    font-size: 14px;
  }

  .trt-contact-map-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .trt-contact-map-button-primary,
  .trt-contact-map-button-secondary {
    width: 100%;
    justify-content: space-between;
  }
}

@media (prefers-reduced-motion: reduce) {
  .trt-contact-map-button-primary,
  .trt-contact-map-button-secondary {
    transition: none;
  }
}/* End custom CSS */