  #t4-header {
    padding: 0px;
  }
   .container {
    max-width: 1300px;
  }
.btn-outline-black {
  background-color: #5e8699; /* background color */
  color: #fff; /* base text color */
  border: 1px solid #5e8699;
  padding: 10px;
  transition: background-color 0.3s, color 0.3s;
}

.btn-outline-black a {
  color: #fff; /* ensure link text is white */
  text-decoration: none; /* optional: remove underline */
}

.btn-outline-black:hover {
  background-color: #fff; /* hover background color */
  color: #5e8699; /* text color on hover */
  border-color: #5e8699;
}

.btn-outline-black:hover a {
  color: #5e8699; /* link color on hover */
}


.t4-main-body {
  padding-top: 1rem;
  padding-bottom: 1.58rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.8;
}
div[id*="t4-section-"], div[id^="t4-section-"], div[id*="t4-spotlight-"], div[id^="t4-spotlight-"] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  color: rgba(0,0,0,.7);
  font-size: 18px;
  line-height: 2;
  font-family: Playfair Display;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 16px 20px;
    line-height: 2;
}
a {
  color: #5e8699;
}
a:hover {
  color: #ffffff; /* White on hover */
}
.border-bottom {
  border-bottom: 2px solid #fff !important;
}
.t4-footer .container {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.t4-footnav, .t4-footer {
  background-color: #5e8699;
}
.t4-offcanvas .t4-off-canvas-body .navbar-nav > li > a, .t4-offcanvas .t4-off-canvas-body .navbar-nav > li > span {
  text-transform: none;
  font-weight: 400;
  font-family: Playfair Display;
}
.t4-offcanvas .t4-off-canvas-header a img {
  max-height: 100%;
  outline: none;
}
.t4-offcanvas .t4-off-canvas-header {
  background: #5e8699;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: -3px;
}
.t4-offcanvas .t4-off-canvas-header {
  height: auto !important;
  padding: 0 32px;
}
.n2-ss-slider .n2-ss-layer[data-sstype="content"] {
  flex: 0 0 auto;
  width: auto;
  min-height: auto;
  position: relative;
  z-index: 2;
  display: flex;
}
.container-fluid {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .nav-breakpoint-lg .t4-header .col-auto, .nav-breakpoint-lg .t4-header .t4-navbar, .nav-breakpoint-lg .t4-header .navbar, .nav-breakpoint-lg .t4-header .t4-megamenu-wrap, .nav-breakpoint-lg .t4-header .justify-content-end {
    position: static;
    margin: 0 auto;
  }
}
.t4-offcanvas-toggle i {
  font-size: 22px;
  position: relative;
  top: 2px;
  color: #fff;
}
.t4-offcanvas-toggle {
  border: 0;
  color: #fff;
  display: block;
  float: right;
  height: 52px;
  line-height: 52px;
  margin-left: 0px;
  padding: 0;
  transition: all .35s ease-in-out;
}
a[href^="mailto"] {
  word-break: break-word;
  overflow-wrap: break-word;
}
table {
    width: auto; /* shrink table to content */
    border-collapse: collapse;
  }

  td {
    padding: 5px: /* minimal padding */
    text-align: left;
    white-space: nowrap; /* prevents wrapping */
  }

  /* Optional mobile adjustment */
  @media screen and (max-width: 600px) {
    table {
      width: 100%; /* full width on mobile */
    }

    td {
      display: inline-block;
      width: 50%; /* each column takes half width */
      padding: 5px 0;
      white-space: normal; /* allow wrapping on mobile */
    }
  }