@charset "UTF-8";
/*!
Theme Name: gas-safe
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: A bespoke theme created for Gas Safe 1
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gas-safe
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

gas-safe is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Shared Elements
--------------------------------------------- */
.top-bar {
  background-color: #000000;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.top-bar .top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar .top-bar__contact {
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-bar .top-bar__contact a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.top-bar .top-bar__contact a img {
  height: 14px;
  width: auto;
  margin-right: 6px;
}
.top-bar .top-bar__contact a:hover {
  color: #00D4FF;
}
.top-bar .top-bar__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-bar .top-bar__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #00D4FF;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.top-bar .top-bar__social a:hover {
  opacity: 0.8;
}

.site-header {
  background-color: #000000;
  padding: 15px 0;
  position: relative;
  z-index: 99;
}
.site-header .site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .site-branding {
  flex-shrink: 0;
}
.site-header .site-branding img {
  max-height: 50px;
  width: auto;
}
.site-header .main-navigation {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}
.site-header .main-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 35px;
}
.site-header .main-navigation ul li {
  position: relative;
}
.site-header .main-navigation ul li a {
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.site-header .main-navigation ul li a:hover {
  color: #00D4FF;
}
.site-header .main-navigation ul li.menu-item-has-children > a {
  padding-right: 14px;
}
.site-header .main-navigation ul li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  transform: rotate(45deg);
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.site-header .main-navigation ul li.menu-item-has-children:hover > a::after {
  border-color: #00D4FF;
  transform: rotate(-135deg);
}
.site-header .main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 0;
  background: #000000;
  min-width: 220px;
  padding: 10px 0;
  border-top: 2px solid #00D4FF;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  margin-top: 15px;
}
.site-header .main-navigation ul li ul.sub-menu li {
  padding: 0;
}
.site-header .main-navigation ul li ul.sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  white-space: nowrap;
}
.site-header .main-navigation ul li ul.sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #00D4FF;
}
.site-header .main-navigation ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.site-header .menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
}
.site-header .menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
}
.site-header .mobile-menu-panel {
  display: none;
}

.mobile-menu-overlay {
  display: none;
}

.header-cta {
  flex-shrink: 0;
}
.header-cta .header-cta__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}
.header-cta .header-cta__icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-cta .header-cta__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header-cta .header-cta__text span {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.header-cta .header-cta__text strong {
  display: block;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}

.site-footer .site-footer__main {
  background-color: #000000;
  padding: 60px 0;
}
.site-footer .site-footer__logo {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 0 20px;
}
.site-footer .site-footer__desc {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  line-height: 1.8;
  margin: 0;
}
.site-footer .site-footer__heading {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: none;
}
.site-footer .site-footer__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .site-footer__menu li {
  margin: 0 0 10px;
}
.site-footer .site-footer__menu a {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-flex;
  align-items: center;
}
.site-footer .site-footer__menu a::before {
  content: "—";
  margin-right: 8px;
  color: #00D4FF;
  font-size: 12px;
}
.site-footer .site-footer__menu a:hover {
  color: #00D4FF;
}
.site-footer .site-footer__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .site-footer__contact li {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  margin: 0 0 12px;
  display: flex;
  align-items: flex-start;
}
.site-footer .site-footer__contact li .site-footer__icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-top: 3px;
  flex-shrink: 0;
}
.site-footer .site-footer__contact li a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer .site-footer__contact li a:hover {
  color: #00D4FF;
}
.site-footer .site-footer__contact li span {
  line-height: 1.7;
}
.site-footer .site-footer__info {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
.site-footer .site-footer__info li {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  margin: 0 0 6px;
  line-height: 1.6;
}
.site-footer .site-footer__partnership-label {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 12px;
}
.site-footer .site-footer__partnership-logo {
  max-width: 140px;
  height: auto;
  display: block;
}
.site-footer .site-footer__accreditations {
  background-color: #111111;
  padding: 30px 0;
  text-align: center;
}
.site-footer .site-footer__accreditations img {
  max-height: 60px;
  width: auto;
  display: inline-block;
}

.key-points {
  position: relative;
  z-index: 10;
  padding: 40px 0 60px;
}
.key-points .key-points__item {
  background-color: #ffffff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  padding: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  height: 100%;
}
.key-points .key-points__icon {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.key-points .key-points__icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.key-points .key-points__content {
  flex: 1;
}
.key-points .key-points__title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 5px;
  line-height: 1.3;
}
.key-points .key-points__description {
  font-size: 12px;
  font-weight: 400;
  color: #404040;
  margin: 0;
  line-height: 1.5;
}

.our-services {
  padding: 60px 0;
}
.our-services .our-services__heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 40px;
}
.our-services .four.columns {
  display: flex;
}
.our-services .our-services__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  margin-bottom: 30px;
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
.our-services .our-services__item:hover .our-services__image-wrap img {
  transform: scale(1.05);
}
.our-services .our-services__image {
  position: relative;
}
.our-services .our-services__image-wrap {
  overflow: hidden;
  height: 220px;
}
.our-services .our-services__image-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}
.our-services .our-services__icon {
  position: absolute;
  bottom: -25px;
  right: 15px;
  width: 55px;
  height: 55px;
  z-index: 2;
}
.our-services .our-services__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.our-services .our-services__content {
  padding: 20px;
  flex: 1;
}
.our-services .our-services__content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 10px;
}
.our-services .our-services__content p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.cta-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.cta-banner .cta-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.cta-banner .container,
.cta-banner .row {
  position: relative;
  z-index: 2;
}
.cta-banner .cta-banner__content {
  position: relative;
  z-index: 2;
}
.cta-banner .cta-banner__pre-heading {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}
.cta-banner .cta-banner__line {
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: #00D4FF;
  margin-left: 12px;
}
.cta-banner .cta-banner__heading {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  margin: 0 0 35px;
}
.cta-banner .cta-banner__button {
  display: inline-block;
  padding: 15px 35px;
  border: 2px solid #00D4FF;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cta-banner .cta-banner__button:hover {
  background-color: #00D4FF;
  color: #000000;
}

.testimonials {
  padding: 60px 0;
  background: #ffffff;
}
.testimonials .testimonials__heading {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 60px;
}
.testimonials .testimonials__slider-wrap {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 80px;
}
.testimonials .testimonials__slide {
  text-align: center;
  outline: none;
  padding: 0 40px;
}
.testimonials .testimonials__quote {
  position: relative;
  padding: 20px 50px;
}
.testimonials .testimonials__open-quote {
  font-family: "Montserrat", sans-serif;
  font-size: 180px;
  font-weight: 700;
  color: #e0e0e0;
  line-height: 1;
  position: absolute;
  top: -30px;
  left: -10px;
  opacity: 0.7;
}
.testimonials .testimonials__close-quote {
  font-family: "Montserrat", sans-serif;
  font-size: 180px;
  font-weight: 700;
  color: #e0e0e0;
  line-height: 1;
  position: absolute;
  bottom: -70px;
  right: -10px;
  opacity: 0.7;
}
.testimonials .testimonials__text {
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  line-height: 1.9;
  margin: 0;
  padding: 0;
  border: none;
  quotes: none;
  position: relative;
  z-index: 1;
}
.testimonials .testimonials__text p {
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  color: #000000;
  line-height: 1.9;
}
.testimonials .testimonials__author {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 40px 0 0;
  text-align: center;
}
.testimonials .testimonials__service {
  font-weight: 400;
  color: #666;
}
.testimonials .testimonials__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border: 1px solid #ddd;
  background: #ffffff;
  color: #999;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s ease, color 0.3s ease;
  z-index: 2;
  padding: 0;
}
.testimonials .testimonials__arrow:hover {
  border-color: #00D4FF;
  color: #00D4FF;
}
.testimonials .testimonials__arrow--prev {
  left: 0;
}
.testimonials .testimonials__arrow--next {
  right: 0;
}

.brand-logos {
  padding: 50px 0;
  background: #ffffff;
  overflow: hidden;
}
.brand-logos .brand-logos__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: brand-scroll 30s linear infinite;
}
.brand-logos .brand-logos__item {
  flex-shrink: 0;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-logos .brand-logos__item img {
  max-height: 45px;
  width: auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.brand-logos .brand-logos__item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes brand-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* ==========================================================================
   Page Header – reusable thin header with background image + overlay
   ========================================================================== */
.page-header {
  position: relative;
  background-color: #000000;
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.page-header .page-header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
.page-header .row {
  position: relative;
  z-index: 1;
}
.page-header .page-header__content {
  color: #ffffff;
}
.page-header .page-header__breadcrumb {
  font-size: 13px;
  font-weight: 400;
  color: #ccc;
  margin: 0 0 10px;
}
.page-header .page-header__breadcrumb a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.page-header .page-header__breadcrumb a:hover {
  color: #00D4FF;
}
.page-header .page-header__heading {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

/* Page Elements
--------------------------------------------- */
body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #404040;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

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

.hero-banner {
  position: relative;
  overflow: hidden;
}
.hero-banner .hero-banner__slider .slick-list,
.hero-banner .hero-banner__slider .slick-track {
  height: 100%;
}
.hero-banner .hero-banner__slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 580px;
  display: flex !important;
  align-items: center;
  outline: none;
}
.hero-banner .hero-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.hero-banner .hero-banner__slide .row {
  position: relative;
  z-index: 2;
  width: 100%;
  align-items: center;
}
.hero-banner .hero-banner__text {
  padding: 100px 0;
}
.hero-banner .hero-banner__pre-heading {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 12px;
  font-style: italic;
}
.hero-banner .hero-banner__heading {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin: 0 0 18px;
}
.hero-banner .hero-banner__sub-heading {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 35px;
}
.hero-banner .hero-banner__cta {
  display: inline-block;
  padding: 15px 35px;
  border: 2px solid #00D4FF;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}
.hero-banner .hero-banner__cta:hover {
  background-color: #00D4FF;
  color: #000000;
}
.hero-banner .hero-banner__badge {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 100px 0;
}
.hero-banner .hero-banner__badge img {
  max-width: 100%;
  height: auto;
}
.hero-banner .hero-banner__nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.hero-banner .hero-banner__controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero-banner .hero-banner__arrow {
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  background: none;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 12px;
  transition: all 0.3s ease;
}
.hero-banner .hero-banner__arrow:hover {
  background-color: #00D4FF;
  border-color: #00D4FF;
}
.hero-banner .hero-banner__dots {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 10px;
}
.hero-banner .hero-banner__dots ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
.hero-banner .hero-banner__dots li button,
.hero-banner .hero-banner__dots li span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
}
.hero-banner .hero-banner__dots li.slick-active button,
.hero-banner .hero-banner__dots li.slick-active span {
  background-color: #ffffff;
}

/* ==========================================================================
   About Us Page
   ========================================================================== */
.about-content {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.about-content > .row {
  align-items: stretch;
  min-height: 550px;
}
.about-content {
  /* Image takes the right portion, flush to edge */
}
.about-content .about-content__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  padding: 0;
}
.about-content .about-content__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-content {
  /* White text box overlaps over the image */
}
.about-content .about-content__text {
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding: 50px 60px;
  margin: 60px 0;
  width: 55%;
  margin-left: calc((100vw - 1300px) / 2);
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
}
.about-content .about-content__heading {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px;
  line-height: 1.3;
  padding-bottom: 20px;
  position: relative;
}
.about-content .about-content__heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #00D4FF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-content p {
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  line-height: 1.8;
  margin: 0 0 15px;
}
.about-content p strong {
  font-weight: 700;
  color: #000000;
}
.about-content .about-content__cta {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #00D4FF;
  border: 1px solid #00D4FF;
  background: transparent;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.about-content .about-content__cta:hover {
  background: #00D4FF;
  color: #000000;
}

/* ==========================================================================
   Service Child Page
   ========================================================================== */
/* Service Header – two-column layout with image right */
.service-header {
  padding: 50px 0 30px;
}
.service-header .service-header__text {
  padding-right: 40px;
}
.service-header .service-header__breadcrumb {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  margin: 0 0 10px;
}
.service-header .service-header__breadcrumb a {
  color: #999;
  text-decoration: none;
  transition: color 0.3s ease;
}
.service-header .service-header__breadcrumb a:hover {
  color: #00D4FF;
}
.service-header .service-header__heading {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 25px;
  line-height: 1.2;
}
.service-header .service-header__content p {
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  line-height: 1.8;
  margin: 0 0 15px;
}
.service-header .service-header__content p strong {
  font-weight: 700;
  color: #000000;
}
.service-header .service-header__cta {
  display: inline-block;
  margin-top: 5px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #00D4FF;
  border: 1px solid #00D4FF;
  background: transparent;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.service-header .service-header__cta:hover {
  background: #00D4FF;
  color: #000000;
}
.service-header .service-header__image {
  position: relative;
}
.service-header .service-header__image img {
  width: 100%;
  height: auto;
  display: block;
}
.service-header .service-header__icon {
  position: absolute;
  bottom: -25px;
  right: 20px;
  width: 75px;
  height: 75px;
  z-index: 2;
}
.service-header .service-header__icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Applications section */
.service-applications {
  padding: 30px 0 60px;
}
.service-applications .service-applications__heading {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px;
  padding-bottom: 20px;
  position: relative;
}
.service-applications .service-applications__heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #00D4FF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.service-applications .service-applications__list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 3;
  column-gap: 40px;
}
.service-applications .service-applications__list li {
  font-size: 14px;
  font-weight: 400;
  color: #404040;
  padding: 8px 0;
  padding-left: 20px;
  position: relative;
  break-inside: avoid;
}
.service-applications .service-applications__list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #00D4FF;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Other Services section */
.other-services {
  padding: 60px 0 30px;
  background: #f8f8f8;
}
.other-services .other-services__heading {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 30px;
  padding-bottom: 20px;
  position: relative;
}
.other-services .other-services__heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #00D4FF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.other-services .other-services__view-all {
  text-align: right;
  padding: 20px 0;
}
.other-services .other-services__view-all a {
  font-size: 14px;
  font-weight: 500;
  color: #00D4FF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.other-services .other-services__view-all a:hover {
  color: #000000;
}

/* ==========================================================================
   Blog Archive
   ========================================================================== */
.blog-archive {
  padding: 60px 0;
}
.blog-archive .row {
  display: flex;
  flex-wrap: wrap;
}
.blog-archive .four.columns {
  display: flex;
}

/* Blog Card
   ========================================================================== */
.blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffffff;
  margin-bottom: 30px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}
.blog-card:hover .blog-card__img {
  transform: scale(1.05);
}

.blog-card__image {
  overflow: hidden;
  height: 220px;
}
.blog-card__image a {
  display: block;
  height: 100%;
}
.blog-card__image .blog-card__img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.blog-card__content {
  padding: 20px 25px 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-card__date {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  margin-bottom: 8px;
  display: block;
}

.blog-card__title {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 12px;
  line-height: 1.3;
}
.blog-card__title a {
  color: #000000;
  text-decoration: none;
}
.blog-card__title a:hover {
  color: #00D4FF;
}

.blog-card__excerpt {
  margin-bottom: 20px;
  flex: 1;
}
.blog-card__excerpt p {
  font-size: 14px;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.blog-card__read-more {
  display: inline-block;
  padding: 10px 25px;
  border: 2px solid #00D4FF;
  color: #00D4FF;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.blog-card__read-more:hover {
  background: #00D4FF;
  color: #000000;
}

/* Blog Pagination
   ========================================================================== */
.blog-archive__pagination {
  padding: 20px 0 0;
  text-align: center;
}
.blog-archive__pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.blog-archive__pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-archive__pagination .page-numbers:hover {
  border-color: #00D4FF;
  color: #00D4FF;
}
.blog-archive__pagination .page-numbers.current {
  background: #00D4FF;
  border-color: #00D4FF;
  color: #000000;
}
.blog-archive__pagination .prev,
.blog-archive__pagination .next {
  width: auto;
  padding: 0 15px;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: #00D4FF;
}
.blog-archive__pagination .prev:hover,
.blog-archive__pagination .next:hover {
  color: #000000;
}

/* ==========================================================================
   Single Post Content
   ========================================================================== */
.single-post {
  padding: 40px 0 60px;
}
.single-post .single-post__title {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 5px;
}
.single-post .single-post__date {
  font-size: 13px;
  font-weight: 400;
  color: #999;
  display: block;
  margin-bottom: 15px;
}
.single-post .single-post__back {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #00D4FF;
  text-decoration: none;
  margin-bottom: 20px;
}
.single-post .single-post__back:hover {
  color: #000000;
}
.single-post .single-post__row {
  display: flex;
  justify-content: center;
}
.single-post .single-post__featured-image {
  margin-bottom: 35px;
  height: 400px;
  overflow: hidden;
}
.single-post .single-post__featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.single-post .single-post__content {
  background: #ffffff;
  padding: 40px 50px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.single-post .single-post__content h2,
.single-post .single-post__content h3,
.single-post .single-post__content h4 {
  font-weight: 700;
  color: #000000;
  margin: 30px 0 15px;
}
.single-post .single-post__content h2 {
  font-size: 24px;
}
.single-post .single-post__content h3 {
  font-size: 20px;
}
.single-post .single-post__content p {
  font-size: 15px;
  font-weight: 400;
  color: #444;
  line-height: 1.8;
  margin: 0 0 20px;
}
.single-post .single-post__content strong {
  font-weight: 700;
}
.single-post .single-post__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
}
.single-post .single-post__content .wp-block-gallery,
.single-post .single-post__content .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 25px 0;
}
.single-post .single-post__content .wp-block-gallery .wp-block-image,
.single-post .single-post__content .wp-block-gallery .gallery-item,
.single-post .single-post__content .gallery .wp-block-image,
.single-post .single-post__content .gallery .gallery-item {
  flex: 1 1 calc(25% - 10px);
  margin: 0;
}
.single-post .single-post__content .wp-block-gallery .wp-block-image img,
.single-post .single-post__content .wp-block-gallery .gallery-item img,
.single-post .single-post__content .gallery .wp-block-image img,
.single-post .single-post__content .gallery .gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin: 0;
}
.single-post .single-post__content ul,
.single-post .single-post__content ol {
  margin: 0 0 20px 20px;
  color: #444;
  font-size: 15px;
  line-height: 1.8;
}
.single-post .single-post__content blockquote {
  border-left: 3px solid #00D4FF;
  padding: 15px 25px;
  margin: 25px 0;
  font-style: italic;
  color: #555;
}

/* ==========================================================================
   Other Blog Posts
   ========================================================================== */
.other-blog-posts {
  padding: 60px 0 30px;
  background: #f8f8f8;
}
.other-blog-posts .other-blog-posts__heading {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 30px;
  padding-bottom: 20px;
  position: relative;
}
.other-blog-posts .other-blog-posts__heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #00D4FF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.other-blog-posts .row {
  display: flex;
  flex-wrap: wrap;
}
.other-blog-posts .four.columns {
  display: flex;
}

/* ==========================================================================
   Contact Page
   ========================================================================== */
.contact-header {
  position: relative;
  background-color: #000000;
  background-image: url("images/temp-images/contact-us-background.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}
.contact-header .contact-header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
.contact-header .row {
  position: relative;
  z-index: 1;
}
.contact-header .contact-header__info {
  color: #ffffff;
}
.contact-header .contact-header__breadcrumb {
  font-size: 13px;
  font-weight: 400;
  color: #ccc;
  margin: 0 0 10px;
}
.contact-header .contact-header__breadcrumb a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-header .contact-header__breadcrumb a:hover {
  color: #00D4FF;
}
.contact-header .contact-header__heading {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 20px;
}
.contact-header .contact-header__intro {
  font-size: 15px;
  font-weight: 400;
  color: #ccc;
  line-height: 1.8;
  margin: 0 0 40px;
}
.contact-header .contact-header__details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-header .contact-header__details li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 18px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.7;
}
.contact-header .contact-header__details a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-header .contact-header__details a:hover {
  color: #00D4FF;
}
.contact-header .contact-header__icon {
  width: 16px;
  height: 16px;
  margin-right: 12px;
  margin-top: 4px;
  flex-shrink: 0;
}
.contact-header {
  /* Form card */
}
.contact-header .contact-header__form {
  background: #ffffff;
  padding: 40px;
  border-radius: 0;
}
.contact-header .contact-header__form-heading {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 25px;
}
.contact-header {
  /* Gravity Forms overrides */
}
.contact-header .contact-header__form .gform_wrapper {
  margin: 0;
  padding: 0;
}
.contact-header .contact-header__form .gform_fields {
  gap: 15px 16px !important;
}
.contact-header .contact-header__form .gfield {
  margin-bottom: 0;
}
.contact-header .contact-header__form .gfield_label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 4px;
}
.contact-header .contact-header__form .gfield_required {
  display: none;
}
.contact-header .contact-header__form input[type=text],
.contact-header .contact-header__form input[type=email],
.contact-header .contact-header__form input[type=tel],
.contact-header .contact-header__form textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 12px 15px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  background: #ffffff;
  transition: border-color 0.3s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
.contact-header .contact-header__form input[type=text]:focus,
.contact-header .contact-header__form input[type=email]:focus,
.contact-header .contact-header__form input[type=tel]:focus,
.contact-header .contact-header__form textarea:focus {
  outline: none;
  border-color: #00D4FF;
}
.contact-header .contact-header__form textarea {
  min-height: 120px;
  resize: vertical;
}
.contact-header .contact-header__form .gform_footer {
  text-align: right;
  margin: 0;
  padding: 10px 0 0;
}
.contact-header .contact-header__form .gform_footer .gform_button,
.contact-header .contact-header__form .gform_footer input[type=submit] {
  display: inline-block;
  background: transparent !important;
  color: #00D4FF !important;
  border: 1px solid #00D4FF !important;
  padding: 12px 35px !important;
  font-size: 14px !important;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.contact-header .contact-header__form .gform_footer .gform_button:hover,
.contact-header .contact-header__form .gform_footer input[type=submit]:hover {
  background: #00D4FF !important;
  color: #000000 !important;
}
.contact-header .contact-header__form .validation_error,
.contact-header .contact-header__form .validation_message {
  font-size: 13px;
}

/* Google Map */
.contact-map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}

/* ==========================================================================
   Vacancies Page
   ========================================================================== */
.vacancies {
  padding: 80px 0;
  background: #ffffff;
}
.vacancies .vacancies__intro {
  max-width: 860px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 15px;
  color: #404040;
  line-height: 1.8;
}
.vacancies .vacancies__intro p {
  margin: 0 0 15px;
}
.vacancies .vacancies__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.vacancy-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-top: 4px solid #00D4FF;
  padding: 40px 40px 35px;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.vacancy-card .vacancy-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 20px;
  line-height: 1.3;
  padding-bottom: 18px;
  position: relative;
  text-transform: uppercase;
}
.vacancy-card .vacancy-card__title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #00D4FF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.vacancy-card .vacancy-card__content {
  color: #404040;
  font-size: 14px;
  line-height: 1.8;
}
.vacancy-card .vacancy-card__content p {
  margin: 0 0 12px;
}
.vacancy-card .vacancy-card__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.vacancy-card .vacancy-card__content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 6px;
}
.vacancy-card .vacancy-card__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #00D4FF;
}
.vacancy-card .vacancy-card__content strong {
  color: #000000;
  font-weight: 700;
}
.vacancy-card .vacancy-card__meta {
  list-style: none;
  padding: 0;
  margin: 18px 0 25px;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.vacancy-card .vacancy-card__meta-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #404040;
  margin-bottom: 10px;
  line-height: 1.5;
}
.vacancy-card .vacancy-card__meta-item a {
  color: #000000;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.vacancy-card .vacancy-card__meta-item a:hover {
  color: #00D4FF;
}
.vacancy-card .vacancy-card__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}
.vacancy-card .vacancy-card__cta {
  display: inline-block;
  align-self: flex-start;
  margin-top: auto;
  padding: 14px 32px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  border: 1px solid #00D4FF;
  background: #00D4FF;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.vacancy-card .vacancy-card__cta:hover, .vacancy-card .vacancy-card__cta:focus {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
  outline: none;
}

/* ==========================================================================
   Vacancies Modal
   ========================================================================== */
.vacancies-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 20px;
  overflow-y: auto;
}
.vacancies-modal.is-open {
  display: flex;
}
.vacancies-modal .vacancies-modal__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
}
.vacancies-modal .vacancies-modal__dialog {
  position: relative;
  z-index: 1;
  background: #ffffff;
  width: 100%;
  max-width: 640px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  margin: auto;
  animation: vacanciesModalFadeIn 0.25s ease-out;
}
.vacancies-modal .vacancies-modal__close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: transparent;
  border: 0;
  font-size: 32px;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  padding: 6px 10px;
  transition: color 0.3s ease;
  z-index: 2;
}
.vacancies-modal .vacancies-modal__close:hover, .vacancies-modal .vacancies-modal__close:focus {
  color: #00D4FF;
  outline: none;
}
.vacancies-modal .vacancies-modal__body {
  padding: 30px 35px 28px;
}
.vacancies-modal .vacancies-modal__heading {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 8px;
  padding-bottom: 10px;
  position: relative;
}
.vacancies-modal .vacancies-modal__heading::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #00D4FF;
  position: absolute;
  bottom: 0;
  left: 0;
}
.vacancies-modal .vacancies-modal__heading .vacancies-modal__role {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #404040;
  text-transform: none;
  margin-top: 4px;
}
.vacancies-modal .vacancies-modal__heading .vacancies-modal__role:empty {
  display: none;
}
.vacancies-modal .vacancies-modal__intro {
  font-size: 13px;
  color: #404040;
  line-height: 1.5;
  margin: 12px 0 14px;
}
.vacancies-modal {
  /* Tighten Gravity Forms spacing inside modal */
}
.vacancies-modal .vacancies-modal__form .gform_wrapper {
  margin: 0;
}
.vacancies-modal .vacancies-modal__form .gform_wrapper .gform_body,
.vacancies-modal .vacancies-modal__form .gform_wrapper form {
  margin: 0;
}
.vacancies-modal .vacancies-modal__form .gform_wrapper .gform_fields {
  gap: 10px 16px;
}
.vacancies-modal .vacancies-modal__form .gform_wrapper .gfield {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
}
.vacancies-modal .vacancies-modal__form .gform_wrapper .gfield_label {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.3;
}
.vacancies-modal .vacancies-modal__form .gform_wrapper .gfield_description {
  padding-top: 2px;
  font-size: 12px;
}
.vacancies-modal .vacancies-modal__form .gform_wrapper .ginput_container {
  margin-top: 0;
}
.vacancies-modal .vacancies-modal__form .gform_wrapper input[type=text],
.vacancies-modal .vacancies-modal__form .gform_wrapper input[type=email],
.vacancies-modal .vacancies-modal__form .gform_wrapper input[type=tel],
.vacancies-modal .vacancies-modal__form .gform_wrapper input[type=url],
.vacancies-modal .vacancies-modal__form .gform_wrapper input[type=number],
.vacancies-modal .vacancies-modal__form .gform_wrapper select,
.vacancies-modal .vacancies-modal__form .gform_wrapper textarea {
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.4;
}
.vacancies-modal .vacancies-modal__form .gform_wrapper textarea {
  min-height: 80px;
  height: 80px;
}
.vacancies-modal .vacancies-modal__form .gform_wrapper .gform_footer,
.vacancies-modal .vacancies-modal__form .gform_wrapper .gform_page_footer {
  margin: 14px 0 0;
  padding: 0;
}
.vacancies-modal .vacancies-modal__form .gform_wrapper .gform_button {
  padding: 10px 24px;
  font-size: 13px;
}

body.vacancies-modal-open {
  overflow: hidden;
}

@keyframes vacanciesModalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ==========================================================================
   Responsive – Tablet
   ========================================================================== */
@media (max-width: 1024px) {
  .vacancies {
    padding: 60px 0;
  }
  .vacancies .vacancies__list {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .vacancy-card {
    padding: 30px 28px;
  }
  .vacancy-card .vacancy-card__title {
    font-size: 20px;
  }
  .vacancies-modal .vacancies-modal__body {
    padding: 35px 30px 30px;
  }
}
/* ==========================================================================
   Responsive – Mobile
   ========================================================================== */
@media (max-width: 767px) {
  .vacancies {
    padding: 40px 0;
  }
  .vacancies .vacancies__intro {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .vacancy-card {
    padding: 25px 22px 22px;
  }
  .vacancy-card .vacancy-card__title {
    font-size: 18px;
  }
  .vacancy-card .vacancy-card__content {
    font-size: 13px;
  }
  .vacancy-card .vacancy-card__cta {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }
  .vacancies-modal {
    padding: 20px 10px;
  }
  .vacancies-modal .vacancies-modal__body {
    padding: 30px 20px 25px;
  }
  .vacancies-modal .vacancies-modal__heading {
    font-size: 20px;
  }
}
/* ==========================================================================
   Penn Custom Modules
   ========================================================================== */
/* -----------------------------------------
   Image & Text Module
   ----------------------------------------- */
.module-image-text {
  padding: 50px 0;
}
.module-image-text .row {
  display: flex;
  align-items: center;
}
.module-image-text .module-image-text__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
.module-image-text .module-image-text__content {
  padding: 0 20px;
}
.module-image-text .module-image-text__heading {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.module-image-text .module-image-text__heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #00D4FF;
}
.module-image-text .module-image-text__body p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 15px;
}
.module-image-text .module-image-text__body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.module-image-text .module-image-text__body ul li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 6px;
}
.module-image-text .module-image-text__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-color: #00D4FF;
  border-radius: 50%;
}
.module-image-text .module-image-text__body strong {
  color: #000000;
}
.module-image-text.module-image-text--image-right .module-image-text__image-col {
  order: 2;
}
.module-image-text.module-image-text--image-right .module-image-text__text-col {
  order: 1;
}
.module-image-text.module-image-text--image-right .module-image-text__content {
  padding-right: 40px;
  padding-left: 0;
}
.module-image-text.module-image-text--image-left .module-image-text__image-col {
  order: 1;
}
.module-image-text.module-image-text--image-left .module-image-text__text-col {
  order: 2;
}
.module-image-text.module-image-text--image-left .module-image-text__content {
  padding-left: 40px;
  padding-right: 0;
}

/* -----------------------------------------
   Service CTA Module
   ----------------------------------------- */
.module-service-cta {
  padding: 0;
}
.module-service-cta .module-service-cta__inner {
  background-color: #23262e;
  padding: 60px 50px;
  border-radius: 6px;
  display: flex;
  align-items: center;
}
.module-service-cta .module-service-cta__content {
  flex: 1;
  padding-right: 90px;
}
.module-service-cta .module-service-cta__title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.15;
}
.module-service-cta .module-service-cta__description p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}
.module-service-cta .module-service-cta__action {
  flex-shrink: 0;
}
.module-service-cta .module-service-cta__button {
  display: inline-block;
  padding: 14px 45px;
  border: 2px solid #00D4FF;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.3s ease, color 0.3s ease;
  white-space: nowrap;
}
.module-service-cta .module-service-cta__button:hover {
  background: #00D4FF;
  color: #000000;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* ==========================================================================
   Tablet Styles – max-width: 1024px
   ========================================================================== */
@media (max-width: 1024px) {
  /* -----------------------------------------
     Grid overrides
     ----------------------------------------- */
  .row {
    padding: 0 20px;
  }
  /* -----------------------------------------
     Top Bar
     ----------------------------------------- */
  .top-bar .top-bar__contact {
    gap: 15px;
  }
  .top-bar .top-bar__contact a {
    font-size: 11px;
  }
  /* -----------------------------------------
     Site Header
     ----------------------------------------- */
  .site-header .main-navigation ul {
    gap: 20px;
  }
  .site-header .main-navigation ul li a {
    font-size: 12px;
  }
  .site-header .menu-toggle {
    display: none;
  }
  .header-cta .header-cta__text strong {
    font-size: 16px;
  }
  .header-cta .header-cta__icon {
    width: 38px;
    height: 38px;
  }
  /* -----------------------------------------
     Hero Banner
     ----------------------------------------- */
  .hero-banner .hero-banner__slide {
    min-height: 450px;
  }
  .hero-banner .hero-banner__text {
    padding: 60px 0;
  }
  .hero-banner .hero-banner__heading {
    font-size: 36px;
  }
  .hero-banner .hero-banner__sub-heading {
    font-size: 15px;
  }
  .hero-banner .hero-banner__badge {
    padding: 60px 0;
  }
  /* -----------------------------------------
     Key Points
     ----------------------------------------- */
  .key-points {
    padding: 30px 0 40px;
  }
  .key-points .key-points__item {
    padding: 20px;
    gap: 15px;
  }
  .key-points .key-points__icon {
    width: 45px;
    height: 45px;
  }
  .key-points .key-points__title {
    font-size: 14px;
  }
  .key-points .key-points__description {
    font-size: 11px;
  }
  /* -----------------------------------------
     Our Services
     ----------------------------------------- */
  .our-services {
    padding: 40px 0;
  }
  .our-services .our-services__heading {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .our-services .our-services__image-wrap {
    height: 180px;
  }
  .our-services .our-services__image-wrap img {
    height: 180px;
  }
  .our-services .our-services__content {
    padding: 15px;
  }
  .our-services .our-services__content h3 {
    font-size: 16px;
  }
  .our-services .our-services__content p {
    font-size: 13px;
  }
  /* -----------------------------------------
     CTA Banner
     ----------------------------------------- */
  .cta-banner {
    padding: 70px 0;
  }
  .cta-banner .cta-banner__heading {
    font-size: 32px;
  }
  .cta-banner .cta-banner__pre-heading {
    font-size: 16px;
  }
  /* -----------------------------------------
     Testimonials
     ----------------------------------------- */
  .testimonials {
    padding: 50px 0;
  }
  .testimonials .testimonials__heading {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .testimonials .testimonials__slider-wrap {
    padding: 0 60px;
  }
  .testimonials .testimonials__slide {
    padding: 0 20px;
  }
  .testimonials .testimonials__quote {
    padding: 15px 30px;
  }
  .testimonials .testimonials__text,
  .testimonials .testimonials__text p {
    font-size: 18px;
    line-height: 1.7;
  }
  .testimonials .testimonials__open-quote,
  .testimonials .testimonials__close-quote {
    font-size: 140px;
  }
  .testimonials .testimonials__author {
    font-size: 16px;
    margin-top: 30px;
  }
  /* -----------------------------------------
     Brand Logos
     ----------------------------------------- */
  .brand-logos {
    padding: 35px 0;
  }
  .brand-logos .brand-logos__item {
    padding: 0 25px;
  }
  .brand-logos .brand-logos__item img {
    max-height: 35px;
  }
  /* -----------------------------------------
     Page Header
     ----------------------------------------- */
  .page-header {
    padding: 45px 0;
  }
  .page-header .page-header__heading {
    font-size: 34px;
  }
  /* -----------------------------------------
     About Page
     ----------------------------------------- */
  .about-content .about-content__image {
    width: 50%;
  }
  .about-content .about-content__text {
    width: 60%;
    padding: 35px 40px;
    margin: 40px 0;
    margin-left: 20px;
  }
  .about-content .about-content__heading {
    font-size: 24px;
  }
  .about-content p {
    font-size: 13px;
  }
  /* -----------------------------------------
     Service Child
     ----------------------------------------- */
  .service-header {
    padding: 40px 0 25px;
  }
  .service-header .service-header__text {
    padding-right: 25px;
  }
  .service-header .service-header__heading {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .service-header .service-header__content p {
    font-size: 13px;
  }
  .service-header .service-header__icon {
    width: 60px;
    height: 60px;
    bottom: -20px;
    right: 15px;
  }
  .service-applications {
    padding: 25px 0 40px;
  }
  .service-applications .service-applications__heading {
    font-size: 24px;
  }
  .service-applications .service-applications__list {
    columns: 2;
    column-gap: 30px;
  }
  .other-services {
    padding: 40px 0 20px;
  }
  .other-services .other-services__heading {
    font-size: 24px;
  }
  /* -----------------------------------------
     Contact Page
     ----------------------------------------- */
  .contact-header {
    padding: 60px 0;
  }
  .contact-header .contact-header__heading {
    font-size: 34px;
  }
  .contact-header .contact-header__intro {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .contact-header .contact-header__form {
    padding: 30px;
  }
  .contact-header .contact-header__form-heading {
    font-size: 20px;
  }
  .contact-map iframe {
    height: 350px;
  }
  /* -----------------------------------------
     Blog Archive
     ----------------------------------------- */
  .blog-archive {
    padding: 40px 0;
  }
  .blog-card__image {
    height: 180px;
  }
  .blog-card__image .blog-card__img {
    height: 180px;
  }
  .blog-card__content {
    padding: 15px 20px 20px;
  }
  .blog-card__title {
    font-size: 16px;
  }
  .blog-card__excerpt p {
    font-size: 13px;
  }
  /* -----------------------------------------
     Single Post
     ----------------------------------------- */
  .single-post {
    padding: 30px 0 50px;
  }
  .single-post .single-post__title {
    font-size: 30px;
  }
  .single-post .single-post__featured-image {
    height: 320px;
  }
  .single-post .single-post__content {
    padding: 30px 35px;
  }
  .single-post .single-post__content h2 {
    font-size: 22px;
  }
  .single-post .single-post__content h3 {
    font-size: 18px;
  }
  .single-post .single-post__content p {
    font-size: 14px;
  }
  .single-post .single-post__content .wp-block-gallery .wp-block-image,
  .single-post .single-post__content .gallery .gallery-item {
    flex: 1 1 calc(33.33% - 10px);
  }
  .other-blog-posts {
    padding: 40px 0 20px;
  }
  .other-blog-posts .other-blog-posts__heading {
    font-size: 24px;
  }
  /* -----------------------------------------
     Footer
     ----------------------------------------- */
  .site-footer .site-footer__main {
    padding: 40px 0;
  }
  .site-footer .site-footer__logo {
    max-width: 150px;
  }
  .site-footer .site-footer__desc {
    font-size: 12px;
  }
  .site-footer .site-footer__heading {
    font-size: 15px;
  }
  .site-footer .site-footer__accreditations {
    padding: 20px 0;
  }
  .site-footer .site-footer__accreditations img {
    max-height: 45px;
  }
  /* -----------------------------------------
     Penn Modules
     ----------------------------------------- */
  .module-image-text {
    padding: 35px 0;
  }
  .module-image-text .module-image-text__heading {
    font-size: 24px;
  }
  .module-image-text .module-image-text__content {
    padding: 0 15px;
  }
  .module-service-cta .module-service-cta__inner {
    padding: 45px 35px;
  }
  .module-service-cta .module-service-cta__title {
    font-size: 32px;
  }
}
/* ==========================================================================
   Mobile Styles – max-width: 767px
   ========================================================================== */
@media (max-width: 767px) {
  /* -----------------------------------------
     Grid overrides – stack all columns
     ----------------------------------------- */
  .row {
    padding: 0 15px;
  }
  .one.columns,
  .two.columns,
  .three.columns,
  .four.columns,
  .five.columns,
  .six.columns,
  .seven.columns,
  .eight.columns,
  .nine.columns,
  .ten.columns,
  .eleven.columns,
  .twelve.columns {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  /* -----------------------------------------
     Top Bar
     ----------------------------------------- */
  .top-bar {
    display: none;
  }
  /* -----------------------------------------
     Site Header
     ----------------------------------------- */
  .site-header {
    padding: 12px 0;
  }
  .site-header .site-branding img {
    max-height: 40px;
  }
  .site-header .main-navigation .desktop-menu {
    display: none !important;
  }
  .site-header .menu-toggle {
    display: flex !important;
    margin-left: auto;
  }
  .header-cta {
    display: none;
  }
  /* -----------------------------------------
     Mobile Slide-Out Menu
     ----------------------------------------- */
  .mobile-menu-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .site-header .main-navigation .mobile-menu-panel {
    display: block;
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background: #000000;
    z-index: 999;
    padding: 60px 30px 30px;
    overflow-y: auto;
    transition: right 0.3s ease;
  }
  .site-header .main-navigation .mobile-menu-panel ul {
    display: block !important;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .site-header .main-navigation .mobile-menu-panel li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
  }
  .site-header .main-navigation .mobile-menu-panel li a {
    display: block;
    padding: 15px 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
  }
  .site-header .main-navigation .mobile-menu-panel li a:hover {
    color: #00D4FF;
  }
  .site-header .main-navigation .mobile-menu-panel li:last-child {
    border-bottom: none;
  }
  .site-header .main-navigation .mobile-menu-panel li.menu-item-has-children > a {
    padding-right: 40px;
  }
  .site-header .main-navigation .mobile-menu-panel li.menu-item-has-children .mobile-submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 48px;
    background: none;
    border: none;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header .main-navigation .mobile-menu-panel li.menu-item-has-children .mobile-submenu-toggle::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  .site-header .main-navigation .mobile-menu-panel li.menu-item-has-children .mobile-submenu-toggle.is-open::after {
    transform: rotate(-135deg);
  }
  .site-header .main-navigation .mobile-menu-panel li.menu-item-has-children ul.sub-menu {
    display: none !important;
    padding-left: 15px;
  }
  .site-header .main-navigation .mobile-menu-panel li.menu-item-has-children ul.sub-menu.is-open {
    display: block !important;
  }
  .site-header .main-navigation .mobile-menu-panel li.menu-item-has-children ul.sub-menu li {
    border-bottom: none;
  }
  .site-header .main-navigation .mobile-menu-panel li.menu-item-has-children ul.sub-menu li a {
    padding: 10px 0;
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
  }
  .site-header .main-navigation .mobile-menu-panel li.menu-item-has-children ul.sub-menu li a:hover {
    color: #00D4FF;
  }
  .site-header .main-navigation .mobile-menu-panel li.menu-item-has-children ul.sub-menu li:last-child {
    padding-bottom: 5px;
  }
  .site-header .main-navigation .mobile-menu-panel .mobile-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    display: block;
  }
  .site-header .main-navigation .mobile-menu-panel .mobile-menu-close span {
    display: block;
    width: 25px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .site-header .main-navigation .mobile-menu-panel .mobile-menu-close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .site-header .main-navigation .mobile-menu-panel .mobile-menu-close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .site-header .main-navigation .mobile-menu-panel .mobile-menu-contact {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .site-header .main-navigation .mobile-menu-panel .mobile-menu-contact a {
    display: block;
    color: #00D4FF;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  body.mobile-menu-open .mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
  }
  body.mobile-menu-open .site-header .main-navigation .mobile-menu-panel {
    right: 0;
  }
  /* -----------------------------------------
     Hero Banner
     ----------------------------------------- */
  .hero-banner .hero-banner__slide {
    min-height: 380px;
  }
  .hero-banner .hero-banner__text {
    padding: 40px 0;
  }
  .hero-banner .hero-banner__pre-heading {
    font-size: 14px;
  }
  .hero-banner .hero-banner__heading {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .hero-banner .hero-banner__sub-heading {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .hero-banner .hero-banner__cta {
    padding: 12px 25px;
    font-size: 13px;
  }
  .hero-banner .hero-banner__badge {
    display: none;
  }
  .hero-banner .hero-banner__nav {
    bottom: 15px;
  }
  .hero-banner .hero-banner__controls {
    gap: 8px;
  }
  .hero-banner .hero-banner__arrow {
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  /* -----------------------------------------
     Key Points
     ----------------------------------------- */
  .key-points {
    padding: 25px 0 30px;
  }
  .key-points .four.columns {
    margin-bottom: 15px;
  }
  .key-points .key-points__item {
    padding: 18px;
    gap: 15px;
  }
  .key-points .key-points__icon {
    width: 40px;
    height: 40px;
  }
  .key-points .key-points__title {
    font-size: 14px;
  }
  .key-points .key-points__description {
    font-size: 11px;
  }
  /* -----------------------------------------
     Our Services
     ----------------------------------------- */
  .our-services {
    padding: 30px 0;
  }
  .our-services .our-services__heading {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .our-services .our-services__item {
    margin-bottom: 20px;
  }
  .our-services .our-services__image-wrap {
    height: 200px;
  }
  .our-services .our-services__image-wrap img {
    height: 200px;
  }
  .our-services .our-services__content {
    padding: 15px;
  }
  .our-services .our-services__content h3 {
    font-size: 16px;
  }
  .our-services .our-services__content p {
    font-size: 13px;
  }
  /* -----------------------------------------
     CTA Banner
     ----------------------------------------- */
  .cta-banner {
    padding: 50px 0;
  }
  .cta-banner .cta-banner__pre-heading {
    font-size: 14px;
  }
  .cta-banner .cta-banner__heading {
    font-size: 26px;
    margin-bottom: 25px;
  }
  .cta-banner .cta-banner__button {
    padding: 12px 25px;
    font-size: 13px;
  }
  /* -----------------------------------------
     Testimonials
     ----------------------------------------- */
  .testimonials {
    padding: 40px 0;
  }
  .testimonials .testimonials__heading {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .testimonials .testimonials__slider-wrap {
    padding: 0 40px;
  }
  .testimonials .testimonials__slide {
    padding: 0 10px;
  }
  .testimonials .testimonials__quote {
    padding: 10px 15px;
  }
  .testimonials .testimonials__text,
  .testimonials .testimonials__text p {
    font-size: 15px;
    line-height: 1.7;
  }
  .testimonials .testimonials__open-quote,
  .testimonials .testimonials__close-quote {
    font-size: 100px;
  }
  .testimonials .testimonials__open-quote {
    top: -20px;
    left: -5px;
  }
  .testimonials .testimonials__close-quote {
    bottom: -50px;
    right: -5px;
  }
  .testimonials .testimonials__author {
    font-size: 14px;
    margin-top: 25px;
  }
  .testimonials .testimonials__arrow {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
  /* -----------------------------------------
     Brand Logos
     ----------------------------------------- */
  .brand-logos {
    padding: 25px 0;
  }
  .brand-logos .brand-logos__item {
    padding: 0 20px;
  }
  .brand-logos .brand-logos__item img {
    max-height: 30px;
  }
  /* -----------------------------------------
     Page Header
     ----------------------------------------- */
  .page-header {
    padding: 35px 0;
  }
  .page-header .page-header__breadcrumb {
    font-size: 12px;
  }
  .page-header .page-header__heading {
    font-size: 28px;
  }
  /* -----------------------------------------
     About Page
     ----------------------------------------- */
  .about-content .about-content__image {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .about-content .about-content__text {
    width: calc(100% - 30px);
    margin: -40px 15px 0;
    padding: 30px 25px;
  }
  .about-content .about-content__heading {
    font-size: 22px;
  }
  .about-content p {
    font-size: 13px;
  }
  /* -----------------------------------------
     Service Child
     ----------------------------------------- */
  .service-header {
    padding: 30px 0 20px;
  }
  .service-header .service-header__text {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .service-header .service-header__heading {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .service-header .service-header__content p {
    font-size: 13px;
  }
  .service-header .service-header__cta {
    margin-top: 5px;
  }
  .service-header .service-header__icon {
    width: 55px;
    height: 55px;
    bottom: -15px;
    right: 15px;
  }
  .service-applications {
    padding: 20px 0 35px;
  }
  .service-applications .service-applications__heading {
    font-size: 22px;
  }
  .service-applications .service-applications__list {
    columns: 1;
  }
  .other-services {
    padding: 35px 0 15px;
  }
  .other-services .other-services__heading {
    font-size: 22px;
  }
  .other-services .other-services__view-all {
    text-align: left;
  }
  /* -----------------------------------------
     Contact Page
     ----------------------------------------- */
  .contact-header {
    padding: 40px 0;
  }
  .contact-header .contact-header__heading {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .contact-header .contact-header__intro {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .contact-header .contact-header__details li {
    font-size: 13px;
  }
  .contact-header .five.columns {
    margin-bottom: 30px;
  }
  .contact-header .one.columns {
    display: none;
  }
  .contact-header .contact-header__form {
    padding: 25px;
  }
  .contact-header .contact-header__form-heading {
    font-size: 18px;
  }
  .contact-map iframe {
    height: 280px;
  }
  /* -----------------------------------------
     Blog Archive
     ----------------------------------------- */
  .blog-archive {
    padding: 30px 0;
  }
  .blog-card {
    margin-bottom: 20px;
  }
  .blog-card__image {
    height: 200px;
  }
  .blog-card__image .blog-card__img {
    height: 200px;
  }
  .blog-card__content {
    padding: 15px 20px 20px;
  }
  .blog-card__title {
    font-size: 16px;
  }
  .blog-card__excerpt p {
    font-size: 13px;
  }
  .blog-card__read-more {
    padding: 8px 20px;
    font-size: 12px;
  }
  /* -----------------------------------------
     Single Post
     ----------------------------------------- */
  .single-post {
    padding: 25px 0 40px;
  }
  .single-post .single-post__title {
    font-size: 24px;
  }
  .single-post .single-post__featured-image {
    height: 240px;
  }
  .single-post .single-post__content {
    padding: 25px 20px;
    margin-top: -30px;
  }
  .single-post .single-post__content h2 {
    font-size: 20px;
  }
  .single-post .single-post__content h3 {
    font-size: 17px;
  }
  .single-post .single-post__content p {
    font-size: 14px;
    line-height: 1.7;
  }
  .single-post .single-post__content .wp-block-gallery .wp-block-image,
  .single-post .single-post__content .gallery .gallery-item {
    flex: 1 1 calc(50% - 10px);
  }
  .single-post .single-post__content blockquote {
    padding: 10px 20px;
    margin: 20px 0;
  }
  .other-blog-posts {
    padding: 35px 0 15px;
  }
  .other-blog-posts .other-blog-posts__heading {
    font-size: 22px;
  }
  /* -----------------------------------------
     Penn Modules
     ----------------------------------------- */
  .module-image-text {
    padding: 25px 0;
  }
  .module-image-text .row {
    flex-direction: column;
  }
  .module-image-text .module-image-text__heading {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .module-image-text .module-image-text__content {
    padding: 20px 0 0 !important;
  }
  .module-image-text .module-image-text__body p {
    font-size: 13px;
  }
  .module-image-text.module-image-text--image-right .module-image-text__image-col, .module-image-text.module-image-text--image-left .module-image-text__image-col {
    order: 1;
  }
  .module-image-text.module-image-text--image-right .module-image-text__text-col, .module-image-text.module-image-text--image-left .module-image-text__text-col {
    order: 2;
  }
  .module-service-cta .module-service-cta__inner {
    flex-direction: column;
    text-align: center;
    padding: 35px 25px;
  }
  .module-service-cta .module-service-cta__content {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .module-service-cta .module-service-cta__title {
    font-size: 26px;
  }
  .module-service-cta .module-service-cta__description p {
    font-size: 13px;
  }
  .module-service-cta .module-service-cta__button {
    padding: 12px 25px;
    font-size: 13px;
  }
  /* -----------------------------------------
     Footer
     ----------------------------------------- */
  .site-footer .site-footer__main {
    padding: 35px 0;
  }
  .site-footer .three.columns {
    margin-bottom: 30px;
  }
  .site-footer .site-footer__logo {
    max-width: 160px;
  }
  .site-footer .site-footer__desc {
    font-size: 12px;
  }
  .site-footer .site-footer__heading {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .site-footer .site-footer__accreditations {
    padding: 20px 0;
  }
  .site-footer .site-footer__accreditations img {
    max-height: 40px;
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
