:root{
  --trs-gold:#D4A32A;
  --trs-gold-2:#E0B54A;
  --trs-black:#000000;
  --trs-ivory:#FBFBFD;
  --trs-ink:#2E2E2E;
  --trs-muted: rgba(46,46,46,.72);
  --trs-white: #ffffff;
  --trs-border: rgba(212,163,42,.22);
  --trs-shadow: 0 16px 40px rgba(0,0,0,.08);
  --trs-shadow-2: 0 18px 44px rgba(0,0,0,.18);
  --trs-radius: 18px;
  --trs-radius-2: 24px;
}

html{ scroll-behavior:smooth; }
body{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--trs-ink);
  /* Minimal luxury light background */
  background:
    radial-gradient(900px 520px at 10% 0%, rgba(212,163,42,.07), transparent 55%),
    radial-gradient(700px 420px at 90% 10%, rgba(107,142,78,.06), transparent 52%),
    var(--trs-ivory);
}

/* Prevent accidental horizontal page scroll / right white gap */
html, body{
  max-width: 100%;
  overflow-x: hidden;
}

::selection{ background: rgba(212,163,42,.24); }

/* Topbar */
.trs-topbar{
  background: linear-gradient(180deg, rgba(8,7,5,.92), rgba(8,7,5,.86));
  color: rgba(254,249,246,.82);
  border-bottom: 1px solid rgba(218,190,106,.14);
}
.trs-topbar-item{ letter-spacing:.02em; }
.trs-dot{
  display:inline-block;
  width:6px;height:6px;
  border-radius:99px;
  background: rgba(218,190,106,.55);
  vertical-align:middle;
}

/* Navbar */
.trs-nav{
  background: rgba(8,7,5,.86);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(218,190,106,.16);
}
.trs-logo-img{
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 999px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.trs-logo-header{
  width: 256px;
  height: 68px;
  border-radius: 18px;
  padding: 0;
}
@media (max-width: 400px){
  .trs-logo-header{
    width: 198px;
    height: 53px;
    border-radius: 14px;
  }
}

/* Mobile / tablet collapsed nav: logo pinned left, toggler right */
@media (max-width: 991.98px){
  .trs-nav > .container{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .trs-nav .navbar-brand{
    margin-right: auto !important;
    margin-left: 0 !important;
    text-align: left;
    justify-content: flex-start !important;
    flex: 0 1 auto;
    min-width: 0;
    max-width: calc(100% - 3.75rem);
  }
  .trs-nav .navbar-toggler{
    flex-shrink: 0;
  }
  .trs-nav .trs-nav-offcanvas{
    width: min(82vw, 320px);
    max-width: min(82vw, 320px);
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    border-right: 1px solid rgba(218,190,106,.24);
    background: linear-gradient(180deg, rgba(8,7,5,.98), rgba(8,7,5,.95));
    z-index: 1055;
  }
  .trs-nav .trs-nav-offcanvas .offcanvas-header{
    border-bottom: 1px solid rgba(218,190,106,.18);
    padding: .8rem .95rem;
  }
  .trs-nav .trs-nav-offcanvas .offcanvas-body{
    padding: .65rem .7rem 1rem;
    overflow-y: auto;
  }
  .trs-nav .trs-nav-offcanvas .navbar-nav{
    gap: .2rem !important;
    margin-left: 0 !important;
    width: 100%;
  }
  .trs-nav{
    overflow-x: clip;
  }
  .trs-nav .trs-nav-offcanvas .nav-link{
    width: 100%;
    padding: .72rem .82rem;
  }
  .trs-nav .trs-nav-about-dd .dropdown-menu.trs-nav-dd-menu{
    display: none;
    position: static;
    inset: auto !important;
    transform: none !important;
    float: none;
    width: 100%;
    min-width: 0;
    margin: .25rem 0 .4rem;
    padding: .25rem 0;
    box-shadow: none;
    border-radius: 12px;
  }
  .trs-nav .trs-nav-about-dd.mobile-open > .dropdown-menu.trs-nav-dd-menu{
    display: block;
  }
}

.trs-logo-img-footer{
  width: clamp(88px, 16vw, 112px);
  height: clamp(88px, 16vw, 112px);
  flex-shrink: 0;
  box-shadow: none;
}
.navbar-brand .trs-mark{ color: var(--trs-gold-2); }
.trs-brand-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .02em;
  font-size: 1.05rem;
  color: rgba(254,249,246,.96);
}
.trs-brand-tagline{
  font-size: .76rem;
  color: rgba(254,249,246,.68);
  letter-spacing: .14em;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link{
  color: rgba(254,249,246,.78);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .78rem;
  padding: .75rem .85rem;
  border-radius: 999px;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus{
  color: rgba(254,249,246,.98);
  background: rgba(218,190,106,.08);
}
.navbar-dark .navbar-nav .nav-link.active{
  color: rgba(254,249,246,.98);
  background: rgba(172,141,58,.20);
  border: 1px solid rgba(218,190,106,.22);
}
.trs-nav-cta{
  border: 1px solid rgba(218,190,106,.32);
  background: rgba(172,141,58,.12);
}

/* About dropdown — matches dark nav */
.trs-nav-about-dd .dropdown-toggle::after{
  vertical-align: .12em;
  margin-left: .35em;
}
.trs-nav-about-dd .dropdown-menu.trs-nav-dd-menu{
  border-radius: 14px;
  border: 1px solid rgba(218,190,106,.22);
  background: rgba(8,7,5,.97);
  padding: .4rem 0;
  min-width: 13rem;
  box-shadow: 0 18px 44px rgba(0,0,0,.35);
}
.trs-nav-about-dd .dropdown-item{
  color: rgba(254,249,246,.88);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 600;
  padding: .55rem 1.15rem;
}
.trs-nav-about-dd .dropdown-item:hover,
.trs-nav-about-dd .dropdown-item:focus{
  color: rgba(254,249,246,.98);
  background: rgba(172,141,58,.22);
}
@media (min-width: 992px){
  .trs-nav-about-dd:hover > .dropdown-menu{
    display: block;
  }
}

/* Type */
.trs-display{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .01em;
  font-size: clamp(2.2rem, 4.2vw, 4.0rem);
  color: rgba(254,249,246,.98);
  margin: .7rem 0 .5rem;
}
.trs-h2{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .01em;
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
}
.trs-h2-dark{ color: rgba(254,249,246,.96); }
.trs-lead{
  max-width: 62ch;
  margin-inline:auto;
  font-size: 1.05rem;
  color: rgba(254,249,246,.78);
}
.trs-body{ color: var(--trs-muted); font-size: 1.02rem; line-height: 1.75; }
.trs-body-muted{ color: rgba(20,17,15,.62); }
.trs-body-dark-muted{ color: rgba(254,249,246,.70); }
.trs-eyebrow{
  display:flex;
  align-items:center;
  gap:.65rem;
  font-size: .82rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(172,141,58,.92);
  margin-bottom: .55rem;
}
.trs-eyebrow::before{
  content:"";
  width: 38px;
  height: 1px;
  background: rgba(172,141,58,.7);
}
.trs-eyebrow-dark{ color: rgba(218,190,106,.92); }
.trs-eyebrow-dark::before{ background: rgba(218,190,106,.62); }

.trs-eyebrow-home-brand{
  font-size: clamp(1.2rem, 3.4vw, 1.65rem);
  letter-spacing: .12em;
  margin-bottom: 1rem;
  font-weight: 600;
}
.trs-eyebrow-home-brand::before{
  width: 56px;
}

.trs-eyebrow-lg{
  font-size: clamp(1rem, 2.4vw, 1.18rem);
  letter-spacing: .15em;
  margin-bottom: .7rem;
  font-weight: 600;
  gap: .75rem;
}
.trs-eyebrow-lg::before{
  width: 52px;
  height: 2px;
  border-radius: 1px;
}

/* Sections */
.trs-section{
  padding: clamp(3.5rem, 5.2vw, 5.25rem) 0;
}
.trs-section-ivory{
  background: #E2E1E1;
  border-top: 1px solid rgba(212,163,42,.12);
  border-bottom: 1px solid rgba(212,163,42,.12);
}
.trs-section-dark{
  background: radial-gradient(1200px 500px at 10% 10%, rgba(172,141,58,.14), transparent 55%),
              radial-gradient(900px 420px at 90% 10%, rgba(218,190,106,.12), transparent 50%),
              linear-gradient(180deg, rgba(8,7,5,.96), rgba(8,7,5,.98));
  color: rgba(254,249,246,.90);
}

/* Buttons / Links */
.trs-btn-gold{
  background: #000000;
  border: 1px solid #000000;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.trs-btn-gold:hover{
  background: #4F6B35;
  border-color: #4F6B35;
  color: #FFFFFF;
  transform: translateY(-1px);
}
.trs-btn-ghost{
  background: rgba(254,249,246,.08);
  border: 1px solid rgba(218,190,106,.26);
  color: rgba(254,249,246,.92);
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.trs-btn-ghost:hover{ background: rgba(254,249,246,.12); color: rgba(254,249,246,.98); }
.trs-btn-outline{
  border: 1px solid rgba(212,163,42,.42);
  background: transparent;
  color: var(--trs-ink);
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.trs-btn-outline:hover{
  background: rgba(79,107,53,.10);
  border-color: #6B8E4E !important;
  color: #4F6B35;
}
.trs-link{
  color: #6B8E4E;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .02em;
}
.trs-link:hover{ color: #4F6B35; text-decoration: underline; }

/* Hero */
.trs-hero{
  position: relative;
  min-height: calc(86vh - 74px);
  display:flex;
  align-items:flex-start;
  padding: 6.5rem 0 2.75rem;
  overflow:hidden;
  background: var(--trs-black);
}

/* Page hero (internal pages) */
.trs-page-hero{
  position: relative;
  padding: 4.75rem 0 3.25rem;
  background: var(--trs-black);
  overflow:hidden;
}
.trs-page-hero-bg{
  position:absolute; inset:0;
  background-size: cover;
  background-position: center;
  transform: scale(1.03);
  /* Lighten internal page hero backgrounds slightly */
  opacity: .88;
  filter: brightness(1.06) saturate(1.03);
}
.trs-page-title{
  font-family: "Playfair Display", serif;
  font-weight: 700;
  letter-spacing: .01em;
  font-size: clamp(2.0rem, 3.6vw, 3.2rem);
  color: rgba(254,249,246,.98);
  margin: .8rem 0 .45rem;
}
.trs-page-sub{
  max-width: 70ch;
  margin-inline:auto;
  font-size: 1.02rem;
  color: rgba(254,249,246,.76);
  line-height: 1.75;
}
.trs-hero-bg{
  position:absolute; inset:0;
  /* When using hero video, keep only gradient tint */
  background-image:
    linear-gradient(120deg,
      rgba(172,141,58,.22),
      rgba(218,190,106,.16),
      rgba(8,7,5,.12));
  background-size: cover;
  background-position: center;
  z-index: 0;
  overflow: hidden;
}
.trs-hero-overlay{
  position:absolute; inset:0;
  /*
    Hero tint for premium readability:
    - keep it elegant (not heavy black)
    - leave video colors visible
  */
  background:
    radial-gradient(900px 480px at 15% 20%, rgba(172,141,58,.12), transparent 58%),
    radial-gradient(760px 380px at 88% 24%, rgba(218,190,106,.10), transparent 56%),
    linear-gradient(180deg, rgba(8,7,5,.05) 0%, rgba(8,7,5,.22) 55%, rgba(8,7,5,.34) 100%);
  z-index: 1;
}
.trs-hero-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: 1;
  transform: scale(1.06);
  filter: saturate(1.15) contrast(1.05) brightness(.98);
}

/* Desktop: reduce scaling so the framing matches mobile better */
@media (min-width: 992px){
  .trs-hero-video{
    transform: scale(1.02);
  }
}
.trs-hero .container.position-relative{
  z-index: 2;
  margin-top: 0;
}

@media (max-width: 991.98px){
  .trs-hero{
    align-items: flex-start;
    padding: 5.25rem 0 2.25rem;
  }
}

/* Mobile hero: reduce video section height for better first view */
@media (max-width: 767.98px){
  .trs-hero{
    min-height: 68vh;
    padding: 4.35rem 0 1.25rem;
  }

  .trs-hero .trs-hero-micro{
    display: none;
  }

  /* Hide unexpected Instagram icon overlays on hero (mobile) */
  .trs-hero .bi-instagram,
  .trs-hero [class*="instagram"],
  .trs-hero a[href*="instagram.com"]{
    display: none !important;
    visibility: hidden !important;
  }

  /* Strong fallback: hide floating/injected Instagram UI on mobile */
  .bi-instagram,
  i[class*="instagram"],
  [class*="instagram"],
  [id*="instagram"],
  a[href*="instagram.com"]{
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

/* Hero layout override: move content away from centered block */
.trs-hero .row{
  justify-content: flex-start !important;
}

.trs-hero .col-lg-10.col-xl-9{
  text-align: left !important;
  max-width: 720px;
}

.trs-hero .trs-hero-badge,
.trs-hero .trs-lead{
  margin-left: 0;
  margin-right: 0;
}

.trs-hero .d-flex.flex-column.flex-sm-row{
  justify-content: flex-start !important;
  align-items: flex-start !important;
}

.trs-hero .trs-hero-micro .row{
  justify-content: flex-start !important;
}

/* Video-first hero tuning: reduce content dominance */
.trs-hero-overlay{
  background:
    radial-gradient(900px 480px at 15% 20%, rgba(212,163,42,.06), transparent 60%),
    radial-gradient(760px 380px at 88% 24%, rgba(107,142,78,.05), transparent 58%),
    linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.12) 55%, rgba(0,0,0,.20) 100%);
}

.trs-hero .col-lg-10.col-xl-9{
  background: rgba(0,0,0,.10);
  border: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(2px);
  border-radius: 14px;
  padding: .75rem .9rem;
  max-width: 640px;
}

.trs-hero .trs-display{
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  color: rgba(255,255,255,.90);
}

.trs-hero .trs-lead{
  color: rgba(255,255,255,.78);
}

.trs-hero .trs-hero-badge{
  background: rgba(0,0,0,.24);
  border-color: rgba(255,255,255,.16);
  color: rgba(255,255,255,.78);
}

.trs-hero .trs-btn-gold{
  background: rgba(0,0,0,.86);
  border-color: rgba(255,255,255,.24);
}

.trs-hero .trs-btn-ghost{
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.26);
}

.trs-hero .trs-hero-micro{
  opacity: .84;
  margin-top: 1.2rem !important;
}

.trs-hero .trs-micro{
  background: rgba(0,0,0,.24);
  border-color: rgba(255,255,255,.14);
}

/* Space between hero and next section */
.trs-hero + .trs-section{
  margin-top: 26px;
}

@media (max-width: 767.98px){
  .trs-hero + .trs-section{
    margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce){
  .trs-hero-video{ display:none; }
}
.trs-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding: .55rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(218,190,106,.26);
  background: rgba(8,7,5,.32);
  color: rgba(254,249,246,.86);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .74rem;
}
.trs-hero-micro{ margin-top: 2.25rem; }
.trs-micro{
  padding: 1.1rem 1rem;
  border-radius: var(--trs-radius);
  border: 1px solid rgba(218,190,106,.18);
  background: rgba(8,7,5,.32);
  backdrop-filter: blur(8px);
}
.trs-micro-kpi{
  font-family:"Playfair Display", serif;
  font-weight:700;
  color: rgba(254,249,246,.95);
  letter-spacing: .02em;
}
.trs-micro-label{
  font-size:.82rem;
  letter-spacing:.06em;
  text-transform: uppercase;
  color: rgba(254,249,246,.68);
  margin-top:.15rem;
}
.trs-scroll-hint{
  position:absolute;
  left:50%; bottom: 1.35rem;
  transform: translateX(-50%);
  width: 34px; height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(218,190,106,.22);
  background: rgba(8,7,5,.26);
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top: 10px;
  text-decoration:none;
}
.trs-scroll-dot{
  width: 8px; height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--trs-gold-2), var(--trs-gold));
  animation: trsScroll 1.5s infinite ease-in-out;
}
@keyframes trsScroll{
  0%{ transform: translateY(0); opacity:.9; }
  60%{ transform: translateY(16px); opacity:.55; }
  100%{ transform: translateY(0); opacity:.9; }
}

/* Media / About */
.trs-img{
  border-radius: var(--trs-radius-2);
  border: 1px solid rgba(172,141,58,.18);
  box-shadow: var(--trs-shadow);
}
.trs-media-stack{ position:relative; }
.trs-media-card{
  position:absolute;
  right: -10px;
  bottom: -16px;
  width: min(320px, 86%);
  border-radius: var(--trs-radius);
  border: 1px solid rgba(172,141,58,.20);
  background: rgba(254,249,246,.92);
  padding: 1rem 1.05rem;
  box-shadow: var(--trs-shadow);
}
.trs-media-card-title{
  font-family:"Playfair Display", serif;
  font-weight:700;
  letter-spacing:.02em;
}
.trs-media-card-sub{ color: rgba(20,17,15,.64); }
.trs-mini{
  display:flex;
  align-items:flex-start;
  gap:.85rem;
  padding: 1rem 1rem;
  border-radius: var(--trs-radius);
  border: 1px solid rgba(172,141,58,.18);
  background: rgba(254,249,246,.7);
}
.trs-mini i{
  color: var(--trs-gold);
  font-size: 1.25rem;
}
.trs-mini-title{ font-weight:800; letter-spacing:.02em; }
.trs-mini-sub{ color: rgba(20,17,15,.62); font-size:.95rem; }

/* Cards */
.trs-card{
  padding: 1.25rem 1.2rem;
  border-radius: var(--trs-radius-2);
  border: 1px solid rgba(172,141,58,.30);
  background: #fff;
  box-shadow: 0 18px 50px rgba(8,7,5,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.trs-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 68px rgba(8,7,5,.10);
  border-color: rgba(172,141,58,.30);
}
.trs-card-icon{
  width: 52px; height: 52px;
  border-radius: 999px;
  display:flex;
  justify-content:center;
  align-items:center;
  position: relative;
  background: rgba(172,141,58,.10);
  border: 1px solid rgba(172,141,58,.22);
  color: var(--trs-gold);
  margin-bottom: .9rem;
}

.trs-card-icon i{
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  display:block;
  width:auto;
  text-align:center;
  font-weight: 900 !important;
  font-size: 2.05rem !important;
  line-height:1;
  text-shadow: 0 3px 0 rgba(172,141,58,.16);
  -webkit-text-stroke: 0.5px rgba(172,141,58,.22);
}
.trs-card-title{ font-weight: 900; letter-spacing:.02em; margin-bottom: .35rem; }
.trs-card-body{ color: rgba(20,17,15,.64); line-height:1.7; }

/* Mission/Vision cards on About page */
.trs-mv-card .trs-card-icon{
  margin-left: auto;
  margin-right: auto;
}

.trs-mv-card .trs-card-title{
  text-align: center;
}

.trs-mv-card .trs-mv-emoji{
  display: block;
  font-size: 1.65rem;
  line-height: 1;
  text-shadow: none;
  -webkit-text-stroke: 0;
  font-style: normal;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}

/* Team */
.trs-team{
  text-align:center;
  padding: 1.25rem 1.15rem;
  border-radius: var(--trs-radius-2);
  border: 1px solid rgba(172,141,58,.30);
  background: rgba(254,249,246,.82);
  box-shadow: 0 20px 58px rgba(8,7,5,.08);
}
.trs-team-avatar{
  width: 196px;
  height: 196px;
  border-radius: 999px;
  margin: 0 auto 1rem;
  padding: 5px;
  background: linear-gradient(135deg, rgba(172,141,58,.75), rgba(218,190,106,.75));
}
.trs-team-avatar img{
  width:100%; height:100%;
  object-fit: cover;
  border-radius: 999px;
  border: 3px solid rgba(254,249,246,.9);
}
.trs-team-name{
  font-family:"Playfair Display", serif;
  font-weight:700;
  letter-spacing:.01em;
}
/* .trs-team-name--hidden (left from previous iterations) */
.trs-team-name--hidden{ visibility: hidden; }
.trs-team-role{
  margin-top:.25rem;
  color: rgba(20,17,15,.62);
  letter-spacing:.12em;
  text-transform: uppercase;
  font-size: .78rem;
}

/* Services */
.trs-service{
  padding: 1.3rem 1.25rem;
  border-radius: var(--trs-radius-2);
  border: 1px solid rgba(172,141,58,.30);
  background: #fff;
  box-shadow: 0 18px 50px rgba(8,7,5,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.trs-service:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 72px rgba(8,7,5,.10);
  border-color: rgba(172,141,58,.30);
}
.trs-service-icon{
  width: 54px; height: 54px;
  border-radius: 16px;
  display:grid; place-items:center;
  position: relative;
  background: rgba(172,141,58,.10);
  border: 1px solid rgba(172,141,58,.22);
  color: var(--trs-gold);
  margin-bottom: 1rem;
}

.trs-service-icon i{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  display:block;
  width:auto;
  text-align:center;
  font-weight: 900 !important;
  font-size: 2.0rem !important;
  line-height:1;
  text-shadow: 0 3px 0 rgba(172,141,58,.16);
  -webkit-text-stroke: 0.6px rgba(172,141,58,.24);
}
.trs-service-icon .trs-service-emoji{
  display: block;
  font-size: 2.25rem;
  line-height: 1;
  text-shadow: none;
  -webkit-text-stroke: 0;
  font-style: normal;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}
.trs-service-title{
  font-weight: 900;
  letter-spacing: .02em;
  font-size: 1.05rem;
}
.trs-service-body{ margin-top:.55rem; color: rgba(20,17,15,.64); line-height:1.7; }
.trs-service-foot{
  margin-top: auto;
  padding-top: 1.05rem;
}

/* Blog */
.trs-blog-card{
  position: relative;
  overflow: hidden;
  text-align: left;
}
.trs-blog-card-img-link{
  display: block;
  margin: -1px -1px 0;
  border-radius: var(--trs-radius-2) var(--trs-radius-2) 0 0;
  overflow: hidden;
}
.trs-blog-card-img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform .25s ease;
}
.trs-blog-card:hover .trs-blog-card-img{
  transform: scale(1.03);
}
.trs-blog-article-img{
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}
.trs-blog-body{
  line-height: 1.8;
  color: rgba(20,17,15,.78);
}

/* Concepts */
.trs-list{ display:grid; gap:.65rem; }
.trs-list-item{
  display:flex;
  align-items:flex-start;
  gap:.65rem;
  padding: .85rem .9rem;
  border-radius: 16px;
  background: rgba(254,249,246,.7);
  border: 1px solid rgba(172,141,58,.16);
}
.trs-list-item i{ color: var(--trs-gold); margin-top:.05rem; }
.trs-concept-grid{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.trs-concept-tile{ border-radius: var(--trs-radius-2); overflow:hidden; }
.trs-concept-quote{
  height:100%;
  border-radius: var(--trs-radius-2);
  border: 1px solid rgba(172,141,58,.20);
  background: linear-gradient(135deg, rgba(254,249,246,.92), rgba(254,249,246,.82));
  box-shadow: var(--trs-shadow);
  padding: 1.35rem 1.2rem;
  display:flex;
  flex-direction: column;
  justify-content:center;
}
.trs-concept-quote-mark{
  font-family:"Playfair Display", serif;
  color: rgba(172,141,58,.85);
  font-size: 3rem;
  line-height: 1;
}
.trs-concept-quote-text{ color: rgba(20,17,15,.78); font-size: 1.02rem; line-height:1.7; margin-top:.25rem; }
.trs-concept-quote-sub{ margin-top:.8rem; letter-spacing:.14em; text-transform: uppercase; font-size:.76rem; color: rgba(20,17,15,.56); }

/* Dark cards */
.trs-darkcard{
  padding: 1.25rem 1.15rem;
  border-radius: var(--trs-radius-2);
  border: 1px solid rgba(218,190,106,.18);
  background: rgba(254,249,246,.03);
  box-shadow: 0 24px 68px rgba(0,0,0,.20);
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.trs-darkcard:hover{
  transform: translateY(-4px);
  border-color: rgba(218,190,106,.30);
  background: rgba(254,249,246,.05);
}
.trs-darkcard-icon{
  width: 44px; height: 44px;
  border-radius: 999px;
  display:grid; place-items:center;
  border: 1px solid rgba(218,190,106,.26);
  background: rgba(172,141,58,.12);
  color: rgba(218,190,106,.92);
}
.trs-darkcard-title{
  margin-top:.9rem;
  font-weight: 900;
  letter-spacing: .02em;
  color: rgba(254,249,246,.92);
}
.trs-darkcard-body{
  margin-top:.45rem;
  color: rgba(254,249,246,.70);
  line-height: 1.7;
}

/* Gallery */
.trs-gallery{
  position: relative;
  display:block;
  border-radius: var(--trs-radius-2);
  overflow:hidden;
  border: 1px solid rgba(172,141,58,.18);
  box-shadow: 0 18px 52px rgba(8,7,5,.08);
  text-decoration:none;
}
.trs-gallery-media{
  aspect-ratio: 1 / 1;
  background: rgba(8,7,5,.04);
}
.trs-gallery img{
  width:100%; height:100%;
  object-fit: cover;
  transform: scale(1.03);
  transition: transform .35s ease;
}
.trs-gallery-overlay{
  position:absolute; inset:0;
  display:flex;
  flex-direction: column;
  justify-content:flex-end;
  padding: 1rem 1rem;
  background: linear-gradient(180deg, transparent 45%, rgba(8,7,5,.78));
  opacity: 0;
  transition: opacity .25s ease;
}
.trs-gallery-title{
  color: rgba(254,249,246,.96);
  font-family:"Playfair Display", serif;
  font-weight: 700;
  letter-spacing:.01em;
}
.trs-gallery-tag{
  color: rgba(218,190,106,.85);
  letter-spacing:.14em;
  text-transform: uppercase;
  font-size:.72rem;
  margin-top:.2rem;
}
.trs-gallery:hover img{ transform: scale(1.10); }
.trs-gallery:hover .trs-gallery-overlay{ opacity: 1; }

/* Testimonials */
.trs-carousel .carousel-inner{ padding-bottom: .25rem; }
.trs-quote{
  border-radius: var(--trs-radius-2);
  border: 2px solid var(--trs-gold);
  background: rgba(254,249,246,.88);
  box-shadow: var(--trs-shadow);
  padding: 1.6rem 1.5rem;
}
.trs-quote-mark{
  font-family:"Playfair Display", serif;
  color: rgba(172,141,58,.75);
  font-size: 3rem;
  line-height: 1;
}
.trs-quote-text{
  margin: .55rem 0 1.05rem;
  font-size: 1.05rem;
  color: rgba(20,17,15,.78);
  line-height: 1.8;
}
.trs-quote-meta{
  display:flex;
  align-items:center;
  gap:.55rem;
  letter-spacing:.12em;
  text-transform: uppercase;
  font-size: .76rem;
}
.trs-quote-name{ font-weight: 900; color: rgba(20,17,15,.78); }
.trs-quote-loc{ color: rgba(20,17,15,.60); }

/* Testimonial card: centered vertical stack (photo → name → location → quote → stars) */
.trs-quote-stack{
  padding: 1.85rem 1.5rem 2rem;
}
.trs-quote-stack-inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 44rem;
  margin-inline: auto;
  gap: .5rem;
}
.trs-quote-avatar-wrap{
  margin-bottom: .25rem;
}
.trs-quote-avatar{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(172,141,58,.35);
  box-shadow: 0 12px 36px rgba(8,7,5,.08);
  background: rgba(254,249,246,.96);
  margin-inline: auto;
}
.trs-quote-avatar img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}
.trs-quote-avatar-placeholder{
  display:grid;
  place-items:center;
  font-weight: 800;
  font-size: 1.75rem;
  letter-spacing: .04em;
  color: rgba(172,141,58,.95);
  background: linear-gradient(145deg, rgba(172,141,58,.14), rgba(218,190,106,.10));
}
.trs-quote-stack-name{
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .78rem;
  color: rgba(20,17,15,.82);
  line-height: 1.35;
  margin-top: .2rem;
}
.trs-quote-stack-loc{
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .72rem;
  color: rgba(20,17,15,.58);
  line-height: 1.35;
  margin-top: -.1rem;
}
.trs-quote-stack-text{
  text-align: center;
  margin: .55rem 0 .6rem;
  max-width: 100%;
}
.trs-quote-stars-row{
  display: flex;
  justify-content: center;
  margin-top: .15rem;
}
.trs-stars{
  display:inline-flex;
  align-items:center;
  gap: .18rem;
  font-size: 1.05rem;
  color: rgba(172,141,58,.92);
  line-height: 1;
}
.trs-stars .bi-star{
  color: rgba(172,141,58,.38);
}

/* Process */
.trs-step{
  padding: 1.3rem 1.2rem;
  border-radius: var(--trs-radius-2);
  border: 1px solid rgba(172,141,58,.30);
  background: #fff;
  box-shadow: 0 18px 50px rgba(8,7,5,.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.trs-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 72px rgba(8,7,5,.10);
  border-color: rgba(172,141,58,.30);
}
.trs-step-top{ display:flex; align-items:center; justify-content:space-between; gap:1rem; }
.trs-step-num{
  width: 44px; height: 44px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(172,141,58,.10);
  border: 1px solid rgba(172,141,58,.22);
  color: var(--trs-gold);
  font-weight: 900;
}
.trs-step-icon{ color: rgba(172,141,58,.88); font-size: 1.35rem; }

.trs-step-icon i{
  display:block;
  width:100%;
  text-align:center;
  font-weight:900;
  line-height:1;
}
.trs-step-title{ margin-top: 1rem; font-weight: 900; letter-spacing:.02em; }
.trs-step-body{ margin-top:.45rem; color: rgba(20,17,15,.64); line-height:1.7; }

/* Contact */
.trs-contact{
  position: relative;
  padding: clamp(4rem, 6vw, 6rem) 0;
  background: var(--trs-black);
  overflow:hidden;
}
.trs-contact-bg{
  position:absolute; inset:0;
  background-image:
    linear-gradient(120deg, rgba(8,7,5,.60), rgba(8,7,5,.75)),
    url("https://images.unsplash.com/photo-1520607162513-77705c0f0d4a?auto=format&fit=crop&w=2400&q=80");
  background-size: cover;
  background-position: center;
}
.trs-contact-overlay{
  position:absolute; inset:0;
  background: radial-gradient(900px 520px at 15% 35%, rgba(172,141,58,.18), transparent 58%),
              radial-gradient(760px 420px at 88% 34%, rgba(218,190,106,.14), transparent 58%),
              linear-gradient(180deg, rgba(8,7,5,.55), rgba(8,7,5,.72));
}
.trs-contact-card{
  border-radius: 28px;
  border: 1px solid rgba(218,190,106,.22);
  background: rgba(254,249,246,.92);
  box-shadow: var(--trs-shadow-2);
  padding: clamp(1.35rem, 2.6vw, 2.1rem);
}
.trs-contact-list{ display:grid; gap: 1rem; }
.trs-contact-item{
  display:flex;
  gap: .9rem;
  align-items:flex-start;
  padding: 1rem 1rem;
  border-radius: 18px;
  background: rgba(254,249,246,.70);
  border: 1px solid rgba(172,141,58,.16);
}
.trs-contact-icon{
  width: 42px; height: 42px;
  border-radius: 16px;
  display:grid; place-items:center;
  background: rgba(172,141,58,.10);
  border: 1px solid rgba(172,141,58,.22);
  color: var(--trs-gold);
}
.trs-contact-label{
  letter-spacing:.14em;
  text-transform: uppercase;
  font-size: .72rem;
  color: rgba(20,17,15,.60);
  margin-bottom:.2rem;
}
.trs-contact-value{ color: rgba(20,17,15,.76); font-weight: 700; }

.trs-form{
  border-radius: 22px;
  border: 1px solid rgba(172,141,58,.18);
  background: rgba(255,255,255,.72);
  padding: 1.2rem 1.05rem;
}
.trs-form-title{
  font-family:"Playfair Display", serif;
  font-weight: 700;
  letter-spacing:.01em;
  font-size: 1.35rem;
  margin-bottom: .9rem;
}
.trs-input{
  border-radius: 16px;
  border: 1px solid rgba(172,141,58,.20);
  background: rgba(254,249,246,.90);
  padding: .8rem .95rem;
}
.trs-input:focus{
  border-color: rgba(172,141,58,.55);
  box-shadow: 0 0 0 .25rem rgba(172,141,58,.14);
}
.trs-form-foot{ color: rgba(20,17,15,.56); }

/* Footer */
.trs-footer{
  background: linear-gradient(180deg, rgba(8,7,5,.98), rgba(8,7,5,1));
  color: rgba(254,249,246,.82);
  padding: 2.75rem 0 2rem;
  border-top: 1px solid rgba(218,190,106,.16);
}
.trs-mark-footer{ color: rgba(218,190,106,.92); }
.trs-footer-title{
  font-family:"Playfair Display", serif;
  font-weight: 700;
  letter-spacing:.02em;
  color: rgba(254,249,246,.94);
}
.trs-footer-sub{
  letter-spacing:.14em;
  text-transform: uppercase;
  font-size: .74rem;
  color: rgba(254,249,246,.62);
}
.trs-footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap: 1.15rem;
}
.trs-footer-links a{
  color: rgba(254,249,246,.72);
  text-decoration:none;
  letter-spacing:.14em;
  text-transform: uppercase;
  font-size:.75rem;
}
.trs-footer-links a:hover{ color: rgba(254,249,246,.92); text-decoration: underline; }
.trs-footer-hr{
  border-color: rgba(218,190,106,.16);
  margin: 1.6rem 0 1.1rem;
}
.trs-footer-bottom{ color: rgba(254,249,246,.60); }

.trs-footer-block-title{
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(218,190,106,.88);
  margin-bottom: .75rem;
}
.trs-footer-address{
  font-style: normal;
  font-size: .92rem;
  line-height: 1.65;
  color: rgba(254,249,246,.72);
}
.trs-footer-contact-lines{
  font-size: .88rem;
}
.trs-footer-inline-link{
  color: rgba(254,249,246,.78);
  text-decoration: none;
}
.trs-footer-inline-link:hover{
  color: rgba(218,190,106,.95);
  text-decoration: underline;
}
.trs-footer-contact-sep{
  color: rgba(254,249,246,.38);
}
.trs-footer-social{
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.trs-footer-social-btn{
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: rgba(218,190,106,.92);
  border: 1px solid rgba(212,163,42,.42);
  background: rgba(212,163,42,.10);
  text-decoration: none;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}
.trs-footer-social-btn:hover{
  color: rgba(254,249,246,.96);
  border-color: rgba(218,190,106,.55);
  background: rgba(212,163,42,.22);
  transform: translateY(-2px);
}
.trs-footer-social-btn i{
  font-size: 1.1rem;
}
.trs-footer-link-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .5rem;
}
.trs-footer-link-list a{
  color: rgba(254,249,246,.74);
  text-decoration: none;
  font-size: .88rem;
  letter-spacing: .04em;
}
.trs-footer-link-list a:hover{
  color: rgba(218,190,106,.95);
  text-decoration: underline;
}

/* Floating Contact Buttons (Call + WhatsApp) */
.trs-float-actions{
  position: fixed;
  right: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}
.trs-float-btn{
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: rgba(255,255,255,.98);
  box-shadow: 0 18px 44px rgba(8,7,5,.25);
  transition: transform .18s ease, filter .18s ease;
}
.trs-float-btn i{
  font-size: 1.25rem;
}
.trs-float-btn:hover{
  transform: translateY(-2px);
  filter: brightness(1.05);
}
.trs-float-call{
  background: linear-gradient(135deg, var(--trs-gold), var(--trs-gold-2));
}
.trs-float-wa{
  background: #25D366;
}

@media (max-width: 576px){
  .trs-float-actions{ right: 12px; bottom: 12px; }
  .trs-float-btn{ width: 48px; height: 48px; }
}

/* Small adjustments */
@media (max-width: 991.98px){
  .trs-media-card{ position: static; width: 100%; margin-top: 14px; }
  .trs-footer-links{ justify-content:flex-start; }
}

/* Strong border override for visible "box" cards */
.trs-card,
.trs-service,
.trs-step,
.trs-team,
.trs-quote{
  border: 2px solid var(--trs-gold) !important;
}

/* Strong border for Home outline buttons */
.trs-btn-outline{
  border: 2px solid var(--trs-gold) !important;
}

/* === 2026 Minimal Luxury Theme Overrides === */
.trs-card,
.trs-service,
.trs-step,
.trs-team,
.trs-quote,
.trs-concept-quote,
.trs-contact-item,
.trs-form{
  background: #E2E1E1;
}

.trs-card-icon,
.trs-service-icon,
.trs-step-num,
.trs-contact-icon{
  color: #D4A32A;
  background: rgba(212,163,42,.12);
  border-color: rgba(212,163,42,.30);
}

/* Why Choose Us: colorful emoji-style symbols aligned to each point */
.trs-why-card .trs-card-icon{
  width: 100%;
  height: auto;
  min-height: 0;
  padding: 0.2rem 0 0.5rem;
  margin-bottom: 0.75rem;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  justify-content: center;
}
.trs-why-card .trs-why-emoji{
  display: block;
  font-size: clamp(2.65rem, 5.4vw, 3.35rem);
  line-height: 1;
  text-shadow: none;
  -webkit-text-stroke: 0;
  font-style: normal;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
}
.trs-why-card:hover .trs-card-icon{
  background: transparent;
  border: none;
}

.trs-card-title,
.trs-service-title,
.trs-step-title{
  color: #2E2E2E;
}

/* Hero / dark-background text must stay light */
.trs-page-hero .trs-page-title{
  color: rgba(254,249,246,.98) !important;
}
.trs-page-hero .trs-page-sub{
  color: rgba(254,249,246,.76) !important;
}
.trs-page-hero .trs-hero-badge{
  color: rgba(254,249,246,.86) !important;
}

.trs-card-body,
.trs-service-body,
.trs-step-body,
.trs-quote-text,
.trs-body-muted{
  color: rgba(46,46,46,.78);
}

.trs-float-call{
  background: #000000;
}

.trs-float-call:hover{
  background: #4F6B35;
}

.trs-float-wa{
  background: #6B8E4E;
}

/* Fix dark CTA/footer to match light luxury theme */
.trs-section-dark{
  background: #E2E1E1 !important;
  color: #2E2E2E !important;
  border-top: 1px solid rgba(212,163,42,.14);
  border-bottom: 1px solid rgba(212,163,42,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55);
}

.trs-section-dark .trs-h2-dark{
  color: #2E2E2E !important;
}

.trs-section-dark .trs-body-dark-muted{
  color: rgba(46,46,46,.82) !important;
}

.trs-footer{
  background:
    radial-gradient(900px 420px at 8% 0%, rgba(212,163,42,.10), transparent 56%),
    radial-gradient(760px 360px at 92% 8%, rgba(107,142,78,.09), transparent 54%),
    #FBFBFD !important;
  color: #2E2E2E !important;
  border-top: 1px solid rgba(212,163,42,.16);
  margin-top: 30px;
  box-shadow: 0 -22px 60px rgba(0,0,0,.03);
}

.trs-mark-footer{ color: #D4A32A !important; }
.trs-footer-title{ color: #2E2E2E !important; }
.trs-footer-sub{ color: rgba(46,46,46,.68) !important; }
.trs-footer-links{ gap: .85rem !important; }
.trs-footer-links a{
  color: #6B8E4E !important;
  display: inline-flex;
  align-items: center;
  padding: .55rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(212,163,42,.30);
  background: rgba(212,163,42,.08);
  text-decoration: none;
  font-weight: 800;
}
.trs-footer-links a:hover{
  color: #4F6B35 !important;
  border-color: rgba(107,142,78,.42) !important;
  background: rgba(107,142,78,.12) !important;
  text-decoration: none;
}
.trs-footer-hr{
  border-color: rgba(212,163,42,.20) !important;
  margin: 1.3rem 0 1rem;
}
.trs-footer-bottom{ color: rgba(46,46,46,.74) !important; }

@media (max-width: 991.98px){
  .trs-footer-links{ justify-content: center !important; }
}

/* Feature image sizing (home section under hero) */
.trs-feature-img{
  max-height: 320px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 767.98px){
  .trs-feature-img{
    max-height: 220px;
  }
}

@media (max-width: 768px){
  .trs-footer{ margin-top: 20px; }
}

/* About section alignment fix (remove blank space around image) */
.trs-section-ivory .row.align-items-center.g-5{
  align-items: stretch !important;
}

/* About: push the action buttons down to use image bottom space */
.trs-section-ivory .row.align-items-center.g-5 .col-lg-6[data-aos="fade-left"]{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.trs-section-ivory .row.align-items-center.g-5 .col-lg-6[data-aos="fade-left"] > .mt-4.d-flex.flex-wrap.gap-3{
  margin-top: auto !important;
}

/* Footer background lock: match theme primary background */
.trs-footer{
  background: #000000 !important;
  background-image: none !important;
  color: #FBFBFD !important;
}

.trs-mark-footer{ color: #D4A32A !important; }
.trs-footer-title{ color: #FBFBFD !important; }
.trs-footer-sub{ color: rgba(251,251,253,.65) !important; }
.trs-footer-bottom{ color: rgba(251,251,253,.62) !important; }
.trs-footer-hr{ border-color: rgba(212,163,42,.35) !important; }

.trs-footer-links a{
  color: #D4A32A !important;
  border-color: rgba(212,163,42,.40) !important;
  background: rgba(212,163,42,.08) !important;
}
.trs-footer-links a:hover{
  color: #6B8E4E !important;
  border-color: rgba(107,142,78,.55) !important;
  background: rgba(107,142,78,.16) !important;
}

/* Compact footer sizing + alignment */
.trs-footer{
  padding: 1.85rem 0 1.2rem !important;
}

.trs-logo-img-footer{
  width: clamp(62px, 10vw, 82px) !important;
  height: clamp(62px, 10vw, 82px) !important;
}

.trs-footer-block-title{
  margin-bottom: .45rem !important;
  font-size: .68rem !important;
  letter-spacing: .14em !important;
}

.trs-footer-address{
  font-size: .84rem !important;
  line-height: 1.45 !important;
  margin-bottom: 0 !important;
}

.trs-footer-contact-lines{
  font-size: .81rem !important;
}

.trs-footer-social{
  gap: .4rem !important;
}

.trs-footer-social-btn{
  width: 34px !important;
  height: 34px !important;
}

.trs-footer-social-btn i{
  font-size: .92rem !important;
}

.trs-footer-link-list{
  gap: .32rem !important;
}

.trs-footer-link-list a{
  font-size: .82rem !important;
  letter-spacing: .02em !important;
}

.trs-footer-hr{
  margin: .95rem 0 .65rem !important;
}

.trs-footer-bottom{
  font-size: .83rem !important;
  line-height: 1.35 !important;
}

@media (max-width: 767.98px){
  .trs-footer{
    padding: 1.45rem 0 1rem !important;
  }
  .trs-logo-img-footer{
    width: 58px !important;
    height: 58px !important;
  }
}

/* Nirvieco-style footer structure */
.trs-footer--nirvieco .trs-footer-brand{
  max-width: 20rem;
}

.trs-footer--nirvieco .trs-footer-about{
  color: rgba(251,251,253,.78);
  font-size: .86rem;
  line-height: 1.55;
}

.trs-footer--nirvieco .trs-footer-panel-title{
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 1.08rem;
  line-height: 1.25;
  margin-bottom: .42rem;
  color: #FBFBFD;
}

.trs-footer--nirvieco .trs-footer-address{
  font-size: .98rem !important;
  line-height: 1.55 !important;
  color: rgba(251,251,253,.82) !important;
}

.trs-footer--nirvieco .trs-footer-contact-lines{
  display: grid;
  gap: .18rem;
  font-size: .98rem !important;
}

.trs-footer--nirvieco .trs-footer-inline-link{
  color: rgba(251,251,253,.92) !important;
}

.trs-footer--nirvieco .trs-footer-inline-link:hover{
  color: #D4A32A !important;
  text-decoration: none !important;
}

.trs-footer--nirvieco .trs-footer-social{
  gap: .5rem !important;
}

.trs-footer--nirvieco .trs-footer-social-btn{
  width: 32px !important;
  height: 32px !important;
  border-color: rgba(212,163,42,.44) !important;
  background: rgba(212,163,42,.10) !important;
}

.trs-footer--nirvieco .trs-footer-social-btn i{
  font-size: .86rem !important;
}

@media (max-width: 991.98px){
  .trs-footer--nirvieco .trs-footer-brand{
    max-width: 100%;
  }
  .trs-footer--nirvieco .trs-footer-panel-title{
    font-size: 1rem;
  }
  .trs-footer--nirvieco .trs-footer-address,
  .trs-footer--nirvieco .trs-footer-contact-lines{
    font-size: .9rem !important;
  }
}

