/* Shared site footer */

.tt-footer-wrap {
  font-family: "Mulish", sans-serif;
  background: var(--tt-cream-chrome);
}
.tt-foot {
  max-width: 1320px;
  margin: 0 auto;
  padding: 56px 40px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
}
.tt-foot h5 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--tt-espresso);
  margin-bottom: 16px;
}
.tt-foot p {
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--tt-body);
  max-width: 420px;
  margin-bottom: 24px;
}
.tt-foot-enquire {
  display: inline-block;
  background: var(--tt-cocoa);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 14px 28px;
  border-radius: 2px;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease;
}
.tt-foot-enquire:hover {
  background: var(--tt-cocoa-hover);
}
.tt-foot-inner {
  display: flex;
  gap: 40px;
}
.tt-foot-contact {
  font-size: 13.5px;
  color: var(--tt-body);
  line-height: 2;
}
.tt-foot-contact > div {
  margin-bottom: 14px;
}
.tt-foot-contact i {
  color: var(--tt-clay);
  margin-right: 10px;
}
.tt-foot-contact .tt-foot-address {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
}
.tt-foot-address i {
  margin-top: 4px;
}
.tt-foot-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 150px;
}
.tt-foot-buttons a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  padding: 13px 18px;
  border-radius: 2px;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease,
    color 0.18s ease;
}
.tt-foot-prospectus {
  background: var(--tt-page);
  color: var(--tt-cocoa);
}
.tt-foot-prospectus:hover {
  background: var(--tt-cocoa);
  color: #fff;
}
.tt-foot-tcs {
  background: var(--tt-cocoa);
  color: #fff;
}
.tt-foot-tcs:hover {
  background: var(--tt-page);
  color: var(--tt-cocoa);
}

.tt-foot-bottom {
  background: #fff;
  padding: 16px 40px;
  text-align: center;
  color: black;
}
.tt-foot-bottom small {
  font-size: 13px;
  color: black;
  line-height: 1.6;
}
.tt-foot-bottom a {
  color: var(--tt-cocoa);
  text-decoration: none;
  font-weight: bold;
}
.tt-foot-bottom a:hover {
  text-decoration: underline;
}
