/* ============================================================
   PRYKE HYGIENE - Site Stylesheet
   Recreated from original 2018 design
   ============================================================ */

*, *:before, *:after { box-sizing: border-box; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428;
  color: #333;
  background: #fff;
  margin: 0;
  padding: 0;
}

a { color: #428bca; text-decoration: none; }
a:hover { text-decoration: underline; color: #2a6496; }

img { max-width: 100%; height: auto; display: block; }

.container { max-width: 940px; margin: 0 auto; padding: 0 20px; }
.row { margin: 0; }
.row:after { content: ""; display: table; clear: both; }

/* Grid */
.col-sm-3  { float: left; width: 25%; padding: 0 10px; }
.col-sm-4  { float: left; width: 33.333%; }
.col-sm-5  { float: left; width: 41.666%; }
.col-sm-6  { float: left; width: 50%; }
.col-sm-7  { float: left; width: 58.333%; }
.col-sm-8  { float: left; width: 66.666%; }
.col-sm-12 { float: left; width: 100%; }

/* ── TOP BAR ── */
.top {
  background: #f1f1f1;
  height: 28px;
  padding: 8px 0 0;
}
.top a, .top h1, .top p {
  font-size: 12.5px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 400;
  padding: 0;
  color: #666;
  line-height: 12.5px;
  vertical-align: top;
  display: inline-block;
}
.top a { text-decoration: none; }
.top a:hover { text-decoration: underline; color: #222; }
.top .contact { text-align: right; }
.top .contact a,
.top .contact p {
  margin: 0 0 0 30px;
  display: inline-block;
}
.top .contact span {
  margin: -2px 6px 0 0;
  display: inline-block;
  vertical-align: middle;
}

/* ── NAV / MENU ── */
.menu-container {
  height: 80px;
  border-bottom: 3px solid #f1f1f1;
}
.menu-container .container { padding-top: 0; }
.menu-container .row { display: flex; align-items: center; height: 80px; }

.logo-col { flex: 0 0 40%; padding: 22px 0 0; }
.logo-col a { display: inline-block; }

.menu-col { flex: 1; }
.menu .links { text-align: right; padding: 0; }
.menu .links a {
  margin: 0 0 0 40px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #2c3e50;
  text-decoration: none;
}
.menu .links a.active,
.menu .links a:hover { color: #97c749; text-decoration: none; }

/* ── GREEN HEADER BANNER ── */
.header {
  background: #add370;
  padding: 30px 0;
  border-bottom: 3px solid #97c749;
}

/* Service tiles row */
.services {
  margin: 0 -6px;
  padding: 0 0 30px;
  overflow: hidden;
}
.service {
  padding: 0 6px;
  width: 14.2857%;
  float: left;
}
.service-container {
  background: #fff;
  padding: 6px;
  display: block;
  border-radius: 0 10px 0 10px;
  text-decoration: none;
}
.service-container:hover { text-decoration: none; }
.service-container:hover .title { color: #333; }
.service-container .image img {
  width: 100%;
  height: auto;
  border-radius: 0 10px 0 10px;
}
.service-container .title {
  padding: 10px 12px 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #2c3e50;
  display: block;
  min-height: 46px;
}

/* Subheading (banner text + button) */
.subheading { overflow: hidden; }
.subheading h2 {
  margin: 0 0 4px;
  padding: 0;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}
.subheading h3 {
  margin: 0;
  padding: 0;
  color: #2c3e50;
  font-weight: 300;
  font-size: 17px;
}
.subheading .button-cont { padding: 0 0 0 30px; }

.button {
  background: #2c3e50;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 12px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px 0 10px;
  width: 100%;
}
.button:hover { background: #354b60; color: #fff; text-decoration: none; }

/* ── MAIN CONTENT AREA ── */
.main { padding: 60px 0; }

.content { margin-bottom: 40px; }
.content p, .content li { font-size: 14px; line-height: 26px; }

.h2 { font-size: 22px; font-weight: 300; margin: 0 0 20px; }
.h3 { font-size: 18px; font-weight: 300; margin: 0 0 6px; }

/* Tick list */
.tick-list { list-style: none; padding: 0; margin: 0; overflow: hidden; }
.tick-list li {
  float: left;
  width: 33.333%;
  font-size: 14px;
  line-height: 26px;
  padding-right: 10px;
}
.tick { color: #add370; margin: 0 10px 0 0; display: inline-block; }

/* Testimonial carousel (static display) */
.content blockquote {
  font-style: italic;
  font-size: 13px;
  border-left: 5px solid #eee;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.content blockquote + p {
  font-size: 12px;
  line-height: 16px;
  color: #999;
}

/* Carousel dots (decorative) */
.owl-dots { text-align: right; padding: 10px 0 0; }
.owl-dot {
  background: #eee;
  border-radius: 99px;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 0 0 6px;
  cursor: pointer;
  border: none;
}
.owl-dot.active { background: #ccc; }

/* ── SIDEBAR ── */
.side-right { padding: 0 0 0 30px; }
.side-bar {
  background: #dff4ff;
  padding: 30px 20px;
  font-size: 12.5px;
  color: #2c3e50;
}
.side-bar .h3 { font-size: 18px; font-weight: 300; margin: 0 0 6px; }
.side-bar .tel { font-weight: 700; }
.side-bar .email { font-size: 16px; }
.side-bar p { margin: 0 0 10px; }
.side-bar p:last-child { margin: 0; }
.side-bar td { text-align: left; font-size: 12.5px; padding: 4px 20px 4px 0; }
.side-bar .address { font-size: 12.5px; line-height: 18px; }

.spacer { height: 20px; }
.spacer-md { height: 40px; }
.spacer-lg { height: 60px; }

/* Google Maps embed */
.google-maps {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}
.google-maps iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/* ── CONTACT FORM ── */
.form-group { margin-bottom: 15px; overflow: hidden; }
.control-label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  width: 120px;
  vertical-align: top;
  padding-top: 8px;
  font-size: 13px;
}
.form-control {
  width: calc(100% - 140px);
  display: inline-block;
  padding: 10px 16px;
  font-size: 14px;
  color: #555;
  background: #f9f9f9;
  border: 1px solid #f9f9f9;
  border-radius: 0;
  height: 40px;
  box-shadow: none;
  font-family: inherit;
}
.form-control:focus {
  outline: none;
  border: 1px solid #ddd;
  background: #fff;
}
textarea.form-control { height: 200px; resize: vertical; }

.btn {
  background: #2c3e50;
  color: #fff;
  border: none;
  padding: 10px 24px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 140px;
}
.btn:hover { background: #354b60; }

/* ── CONTACT PAGE DETAILS ── */
.maps { margin: 0 -15px; overflow: hidden; }
.maps > div { padding: 0 15px; float: left; width: 50%; }
.tel { font-weight: 700; font-size: 16px; margin: 4px 0 16px; }
.address { font-size: 12.5px; line-height: 18px; }

/* ── JANITORIAL SUPPLIES ── */
.supplies { padding: 10px 0 0; margin: 0 -10px; overflow: hidden; }
.supplies > div { padding: 0 10px; margin: 0 0 10px; float: left; width: 25%; }
.supply {
  background: #dff4ff;
  padding: 10px 10px 18px;
}
.supply.enquire { padding: 30px; }
.supply img { margin: 0 0 10px; width: 100%; }
.supply p { font-size: 13px; line-height: 16px; margin: 0; color: #666; }
.supply .title {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 4px;
  display: block;
  color: #333;
}

/* Supplier logos row */
.supplier-row { overflow: hidden; margin: 0 -10px; }
.supplier-row > div { float: left; width: 25%; padding: 0 10px; margin-bottom: 10px; }

/* ── RESULTS PAGE ── */
.results { margin: 0 -15px; overflow: hidden; }
.result { padding: 0 15px 30px; float: left; width: 50%; }
.result blockquote {
  font-style: italic;
  font-size: 13px;
  border-left: 5px solid #add370;
  padding: 10px 20px;
  margin: 0 0 10px;
  background: #f9f9f9;
}
.result blockquote p { margin: 0; }
.result .attribution {
  font-size: 12px;
  color: #999;
  line-height: 16px;
  padding-left: 20px;
}

/* ── FOOTER ── */
footer {
  border-bottom: 3px solid #d8d8d8;
  background: #f1f1f1;
  margin: 40px 0 0;
  padding: 30px 0;
  overflow: hidden;
}
footer .links { float: left; width: 25%; padding: 0 0 30px; }
footer .links a {
  display: block;
  text-transform: uppercase;
  color: #666;
  text-decoration: none;
  font-size: 12.5px;
  margin: 0 0 10px;
}
footer .links a:hover { color: #333; text-decoration: underline; }
footer .contact-mid { float: left; width: 41.666%; padding: 0 20px 30px; }
footer .logos-right { float: left; width: 33.333%; padding: 0 0 30px; text-align: right; }
footer p, footer td {
  font-size: 12px;
  margin: 0 0 10px;
  font-weight: 400;
  padding: 0;
  color: #666;
}
footer p a, footer td a { color: #2c3e50; text-decoration: underline; }
footer p a:hover, footer td a:hover { color: #97c749; }
footer table tbody tr td { padding: 4px 20px 4px 0; }
footer .logos img { display: inline-block; margin: 0 0 0 10px; vertical-align: bottom; }

/* ── BASE BAR ── */
.base {
  background-color: #2c3e50;
  padding: 20px 0;
  border-bottom: 3px solid #1a242f;
  overflow: hidden;
}
.base .left { float: left; }
.base .right { float: right; text-align: right; }
.base a, .base p {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.base a:hover { text-decoration: underline; color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 767px) {
  .top { display: none; }
  .menu-container .row { flex-wrap: wrap; }
  .services { display: none; }
  .tick-list li { width: 50%; }
  .col-sm-3, .col-sm-4, .col-sm-6, .col-sm-7, .col-sm-8 {
    float: none; width: 100%;
  }
  .side-right { padding: 0; }
  .maps > div { width: 100%; }
  .supplies > div { width: 50%; }
  footer .links, footer .contact-mid, footer .logos-right {
    float: none; width: 100%;
  }
  .base .left, .base .right { float: none; text-align: center; display: block; }
  .form-control { width: 100%; display: block; }
  .control-label { display: block; width: auto; }
  .btn { margin-left: 0; }
}
