/* GoClean static theme – reproduces the Total child theme look (Open Sans, teal accent, dark blue bands) */
:root {
  --accent: #2ed9c3;
  --blue: #00567d;
  --blue-btn: #00587C;
  --orange: #FF8930;
  --text: #333333;
  --muted: #777777;
  --border: #e8e8e8;
  --bg-soft: #f5f5f5;
  --container: 1200px;
  --gutter: 20px;
  --font: "Open Sans", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.7; color: var(--text); background: #fff; }
img { max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration: none; transition: color .2s, background-color .2s, opacity .2s; }
a:hover { color: var(--accent); }
p { margin: 0 0 20px; }
ul, ol { margin: 0 0 20px; padding-left: 1.4em; }
li { margin-bottom: .3em; }
hr { border: 0; border-top: 1px solid var(--border); margin: 30px 0; }
blockquote { border-left: 4px solid var(--accent); margin: 0 0 20px; padding: 10px 20px; background: var(--bg-soft); }
table { border-collapse: collapse; width: 100%; margin-bottom: 20px; }
th, td { border: 1px solid var(--border); padding: 8px 10px; text-align: left; vertical-align: top; }
iframe, video { max-width: 100%; }
figure { margin: 0 0 20px; }
strong { font-weight: 700; }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--blue); color: #fff; padding: 8px 12px; z-index: 1000; }
.skip-link:focus { left: 8px; top: 8px; }

/* headings – customizer values from the original site */
h1, h2, h3, h4, h5, h6 { font-family: var(--font); margin: 0 0 20px; line-height: 1.3; }
h1 { font-size: 35px; color: var(--accent); font-weight: 700; }
h2 { font-size: 20px; color: var(--accent); font-weight: 700; }
h3 { font-size: 16px; color: var(--text); font-weight: 700; }
h4 { font-size: 16px; color: var(--text); font-weight: 700; text-transform: uppercase; }
h5, h6 { font-size: 15px; color: var(--text); }
.heading-border { position: relative; padding-bottom: 12px; margin-bottom: 30px; border-bottom: 1px solid var(--border); }
.heading-border::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 60px; height: 2px; background: var(--accent); }
.heading-border[style*="text-align:center"]::after { left: 50%; transform: translateX(-50%); }

/* layout */
.container { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.container.narrow { max-width: 900px; }
.site-content { padding: 40px 0 60px; min-height: 40vh; }
.home .site-content { padding: 0 0 40px; }
.site-content > .container:first-child { padding-top: 0; }
.row { margin: 0 0 var(--gutter); position: relative; }
.row-full { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); padding: 0; }
.row-full > .container { position: relative; }
.row-nospace .cols { margin: 0; }
.row-nospace .col { padding: 0; }
.row-fullheight { min-height: min(85vh, 900px); display: flex; flex-direction: column; justify-content: center; }
.row-fullheight > .container { width: 100%; }
.cols { display: flex; flex-wrap: wrap; margin: 0 calc(var(--gutter) * -1); }
.cols-equal > .col { display: flex; flex-direction: column; }
.col { padding: 0 var(--gutter); width: 100%; min-width: 0; }
.col-12 { width: 100%; } .col-11 { width: 91.666%; } .col-10 { width: 83.333%; } .col-9 { width: 75%; }
.col-8 { width: 66.666%; } .col-7 { width: 58.333%; } .col-6 { width: 50%; } .col-5 { width: 41.666%; }
.col-4 { width: 33.333%; } .col-3 { width: 25%; } .col-2 { width: 16.666%; } .col-1 { width: 8.333%; }
.col-5th { width: 20%; } .col-2-5th { width: 40%; } .col-3-5th { width: 60%; } .col-4-5th { width: 80%; }
.text { margin-bottom: 20px; }
.text > :last-child { margin-bottom: 0; }
.space { width: 100%; }
.home .site-content .row:first-child { margin-top: 0; }
[style*="color:#ffffff"] a, [style*="color: #ffffff"] a, [style*="color:#fff"] a { color: #fff; text-decoration: underline; }
[style*="color:#ffffff"] a:hover, [style*="color: #ffffff"] a:hover { color: var(--accent); }

/* home hero (photo from the old Homepage 2020 slider) */
.row-hero { position: relative; background-size: cover; background-position: center; color: #fff; min-height: min(92vh, 960px); display: flex; align-items: center; padding: 60px 0 70px; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,60,90,.35) 0%, rgba(0,86,125,.55) 55%, rgba(0,86,125,.85) 100%); }
.row-hero > .container { position: relative; z-index: 1; width: 100%; }
.hero-brand { text-align: center; margin-bottom: 10px; }
.hero-brand img { width: 140px; height: 140px; border-radius: 50%; background: rgba(255,255,255,.92); padding: 14px; box-shadow: 0 8px 30px rgba(0,0,0,.25); }
.hero-title { font-size: 44px; font-weight: 700; letter-spacing: .12em; margin: 18px 0 0; color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.hero-tagline { font-size: 20px; margin: 4px 0 0; color: #fff; text-shadow: 0 1px 8px rgba(0,0,0,.35); }
.row-hero .space { max-height: 40px; }
.row-hero .text h1 { color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.35); }
.row-hero .text p { text-shadow: 0 1px 6px rgba(0,0,0,.4); font-size: 18px; }
.row-hero .iconbox { background: rgba(255,255,255,.95) !important; }
@media (max-width: 768px) { .hero-title { font-size: 32px; } .hero-brand img { width: 100px; height: 100px; } .row-hero { min-height: 0; } }

/* shape dividers */
.shape { position: absolute; left: 0; right: 0; width: 100%; overflow: hidden; line-height: 0; pointer-events: none; z-index: 2; }
.shape svg { display: block; width: 100%; height: 100%; }
.shape path { fill: currentColor; }
.shape-top { top: -1px; }
.shape-bottom { bottom: -1px; }

/* top bar */
.top-bar { background: var(--accent); color: #fff; font-size: 14px; padding: 5px 0; text-align: center; }
.top-bar a { color: #fff; }
.top-bar a:hover { color: var(--blue); }

/* header */
.site-header { background: #fff; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 0 var(--border); transition: box-shadow .2s; }
.site-header.is-stuck { box-shadow: 0 2px 12px rgba(0,0,0,.08); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 15px; padding-bottom: 15px; transition: padding .3s; }
.site-header.is-stuck .header-inner { padding-top: 8px; padding-bottom: 8px; }
.site-logo img { height: 60px; width: auto; display: block; transition: height .3s; }
.site-header.is-stuck .site-logo img { height: 48px; }
.menu-toggle { display: none; background: none; border: 1px solid var(--border); border-radius: 3px; padding: 8px 12px; font: 700 14px var(--font); color: var(--text); cursor: pointer; align-items: center; gap: 8px; }
.main-nav ul { list-style: none; margin: 0; padding: 0; }
.main-nav .menu { display: flex; align-items: center; gap: 4px; }
.main-nav .menu > li { position: relative; }
.main-nav .menu > li > a { display: block; padding: 10px 14px; font-weight: 700; font-size: 14px; color: var(--text); }
.main-nav .menu > li > a:hover, .main-nav .menu > li.is-open > a { color: var(--accent); }
.main-nav .sub-toggle { display: none; }
.main-nav .submenu { position: absolute; top: 100%; left: 0; min-width: 260px; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.14); padding: 6px 0; opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .2s; z-index: 20; }
.main-nav li:hover > .submenu, .main-nav li.is-open > .submenu, .main-nav li:focus-within > .submenu { opacity: 1; visibility: visible; transform: none; }
.main-nav .submenu li { margin: 0 15px; }
.main-nav .submenu a { display: block; padding: 8px 12px; font-size: 13px; font-weight: 600; color: var(--text); }
.main-nav .submenu a:hover { background: var(--accent); color: #fff; }
.main-nav .menu > li.has-children > a::after { content: "\f078"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 9px; margin-left: 6px; opacity: .6; }

/* fixed social bar */
.icon-bar { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 90; display: flex; flex-direction: column; }
.icon-bar a { display: block; width: 40px; height: 36px; line-height: 36px; text-align: center; color: #fff; font-size: 15px; }
.icon-bar a:hover { background: #272727; color: #fff; }
.icon-bar .facebook { background: #3B5998; } .icon-bar .twitter { background: #000; }
.icon-bar .linkedin { background: #007bb5; } .icon-bar .instagram { background: #ff3239; }

/* page header band */
.page-header { background: var(--blue); color: #fff; padding: 34px 0; }
.page-header h1 { color: #fff; margin: 0; font-size: 28px; }
.page-subtitle { margin: 6px 0 0; opacity: .85; }

/* buttons */
.btn { display: inline-block; padding: 12px 24px; border-radius: 3px; font-weight: 700; font-size: 14px; line-height: 1.4; border: 0; cursor: pointer; text-align: center; transition: all .2s; }
.btn-accent { background: var(--accent); color: #fff; }
.btn-accent:hover { background: var(--blue); color: #fff; }
.btn-blue { background: var(--blue-btn); color: #fff; }
.btn-blue:hover { background: var(--orange); color: #000; }
.btn-large { padding: 16px 32px; font-size: 16px; }
.btn-small { padding: 8px 14px; font-size: 13px; }
.btn-wrap { margin-bottom: 20px; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-left { text-align: left; }
.align-inline { display: inline-block; margin-right: 10px; }

/* images */
figure.image { margin: 0 0 20px; }
figure.image img { display: inline-block; }
.wp-caption { margin: 0 0 20px; }
.wp-caption img { display: block; }
.wp-caption figcaption { font-size: 13px; color: var(--muted); padding: 6px 0; text-align: center; }
.align-none, .alignnone { display: block; }
.alignleft { float: left; margin: 0 20px 10px 0; }
.alignright { float: right; margin: 0 0 10px 20px; }
.aligncenter { display: block; margin: 0 auto 20px; }
.gallery { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 10px; margin-bottom: 20px; }
.gallery-item { flex: 0 0 auto; width: min(100%, 420px); scroll-snap-align: start; }
.gallery-item img { width: 100%; height: 300px; object-fit: cover; border-radius: 3px; }
.video { position: relative; padding-top: 56.25%; margin-bottom: 20px; }
.video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* icon boxes */
.iconbox { display: block; text-align: center; color: inherit; margin-bottom: 20px; transition: transform .25s, box-shadow .25s; height: 100%; }
.iconbox-two { padding: 20px; }
.iconbox.hover-float:hover { transform: translateY(-6px); box-shadow: 0 12px 24px rgba(0,0,0,.18); }
.iconbox-icon { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.iconbox-heading { margin: 0 0 8px; font-size: 18px; }
a.iconbox .iconbox-heading { color: var(--blue); }
a.iconbox:hover .iconbox-heading { color: var(--accent); }
.iconbox-body { font-size: 15px; }

/* accordion / tabs */
.accordion { margin-bottom: 20px; }
.acc-item { border: 1px solid var(--border); border-radius: 3px; margin-bottom: 8px; background: #fff; }
.acc-item summary { cursor: pointer; padding: 12px 16px; font-weight: 700; color: var(--blue); list-style: none; display: flex; justify-content: space-between; gap: 12px; }
.acc-item summary::-webkit-details-marker { display: none; }
.acc-item summary::after { content: "\f067"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 12px; color: var(--accent); }
.acc-item[open] summary::after { content: "\f068"; }
.acc-item[open] summary { background: var(--bg-soft); }
.acc-body { padding: 14px 16px 4px; }

/* dividers */
.divider { border: 0; border-top: 1px solid var(--accent); margin: 20px 0; }
.separator { margin: 30px 0; }

/* progress bars */
.progress-bars { margin-bottom: 20px; }
.pbar { background: var(--bg-soft); border-radius: 3px; margin-bottom: 10px; overflow: hidden; }
.pbar-fill { padding: 6px 12px; font-size: 13px; font-weight: 700; white-space: nowrap; }

/* teaser */
.teaser { border: 1px solid var(--border); border-radius: 3px; overflow: hidden; margin-bottom: 20px; background: #fff; }
.teaser img { display: block; width: 100%; }
.teaser-body { padding: 20px; }

/* cards / grids */
.grid { display: grid; gap: 30px; margin-bottom: 30px; }
.grid-1 { grid-template-columns: 1fr; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-5, .grid-6 { grid-template-columns: repeat(4, 1fr); }
.card { display: flex; flex-direction: column; background: #fff; border: 1px solid var(--border); border-radius: 2px; overflow: hidden; transition: box-shadow .2s, transform .2s; }
.card:hover { box-shadow: 0 8px 20px rgba(0,0,0,.1); }
.card-img { display: block; background: var(--bg-soft); }
.card-img img { display: block; width: 100%; height: 220px; object-fit: cover; }
.card-body { padding: 18px 20px 20px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.card-title { margin: 0; font-size: 17px; line-height: 1.35; }
.card-title a { color: var(--blue); }
.card-title a:hover { color: var(--accent); }
.card-meta { font-size: 13px; color: var(--muted); }
.card-body p { margin: 0; font-size: 15px; flex: 1; }
.readmore { font-weight: 700; font-size: 14px; color: var(--accent); align-self: flex-start; }
.readmore:hover { color: var(--blue); }
.readmore::after { content: " \2192"; }
.card-list { flex-direction: row; flex-wrap: wrap; }
.card-list .card-body { flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 6px 20px; }
.card-list .card-title { flex: 1 1 60%; font-size: 20px; }
.card-list .card-meta { text-align: right; }
.card-list .card-body p { flex-basis: 100%; }
.card-portfolio .card-img img { height: 200px; }
.card-portfolio .card-body { padding: 12px 14px; }
.card-portfolio .card-title { font-size: 15px; }
.card-product .card-img img { height: 260px; object-fit: contain; background: #fff; }
.price { font-weight: 700; color: var(--blue); }
.price-lg { font-size: 24px; margin-bottom: 16px; }
.product-image img { width: 100%; border: 1px solid var(--border); }
.is-hidden { display: none !important; }

/* filters */
.filter { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 0 0 30px; }
.filter button { background: #fff; border: 1px solid var(--border); border-radius: 3px; padding: 7px 14px; font: 600 13px var(--font); color: var(--text); cursor: pointer; }
.filter button:hover { border-color: var(--accent); color: var(--accent); }
.filter button.is-active { background: var(--accent); border-color: var(--accent); color: #fff; }

/* hero band (replaces the Slider Revolution section on the home page) */
.hero-band { min-height: min(85vh, 700px); background-size: cover; background-position: center; background-attachment: scroll; }

.pdf object { width: 100%; height: 70vh; border: 1px solid var(--border); margin-bottom: 8px; }
.pdf-link { font-size: 14px; }

/* posts */
.post-meta { font-size: 14px; color: var(--muted); margin-bottom: 20px; }
.post-meta i { color: var(--accent); margin-right: 4px; }
.post-thumb { margin: 0 0 24px; }
.post-thumb img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 3px; }
.entry { margin-bottom: 30px; }
.entry img { border-radius: 2px; }
.entry .container { padding: 0; }
.entry .row-full { width: auto; margin-left: 0; margin-right: 0; }
.share { display: flex; align-items: center; gap: 10px; padding: 20px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); margin-bottom: 30px; }
.share span { font-weight: 700; font-size: 14px; margin-right: 6px; }
.share a { width: 34px; height: 34px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--accent); color: #fff; }
.share a:hover { background: var(--blue); color: #fff; }
.post-nav { display: flex; justify-content: space-between; gap: 20px; font-weight: 700; font-size: 14px; }
.post-nav .next { margin-left: auto; text-align: right; }
.terms { font-size: 14px; }
.event-list { list-style: none; padding: 0; }
.event-list li { padding: 10px 0; border-bottom: 1px solid var(--border); }
.event-list time { display: inline-block; min-width: 150px; color: var(--muted); font-size: 14px; }
.notice { background: var(--bg-soft); border-left: 4px solid var(--accent); padding: 16px 20px; margin-bottom: 20px; }
.news-list { list-style: none; padding: 0; margin: 0; }
.news-list li { margin-bottom: 12px; }
.news-list a { color: #fff; font-weight: 700; }
.news-list a:hover { color: var(--accent); }
.news-list small { color: rgba(255,255,255,.75); }

/* social links (content) */
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.social { width: 36px; height: 36px; border-radius: 3px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; background: var(--accent); }
.social:hover { background: var(--blue); color: #fff; }

/* forms */
.contact-form label { display: block; margin-bottom: 14px; font-size: 14px; font-weight: 600; }
.contact-form input:not([type=checkbox]), .contact-form select, .contact-form textarea { display: block; width: 100%; margin-top: 6px; padding: 10px 12px; border: 1px solid #ccc; border-radius: 3px; font: 15px var(--font); color: var(--text); background: #fff; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { outline: 2px solid var(--accent); border-color: var(--accent); }
.contact-form .btn { margin-top: 6px; }
.form-note { margin-top: 12px; padding: 12px; background: var(--bg-soft); border-left: 4px solid var(--accent); font-size: 14px; }

/* footer */
.site-footer { color: #fff; background: var(--blue); margin-top: 40px; }
.site-footer .row { margin-bottom: 0; }
.site-footer .row-full { padding: 50px 0 20px; }
.site-footer h4 { color: var(--accent); }
.site-footer .text { color: #fff; }
.site-footer .text a { color: #fff; text-decoration: none; }
.site-footer .text a:hover { color: var(--accent); }
.site-footer .space { height: 10px !important; }
.footer-bottom { background: #004a6b; font-size: 13px; padding: 14px 0; }
.footer-bottom .container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 10px; }
.footer-bottom p { margin: 0; }
.footer-bottom ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px 18px; }
.footer-bottom a { color: #fff; }
.footer-bottom a:hover { color: var(--accent); }
.footer-bottom .submenu, .footer-bottom .sub-toggle { display: none; }

/* responsive */
@media (max-width: 1024px) {
  .grid-4, .grid-5, .grid-6 { grid-template-columns: repeat(3, 1fr); }
  .col-3 { width: 50%; }
  .col-2, .col-1 { width: 33.333%; }
  .col-5th, .col-2-5th { width: 50%; }
  .card-img img { height: 190px; }
}
@media (max-width: 900px) {
  .menu-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; box-shadow: 0 8px 16px rgba(0,0,0,.12); max-height: calc(100vh - 100px); overflow-y: auto; }
  .main-nav.is-open { display: block; }
  .main-nav .menu { display: block; padding: 8px 0; }
  .main-nav .menu > li { border-top: 1px solid var(--border); display: flex; flex-wrap: wrap; }
  .main-nav .menu > li > a { flex: 1; padding: 12px 20px; }
  .main-nav .menu > li.has-children > a::after { display: none; }
  .main-nav .sub-toggle { display: inline-flex; align-items: center; justify-content: center; width: 48px; background: none; border: 0; border-left: 1px solid var(--border); color: var(--accent); font-size: 14px; cursor: pointer; }
  .main-nav .submenu { position: static; display: none; opacity: 1; visibility: visible; transform: none; box-shadow: none; width: 100%; background: var(--bg-soft); padding: 4px 0; }
  .main-nav li.is-open > .submenu { display: block; }
  .main-nav .submenu li { margin: 0; }
  .main-nav .submenu a { padding: 10px 30px; }
  .icon-bar { display: none; }
  .row-fullheight { min-height: 0; padding: 40px 0; }
}
@media (max-width: 768px) {
  h1 { font-size: 28px; }
  .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 { grid-template-columns: 1fr 1fr; }
  .col, .col-6, .col-8, .col-4, .col-9, .col-3, .col-5, .col-7, .col-5th, .col-2-5th, .col-3-5th, .col-4-5th, .col-2, .col-1, .col-10, .col-11 { width: 100%; }
  .row-full { width: auto; margin-left: calc(var(--gutter) * -1); margin-right: calc(var(--gutter) * -1); }
  .space { height: min(var(--h, 40px), 40px) !important; max-height: 40px; }
  .card-list .card-meta { text-align: left; }
  .footer-bottom .container { justify-content: center; text-align: center; }
  .site-logo img { height: 50px; }
  .alignleft, .alignright { float: none; margin: 0 auto 16px; display: block; }
}
@media (max-width: 520px) {
  .grid-2, .grid-3, .grid-4, .grid-5, .grid-6 { grid-template-columns: 1fr; }
  .top-bar { font-size: 12px; }
  .site-content { padding: 24px 0 40px; }
  .page-header h1 { font-size: 22px; }
}
@media print {
  .top-bar, .icon-bar, .menu-toggle, .site-footer, .share, .post-nav { display: none !important; }
}
