/* ============================================
   custom.css — Garner Auctions, Inc.
   Project-specific overrides. Last layer in CSS stack.
   Load order: bootstrap → ... → style.css → mainstyle.css → brand.css → custom.css
   ============================================ */

/* --- Homepage: header overlays hero (hero-layout2) ---
   style2 is the homepage-only header variant (set as default in header.php).
   Position absolute so the full-bleed hero starts at top:0 and the
   semi-transparent header floats over it as designed in the template.
   Inner pages use a different $headerStyle and are unaffected.
   ---------------------------------------------------- */
.header-layout1.style2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/* --- Preloader: keep logo from filling the spinner circle --- */
.preloader-inner img {
  max-height: 60px;
  width: auto;
}

/* --- Hero credential pills: phone + experience — consistent size, white icons --- */
.hero-layout2 .call-icon,
.hero-layout2 .home-hero-cred-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 54px; height: 54px; flex-shrink: 0;
}
.hero-layout2 .call-icon img,
.hero-layout2 .home-hero-cred-icon img {
  max-width: 32px;
  max-height: 32px;
  filter: brightness(0) invert(1); /* make SVG icons white on dark hero */
}
.hero-layout2 .media-call { font-size: 17px; }
.hero-layout2 .media-info .title,
.hero-layout2 .media-info .media-call {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
}

/* --- Why Choose Garner: brand-gold tint on original template SVG icons --- */
.benefits-layout1 .service-icon img {
  max-width: 48px;
  max-height: 48px;
  /* Convert template SVG color → brand gold #AD9600 */
  filter: brightness(0) saturate(100%) invert(53%) sepia(95%) saturate(500%) hue-rotate(26deg) brightness(98%) contrast(95%);
}
.benefits-layout1 .service-style1 .service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* --- News page: category tag + author meta in blog-meta row --- */
.nw-category {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: var(--theme-color, #AD9600);
  font-weight: 500;
}
.nw-category i { font-size: 11px; }

/* blog-style1 hover: card bg turns gold, so spans (not covered by template) need white */
.blog-style1:hover .blog-meta span { color: #fff; }
.blog-style1:hover .blog-meta span i { color: #fff; }

/* ============================================
   FALLBACKS — when JS doesn't apply data-bg-src
   These ensure dark bg + light text always render
   even if the JS bg-image handler doesn't run.
   ============================================ */

/* --- Inside-page breadcrumb (all inner pages) --- */
.breadcumb-wrapper {
  background-color: #1a1a1a !important;
  background-image: url('/images/header-breadcrumb2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 210px 0 80px !important;
  position: relative;
}
.breadcumb-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 0;
}
.breadcumb-wrapper .container { position: relative; z-index: 1; }
.breadcumb-title {
  color: #fff !important;
  font-family: 'Kanit', sans-serif;
  font-size: 48px;
  font-weight: 600;
  margin: 0 0 12px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.breadcumb-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}
.breadcumb-menu span,
.breadcumb-menu span a {
  color: rgba(255,255,255,0.85) !important;
  font-size: 15px;
}
.breadcumb-menu span a:hover { color: var(--theme-color) !important; }
.breadcumb-content { text-align: center; }

/* --- Footer: dark text on light bg --- */
.footer-layout1 {
  color: #333;
}
.footer-layout1 .newsletter-area,
.footer-layout1 .newsletter-area a,
.footer-layout1 .newsletter-area span,
.footer-layout1 .newsletter-area li,
.footer-layout1 .newsletter-area .text-white {
  color: #333 !important;
}
.footer-layout1 .newsletter-area a:hover { color: var(--theme-color) !important; }
.footer-layout1 .widget_title,
.footer-layout1 h3,
.footer-layout1 h4 { color: #111 !important; }
.footer-layout1 .footer-text,
.footer-layout1 p { color: #444; }
.footer-layout1 .footer-menu li a,
.footer-layout1 .menu li a {
  color: #444;
}
.footer-layout1 .footer-menu li a:hover,
.footer-layout1 .menu li a:hover { color: var(--theme-color); }
.copyright-wrap, .copyright-text, .copyright-text a { color: #666 !important; }
.copyright-text a:hover { color: var(--theme-color) !important; }

/* --- Stats counter / dark sections fallback --- */
.benefits-layout1[data-bg-src],
.counter-section,
.abt-counter,
section[data-bg-src*="listing-bg"],
section[data-bg-src*="footer-bg"] {
  background-color: #1a1a1a !important;
}

/* listing-bg: add dark overlay so white text is readable regardless of image */
section[data-bg-src*="listing-bg"] { position: relative; }
section[data-bg-src*="listing-bg"]::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 0;
  pointer-events: none;
}
section[data-bg-src*="listing-bg"] > .container { position: relative; z-index: 1; }

/* Garner Difference dark section */
.rta-diff-section {
  background-color: #1a1a1a !important;
  position: relative;
}
.rta-diff-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.50);
  z-index: 0;
  pointer-events: none;
}
.rta-diff-section > .container { position: relative; z-index: 1; }

/* ============================================
   Listing-page sidebar widgets (upc- + ps- prefixes)
   These are unique to listing pages, not in template.
   ============================================ */
.upc-results-bar,
.ps-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #f0ede0;
}
.upc-count, .ps-count {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: #666;
  margin: 0;
}
.upc-count strong, .ps-count strong { font-weight: 700; color: #111; }

/* No-results block */
.upc-no-results, .ps-no-results {
  background: #fffbea;
  border: 2px dashed #e8d44d;
  border-radius: 10px;
  padding: 48px 32px;
  text-align: center;
}
.upc-no-results h3, .ps-no-results h3 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.2rem;
  color: #555;
  margin-bottom: 8px;
}
.upc-no-results p, .ps-no-results p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: #888;
  margin: 0;
}

/* Sidebar widgets (shared between upcoming + proven-success) */
.upc-sidebar .widget,
.ps-sidebar .widget {
  background: #fff;
  border: 2px solid #f0ede0;
  border-radius: 12px;
  padding: 24px 22px;
  margin-bottom: 24px;
}
.upc-sidebar .widget_title,
.ps-sidebar .widget_title {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0ede0;
  position: relative;
}
.upc-sidebar .widget_title::after,
.ps-sidebar .widget_title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--theme-color, #AD9600);
}

/* Type filter list */
.upc-type-list, .ps-type-list { list-style: none; margin: 0; padding: 0; }
.upc-type-list li, .ps-type-list li { border-bottom: 1px solid #f5f3eb; }
.upc-type-list li:last-child, .ps-type-list li:last-child { border-bottom: none; }
.upc-type-list a, .ps-type-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 0.87rem;
  color: #444;
  text-decoration: none;
  transition: color 0.2s;
}
.upc-type-list a:hover, .ps-type-list a:hover { color: var(--theme-color); }
.upc-type-count, .ps-type-count {
  background: #f0ede0;
  color: #888;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 10px;
}

/* Bid online links */
.upc-bid-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f7f5ed;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: background 0.2s, transform 0.15s;
}
.upc-bid-link:hover { background: #fffbea; transform: translateX(3px); }
.upc-bid-link:last-of-type { margin-bottom: 0; }
.upc-bid-link i { font-size: 1.1rem; color: var(--theme-color); flex-shrink: 0; }
.upc-bid-link-text { flex: 1; }
.upc-bid-link-title {
  font-family: 'Kanit', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #111;
  display: block;
  line-height: 1.2;
}
.upc-bid-link-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: #888;
}

/* Contact widget */
.upc-contact-item, .ps-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}
.upc-contact-item:last-child, .ps-contact-item:last-child { margin-bottom: 0; }
.upc-contact-icon, .ps-contact-icon {
  width: 36px;
  height: 36px;
  background: #fffbea;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--theme-color);
  flex-shrink: 0;
}
.upc-contact-label, .ps-contact-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 2px;
}
.upc-contact-value, .ps-contact-value {
  font-family: 'Kanit', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111;
}
.upc-contact-value a, .ps-contact-value a { color: #111; text-decoration: none; }
.upc-contact-value a:hover, .ps-contact-value a:hover { color: var(--theme-color); }

/* Track Record stats list (proven-success sidebar) */
.ps-track-list { list-style: none; margin: 0; padding: 0; }
.ps-track-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f5f3eb;
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: #444;
}
.ps-track-list li:last-child { border-bottom: none; }
.ps-track-list strong {
  color: var(--theme-color);
  font-family: 'Kanit', sans-serif;
}

/* ============================================
   UTILITIES & CROSS-PAGE FIXES
   ============================================ */

/* vs-btn hover animation: template uses --secondary-color which produces wrong color.
   Override ::before/::after to #888 so hover shows visible contrast against gold default. */
.vs-btn::before,
.vs-btn::after {
  background: #888888 !important;
}

/* cc-heading-shadow and cc-text-shadow are defined in mainstyle.css
   Override: gold subtitles on dark backgrounds don't need hard black shadow */
.listing-layout1 .sec-subtitle.cc-text-shadow {
  text-shadow: none;
}

/* Footer: no bg-body override needed — footer uses light bg image */

/* Contact: eliminate white gap between map iframe and CTA strip */
.ct-map { margin-bottom: 0; line-height: 0; font-size: 0; }
.ct-map iframe { display: block; }

/* Auction card date badge — pill shape, status-colored */
.auction-date-badge,
.home-auction-date-badge {
  display: inline-block;
  border-radius: 30px;
  padding: 4px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.auction-date-badge--upcoming,
.home-auction-date-badge--upcoming {
  background: #2a9d4f;
  color: #fff;
}
.auction-date-badge--sold,
.home-auction-date-badge--sold {
  background: #c0392b;
  color: #fff;
}

/* Sold card title — single line truncated with ellipsis */
.listing-title--truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listing-title--truncate a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Auction card photo overlay badge — white text/icons on status color */
.listing-style2 .tags--upcoming {
  background-color: #2a9d4f;
  color: #fff;
}
.listing-style2 .tags--upcoming:hover {
  background-color: #237f3f;
  color: #fff;
}
.listing-style2 .tags--sold {
  background-color: #c0392b;
  color: #fff;
}
.listing-style2 .tags--sold:hover {
  background-color: #a5311f;
  color: #fff;
}
.listing-style2 .tags--upcoming i,
.listing-style2 .tags--sold i {
  color: #fff !important;
}

/* Proven Success intro */
.ps-intro {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
}
.ps-intro h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
}
.ps-intro p {
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  color: #666;
  line-height: 1.75;
}

/* Track record stats widget (ps-sidebar) */
.ps-stat-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid #f5f3eb;
}
.ps-stat-row:last-child { border-bottom: none; }
.ps-stat-icon {
  width: 40px;
  height: 40px;
  background: #fffbea;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: var(--theme-color);
  flex-shrink: 0;
}
.ps-stat-number {
  font-family: 'Kanit', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
  display: block;
  line-height: 1.2;
}
.ps-stat-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: #888;
}

/* === Homepage: Auction Types carousel cards === */
.category-style1 .category-title {
  font-size: 1.1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category-style1 .category-text {
  font-size: 0.82rem;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* A1 — icon centering + white icon color */
.category-style1 .category-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-style1 .category-icon .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-style1 .category-icon .icon i {
  color: #ffffff;
}
.category-style1:hover .category-icon i {
  color: #ffffff;
}

/* === Homepage: Proven Success / Upcoming listing-text clamp === */
.listing-layout1 .listing-style2 .listing-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* A2 — Sitewide card equalizer: sticky-footer pattern on listing-style2 */
.vs-listing.listing-style2 {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.listing-style2 .listing-content {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.listing-style2 .list-style1 {
  flex-grow: 1;
}

/* Garner Advantage: space between title and intro paragraph */
.benefits-layout1 .title-area .title-text {
  margin-top: 1.25rem;
}

/* A4 — Why Choose: tighten icon column gap, prevent orphaned title words */
.benefits-layout1 .service-style1 {
  gap: 15px;
}
.benefits-layout1 .service-title {
  font-size: 20px;
  text-wrap: balance;
}

/* A3 — Service Areas cards: hide top label, clamp blurb to 2 lines */
.district-name.home-service-area-label {
  display: none;
}
.district-Listing {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* === Homepage: Force equal height on auction type carousel cards === */
.category-slider1 .slick-track {
  display: flex !important;
}
.category-slider1 .slick-slide {
  height: auto !important;
}
.category-style1 {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* === Homepage: Center section titles (Upcoming Auctions + Proven Success) === */
/* === Homepage: Reduce spacing between Service Area and Garner Advantage === */
.benefits-layout1.space {
  padding-top: 60px;
}

/* === Back-to-top: simple arrow button (replaces scroll-progress indicator) === */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: #AD9600;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, background 0.2s;
  z-index: 9999;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.back-to-top:hover { background: #8a7900; }

/* ============================================================
   Auction Listing Detail page — prefix: ald-
   ============================================================ */

/* Video embed */
.ald-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
.ald-video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Photo Gallery */
.ald-gallery {
  background: #f7f5ed;
  padding-top: 30px;
  padding-bottom: 40px;
}
.ald-gallery .slide-item {
  padding: 0 6px;
}
.ald-gallery .slide-item img {
  border-radius: 10px;
  width: 100%;
  height: 340px;
  object-fit: cover;
  cursor: pointer;
}
.ald-gallery .slick-arrow,
.ald-gallery-slider .slick-arrow {
  z-index: 3;
}
/* 1–3 photos: centered */
.ald-gallery-static {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 0 16px;
}
.ald-gallery-static .slide-item {
  flex: 0 1 400px;
}

/* Info Bar (below gallery) */
.ald-info-bar {
  background: #fff;
  border-bottom: 2px solid #f0ede0;
  padding: 28px 0;
}
.ald-info-main { flex: 1; }
.ald-type-badge {
  display: inline-block;
  background: #AD9600;
  color: #fff;
  font-family: 'Kanit', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 12px;
  margin-bottom: 10px;
}
.ald-status-badge {
  display: inline-block;
  font-family: 'Kanit', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 4px 10px;
  margin-left: 8px;
}
.ald-status-upcoming { background: #2a9d4f; color: #fff; }
.ald-status-sold { background: #c0392b; color: #fff; }
.ald-info-title {
  font-family: 'Kanit', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
}
.ald-info-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ald-info-meta li {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  color: #666;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ald-info-meta li i { color: #AD9600; font-size: 0.8rem; }
.ald-info-meta li a { color: #666; text-decoration: none; }
.ald-info-meta li a:hover { color: #AD9600; }
.ald-info-price {
  text-align: right;
}
.ald-price-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 4px;
}
.ald-price-amount {
  font-family: 'Kanit', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #AD9600;
}

/* Reduce gap between info bar and content — override template .space top padding */
.content-details.space { padding-top: 32px; }

/* Content sections */
.ald-section {
  margin-bottom: 40px;
}
.ald-section-title {
  font-family: 'Kanit', sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0ede0;
  position: relative;
}
.ald-section-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #AD9600;
}
.ald-description {
  font-family: 'Poppins', sans-serif;
  font-size: 0.92rem;
  color: #333;
  line-height: 1.8;
}

/* Details grid */
.ald-details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.ald-detail-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #f5f3eb;
  font-family: 'Poppins', sans-serif;
  font-size: 0.87rem;
}
.ald-detail-row:nth-child(odd) { background: #faf8f2; }
.ald-detail-label {
  color: #888;
  font-weight: 500;
}
.ald-detail-value {
  color: #111;
  font-weight: 600;
  text-align: right;
}

/* Property features checklist */
.ald-features-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ald-features-list li {
  font-family: 'Poppins', sans-serif;
  font-size: 0.87rem;
  color: #444;
  padding: 8px 0;
  border-bottom: 1px solid #f5f3eb;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ald-features-list li:last-child { border-bottom: none; }
.ald-features-list li i {
  color: #AD9600;
  font-size: 0.85rem;
  width: 18px;
  text-align: center;
}

/* Map */
.ald-map iframe {
  width: 100%;
  height: 350px;
  border: none;
  border-radius: 10px;
}

/* Terms accordion */
.ald-terms .accordion-button {
  font-family: 'Kanit', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111;
  background: #faf8f2;
  border: none;
  box-shadow: none;
  padding: 14px 20px;
}
.ald-terms .accordion-button:not(.collapsed) {
  color: #AD9600;
  background: #fffbea;
}
.ald-terms .accordion-button::after {
  filter: brightness(0.5);
}
.ald-terms .accordion-body {
  font-family: 'Poppins', sans-serif;
  font-size: 0.87rem;
  color: #555;
  line-height: 1.75;
  padding: 16px 20px;
}

/* Sidebar widgets */
.ald-sidebar .widget {
  background: #fff;
  border: 2px solid #f0ede0;
  border-radius: 12px;
  padding: 24px 22px;
  margin-bottom: 24px;
}
.ald-sidebar .widget_title {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0ede0;
  position: relative;
}
.ald-sidebar .widget_title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #AD9600;
}

/* Countdown timer */
.ald-countdown {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  text-align: center;
}
.ald-countdown-unit {
  flex: 1;
  background: #faf8f2;
  border-radius: 8px;
  padding: 14px 8px;
}
.ald-countdown-number {
  font-family: 'Kanit', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #AD9600;
  display: block;
  line-height: 1;
}
.ald-countdown-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.68rem;
  color: #777;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 4px;
}

/* Auctioneer card */
.ald-auctioneer {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.ald-auctioneer-img {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #f0ede0;
}
.ald-auctioneer-name {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  display: block;
  line-height: 1.2;
}
.ald-auctioneer-title {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: #888;
}
.ald-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f5f3eb;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
}
.ald-contact-row:last-child { border-bottom: none; }
.ald-contact-row i {
  color: #AD9600;
  width: 18px;
  text-align: center;
  font-size: 0.85rem;
}
.ald-contact-row a { color: #444; text-decoration: none; }
.ald-contact-row a:hover { color: #AD9600; }

/* Bid online links */
.ald-bid-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #f7f5ed;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: background 0.2s, transform 0.15s;
}
.ald-bid-link:hover { background: #fffbea; transform: translateX(3px); }
.ald-bid-link:last-of-type { margin-bottom: 0; }
.ald-bid-link i { font-size: 1.1rem; color: #AD9600; flex-shrink: 0; }
.ald-bid-link-text { flex: 1; }
.ald-bid-link-title {
  font-family: 'Kanit', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #111;
  display: block;
  line-height: 1.2;
}
.ald-bid-link-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: #888;
}

/* Bid Online widget body text + external link icon */
.ald-bid-intro  { font-family:'Poppins',sans-serif; font-size:0.84rem; color:#666; margin-bottom:16px; }
.ald-bid-ext-icon { font-size:0.7rem; color:#bbb; }

/* Back to listings link */
.ald-back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  color: #AD9600;
  text-decoration: none;
  margin-bottom: 20px;
  transition: gap 0.2s;
}
.ald-back-link:hover { gap: 12px; color: #8a7900; }

/* Share buttons */
.ald-share-btn { font-size: 0.82rem; padding: 8px 16px; }
.ald-share-facebook { background: #3b5998; }
.ald-share-twitter { background: #111; }
.ald-share-copy { background: #AD9600; }
.ald-doc-dl-icon { font-size: 0.75rem; color: #bbb; }

/* ── Auction Type Detail (auction-type.php) — at- prefix ── */
.at-overview            { padding: 60px 0 50px; text-align: center; }
.at-icon                { margin-bottom: 16px; }
.at-icon i              { font-size: 3.2rem; color: #AD9600; }
.at-description         { max-width: 640px; margin: 0 auto 20px; font-size: 1.05rem; color: #555; }
.at-stat                { display: inline-block; background: #AD9600; color: #fff; font-size: 0.85rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 18px; border-radius: 20px; margin-top: 8px; }
.at-section-heading     { text-align: center; margin-bottom: 40px; }
.at-section-heading .sec-title { margin-bottom: 6px; }
.at-empty-msg           { font-size: 1rem; color: #777; }
.at-empty-msg a         { color: #AD9600; text-decoration: underline; }
.at-listing-meta        { list-style: none; padding: 0; margin: 8px 0; font-size: 0.84rem; color: #555; }
.at-listing-meta li + li { margin-top: 4px; }
.at-listing-meta i      { color: #AD9600; margin-right: 6px; }
.at-sold-note           { color: #777; font-size: 0.9rem; }
.at-sold-note a         { color: #AD9600; }

/* ── Service Area Detail (service-area.php) — sa- prefix ── */
.sa-overview                { padding: 60px 0 50px; }
.sa-photo                   { border-radius: 6px; overflow: hidden; }
.sa-photo img               { width: 100%; height: auto; display: block; }
.sa-label                   { font-size: 0.8rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #AD9600; margin-bottom: 10px; }
.sa-detail                  { font-size: 1.05rem; color: #555; margin-bottom: 16px; }
.sa-stat                    { display: inline-block; background: #AD9600; color: #fff; font-size: 0.85rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; padding: 6px 18px; border-radius: 20px; margin-bottom: 20px; }
.sa-license-block           { margin-top: 16px; padding: 16px 20px; background: #f8f6ee; border-left: 3px solid #AD9600; border-radius: 4px; }
.sa-license-block h5        { font-size: 0.78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #AD9600; margin: 0 0 8px; }
.sa-license-block p         { font-size: 0.84rem; color: #555; margin: 0; line-height: 1.8; }
.sa-section-heading         { text-align: center; margin-bottom: 40px; }
.sa-section-heading .sec-title { margin-bottom: 6px; }
.sa-empty-msg               { font-size: 1rem; color: #777; }
.sa-empty-msg a             { color: #AD9600; text-decoration: underline; }

/* ── News Page (news.php) — nw- prefix ── */
.nw-cta                 { background: #111; }
.nw-cta-body            { opacity: .85; }

/* ── News Article Detail (news-article.php) — nwa- prefix ── */
.nwa-back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 0.85rem; color: #AD9600; text-decoration: none; margin-bottom: 20px; transition: gap 0.2s; }
.nwa-back-link:hover { gap: 12px; color: #8a7900; }
.nwa-featured-img { width: 100%; height: 420px; object-fit: cover; border-radius: 12px; display: block; margin-bottom: 32px; }
.nwa-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; padding: 16px 0; border-top: 2px solid #f0ede0; border-bottom: 2px solid #f0ede0; margin-bottom: 28px; position: relative; }
.nwa-meta::before { content: ''; position: absolute; bottom: -2px; left: 0; width: 40px; height: 2px; background: #AD9600; }
.nwa-meta-item { display: flex; align-items: center; gap: 7px; font-size: 0.84rem; color: #777; }
.nwa-meta-item i { color: #AD9600; font-size: 0.8rem; }
.nwa-category-badge { display: inline-block; background: #AD9600; color: #fff; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; border-radius: 4px; padding: 3px 10px; }
.nwa-article-title { font-size: 1.85rem; font-weight: 700; color: #111; line-height: 1.25; margin-bottom: 8px; }
.nwa-body { font-size: 0.93rem; color: #444; line-height: 1.9; }
.nwa-body p { margin-bottom: 1.4rem; }
.nwa-body h2 { font-size: 1.25rem; font-weight: 700; color: #111; margin-top: 2rem; margin-bottom: 0.75rem; }
.nwa-body h3 { font-size: 1.05rem; font-weight: 600; color: #333; margin-top: 1.75rem; margin-bottom: 0.6rem; }
.nwa-body ul, .nwa-body ol { padding-left: 1.5rem; margin-bottom: 1.4rem; }
.nwa-body li { margin-bottom: 0.5rem; }
.nwa-body blockquote { background: #faf8f2; border-left: 4px solid #AD9600; padding: 18px 24px; margin: 2rem 0; font-style: italic; color: #555; border-radius: 0 8px 8px 0; }
.nwa-share { margin-top: 28px; padding-top: 20px; border-top: 1px solid #f0ede0; display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.nwa-share-label { font-size: 0.82rem; font-weight: 600; color: #888; text-transform: uppercase; letter-spacing: 0.07em; }
.nwa-sidebar .widget { background: #fff; border: 2px solid #f0ede0; border-radius: 12px; padding: 24px 22px; margin-bottom: 24px; }
.nwa-sidebar .widget_title { font-size: 1rem; font-weight: 700; color: #111; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid #f0ede0; position: relative; }
.nwa-sidebar .widget_title::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 40px; height: 2px; background: #AD9600; }
.nwa-author { display: flex; align-items: flex-start; gap: 14px; }
.nwa-author-img { width: 64px !important; height: 64px !important; min-width: 64px; min-height: 64px; border-radius: 50%; object-fit: cover; border: 3px solid #f0ede0; flex-shrink: 0; }
.nwa-author-img--logo { object-fit: contain; background: #f5f3eb; }
.nwa-author-name { font-size: 1rem; font-weight: 700; color: #111; display: block; line-height: 1.2; }
.nwa-author-role { font-size: 0.75rem; color: #888; display: block; margin-bottom: 8px; }
.nwa-author-bio { font-size: 0.82rem; color: #666; line-height: 1.65; margin: 0; }
.nwa-related-item { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid #f5f3eb; text-decoration: none; }
.nwa-related-item:first-of-type { padding-top: 0; }
.nwa-related-item:last-of-type { border-bottom: none; padding-bottom: 0; }
.nwa-related-img { width: 72px; height: 55px; object-fit: cover; border-radius: 6px; flex-shrink: 0; }
.nwa-related-title { font-size: 0.88rem; font-weight: 600; color: #222; line-height: 1.3; display: block; transition: color 0.2s; }
.nwa-related-item:hover .nwa-related-title { color: #AD9600; }
.nwa-related-date { font-size: 0.75rem; color: #aaa; display: block; margin-top: 4px; }
.nwa-cat-list { list-style: none; margin: 0; padding: 0; }
.nwa-cat-list li { border-bottom: 1px solid #f5f3eb; }
.nwa-cat-list li:last-child { border-bottom: none; }
.nwa-cat-list a { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; font-size: 0.87rem; color: #444; text-decoration: none; transition: color 0.2s; }
.nwa-cat-list a:hover { color: #AD9600; }
.nwa-cat-list a span { background: #f0ede0; color: #888; font-size: 0.72rem; font-weight: 600; padding: 2px 8px; border-radius: 20px; }
.nwa-share-facebook { font-size: 0.82rem; padding: 8px 16px; background: #3b5998; }
.nwa-share-twitter  { font-size: 0.82rem; padding: 8px 16px; background: #111; }
.nwa-share-copy     { font-size: 0.82rem; padding: 8px 16px; background: #AD9600; }
.nwa-cta-widget { background: #111 !important; border-color: #111 !important; }
.nwa-cta-widget .widget_title { color: #fff; border-bottom-color: rgba(255,255,255,0.15); }
.nwa-cta-widget p { font-size: 0.84rem; color: rgba(255,255,255,0.75); margin-bottom: 16px; }
.nwa-cta-phone { background: #555; }

/* Responsive */
@media (max-width: 767px) {
  .nwa-featured-img { height: 240px; }
  .nwa-article-title { font-size: 1.4rem; }
  .ald-details-grid { grid-template-columns: 1fr; }
  .ald-info-price { text-align: left; margin-top: 16px; }
  .ald-gallery .slide-item img { height: 220px; }
}

/* ============================================================
   Contact page — prefix: ct-
   ============================================================ */

/* Contact info cards */
.ct-card {
  background: #fff;
  border: 2px solid #f0ede0;
  border-radius: 12px;
  padding: 30px 24px;
  text-align: center;
  height: 100%;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.ct-card:hover {
  border-color: #AD9600;
  box-shadow: 0 6px 24px rgba(173,150,0,0.08);
}
.ct-card-icon {
  width: 56px;
  height: 56px;
  background: #fffbea;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #AD9600;
  margin-bottom: 16px;
}
.ct-card-title {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}
.ct-card-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.ct-card-text a { color: #666; text-decoration: none; }
.ct-card-text a:hover { color: #AD9600; }

/* Form section */
.ct-form-section {
  background: #faf8f2;
  border-radius: 16px;
  padding: 40px;
}
.ct-form-title {
  font-family: 'Kanit', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}
.ct-form-subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: #888;
  margin-bottom: 28px;
}
.ct-form label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 6px;
  display: block;
}
.ct-form .form-control {
  border: 2px solid #e8e4d4;
  border-radius: 8px;
  padding: 12px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: #333;
  transition: border-color 0.2s;
}
.ct-form .form-control:focus {
  border-color: #AD9600;
  box-shadow: 0 0 0 3px rgba(173,150,0,0.1);
}
.ct-form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}
.ct-form select.form-control {
  appearance: auto;
}

/* Sidebar office info */
.ct-office {
  background: #fff;
  border: 2px solid #f0ede0;
  border-radius: 12px;
  padding: 28px 24px;
  margin-bottom: 24px;
}
.ct-office-title {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0ede0;
  position: relative;
}
.ct-office-title::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 40px;
  height: 2px;
  background: #AD9600;
}
.ct-office-row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 16px;
}
.ct-office-row:last-child { margin-bottom: 0; }
.ct-office-icon {
  width: 38px;
  height: 38px;
  background: #fffbea;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #AD9600;
  flex-shrink: 0;
}
.ct-office-label {
  font-family: 'Poppins', sans-serif;
  font-size: 0.72rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 2px;
}
.ct-office-value {
  font-family: 'Kanit', sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #111;
  line-height: 1.4;
}
.ct-office-value a { color: #111; text-decoration: none; }
.ct-office-value a:hover { color: #AD9600; }

/* Service area tags */
.ct-area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.ct-area-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  color: #AD9600;
  background: #fffbea;
  border: 1px solid #f0ede0;
  border-radius: 20px;
  padding: 4px 14px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.ct-area-tag:hover {
  background: #AD9600;
  color: #fff;
  border-color: #AD9600;
}

/* Service area intro/detail text */
.ct-area-intro {
  font-family: 'Poppins', sans-serif;
  font-size: 0.84rem;
  color: #666;
  margin-bottom: 14px;
}
.ct-area-detail {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  color: #999;
  margin-top: 14px;
  margin-bottom: 0;
}

/* Map */
.ct-map iframe {
  width: 100%;
  height: 450px;
  border: none;
}

/* Quick links sidebar */
.ct-quick-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ct-quick-btn { font-size: 0.85rem; }
.ct-quick-btn-outline {
  background: transparent;
  border: 2px solid #AD9600;
  color: #AD9600;
}

/* CTA strip */
.ct-cta-section { background: #111; }
.ct-cta-body { opacity: 0.80; }
.ct-cta-btn-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .ct-form-section { padding: 28px 20px; }
}

/* ============================================================
   Reasons to Auction page — prefix: rta-
   ============================================================ */

/* Reason cards */
.rta-reason-card {
  background: #fff;
  border: 2px solid #f0ede0;
  border-radius: 12px;
  padding: 32px 28px 28px;
  height: 100%;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.rta-reason-card:hover {
  border-color: #AD9600;
  box-shadow: 0 8px 32px rgba(173,150,0,0.12);
  transform: translateY(-4px);
}
.rta-reason-icon {
  width: 60px;
  height: 60px;
  background: #fffbea;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.45rem;
  color: #AD9600;
  flex-shrink: 0;
}
.rta-reason-number {
  font-family: 'Kanit', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  color: #AD9600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.rta-reason-heading {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.3;
}
.rta-reason-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.87rem;
  color: #555;
  line-height: 1.7;
  margin: 0;
}

/* Comparison table */
.rta-compare-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
}
.rta-compare-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.rta-compare-table th {
  font-family: 'Kanit', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 18px 22px;
  text-align: center;
  border: none;
}
.rta-compare-table th:first-child {
  text-align: left;
  background: #f7f5ed;
  color: #444;
}
.rta-col-auction {
  background: #AD9600;
  color: #fff;
}
.rta-col-traditional {
  background: #555;
  color: #fff;
}
.rta-compare-table td {
  font-family: 'Poppins', sans-serif;
  font-size: 0.86rem;
  color: #444;
  padding: 15px 22px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}
.rta-compare-table td:first-child {
  font-weight: 600;
  color: #222;
  background: #fafaf8;
  font-family: 'Kanit', sans-serif;
  font-size: 0.9rem;
}
.rta-compare-table td:nth-child(2) {
  text-align: center;
  background: #fffdf0;
}
.rta-compare-table td:nth-child(3) {
  text-align: center;
  background: #fff;
}
.rta-compare-table tr:last-child td {
  border-bottom: none;
}
.rta-check { color: #2a9d4f; font-size: 1.05rem; }
.rta-x     { color: #c0392b; font-size: 1.05rem; }
.rta-neutral { color: #888; font-size: 0.82rem; }

/* Garner differentiators (dark bg) */
.rta-diff-card {
  text-align: center;
  padding: 36px 24px;
}
.rta-diff-icon {
  font-size: 2.2rem;
  color: #F2CD1A;
  margin-bottom: 16px;
  display: block;
}
.rta-diff-heading {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.rta-diff-text {
  font-family: 'Poppins', sans-serif;
  font-size: 0.86rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.72;
  margin: 0;
}
.rta-diff-divider {
  width: 1px;
  background: rgba(255,255,255,0.12);
  align-self: stretch;
}

/* Reduce default mb-50 gap between section title and content */
.rta-reasons-section .mb-50,
.rta-compare-section .mb-50,
.rta-faq-section .mb-50 {
  margin-bottom: 24px !important;
}
/* Dark bg amplifies visual weight — tighter gap for diff section */
.rta-diff-section .mb-50 {
  margin-bottom: 12px !important;
}

/* Intro body text */
.rta-intro-text {
  font-family: 'Poppins', sans-serif;
  font-size: 1.02rem;
  line-height: 1.78;
  color: #444;
}

/* FAQ accordion */
.rta-faq-wrap .accordion-item {
  border: 2px solid #f0ede0;
  border-radius: 10px !important;
  margin-bottom: 12px;
  overflow: hidden;
}
.rta-faq-wrap .accordion-button {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #111;
  background: #fff;
  box-shadow: none;
  padding: 20px 24px;
}
.rta-faq-wrap .accordion-button:not(.collapsed) {
  color: #AD9600;
  background: #fffbea;
}
.rta-faq-wrap .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23AD9600'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.rta-faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23AD9600'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* Bootstrap overrides last accordion-item border-radius — force our value */
.rta-faq-wrap .accordion-item:last-of-type {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.rta-faq-wrap .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.rta-faq-wrap .accordion-body {
  font-family: 'Poppins', sans-serif;
  font-size: 0.88rem;
  color: #555;
  line-height: 1.78;
  background: #fffdf5;
  padding: 20px 24px 24px;
}

/* Diff section subtitle gold color */
.rta-diff-subtitle {
  color: #F2CD1A;
}

/* CTA strip */
.rta-cta-section { background: #111; }
.rta-cta-body { opacity: 0.80; }
.rta-cta-btn-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
}

/* Compare table column widths */
.rta-compare-table th:first-child,
.rta-compare-table td:first-child { width: 36%; }
.rta-col-auction,
.rta-compare-table td:nth-child(2) { width: 32%; }
.rta-col-traditional,
.rta-compare-table td:nth-child(3) { width: 32%; }

/* Compare table highlight text */
.rta-highlight-text { color: #7a6b00; }

/* Shared icon utilities */
.icon-gold { color: #AD9600; }
.icon-gold-mr { color: #AD9600; margin-right: 6px; }
.icon-white { color: #fff; }

/* Footer contact icons */
.footer-icon { color: #AD9600; }

/* Homepage — hero subheading */
.home-hero-subheading { font-size: 1.1rem; max-width: 600px; margin: 0 auto 1.5rem; }

/* Homepage — footer CTA strip */
.home-cta-section { background: #111; }
.home-cta-subtitle { color: #c9a84c; }
.home-cta-desc { opacity: .8; max-width: 620px; }

/* ========================================================================
   Upcoming Auctions Page (.upc- prefix)
   ======================================================================== */

/* Pagination */
.upc-pagination .page-link        { color: #AD9600; border-color: #ddd; }
.upc-pagination .page-item.active .page-link { background: #AD9600; border-color: #AD9600; color: #fff; }
.upc-pagination .page-link:hover  { background: #f8f3e0; color: #AD9600; }

/* Proven Results sidebar mini-list */
.upc-sold-item         { display:flex; gap:12px; padding:10px 0; border-bottom:1px solid #eee; }
.upc-sold-item:last-child { border-bottom:none; }
.upc-sold-thumb        { width:70px; height:56px; object-fit:cover; border-radius:4px; flex-shrink:0; }
.upc-sold-meta         { flex:1; min-width:0; }
.upc-sold-type         { font-size:0.7rem; font-weight:600; color:#AD9600; text-transform:uppercase; letter-spacing:.04em; display:block; }
.upc-sold-title        { font-size:0.8rem; font-weight:600; color:#111; display:block; margin:2px 0; line-height:1.3; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.upc-sold-title:hover  { color:#AD9600; }
.upc-sold-date         { font-size:0.72rem; color:#999; }

/* Ghost CTA button on dark background */
.upc-cta-ghost         { background:transparent; border:2px solid rgba(255,255,255,0.4); color:#fff; }

/* CTA section */
.upc-cta-section { background: #111; }
.upc-cta-text { opacity: 0.80; }

/* Page info text */
.upc-page-info { font-size: 0.85rem; }

/* Sidebar contact text */
.upc-sidebar-contact-text { font-family: 'Poppins', sans-serif; font-size: 0.84rem; color: #666; margin-bottom: 18px; }

/* ========================================================================
   About Us Page (.abt- prefix)
   ======================================================================== */

/* Story section */
.abt-story-img { border-radius: 12px; overflow: hidden; box-shadow: 0 8px 40px rgba(0,0,0,0.12); }
.abt-story-img img { width: 100%; height: auto; display: block; }

/* Credential badges (inline, gold-bordered pills) */
.abt-cred-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fffbea;
  border: 1px solid #AD9600;
  color: #7a6b00;
  font-family: 'Kanit', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
  margin: 3px 4px 3px 0;
  white-space: nowrap;
}
.abt-cred-badge i { color: #AD9600; }
.abt-cred-badge-sm { font-size: 0.72rem; padding: 3px 10px; }

/* Team cards */
.abt-team-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  overflow: hidden;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.abt-team-card:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,0.13);
  transform: translateY(-3px);
}
.abt-team-photo { background: #f0efeb; }
.abt-team-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.abt-team-body { padding: 22px 22px 20px; flex: 1; display: flex; flex-direction: column; }
.abt-team-name {
  font-family: 'Kanit', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 3px;
  color: #111;
}
.abt-team-role {
  font-family: 'Poppins', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #AD9600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.abt-team-bio {
  font-family: 'Poppins', sans-serif;
  font-size: 0.86rem;
  color: #555;
  line-height: 1.68;
  margin-bottom: 12px;
  flex: 1;
}
.abt-team-phone {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
  margin-top: auto;
}
.abt-team-phone a { color: #AD9600; font-weight: 600; text-decoration: none; }
.abt-team-phone a:hover { text-decoration: underline; }

/* In memoriam block */
.abt-memorial {
  background: #f7f7f7;
  border-top: 3px solid #ddd;
  border-radius: 10px;
  padding: 30px 36px;
  text-align: center;
}
.abt-memorial-label {
  font-family: 'Kanit', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
}
.abt-memorial-names {
  font-family: 'Poppins', sans-serif;
  font-size: 0.98rem;
  color: #666;
  font-style: italic;
  line-height: 1.8;
}
.abt-memorial-note {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  color: #aaa;
  margin-top: 8px;
  margin-bottom: 0;
}

/* Service area state cards */
.abt-state-card {
  background: #fff;
  border: 2px solid #ebebeb;
  border-radius: 10px;
  padding: 28px 16px 22px;
  text-align: center;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  color: inherit;
}
.abt-state-badge {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  margin: 4px 0 0;
}
.abt-state-card:hover {
  border-color: #AD9600;
  box-shadow: 0 6px 20px rgba(173,150,0,0.13);
  transform: translateY(-2px);
}
.abt-state-icon {
  font-size: 1.8rem;
  color: #AD9600;
  margin-bottom: 12px;
  display: block;
}
.abt-state-name {
  font-family: 'Kanit', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #111;
}
.abt-state-license {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: #888;
  line-height: 1.6;
  margin: 0;
}

/* Story: stacked cert image + YouTube embed */
.abt-story-media { display: flex; flex-direction: column; gap: 20px; }
.abt-story-cert { border-radius: 10px; overflow: hidden; box-shadow: 0 6px 24px rgba(0,0,0,0.12); }
.abt-story-cert img { width: 100%; height: auto; display: block; }
.abt-story-video { border-radius: 10px; overflow: hidden; box-shadow: 0 6px 24px rgba(0,0,0,0.10); position: relative; padding-top: 56.25%; }
.abt-story-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* Track Record: gold numbers, black label text */
.abt-counter-section .counter-number,
.abt-counter-section .count-icon { color: #AD9600 !important; }
.abt-counter-section .media-text { color: #111 !important; opacity: 1 !important; }

/* In memoriam: small photo row */
.abt-memorial-photos { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; margin-bottom: 16px; }
.abt-memorial-photo { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.abt-memorial-photo img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 2px solid #ddd; filter: grayscale(25%); }
.abt-memorial-photo-name { font-family: 'Poppins', sans-serif; font-size: 0.75rem; color: #888; font-style: italic; text-align: center; }

/* Spacing overrides */
.abt-team-section .mb-50 { margin-bottom: 24px !important; }

/* CTA section */
.abt-cta-section { background: #111; }
.abt-cta-text { opacity: 0.80; }
.abt-cta-phone::before,
.abt-cta-phone::after { background: #888 !important; }
.abt-cta-outline {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
}

/* Stats subtitle override */
.abt-stats-subtitle { color: #111; }

/* Memorial top spacing */
.abt-memorial-row { margin-top: 80px; }

/* State badge detail text */
.abt-state-detail { color: #AD9600; }

/* ========================================================================
   404 Error Page
   ======================================================================== */
.e404-wrap       { padding: 120px 0 100px; }
.e404-number     { font-size: clamp(80px, 20vw, 180px); font-weight: 700; color: var(--theme-color, #AD9600); line-height: 1; margin-bottom: 0; }
.e404-message    { max-width: 480px; margin-left: auto; margin-right: auto; }
.e404-back-btn   { background: rgba(173,150,0,0.35) !important; border-color: rgba(173,150,0,0.5) !important; color: #3d3200 !important; font-size: 13px; }

/* CR11 — footer copyright bar 13px (2026-06-12) */
.copyright-wrap .copyright-text { font-size: 13px; }

/* CR02 — hero dark gradient overlay so white headline + buttons pop (2026-06-12) */
.vs-hero.hero-layout2 { position: relative; }
.vs-hero.hero-layout2 .hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.30) 45%, rgba(0,0,0,.15) 100%); z-index: 1; pointer-events: none; }
.vs-hero.hero-layout2 .container { position: relative; z-index: 2; }

/* CR03 — news article video embed + poster fallback (2026-06-12) */
.nwa-video-wrap { position: relative; width: 100%; aspect-ratio: 16 / 9; margin-bottom: 24px; border-radius: 8px; overflow: hidden; background: #000; }
.nwa-video-wrap iframe, .nwa-video-wrap video { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.nwa-video-poster { position: relative; display: block; margin-bottom: 24px; border-radius: 8px; overflow: hidden; }
.nwa-video-poster .nwa-featured-img { display: block; width: 100%; margin-bottom: 0; }
.nwa-video-poster .nwa-video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 72px; height: 72px; border-radius: 50%; background: rgba(173,150,0,.92); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 26px; transition: transform .2s ease, background .2s ease; }
.nwa-video-poster:hover .nwa-video-play { transform: translate(-50%, -50%) scale(1.08); background: #AD9600; }
.nwa-video-poster .nwa-video-watch { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 16px; background: linear-gradient(transparent, rgba(0,0,0,.78)); color: #fff; font-weight: 600; font-size: 15px; }


/* ===== CR2-03 (2026-06-16): Uniform auction-card images — portrait-safe, balanced grid =====
   Every auction card sitewide uses .vs-listing.listing-style2 .listing-img img
   (index upcoming+proven, upcoming-auctions, proven-success, auction-type, service-area).
   Lock to a fixed 4:3 box with object-fit:cover so portrait thumbs (e.g. 360x480,
   Estate of Robert Mullins Sr) no longer blow out the row. Does NOT touch
   .vs-districts .district-img (CR07 portrait state graphics stay intact). */
.vs-listing.listing-style2 .listing-img { overflow: hidden; }
.vs-listing.listing-style2 .listing-img > a { display: block; }
.vs-listing.listing-style2 .listing-img img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* === CR3-01: Auction Types 3-up static grid + whole-card link === */
.category-layout1 .category-style1 { position: relative; }
.category-layout1 .category-style1 .category-title { position: static; }
.category-layout1 .category-style1 .shape-mockup { pointer-events: none; }
.category-layout1 .category-style1 .category-title a.stretched-link::after { z-index: 2; }

/* === CR3-03: Home Service Area cards — remove ALL hover, soft bottom gradient shadow === */
.districts-layout1 .district-style3,
.districts-layout1 .district-style3 .district-img img { transition: none; }
/* kill the growing dark hover overlay */
.districts-layout1 .district-style3::before { display: none; }
.districts-layout1 .district-style3:hover::before { height: 0; }
/* kill the image zoom on hover */
.districts-layout1 .district-style3:hover .district-img img { transform: none; }
/* kill icon-btn + title link hover state changes */
.districts-layout1 .vs-districts .icon-btn:hover {
  color: var(--theme-color);
  border-color: var(--white-color);
  background-color: var(--white-color);
}
.districts-layout1 .vs-districts .district-title a:hover { color: var(--white-color); }
/* soft dark gradient fading up from the card bottom (over the state graphic) */
.districts-layout1 .district-style3::after {
  background: linear-gradient(to top, rgba(0,0,0,0.78) 0%, rgba(0,0,0,0.45) 28%, rgba(0,0,0,0) 55%);
}

/* === CR3-06: Why Choose Garner section title — keep on one line (template caps at 20ch) === */
.benefits-layout1 .title-area .sec-title { max-width: none; }


/* === CR3-04 contact form polish (build-cmsb-form) 2026-06-18 === */
.ct-form .form-control::placeholder { color:#999999 !important; opacity:1; }
.ct-form .form-control::-webkit-input-placeholder { color:#999999 !important; }
.ct-form .form-control::-moz-placeholder { color:#999999 !important; opacity:1; }

/* nice-select dropdowns: vertical-center the text, keep field white + readable (kill the gold focus flash) */
.ct-form .nice-select { height:50px; line-height:46px; padding:0 40px 0 16px; background:#fff; color:#333; border:2px solid #e8e4d4; border-radius:8px; }
.ct-form .nice-select:hover,
.ct-form .nice-select:focus,
.ct-form .nice-select.open { background:#fff; color:#333; border-color:#AD9600; }
.ct-form .nice-select .current { color:#333; font-weight:500; }
.ct-form .nice-select .list { width:100%; }
.ct-form .nice-select .option { line-height:2.2; min-height:38px; }

/* opt-in: restore a real native checkbox (theme's bare input rule was deforming it) */
.ct-form input[type="checkbox"] { -webkit-appearance:auto; -moz-appearance:auto; appearance:auto; width:16px; height:16px; min-height:0; padding:0; border-radius:0; background:#fff; accent-color:#AD9600; flex:0 0 auto; }

/* === CR3-04 contact form: dark-text-on-white on focus for ALL fields (kill theme gold flash) 2026-06-18 === */
.ct-form .form-control:focus,
.ct-form input:focus,
.ct-form textarea:focus,
.ct-form select:focus { background:#fff !important; color:#333 !important; border-color:#AD9600; box-shadow:0 0 0 3px rgba(173,150,0,0.1); }

/* ============================================================
   CR3-04 Phase 4b -- "Ask a Question" auction-detail popup
   ============================================================ */
.ask-popup { background:#fff; max-width:640px; width:100%; margin:30px auto; border-radius:10px; position:relative; }
.ask-popup-inner { padding:34px 34px 38px; }
.ask-popup-title { font-family:'Kanit',sans-serif; font-size:1.6rem; line-height:1.2; margin:0 0 4px; color:#141414; }
.ask-popup-sub { font-size:0.95rem; color:#AD9600; font-weight:500; margin:0 0 22px; }
.ask-popup .ct-form .form-group { margin-bottom:0; }
@media (max-width:575px){ .ask-popup-inner{ padding:26px 20px 30px; } }
