@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&display=swap');

/* ============================================================
   TEE IT UP TRAVEL — BELFRY LANDING PAGE
   All rules are scoped to .tiup-page so the website header,
   navigation and other pages are left untouched.
============================================================ */

#r8_content .tiup-page {
  --tiup-navy: #031740;
  --tiup-dark: #02102b;
  --tiup-green: #44916c;
  --tiup-green-dark: #2e6b4f;
  --tiup-green-bg: #eaf2ed;
  --tiup-green-border: #c8dfcf;
  --tiup-light: #f4f6f3;
  --tiup-text: #374a3c;
  --tiup-muted: #5a7060;
  --tiup-radius: 8px;
  font-family: "Jost", Arial, sans-serif !important;
  color: var(--tiup-text);
}

#r8_content .tiup-page,
#r8_content .tiup-page p,
#r8_content .tiup-page a,
#r8_content .tiup-page span,
#r8_content .tiup-page strong,
#r8_content .tiup-page h1,
#r8_content .tiup-page h2,
#r8_content .tiup-page h3,
#r8_content .tiup-page h4,
#r8_content .tiup-page h5,
#r8_content .tiup-page h6,
#r8_content .tiup-page li,
#r8_content .tiup-page button,
#r8_content .tiup-page input,
#r8_content .tiup-page select,
#r8_content .tiup-page textarea {
  font-family: "Jost", Arial, sans-serif !important;
}

#r8_content .tiup-page .fa {
  font-family: FontAwesome !important;
}

#r8_content .tiup-page *,
#r8_content .tiup-page *::before,
#r8_content .tiup-page *::after {
  box-sizing: border-box;
}

#r8_content .tiup-page h1,
#r8_content .tiup-page h2,
#r8_content .tiup-page h3,
#r8_content .tiup-page h4 {
  font-weight: 500;
  letter-spacing: -0.02em;
}

#r8_content .tiup-page p {
  line-height: 1.65;
}

#r8_content .tiup-page .stripeInner {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

#r8_content .tiup-page img.noCollapse[src*="spacer.gif"] {
  display: none !important;
}

/* === BACKGROUNDS === */
#r8_content .tiup-page .tiup-bg-light {
  background: var(--tiup-light) !important;
}

#r8_content .tiup-page .tiup-bg-green-soft {
  background: var(--tiup-green-bg) !important;
}

#r8_content .tiup-page .tiup-bg-green-solid {
  background: var(--tiup-green) !important;
}

/* === SECTION TITLES === */
#r8_content .tiup-page .tiup-eyebrow,
#r8_content .tiup-page .tiup-eyebrow-light {
  display: block;
  margin: 0 0 8px;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#r8_content .tiup-page .tiup-eyebrow {
  color: var(--tiup-green);
}

#r8_content .tiup-page .tiup-eyebrow-light {
  color: rgba(255,255,255,0.62);
}

#r8_content .tiup-page .tiup-divider,
#r8_content .tiup-page .tiup-divider-left {
  width: 38px;
  height: 3px;
  border-radius: 2px;
  background: var(--tiup-green);
}

#r8_content .tiup-page .tiup-divider {
  margin: 14px auto 28px;
}

#r8_content .tiup-page .tiup-divider-left {
  margin: 14px 0 24px;
}

/* === BUTTONS === */
#r8_content .tiup-page .tiup-btn-green,
#r8_content .tiup-page .tiup-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 22px;
  border-radius: var(--tiup-radius);
  font-size: 0.92em;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

#r8_content .tiup-page .tiup-btn-green {
  border: 1px solid var(--tiup-green);
  background: var(--tiup-green);
  color: #ffffff !important;
}

#r8_content .tiup-page .tiup-btn-green:hover {
  border-color: var(--tiup-green-dark);
  background: var(--tiup-green-dark) !important;
}

#r8_content .tiup-page .tiup-btn-secondary {
  border: 1px solid var(--tiup-green-border);
  background: #ffffff;
  color: var(--tiup-navy) !important;
}

#r8_content .tiup-page .tiup-btn-secondary:hover {
  border-color: var(--tiup-green);
  color: var(--tiup-green-dark) !important;
}

/* === HERO === */
#r8_content .parallax01 {background-image: url(/shared/images/content/bus_57567/The-belfry-golf-breaks.jpg); 
background-attachment: fixed; 
background-position-x: right; 
background-position-y: top;}
.parallax-light {background-color: rgba(0,0,0,0.5); margin-top:-15px; color:#FFF;}


#r8_content .tiup-page .tiup-hero-section .stripeInner {
  padding-top: 38px !important;
  padding-bottom: 48px !important;
}

#r8_content .tiup-page .tiup-hero-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px;
}

#r8_content .tiup-page .tiup-hero-row > section {
  float: none;
  padding-right: 18px;
  padding-left: 18px;
}

#r8_content .tiup-page .tiup-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
  padding: 5px 14px;
  border: 1px solid rgba(116,188,154,0.42);
  border-radius: 40px;
  background: rgba(68,145,108,0.16);
  color: #c0edd7;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

#r8_content .tiup-page .tiup-hero-section h1 {
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 12px !important;
  font-size: clamp(6em) !important;
  line-height: 1.08 !important;
}

#r8_content .tiup-page .tiup-hero-subtitle {
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 1.08em;
  font-weight: 400;
}

#r8_content .tiup-page .tiup-price-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 3px;
  margin: 2px 0 22px;
  padding: 8px 16px;
  border-radius: var(--tiup-radius);
  background: var(--tiup-green);
  color: #ffffff;
  font-size: 1.08em;
  font-weight: 700;
}

#r8_content .tiup-page .tiup-price-badge span {
  font-size: 0.72em;
  font-weight: 400;
  opacity: 0.9;
}

#r8_content .tiup-page .tiup-hero-section .tiup-tf-box {
  width: 100%;
  max-width: 590px;
  margin-left: auto;
}

/* === TYPEFORM PANELS === */
#r8_content .tiup-page .tiup-tf-box {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 14px 44px rgba(0,0,0,0.18);
}

#r8_content .tiup-page .tiup-tf-banner-green,
#r8_content .tiup-page .tiup-tf-banner-navy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 18px 22px;
}

#r8_content .tiup-page .tiup-tf-banner-green {
  background: var(--tiup-green);
}

#r8_content .tiup-page .tiup-tf-banner-navy {
  background: var(--tiup-navy);
}

#r8_content .tiup-page .tiup-tf-banner-green h3,
#r8_content .tiup-page .tiup-tf-banner-navy h3 {
  margin-top: 0;
  margin-bottom: 2px;
}

#r8_content .tiup-page .tiup-tf-embed-dark,
#r8_content .tiup-page .tiup-tf-embed-light {
  padding: 22px;
}

#r8_content .tiup-page .tiup-tf-embed-dark {
  background: var(--tiup-dark);
}

#r8_content .tiup-page .tiup-tf-embed-light {
  background: #ffffff;
}

/* === INFORMATION ELEMENTS === */
#r8_content .tiup-page .tiup-location-pill,
#r8_content .tiup-page .tiup-info-strip {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid var(--tiup-green-border);
  border-radius: var(--tiup-radius);
  background: var(--tiup-green-bg);
}

#r8_content .tiup-page .tiup-location-pill {
  margin-bottom: 22px;
  padding: 15px 17px;
}

#r8_content .tiup-page .tiup-info-strip {
  padding: 16px 18px;
}

#r8_content .tiup-page .tiup-fact-card {
  margin-bottom: 8px;
  padding: 14px 12px;
  border: 1px solid var(--tiup-green-border);
  border-radius: var(--tiup-radius);
  background: var(--tiup-green-bg);
  text-align: center;
}

#r8_content .tiup-page .tiup-fact-val {
  margin-bottom: 4px;
  color: var(--tiup-green);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
}

#r8_content .tiup-page .tiup-fact-lbl {
  color: var(--tiup-muted);
  font-size: 0.72em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#r8_content .tiup-page .tiup-img-ph,
#r8_content .tiup-page .tiup-img-ph-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 12px;
  border-radius: var(--tiup-radius);
  font-size: 0.8em;
  text-align: center;
}

#r8_content .tiup-page .tiup-img-ph {
  border: 1px solid var(--tiup-green-border);
  background: var(--tiup-green-bg);
  color: var(--tiup-muted);
}

#r8_content .tiup-page .tiup-img-ph-dark {
  border: 1px solid rgba(68,145,108,0.28);
  background: rgba(255,255,255,0.04);
  color: #9eb2a8;
}

/* === EQUAL-HEIGHT CONTENT ROWS === */
#r8_content .tiup-page .tiup-card-row {
  display: flex;
  flex-wrap: wrap;
}

#r8_content .tiup-page .tiup-card-row > section {
  display: flex;
  float: none;
  flex-direction: column;
  margin-bottom: 24px;
}

#r8_content .tiup-page .tiup-card-row .tiup-course-card,
#r8_content .tiup-page .tiup-card-row .tiup-pkg-card,
#r8_content .tiup-page .tiup-card-row .tiup-dining-card,
#r8_content .tiup-page .tiup-card-row .tiup-why-card {
  width: 100%;
  height: 100%;
}

/* === COURSE CARDS === */
#r8_content .tiup-page .tiup-course-card {
  overflow: hidden;
  border: 1px solid #d0e0d5;
  border-radius: var(--tiup-radius);
  background: #ffffff;
  box-shadow: 0 3px 16px rgba(26,43,34,0.09);
  transition: transform .2s ease, box-shadow .2s ease;
}

#r8_content .tiup-page .tiup-course-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 9px 28px rgba(26,43,34,0.13);
}

#r8_content .tiup-page .tiup-course-head {
  padding: 19px 21px 16px;
  background: var(--tiup-navy);
}

#r8_content .tiup-page .tiup-course-tag,
#r8_content .tiup-page .tiup-pkg-night-tag {
  margin: 0 0 5px;
  color: #74bc9a;
  font-size: 0.69em;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

#r8_content .tiup-page .tiup-course-body {
  padding: 20px 21px 23px;
}

#r8_content .tiup-page .tiup-course-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-bottom: 13px;
}

#r8_content .tiup-page .tiup-stat {
  display: flex;
  flex-direction: column;
}

#r8_content .tiup-page .tiup-stat-val {
  color: #1a2b22;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

#r8_content .tiup-page .tiup-stat-lbl {
  margin-top: 3px;
  color: var(--tiup-muted);
  font-size: 0.67em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#r8_content .tiup-page .tiup-course-accent {
  width: 30px;
  height: 2px;
  margin: 11px 0;
  border-radius: 2px;
  background: var(--tiup-green);
}

#r8_content .tiup-page .tiup-cta-strip-light,
#r8_content .tiup-page .tiup-corporate-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px 24px;
  padding: 20px 23px;
  border: 1px solid var(--tiup-green-border);
  border-radius: var(--tiup-radius);
}

#r8_content .tiup-page .tiup-cta-strip-light {
  margin-top: 2px;
  background: #ffffff;
  box-shadow: 0 3px 16px rgba(26,43,34,0.07);
}

#r8_content .tiup-page .tiup-corporate-strip {
  margin-top: 2px;
  background: var(--tiup-green-bg);
}

/* === PACKAGE CARDS === */
#r8_content .tiup-page .tiup-pkg-card {
  overflow: hidden;
  border: 1px solid #d0e0d5;
  border-radius: var(--tiup-radius);
  background: #ffffff;
  box-shadow: 0 3px 16px rgba(26,43,34,0.09);
}

#r8_content .tiup-page .tiup-pkg-card.tiup-pkg-featured {
  border-color: var(--tiup-green);
}

#r8_content .tiup-page .tiup-pkg-head {
  padding: 20px 22px 17px;
  background: var(--tiup-navy);
}

#r8_content .tiup-page .tiup-pkg-body {
  padding: 21px 22px 24px;
}

#r8_content .tiup-page .tiup-pkg-perks {
  margin: 15px 0;
  padding: 13px 15px;
  border-left: 3px solid var(--tiup-green);
  border-radius: 0 4px 4px 0;
  background: var(--tiup-green-bg);
}

#r8_content .tiup-page .tiup-pkg-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 4px 10px;
  border-radius: 40px;
  background: var(--tiup-green);
  color: #ffffff;
  font-size: 0.62em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* === DINING / WHY CARDS === */
#r8_content .tiup-page .tiup-dining-card,
#r8_content .tiup-page .tiup-why-card {
  padding: 25px 21px;
  border: 1px solid #d0e0d5;
  border-radius: var(--tiup-radius);
  background: var(--tiup-light);
  transition: border-color .2s ease, transform .2s ease;
}

#r8_content .tiup-page .tiup-dining-card:hover,
#r8_content .tiup-page .tiup-why-card:hover {
  transform: translateY(-2px);
  border-color: var(--tiup-green);
}

/* === ICON CIRCLES === */
#r8_content .tiup-page .tiup-icon-circle-green,
#r8_content .tiup-page .tiup-icon-circle-dark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
}

#r8_content .tiup-page .tiup-icon-circle-green {
  width: 48px;
  height: 48px;
  border: 1px solid var(--tiup-green-border);
  background: var(--tiup-green-bg);
  color: var(--tiup-green);
  font-size: 1.2em;
}

#r8_content .tiup-page .tiup-icon-circle-dark {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(68,145,108,0.3);
  background: rgba(68,145,108,0.15);
  color: #ffffff;
  font-size: 1em;
}

#r8_content .tiup-page .tiup-icon-circle-dark i {
  color: #ffffff !important;
}

/* === SPA === */
#r8_content .tiup-page .tiup-spa-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 280px;
  padding: 25px;
  border: 1px solid var(--tiup-green-border);
  border-radius: var(--tiup-radius);
  background: var(--tiup-green-bg);
  text-align: center;
}

#r8_content .tiup-page .tiup-feature-row {
  display: flex;
  flex-wrap: wrap;
}

#r8_content .tiup-page .tiup-feature-row > section {
  float: none;
}

#r8_content .tiup-page .tiup-spa-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  margin-bottom: 9px;
  padding: 9px 12px;
  border: 1px solid #d0e0d5;
  border-radius: var(--tiup-radius);
  background: #ffffff;
  color: #1a2b22;
  font-size: 0.87em;
}

/* === AMENITIES === */
#r8_content .tiup-page .tiup-amenity-tile {
  min-height: 105px;
  margin-bottom: 15px;
  padding: 18px 10px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--tiup-radius);
  background: rgba(255,255,255,0.12);
  text-align: center;
  transition: background-color .2s ease, transform .2s ease;
}

#r8_content .tiup-page .tiup-amenity-tile:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.2);
}

#r8_content .tiup-page .tiup-amenity-ico {
  margin: 0 0 9px;
  font-size: 1.5em;
  line-height: 1;
}

#r8_content .tiup-page .tiup-amenity-tile p {
  margin: 0;
  color: rgba(255,255,255,0.94);
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.35;
}

/* === SPLIT PANEL === */
#r8_content .tiup-page .tiup-sgp-panel {
  display: flex;
  overflow: hidden;
  margin-top: 8px;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(26,43,34,0.13);
}

#r8_content .tiup-page .tiup-sgp-col {
  flex: 1;
  padding: 32px 30px;
}

#r8_content .tiup-page .tiup-sgp-left {
  background: var(--tiup-navy);
}

#r8_content .tiup-page .tiup-sgp-right {
  background: var(--tiup-dark);
}

#r8_content .tiup-page .tiup-sgp-col h3 {
  margin-top: 0;
  color: #ffffff;
}

#r8_content .tiup-page .tiup-sgp-col p {
  color: #dce6dd;
  font-size: 0.9em;
}

/* === BESPOKE PANEL === */
#r8_content .tiup-page .tiup-bespoke-panel {
  padding: 29px 27px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 9px 34px rgba(0,0,0,0.18);
}

#r8_content .tiup-page .tiup-inline-contact {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--tiup-navy) !important;
  font-weight: 600;
  text-decoration: none !important;
}

/* === FINAL CTA === */
#r8_content .tiup-page .tiup-final-cta .stripeInner {
  padding-top: 52px !important;
  padding-bottom: 52px !important;
}

#r8_content .tiup-page .tiup-final-cta .tiup-tf-box {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

#r8_content .tiup-page .tiup-final-cta .tiup-tf-embed-light {
  padding: 24px;
}

#r8_content .tiup-page .tiup-final-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* === RESPONSIVE === */
@media (max-width: 991px) {
  #r8_content .tiup-page .stripeInner {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }

  #r8_content .tiup-page .tiup-hero-row {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
  }

  #r8_content .tiup-page .tiup-hero-row > section {
    padding-right: 15px;
    padding-left: 15px;
  }

  #r8_content .tiup-page .tiup-hero-section .tiup-tf-box {
    max-width: none;
    margin-top: 28px;
    margin-left: 0;
  }

  #r8_content .tiup-page .tiup-card-row {
    display: block;
  }

  #r8_content .tiup-page .tiup-card-row > section {
    display: block;
  }

  #r8_content .tiup-page .parallax01 {
    background-attachment: scroll;
  }
}

@media (max-width: 767px) {
  #r8_content .tiup-page .stripeInner,
  #r8_content .tiup-page .tiup-hero-section .stripeInner,
  #r8_content .tiup-page .tiup-final-cta .stripeInner {
    padding-top: 34px !important;
    padding-bottom: 34px !important;
  }

  #r8_content .tiup-page .tiup-hero-section h1 {
    font-size: 3rem !important;
  }

  #r8_content .tiup-page .tiup-tf-banner-green,
  #r8_content .tiup-page .tiup-tf-banner-navy,
  #r8_content .tiup-page .tiup-cta-strip-light,
  #r8_content .tiup-page .tiup-corporate-strip {
    align-items: flex-start;
    flex-direction: column;
  }

  #r8_content .tiup-page .tiup-sgp-panel {
    flex-direction: column;
  }

  #r8_content .tiup-page .tiup-sgp-col {
    padding: 26px 22px;
  }

  #r8_content .tiup-page .tiup-final-actions,
  #r8_content .tiup-page .tiup-final-actions a {
    width: 100%;
  }
}

#r8_content .ub .container {
    padding-left: 5px;
    padding-right: 5px;
}

#r8_content .parallax-overlay .container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    #r8_content .tiup-page .tiup-hero-section h1 {
        font-size: 1.5em !important;
        font-weight: 650;
        text-align: left;
    }
}

@media (max-width: 767px) {
    #r8_content .tiup-page .h2 {
        text-align: left;
    }
}

#r8_logo img {
    display: block;
    max-width: 65%;
    max-height: 65%;
}

#r8_coving {
    background-color: #fff;
    display: none;
}

@media (min-width: 900px) {
    #r8_navbar .navbar {
        height: 80px;
    }
}

@media (min-width: 900px) {
    .logoContainer {
        height: 80px;
        line-height: 80px;
    }
}
