/* Layout: product cards, product grid, image helpers */
/* === Image Fixes === */
.responsive-image {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.responsive-image3 {
  width: 100%;
  height: 100px;
  max-width: 100%;
}

a.checkout-button.button.alt.wc-forward{ background-color: #e4002b; }

/*== Penske Sectoin ==*/
.penske {
  background: url('/wp-content/uploads/2026/03/vitaly-gariev-wS40ELZROLE-unsplash.jpg') center/cover no-repeat;
  color: #ffffff;
}

.penske img {
  max-width: 80% !important;
}

.tpwsec {
  background: url('/wp-content/uploads/2026/03/texas-memes-rduiBu1wW_o-unsplash-1.jpg') center/cover no-repeat;
  color: #ffffff;
}

.tpwsec img {
  max-width: 60% !important;
}
a.checkout-button.button.alt.wc-forward{
  background-color: #e4002b;
}
/* === Card Red Buttons === */
.custom-button-red {
  max-width: 400px;
  width: 100%;
  height: 50px;
  text-align: center;
  text-decoration: none;
  background: #212121;
  color: #e4002b;
  font-size: 1.125rem;
  font-weight: bold;
  border: 3px solid #e4002b;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.custom-button-red:hover {
  color: #212121;
  background: #e4002b;
  border-color: #e4002b;
}

/* === Texas Parks & Wildlife Button === */
.custom-button-green {
  display: inline-block;
  width: 400px;
  height: 50px;
  text-align: center;
  text-decoration: none !important;
  background-color: #212121;
  color: #008062;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #008062;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.custom-button-green:hover {
  background-color: #008062;
  color: #212121;
  border-color: #008062;
}

/* === Penske Yellow Button === */
.custom-button-yellow {
  display: inline-block;
  width: 400px;
  height: 50px;
  text-align: center;
  text-decoration: none !important;
  background-color: #212121;
  color: #feba29;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #feba29;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.custom-button-yellow:hover {
  background-color: #feba29;
  color: #212121;
  border-color: #feba29;
}
.pentexinfo {
  background: rgba(28, 28, 28, .8);
  padding: 3rem;

}
/* === Red Hero Button */
.custom-button {
  display: inline-block;
  max-width: 400px;
  width: 100%;
  height: 50px;
  line-height: 45px;
  text-align: center;
  text-decoration: none !important;
  background-color: #041e42;
  color: #f7f3ed;
  font-size: 1.125rem;
  font-weight: bold;
  border: 3px solid #f7f3ed;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;

}

.custom-button:hover {
  background-color: #1b3962;
  color: #f7f3ed;
  border-color: #f7f3ed;
}
/* === AMERICA'S HEROES – BACKGROUND IMAGE + OVERLAY === */
.amherosection {

  padding-top: 2rem;
  padding-bottom: 2rem;
}

.amhero {
  position: relative;
  background-image: url('/wp-content/uploads/2024/06/amhero.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: var(--radius);
}

/* Dark overlay using ::before */
.amhero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 37, 41, 0.68);
  /* #212529 with 68% opacity */
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}

/* Ensure content is above overlay */
.amhero>.row {
  position: relative;
  z-index: 2;
}

.herotext p {
  color: #cecece;
}

.herotext h1 {
  color: #ffffff
}

/* Footer helpers */
footer { padding-top: 25px; padding-bottom: 12px; color: #ffffff; background: #041e42; }
.footh3 {
  color: #e4002b;
  font-weight: bold;
  text-decoration: none;
}

.pad10 {
  padding-top: 10px;
}

.bluelinks {
  font-weight: bold;
  text-decoration: none;
}

.offsec-info {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.offsecimg img {
  opacity: 25%;
}

.offsec-info p {
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  font-size: 36px;
  padding: 5px 0px 20px 0px;
  text-shadow: 4px 4px 8px #111111;
}

/* footer designed by link */
.copyrow a {
  text-decoration: none;
  color: #fff;

}

.copyrow a:hover {
  color: #007bff;
}

.copyrow {
  padding-top: 50px;
}

.copysize {
  font-size: 10px;
  padding-bottom: 3px;
}

/* image wrap for footer images */
.fiw img {
  width: 200px;
  height: auto;
  padding-bottom: 5px
}

.fiw2 img {
  width: 200px;
  height: auto;
}

@media (max-width:1309px) {
  .footcolbye {
    display: none;
  }


}


.ullistnone a {
  text-decoration: none;
}

.ullistnone ul {
  list-style: none;
  /* no bullets */
  padding-left: 0;
  /* Remove default left padding */

}

footer li a {
  color: #fff;

}

footer li a:hover {
  color: #cacaca;
  text-decoration: none;
}

footer .footh3 h3 {
  color: #e4002b;
  text-decoration: none;
}

footer .footh3:hover h3 {
  color: #fff;

}

footer .footh3:hover {
  text-decoration: none;
}


/* Product card layout */
.fixed-card { background: #fff; border: none; box-shadow: 0 4px 12px rgba(0, 0, 0, .1); }
.fixed-card .row, .fixed-card .col { margin: 0; padding: 0; }

/* Column 1: Image */
.img-col { overflow: hidden; border-radius: 5px 0 0 5px; }
.img-col img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.img-col:hover img { transform: scale(1.05); }

.content-cols { display: flex; }
.content-col { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: 0.5rem 0.6rem; text-align: center; font-size: 0.78rem; width: 50%; }
.content-col strong { color: var(--red); }
.content-col:last-of-type { justify-content: space-between; padding: 0.5rem 0.6rem 0.7rem; }

/* Rates + specs */
.rental-rates>div { display: flex; justify-content: space-between; padding: 1px 0; border-bottom: 1px solid #444; font-size: 0.76rem; }
.rental-rates>div:last-child { border-bottom: none; }
.specs-container { line-height: 1.4; margin-bottom: 0.5rem; width: 100%; }
.spec-line { font-size: 0.74rem; margin-bottom: 2px; }
.spec-line strong { color: var(--red); }

.pill-btn-final { border-radius: 50px; font-size: 0.75rem; padding: 0.4rem 0.8rem; border: 2px solid var(--red); color: #fff; background: #323232; width: 75%; transition: all 0.3s ease; min-height: 32px; display: flex; align-items: center; justify-content: center; }
.pill-btn-final:hover { background: var(--red); color: white !important; transform: translateY(-1px); }

.header-row { display: flex; align-items: center; justify-content: center; text-align: center; }

@media (max-width: 575.98px) {
  .fixed-card { height: auto; }
  .img-col { height: 180px; }
  .content-cols { flex-direction: column; height: auto; }
  .content-col { width: 100%; padding: 0.6rem; }
}

.hr-red { border-top: 1px solid red; }

/* Tables */
.e-table { max-width: 400px; width: 100%; background-color: #333; border: 1px solid #111; -webkit-box-shadow: 0 0 20px #000; box-shadow: 0 0 20px #000; border-collapse: collapse; table-layout: fixed }
.e-table tr th { border-bottom: 1px solid #717171; padding: .5rem .5rem; background: #7c7c7c }
.e-table tr td { border-bottom: 1px solid #a6a6a6; padding: .5rem .5rem; color: #fff }

.stable { border: 1px solid #444 !important; }
.stable th { background: var(--red) !important; color: white !important; font-weight: 600; }
.stable td { background: var(--dark-bg); color: #fff !important; }

/* PRODUCT GRID */
.product-grid { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: center; padding: 0 1rem; }
.product-card-wrapper { flex: 0 0 660px; max-width: 660px; width: 100%; margin: 0 auto; }
@media (max-width: 1024px) { .product-card-wrapper { flex: 0 0 100%; max-width: 100%; } }
@media (max-width: 575.98px) {
  .fixed-card { width: 100% !important; max-width: none; }
  .img-col, .content-cols .col-sm-6 { flex: 0 0 100%; max-width: 100%; }
  .header-row { order: -1; }
}

.table-panel { font-size: .90rem; }
.table-panel th, .table-panel td { padding: .4rem .6rem !important; }
.card-panel { background: #434343; }
.taxnote { color: #0a94f7; }

/* Related and misc small layout rules kept in components if needed */
