	
@font-face {
    font-family: 'OratorStdMedium';
    src: url('../../fonts/OratorStdMedium.eot');
    src: url('../../fonts/OratorStdMedium.eot') format('embedded-opentype'),
         url('../../fonts/OratorStdMedium.woff2') format('woff2'),
         url('../../fonts/OratorStdMedium.woff') format('woff'),
         url('../../fonts/OratorStdMedium.ttf') format('truetype'),
         url('../../fonts/OratorStdMedium.svg#OratorStdMedium') format('svg');
}


/* =========================================================
   LOCATIONS PAGE – SPECIFIC STYLES
   Supplements hdd-stylesheet.css
   ========================================================= */

/* ── Hero ─────────────────────────────────────────────── */

.loc-hero-section {
  position: relative;
  width: 100%;
  background-color: #eee; /* replace when image is ready */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 4% 0;
  color: #fff;
  margin-top: 100px;
}

.loc-hero-overlay {
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.loc-hero-panel {
  backdrop-filter: blur(10px);
  background-color: #ccc;
  padding: 36px 36px 30px;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
	text-align: center;
	margin: 0 auto;
}

.loc-hero-panel h1 {
  font-family: OratorStdMedium, sans-serif;
  font-size: 34px;
  letter-spacing: -2px;
  line-height: 1.15;
  margin: 0 0 10px;
  color: #333;
}

.loc-hero-panel h2 {
  font-family: Candara, Arial, sans-serif;
  font-size: 20px;
  color: #07B2F5;
  margin: 0 0 16px;
  line-height: 1.3;
}

.loc-hero-panel p {
  font-size: 15px;
  margin: 0 0 22px;
  line-height: 1.6;
  color: #fff;
}

/* ── Inline Search Bar ───────────────────────────────── */

.loc-search-bar {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.loc-search-bar input {
  flex: 1;
  min-width: 200px;
  height: 46px;
  border: none;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 16px;
  font-family: Candara, Arial, sans-serif;
  color: #333;
  outline: none;
  box-shadow: 0 0 0 2px transparent;
  transition: box-shadow 0.2s;
}

.loc-search-bar input:focus {
  box-shadow: 0 0 0 3px rgba(7, 178, 245, 0.5);
}

.loc-search-bar button {
  height: 46px;
  padding: 0 22px;
  background: #F36D26;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-family: Candara, Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
  transition: background 0.2s;
  white-space: nowrap;
}

.loc-search-bar button:hover {
  background: #d45312;
}

/* ── Search Result Card (appears in hero panel) ──────── */

#locSearchResult {
  margin-top: 18px;
}

.loc-search-hint {
  color: #ccc;
  font-size: 14px;
  margin: 8px 0 0;
}

.loc-search-error {
  color: #ffaaaa;
}

.loc-result-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 16px 18px;
  margin-top: 4px;
}

.loc-result-name {
  font-family: OratorStdMedium, Candara, sans-serif;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}

.loc-result-address {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 8px;
}

.loc-result-dist {
  font-size: 13px;
  color: #F36D26;
  font-weight: bold;
  margin-bottom: 12px;
}

.loc-result-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.loc-result-btn {
  display: inline-block;
  padding: 9px 16px;
  border-radius: 6px;
  background: #F36D26;
  color: #fff;
  text-decoration: none;
  font-family: Candara, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  transition: background 0.2s;
  white-space: nowrap;
}

.loc-result-btn:hover {
  background: #d45312;
}

.loc-result-btn:nth-child(2) {
  background: #09c;
}

.loc-result-btn:nth-child(2):hover {
  background: #007aaa;
}

/* ── Map Section ─────────────────────────────────────── */

.loc-map-section {
  background: #fff;
  padding: 50px 20px 40px;
  text-align: center;
}

.loc-map-section h2 {
  font-family: OratorStdMedium, sans-serif;
  font-size: 34px;
  color: #333;
  letter-spacing: -2px;
  margin: 0 0 6px;
}

.loc-map-section h2 span {
  color: #09c;
}

.loc-map-section p {
  font-size: 16px;
  color: #666;
  margin: 0 0 30px;
  font-family: Candara, Arial, sans-serif;
}

.mapsize {
  max-width: 1000px;
  margin: 0 auto;
}

/* ── Accordion Section ───────────────────────────────── */

.loc-acc-section {
  background: #f5f7fa;
  padding: 60px 20px;
}

.loc-acc-section h2 {
  font-family: OratorStdMedium, sans-serif;
  font-size: 34px;
  color: #333;
  letter-spacing: -2px;
  text-align: center;
  margin: 0 0 8px;
}

.loc-acc-section h2 span {
  color: #09c;
}

.loc-acc-section > p {
  text-align: center;
  color: #666;
  font-size: 16px;
  font-family: Candara, Arial, sans-serif;
  margin: 0 0 40px;
}

#locAccordion {
  max-width: 860px;
  margin: 0 auto;
}

.loc-loading {
  text-align: center;
  color: #888;
  font-family: Candara, Arial, sans-serif;
  font-size: 16px;
  padding: 20px;
}

/* Accordion Item */
.loc-acc-item {
  border-bottom: 1px solid #dde3ea;
  background: #fff;
}

.loc-acc-item:first-child {
  border-radius: 10px 10px 0 0;
}

.loc-acc-item:last-child {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}

/* Accordion Header Button */
.loc-acc-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 22px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s;
}

.loc-acc-header:hover {
  background: #f0f4f8;
}

.loc-acc-header[aria-expanded="true"] {
  background: #eef6fc;
  border-left: 4px solid #09c;
}

.loc-acc-state {
  font-family: Candara, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.5px;
}

.loc-acc-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Candara, Arial, sans-serif;
  font-size: 14px;
  color: #888;
}

.loc-acc-chevron {
  font-size: 12px;
  color: #09c;
  transition: transform 0.2s;
}

/* Accordion Body */
.loc-acc-body {
  padding: 6px 22px 20px 22px;
  background: #eef6fc;
  border-left: 4px solid #09c;
}

.loc-acc-cities {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}

.loc-acc-cities li {
  font-family: Candara, Arial, sans-serif;
  font-size: 15px;
}

.loc-acc-cities li a {
  color: #09c;
  text-decoration: none;
  transition: color 0.15s;
}

.loc-acc-cities li a:hover {
  color: #F36D26;
  text-decoration: underline;
}

.loc-city-nolink {
  color: #999;
  font-style: italic;
}

/* ── Responsive ─────────────────────────────────────── */

@media (max-width: 768px) {
  .loc-hero-section {
    margin-top: 95px;
    padding: 6% 0;
  }
  .loc-hero-overlay {
    width: 90%;
  }
  .loc-hero-panel h1 {
    font-size: 26px;
  }
  .loc-hero-panel h2 {
    font-size: 17px;
  }
  .loc-map-section h2,
  .loc-acc-section h2 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .loc-hero-section {
    margin-top: 80px;
  }
  .loc-hero-overlay {
    width: 95%;
  }
  .loc-hero-panel {
    padding: 22px 18px;
  }
  .loc-hero-panel h1 {
    font-size: 22px;
  }
  .loc-hero-panel h2 {
    font-size: 15px;
  }
  .loc-search-bar {
    flex-direction: column;
    align-items: stretch;
  }
  .loc-search-bar button {
    width: 100%;
  }
  .loc-result-actions {
    flex-direction: column;
  }
  .loc-result-btn {
    text-align: center;
  }
}
	cursor: pointer;cursor: pointer;cursor: pointer;}