/*
 * Golf Cart Rentals Page — Magnum MD
 * Astra Child Theme
 * /assets/golf-carts.css
 */

/* Scope all styles to the page template wrapper to avoid Astra conflicts */
.gcr-page {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  /* Override Astra container constraints */
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Reset inside our wrapper only */
.gcr-page *, .gcr-page *::before, .gcr-page *::after {
  box-sizing: border-box;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
/*
:root {
  --navy:        #0D1B2A;
  --navy-deep:   #091520;
  --gold:        #C9A96E;
  --gold-dark:   #8a6830;
  --gold-darker: #6e5122;
  --gold-dim:    rgba(201,169,110,0.18);
  --gold-faint:  rgba(201,169,110,0.08);
  --cream:       #F5F0E8;
  --cream-55:    rgba(245,240,232,0.55);
  --cream-20:    rgba(245,240,232,0.20);
  --cream-05:    rgba(245,240,232,0.05);
  --ink:         #1a2e42;
  --ink-mid:     #3d5468;
  --ink-muted:   #6b7a87;
  --ink-faint:   #9aaab6;
  --border:      #dde4ea;
  --green-ok:    #4A6741;
}*/

/************************/

:root {
  --navy:        #363087;
  --navy-deep:   #252254;
  --gold:        #ffc107;
  --gold-dark:   #e3ad0b;
  --gold-darker: #755906;
  --gold-dim:    rgba(201,169,110,0.18);
  --gold-faint:  rgba(201,169,110,0.08);
  --cream:       #F5F0E8;
  --cream-55:    rgba(245,240,232,0.55);
  --cream-20:    rgba(245,240,232,0.20);
  --cream-05:    rgba(245,240,232,0.05);
  --ink:         #1a2e42;
  --ink-mid:     #3d5468;
  --ink-muted:   #6b7a87;
  --ink-faint:   #9aaab6;
  --border:      #dde4ea;
  --green-ok:    #4A6741;
}
/****************************/


/* scroll-behavior set via wp_head in functions.php — see notes */

.gcr-page {
  background: var(--navy);
  color: var(--cream);
}



body.page-template-golf-cart-rentals-php .site-content .ast-container {
  display:block!important;

}

body.page-template-golf-cart-rentals-php .eyebrow {
  color:white!important;
}

body.page-template-golf-cart-rentals-php .site-content .ast-container .hero {
    background: var(--navy)!important;
}
.page-template-golf-cart-rentals-php .hero-img{
background:url(https://www.hillcountrylakesrentals.com/wp-content/uploads/2026/06/6seat_onward.jpg); 
background-size:cover;
background-position:right center;
flex:1;}

/* ── HERO (dark) ── */
.hero-wrap { background: var(--navy)!important; border-bottom: 3px solid var(--gold); display:flex; flex-direction:row; }
.hero {
  padding: clamp(48px,8vw,96px) clamp(20px,5vw,80px) clamp(40px,6vw,72px);
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  background: var(--navy)!important;
  flex:1;
}
.eyebrow {
  font-size: clamp(9px,1.2vw,11px);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: white!important;
  margin-bottom: 16px;
}
.hero-title {
  font-size: clamp(42px,8vw,76px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--cream);
  margin-bottom: 16px;
  letter-spacing: 0.02em;
}
.hero-title em { font-style: italic; color: var(--gold); }
.rule { width: 52px; height: 1px; background: var(--gold); margin: 0 auto 20px; }
.hero-sub {
  font-size:1rem;
  /*font-size: clamp(13px,1.6vw,15px);*/
  color: var(--cream-55);
  max-width: 520px;
  margin: 0 auto 32px;
  line-height: 1.75;
  font-weight: 500;
}
.trust-grid {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 380px;
  margin: 0 auto;
}
.trust-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
}
.trust-item:hover { background: none; }
.trust-check {
  font-size: 1.4rem;
  color: #8a6830;
  flex-shrink: 0;
  line-height: 1.2;
}
.trust-text { text-align: left; }
.trust-text strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: #F5F0E8;
  margin-bottom: 2px;
  line-height: 1.3;
}
.trust-text span {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(245,240,232,0.5);
  line-height: 1.5;
}

/* ── SECTIONS (white) ── */
.section-wrap { background: #ffffff; }

.section {
  padding: clamp(40px,6vw,72px) clamp(20px,5vw,80px);
  max-width: 1100px;
  margin: 0 auto;
}

.section-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 8px;
}

.section-title {
  font-size: clamp(26px,3.5vw,36px);
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 28px;
}

/* ── FLEET ── */
.weekly-note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #fdf8ee;
  border: 1px solid #e5d8b8;
  border-radius: 4px;
  padding: 12px 16px;
  /*font-size: 12px; */
  color: var(--ink-mid);
  margin-bottom: 24px;
  line-height: 1.55;
}
.weekly-note i { color: var(--gold-dark); font-size: 15px; flex-shrink: 0; margin-top: 1px; }

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px,1fr));
  gap: 1px;
  background: #dde4ea;
  border: 1px solid #dde4ea;
  border-radius: 6px;
  overflow: hidden;
}

.cart-card {
  background: #ffffff;
  padding: clamp(22px,3vw,32px) clamp(18px,2.5vw,28px);
  cursor: pointer;
  transition: background 0.15s;
}
.cart-card:hover    { background: #f7fafc; }
.cart-card.featured { background: #fffdf9; }
.cart-card.selected { background: #fdf8ee; outline: 2px solid var(--gold); }

.cart-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 2px;
  margin-bottom: 18px;
}
.cart-badge.gold    { background: var(--gold); color: var(--navy)!important; }
.cart-badge.outline { background: #fdf3e0; color: var(--gold-dark); border: 1px solid #e5d8b8; }

.cart-brand {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-bottom: 5px;
}
.cart-model {
  font-size: clamp(20px,2.5vw,26px);
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--ink);
  margin-bottom: 3px;
}
.cart-spec {
  font-size: 12px;
  color: var(--ink-muted);
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
.cart-divider { height: 1px; background: var(--border); margin-bottom: 18px; }

.price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 18px;
}
.price-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.price {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--gold-dark);
  line-height: 1;
}
.price span {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: var(--ink-muted);
  font-weight: 300;
}

.cart-features { display: flex; flex-direction: column; gap: 7px; margin-bottom: 22px; }
.cart-feature {
  font-size: 12px;
  color: var(--ink-mid);
  display: flex;
  align-items: center;
  gap: 9px;
}
.cart-feature i { color: var(--gold-dark); font-size: 14px; }

.select-btn {
  width: 100%;
  padding: 13px;
  background: transparent;
  border: 1px solid #c9a96e;
  color: var(--gold-dark);
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.15s;
}
.select-btn:hover, .select-btn.on {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

/* ── TWO-COL ── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px,4vw,56px);
  align-items: start;
}
@media (max-width: 700px) { .two-col { grid-template-columns: 1fr; } }

/* ── REQUIREMENTS ── */
.req-panel {
  background: #f7fafc;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: clamp(20px,3vw,32px);
}
.req-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.req-item:last-of-type { margin-bottom: 0; }
.req-icon {
  width: 36px;
  height: 36px;
  background: #fdf3e0;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.req-icon i { color: var(--gold-dark); font-size: 16px; }
.req-text strong { display: block; font-size: 13px; font-weight: 600; color: var(--ink); margin-bottom: 3px; }
.req-text p { font-size: 12px; color: var(--ink-muted); line-height: 1.55; }
.req-footnote {
  font-size: 11px;
  color: var(--ink-faint);
  line-height: 1.5;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

/* ── STEPS ── */
.steps { display: flex; flex-direction: column; }
.step { display: flex; gap: 16px; padding-bottom: 24px; position: relative; }
.step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 16px; top: 34px; bottom: 0;
  width: 1px;
  background: var(--border);
}
.step-num {
  width: 33px; height: 33px;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 600;
  color: var(--gold-dark);
  flex-shrink: 0;
  background: #fff;
}
.step-content strong { display: block; font-weight: 600; color: var(--ink); margin-bottom: 4px; padding-top: 6px; }
.step-content p { font-size: 12px; color: var(--ink-muted); line-height: 1.6; }

/* ── BOOKING (dark) ── */
.booking-section {
  background: var(--navy-deep);
  border-top: 3px solid var(--gold);
  padding: clamp(40px,6vw,72px) clamp(20px,5vw,80px);
}
.booking-inner { max-width: 680px; margin: 0 auto; }
.booking-section .section-label { color: var(--gold); }
.booking-section .section-title { color: var(--cream); }

.booking-intro {
  /*font-size: 13px;*/
  color: rgba(245,240,232,0.45);
  text-align: center;
  line-height: 1.7;
  margin-bottom: 36px;
}

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 540px) {
  .form-grid { grid-template-columns: 1fr; }
  .form-group.full { grid-column: 1; }
}
.form-group { display: flex; flex-direction: column; gap: 7px; }
.form-group.full { grid-column: 1 / -1; }
.form-label {
  font-size: 10px; font-weight: 600;
  letter-spacing: 0.17em; text-transform: uppercase;
  color: rgba(245,240,232,0.45);
}
.form-input {
  background: rgba(245,240,232,0.05);
  border: 1px solid rgba(201,169,110,0.22);
  border-radius: 3px;
  color: var(--cream);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  padding: 13px 14px;
  width: 100%;
  outline: none;
  transition: border-color 0.15s;
  -webkit-appearance: none;
  appearance: none;
  min-height: 48px;
}
.form-input:focus { border-color: rgba(201,169,110,0.6); }
.form-input::placeholder { color: rgba(245,240,232,0.2); }
.form-input option { background: #0f2235; color: var(--cream); }

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(0.7) sepia(1) saturate(2) hue-rotate(5deg);
  cursor: pointer;
}

.submit-btn {
  width: 100%;
  padding: 17px;
  background: var(--gold);
  border: none;
  border-radius: 3px;
  color: var(--navy);
  font-family: 'Poppins', sans-serif;
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.16em; text-transform: uppercase;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.15s;
}
.submit-btn:hover  { background: #d4b87a; }
.submit-btn:active { background: #b8974e; }
.submit-btn.done   { background: var(--green-ok); color: var(--cream); cursor: default; }

.form-note {
  font-size: 11px;
  color: rgba(245,240,232,0.25);
  text-align: center;
  margin-top: 14px;
  line-height: 1.6;
}

@media (max-width: 600px) { .footer { flex-direction: column; align-items: flex-start; } }

  /* ── CART IMAGES ── */
  .cart-img-wrap {
    width: 100%;
    aspect-ratio: 800 / 520;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 20px;
    background: #eef0f2;
  }
  .cart-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 38%;
    display: block;
    transition: transform 0.4s ease;
  }
  .cart-card:hover .cart-img-wrap img { transform: scale(1.03); }