:root {
  --btr-green: #173d2b;
  --btr-leaf: #2f6b45;
  --btr-gold: #c88a24;
  --btr-cream: #f7f2e7;
  --btr-ink: #18221d;
  --btr-muted: #65736b;
}

body {
  color: var(--btr-ink);
}

.btr-topbar {
  background: var(--btr-green);
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
  position: relative;
  z-index: 1001;
}

.btr-topbar .container,
.btr-topbar-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.btr-topbar a {
  color: #fff;
  font-weight: 600;
}

.btr-topbar-links a {
  border-left: 1px solid rgba(255, 255, 255, .28);
  padding-left: 14px;
}

.eorik-nav-style.fixed-top {
  top: 38px;
}

.main-nav nav .navbar-nav .nav-item a {
  font-weight: 700;
}

.default-btn,
.default-btn.active {
  background-color: var(--btr-gold);
  border-color: var(--btr-gold);
}

.btr-hero {
  min-height: 760px;
  background: linear-gradient(90deg, rgba(12, 28, 19, .84), rgba(12, 28, 19, .35)), url('../img/BTR/DPS_6680copy.webp') center/cover no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 190px 0 90px;
  position: relative;
}

.btr-hero h1 {
  color: #fff;
  font-size: 68px;
  line-height: 1.03;
  margin-bottom: 18px;
  max-width: 900px;
}

.btr-hero .lead {
  max-width: 720px;
  font-size: 22px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .94);
}

.btr-eyebrow {
  color: #ffd891;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  display: block;
  margin-bottom: 14px;
}

.btr-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0;
}

.btr-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid rgba(255, 255, 255, .86);
  color: #fff;
  padding: 14px 24px;
  border-radius: 3px;
  font-weight: 800;
}

.btr-btn-outline:hover {
  background: #fff;
  color: var(--btr-green);
}

.btr-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.btr-trust-row span {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  padding: 9px 13px;
  border-radius: 3px;
  font-weight: 700;
}

.btr-section {
  padding: 90px 0;
}

.btr-section-soft {
  background: var(--btr-cream);
}

.btr-section-title {
  margin-bottom: 36px;
}

.btr-section-title span {
  color: var(--btr-gold);
  font-weight: 800;
  text-transform: uppercase;
}

.btr-section-title h2 {
  font-size: 42px;
  line-height: 1.16;
  margin: 8px 0 0;
}

.btr-feature-card,
.btr-room-card,
.btr-seo-card,
.btr-faq-card {
  background: #fff;
  border: 1px solid #e8e2d7;
  border-radius: 6px;
  height: 100%;
  padding: 26px;
  box-shadow: 0 14px 34px rgba(23, 61, 43, .07);
}

.btr-feature-card i {
  color: var(--btr-gold);
  font-size: 34px;
  margin-bottom: 16px;
}

.btr-feature-card h3,
.btr-room-card h3,
.btr-seo-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.btr-room-card {
  padding: 0;
  overflow: hidden;
}

.btr-room-card img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}

.btr-room-card-content {
  padding: 24px;
}

.btr-list {
  padding-left: 0;
  list-style: none;
}

.btr-list li {
  margin-bottom: 10px;
  padding-left: 26px;
  position: relative;
}

.btr-list li:before {
  content: "\\2713";
  color: var(--btr-gold);
  font-weight: 900;
  position: absolute;
  left: 0;
}

.btr-safari-band {
  background: linear-gradient(90deg, rgba(23, 61, 43, .94), rgba(47, 107, 69, .86)), url('../img/NewPic/b3.jpg') center/cover no-repeat;
  color: #fff;
}

.btr-safari-band h2,
.btr-safari-band h3 {
  color: #fff;
}

.btr-faq-card h3 {
  font-size: 19px;
  margin-bottom: 8px;
}

.btr-sticky-mobile {
  display: none;
}

.footer-top-area {
  background-color: #10291d;
}

.footer-top-area .single-widget p,
.footer-top-area .single-widget li,
.footer-top-area .single-widget a {
  color: rgba(255, 255, 255, .86);
}

.footer-top-area .single-widget h3 {
  color: #fff;
}

@media (max-width: 991px) {
  .btr-topbar {
    display: none;
  }

  .eorik-nav-style.fixed-top {
    top: 0;
  }

  .btr-hero {
    min-height: auto;
    padding: 145px 0 70px;
  }

  .btr-hero h1 {
    font-size: 42px;
  }

  .btr-hero .lead {
    font-size: 18px;
  }

  .btr-section {
    padding: 62px 0;
  }

  .btr-section-title h2 {
    font-size: 32px;
  }

  .btr-sticky-mobile {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    box-shadow: 0 -8px 25px rgba(0, 0, 0, .18);
  }

  .btr-sticky-mobile a {
    flex: 1;
    text-align: center;
    padding: 12px 8px;
    color: #fff;
    font-weight: 800;
  }

  .btr-sticky-mobile a:first-child {
    background: var(--btr-green);
  }

  .btr-sticky-mobile a:last-child {
    background: #1fa855;
  }
}
