/*
Theme Name: Golden Mount Directory
Theme URI: https://www.thegoldenmount.com
Author: Golden Mount
Description: Directory-first theme for transport, operator licence and logistics listings.
Version: 1.0.0
Text Domain: goldenmount-directory
*/

:root {
  --gm-ink: #17212b;
  --gm-muted: #596775;
  --gm-line: #dbe3e7;
  --gm-paper: #f8faf7;
  --gm-soft: #eef4f1;
  --gm-panel: #ffffff;
  --gm-green: #0f4b45;
  --gm-blue: #214f77;
  --gm-gold: #d2a338;
  --gm-sky: #dcecf4;
  --gm-alert: #a44835;
  --gm-shadow: 0 16px 45px rgba(21, 32, 29, 0.12);
}

* { box-sizing: border-box; }

body {
  margin: 0;
  color: var(--gm-ink);
  background: var(--gm-paper);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

.gm-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.gm-site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(251, 252, 248, 0.94);
  border-bottom: 1px solid var(--gm-line);
  backdrop-filter: blur(14px);
}

.gm-header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.gm-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  font-weight: 800;
  letter-spacing: 0;
}

.gm-brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
  background: linear-gradient(135deg, var(--gm-green), var(--gm-blue));
  border-radius: 8px;
  font-weight: 900;
}

.gm-brand small {
  display: block;
  color: var(--gm-muted);
  font-size: 12px;
  font-weight: 700;
}

.gm-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #24332f;
  font-size: 15px;
  font-weight: 700;
}

.gm-nav a { white-space: nowrap; }
.gm-nav a:hover { color: var(--gm-blue); }

.gm-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gm-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: var(--gm-green);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.gm-button:hover { background: #10372b; color: #fff; }
.gm-button.secondary { background: #fff; color: var(--gm-green); border-color: var(--gm-line); }
.gm-button.secondary:hover { border-color: var(--gm-green); }
.gm-button.gold { background: var(--gm-gold); color: #1d1710; }

.gm-user-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gm-line);
  border-radius: 999px;
  background: #fff;
}

.gm-user-link svg { width: 19px; height: 19px; }

.gm-hero {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  color: #fff;
  background-image:
    linear-gradient(90deg, rgba(10, 23, 20, 0.88) 0%, rgba(10, 23, 20, 0.64) 48%, rgba(10, 23, 20, 0.1) 100%),
    var(--gm-hero-image);
  background-size: cover;
  background-position: center;
}

.gm-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 80px;
  background: linear-gradient(180deg, rgba(251, 252, 248, 0), var(--gm-paper));
}

.gm-hero-content {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  padding: 72px 0 120px;
}

.gm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  color: #f1d28f;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gm-hero h1 {
  margin: 0;
  font-family: "Roboto Slab", Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 0.98;
  letter-spacing: 0;
}

.gm-hero p {
  max-width: 630px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
}

.gm-search-panel {
  margin-top: 34px;
  padding: 12px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.75fr) auto;
  gap: 10px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  background: rgba(255,255,255,0.13);
  box-shadow: var(--gm-shadow);
  backdrop-filter: blur(18px);
}

.gm-search-panel input,
.gm-search-panel select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 6px;
  padding: 0 14px;
  background: rgba(255,255,255,0.94);
  color: var(--gm-ink);
  font: inherit;
}

.gm-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}

.gm-stat {
  padding: 24px;
  border: 1px solid var(--gm-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--gm-shadow);
}

.gm-stat strong {
  display: block;
  font-size: 30px;
  line-height: 1;
}

.gm-stat span { color: var(--gm-muted); font-weight: 700; }

.gm-section {
  padding: 82px 0;
}

.gm-section.alt { background: var(--gm-soft); }

.gm-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.gm-section h2 {
  margin: 0;
  font-family: "Roboto Slab", Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

.gm-section-head p {
  max-width: 560px;
  margin: 10px 0 0;
  color: var(--gm-muted);
}

.gm-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.gm-category-card {
  min-height: 178px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--gm-line);
  border-radius: 8px;
  background: #fff;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.gm-category-card:hover {
  transform: translateY(-3px);
  border-color: rgba(23, 76, 60, 0.35);
  box-shadow: var(--gm-shadow);
}

.gm-category-card b {
  color: var(--gm-gold);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.gm-category-card h3 {
  margin: 12px 0 8px;
  font-size: 20px;
  line-height: 1.2;
}

.gm-category-card p {
  margin: 0;
  color: var(--gm-muted);
  font-size: 14px;
}

.gm-feature-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--gm-green);
  color: #fff;
}

.gm-feature-band img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.gm-feature-copy {
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gm-feature-copy p { color: rgba(255,255,255,0.82); }

.gm-listing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.gm-listing-card {
  overflow: hidden;
  border: 1px solid var(--gm-line);
  border-radius: 8px;
  background: #fff;
}

.gm-listing-card img {
  width: 100%;
  aspect-ratio: 4 / 2.35;
  object-fit: cover;
}

.gm-listing-body { padding: 20px; }
.gm-listing-body h3 { margin: 0 0 8px; font-size: 21px; }
.gm-listing-body p { margin: 0 0 14px; color: var(--gm-muted); }

.gm-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.gm-tags span {
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--gm-soft);
  color: var(--gm-green);
  font-size: 12px;
  font-weight: 800;
}

.gm-claim-strip {
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid rgba(195,154,73,0.42);
  border-radius: 8px;
  background: #fff9eb;
}

.gm-claim-strip h2 { font-size: clamp(26px, 3vw, 38px); }
.gm-claim-strip p { margin: 8px 0 0; color: #695737; }

.gm-site-footer {
  background: #111a18;
  color: #dce4df;
  padding: 54px 0 30px;
}

.gm-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
}

.gm-site-footer h3,
.gm-site-footer h4 {
  margin: 0 0 14px;
  color: #fff;
}

.gm-site-footer p,
.gm-site-footer a {
  color: #aebbb6;
}

.gm-footer-links {
  display: grid;
  gap: 8px;
}

.gm-footer-bottom {
  margin-top: 34px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  color: #879690;
  font-size: 14px;
}

.gm-page {
  padding: 54px 0 82px;
}

.home .elementor-121 .elementor-element.elementor-element-135244e > .elementor-widget-container {
  background-image:
    linear-gradient(90deg, rgba(7, 38, 34, 0.82), rgba(7, 38, 34, 0.36)),
    url("https://www.thegoldenmount.com/wp-content/uploads/2026/05/AdobeStock_429443063.jpeg") !important;
  background-position: center center !important;
  background-size: cover !important;
}

.gm-page-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.gm-page-title {
  margin: 0 0 28px;
  font-family: "Roboto Slab", Roboto, Arial, Helvetica, sans-serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
}

.gm-services-strip {
  background: linear-gradient(180deg, #fff 0%, var(--gm-sky) 100%);
}

.gm-service-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(248px, 1fr);
  gap: 16px;
  overflow-x: auto;
  padding: 4px 2px 18px;
  scroll-snap-type: x proximity;
}

.gm-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 70px;
}

.gm-service-card {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--gm-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(23, 33, 43, 0.08);
  scroll-snap-align: start;
}

.gm-service-card.compact {
  min-height: 230px;
}

.gm-service-card:hover {
  border-color: var(--gm-green);
  transform: translateY(-2px);
}

.gm-service-icon {
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  color: var(--gm-green);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gm-service-card span {
  color: var(--gm-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.gm-service-card h2,
.gm-service-card h3 {
  margin: 8px 0 10px;
  font-family: "Roboto Slab", Roboto, Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.18;
}

.gm-service-card p {
  margin: 0;
  color: var(--gm-muted);
}

.gm-quote-box {
  margin: 32px 0;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px;
  align-items: end;
  border: 1px solid var(--gm-line);
  border-radius: 8px;
  background: var(--gm-soft);
}

.gm-quote-box label {
  display: grid;
  gap: 6px;
  color: var(--gm-muted);
  font-weight: 800;
}

.gm-quote-box input,
.gm-quote-box select,
.gm-quote-box textarea {
  width: 100%;
  border: 1px solid var(--gm-line);
  border-radius: 6px;
  padding: 12px;
  background: #fff;
  color: var(--gm-ink);
  font: inherit;
}

.gm-quote-box input,
.gm-quote-box select {
  min-height: 46px;
}

.gm-quote-wide {
  grid-column: 1 / -1;
}

.gm-quote-box p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--gm-muted);
  font-size: 14px;
}

.gm-faq-accordion {
  margin: 32px 0;
  border-top: 1px solid var(--gm-line);
}

.gm-faq-accordion h2 {
  margin: 0;
  padding: 24px 0 8px;
}

.gm-faq-accordion details {
  border-bottom: 1px solid var(--gm-line);
  background: #fff;
}

.gm-faq-accordion summary {
  cursor: pointer;
  padding: 16px 0;
  color: var(--gm-ink);
  font-weight: 900;
}

.gm-faq-accordion details p {
  margin-top: 0;
  padding-bottom: 16px;
  color: var(--gm-muted);
}

.sv-search-wrapper,
.sv-detailswrap,
.elementor {
  color: var(--gm-ink);
}

@media (max-width: 980px) {
  .gm-header-inner { flex-wrap: wrap; padding: 12px 0; }
  .gm-nav { order: 3; width: 100%; overflow-x: auto; padding-bottom: 4px; }
  .gm-search-panel { grid-template-columns: 1fr; }
  .gm-stats, .gm-category-grid, .gm-listing-grid, .gm-footer-grid, .gm-service-grid { grid-template-columns: 1fr 1fr; }
  .gm-feature-band { grid-template-columns: 1fr; }
  .gm-feature-copy { padding: 34px; }
}

@media (max-width: 640px) {
  .gm-container { width: min(100% - 28px, 1180px); }
  .gm-hero { min-height: 620px; }
  .gm-hero-content { padding: 54px 0 110px; }
  .gm-stats, .gm-category-grid, .gm-listing-grid, .gm-footer-grid, .gm-service-grid { grid-template-columns: 1fr; }
  .gm-actions { width: 100%; }
  .gm-actions .gm-button { flex: 1; }
  .gm-claim-strip { align-items: flex-start; flex-direction: column; }
  .gm-quote-box { grid-template-columns: 1fr; }
}
