/*
	Theme Name: Name of theme
	Theme URI: What is the final domain
	Description: Custom created for Nusiness Name
	Version: 1.0
	Author: KWD Marketing Corp
	Author URI: https://kwdmarketing.ca
	Tags: Blank, HTML5, CSS3
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root {

/* Colors: */
	--coatings-yellow: #F9DA00;
	--dark-yellow: #F5C706;
	--courts-blue: #0D54EC;
	--dark-blue: #002A83;
	--white: #FFFFFF;
	--off-white: #F7F7F7;
	--light-gray: #DEDEDE;
	--gray: #A3A3A3;
	--dark-gray: #464646;
	--gunmetal: #1D1D1D;
	--soft-green: #F7FAF0;
	--recreation-red: #DB1135;
	--dark-red: #A8001E;
	--turf-green: #92BD1E;
	--dark-green: #054635;
}


.gform-body.gform_body {
    text-align: left;
}
/* ==========================================================================
  Color change to match logos
   ========================================================================== */


	 .brand-coatings .red-btn {
	     background-color: var(--coatings-yellow);
			 color: var(--gunmetal)!important;
	 }
	 .brand-coatings .red-btn:hover {
	     background-color: var(--dark-yellow);
			 color: var(--gunmetal)!important;
	 }

	 .brand-coatings .red {
	     color: var(--dark-yellow);
	 }

	 .brand-coatings .gform_wrapper input[type="submit"].gform_button {
			 background: var(--coatings-yellow) !important;
			 color: var(--gunmetal)!important;
	 }

	 .brand-coatings .gform_wrapper input[type="submit"].gform_button:hover {
		background: var(--dark-yellow) !important;
		color: var(--gunmetal)!important;
	 }

	 .brand-coatings .small-number {
	    background: #f5c7061a;
	    border: 1px solid var(--dark-yellow);
	}

	 .brand-courts .red-btn {
	     background-color: var(--courts-blue);
			 color: var(--white)!important;
	 }
	 .brand-courts .red-btn:hover {
	     background-color: var(--dark-blue);
			 color: var(--white)!important;
	 }

	 .brand-courts .red {
	     color: var(--courts-blue);
	 }

	 .brand-courts .gform_wrapper input[type="submit"].gform_button {
			 background: var(--courts-blue) !important;
			 color: var(--white)!important;
	 }

	 .brand-courts .gform_wrapper input[type="submit"].gform_button:hover {
		background: var(--dark-blue) !important;
		color: var(--white)!important;
	 }

	 .brand-courts .small-number {
			background: #0d54ec1a;
			border: 1px solid var(--dark-blue);
	}


/* ==========================================================================

   ========================================================================== */

.small-number {
   width: 50px;
   height: 50px;
   background: #db11351a;
   border: 1px solid var(--recreation-red);
   border-radius: 16px;
   text-align: center;
   font-weight: 900;
   padding-top: 11px;
}

.brand-courts .red-btn {
    background-color: blue;
}


.green{
	  color: var(--dark-green);
}

.red{
	  color: var(--recreation-red);
}

.red-hov:hover{
	text-decoration: none;
	  color: var(--recreation-red);
}

.group-header{
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	padding: 10px 0;
	margin-bottom: 20px;
}

.small-icon{
	font-size: 14px;
}

/* ==========================================================================
   Site Footer Styling
   ========================================================================== */



/* Logo & Brand Column */
.footer-logo img {
  max-width: 240px;
  height: auto;
  margin-bottom: 20px;
  display: block;
}

.footer-summary {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: var(--dark-gray);
  max-width: 380px;
  margin-bottom: 24px !important;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--gunmetal);
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  transition: background-color 0.25s ease, transform 0.2s ease;
}

.footer-socials a:hover {
  background-color: var(--recreation-red);
  transform: translateY(-2px);
}

/* Navigation Columns */
.footer-col-title {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gunmetal);
  margin: 0 0 20px 0 !important;
}

/* 2-Column Grid for Divisions */
.footer-divisions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-divisions-grid li a {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--gunmetal);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-divisions-grid li a:hover {
  color: var(--recreation-red);
}

/* Connect Column */
.footer-location {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--gunmetal);
  margin-bottom: 16px !important;
}

.footer-phone-link {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--recreation-red);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s ease;
}

.footer-phone-link:hover {
  gap: 10px;
  color: var(--dark-red);
}

.footer-btn {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: 800;
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/* Legal Links Row */
.footer-legal-links {
  display: flex;
  gap: 24px;
  margin-top: 60px;
  padding-bottom: 16px;
}

.footer-legal-links a {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--gunmetal);
  text-decoration: none;
}

.footer-legal-links a:hover {
  text-decoration: underline;
}

/* Bottom Copyright Bar */
.footer-bottom-row {
  border-top: 1px solid var(--light-gray);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  color: var(--dark-gray);
}

.agency-credit a {
  color: var(--recreation-red);
  font-weight: 700;
  text-decoration: none;
}

.agency-credit a:hover {
  text-decoration: underline;
}

/* Responsive Overrides */
@media (max-width: 768px) {
  .site-footer {
    padding: 50px 0 20px 0;
  }

  .footer-divisions-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom-row {
    flex-direction: column;
    text-align: center;
  }
}


/* ==========================================================================
   Start Your Project CTA Banner Section
   ========================================================================== */

.cta-banner-section {
  position: relative;
  background-image: url('images/residential-illuminated-homes-at-night-in-suburban-neighborhood.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  overflow: hidden;
}

/* Emerald Green Dark Tint Overlay */
.cta-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Blend dark-green variable with dark overlay for exact tint */
background: linear-gradient(135deg, rgb(5 70 53 / 0%) 0%, rgba(3, 40, 30, 0.95) 100%);
  z-index: 1;
}

.relative-z {
  position: relative;
  z-index: 2;
}

/* White Floating Central Card */
.cta-card {
  background-color: var(--white);
  border-radius: 24px;
  padding: 60px 40px;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.cta-card-title {
  font-size: 42px;
  font-weight: 800;
  color: var(--gunmetal);
  margin: 0 0 16px 0 !important;
}

.cta-card-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--dark-gray);
  max-width: 520px;
  margin: 0 auto 32px auto !important;
}

/* Action Buttons Container */
.cta-card-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .cta-banner-section {
    padding: 60px 0;
  }

  .cta-card {
    padding: 40px 20px;
    border-radius: 16px;
  }

  .cta-card-title {
    font-size: 32px;
  }
}


/* ==========================================================================
   Dark Precision Installation Section
   ========================================================================== */

.precision-section {
  background-color: var(--gunmetal);
  padding: 100px 0;
  color: var(--white);
}

.highlight-red {
  color: var(--recreation-red);
}

.precision-description {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #B0B0B0;
  margin-bottom: 40px !important;
  max-width: 520px;
}

/* Feature Bullet Items */
.precision-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.feature-num {
    width: 40px;
    height: 40px;
    background-color: var(--recreation-red);
    color: #1c1c1e;
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 800;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
	}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 6px 0 !important;
}

.feature-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #B0B0B0;
  margin: 0;
  max-width: 460px;
}

/* Single Image Wrapper */
.precision-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}

.precision-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Responsive Overrides */
@media (max-width: 959px) {
  .precision-section {
    padding: 60px 0;
  }
  .precision-title {
    font-size: 36px;
  }
  .precision-image-wrapper {
    margin-top: 40px;
  }
}

/* ==========================================================================
   Performance Comparison Section
   ========================================================================== */

.performance-section {
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%) 0% 0% no-repeat padding-box;
}

.performance-title {
  font-size: 42px;
  font-weight: 800;
  color: var(--gunmetal);
  margin: 0 0 12px 0 !important;
}

.performance-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  color: var(--dark-gray);
  max-width: 540px;
  margin: 0 auto !important;
  line-height: 1.5;
}

/* Radar Canvas Frame */
.radar-chart-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.radar-canvas-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 400px;
}

.chart-instruction {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: var(--gray);
  margin: 24px 0 16px 0 !important;
  text-align: center;
}

/* Custom Interactive Legend Toggle Buttons */
.chart-legend-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.legend-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--btn-color);
  cursor: pointer;
  padding: 6px 12px;
  border-radius: 20px;
  transition: opacity 0.25s ease, transform 0.2s ease;
}

.legend-btn .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--btn-color);
  display: inline-block;
}

.legend-btn:hover {
  transform: translateY(-1px);
}

.legend-btn.disabled {
  opacity: 0.35;
  text-decoration: line-through;
}

/* Static Cards Below Chart */
.stat-card {
  background-color: var(--soft-green); /* Subtle soft green background */
  border-radius: 12px;
  padding: 24px 28px;
  display: flex;
  align-items: stretch;
  gap: 16px;
  height: 100%;
  box-sizing: border-box;
}

.stat-card-border {
  width: 4px;
  border-radius: 4px;
  flex-shrink: 0;
}

.stat-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stat-value {
  font-size: 22px;
  font-weight: 800;
  color: var(--gunmetal);
  margin: 0 0 4px 0 !important;
  line-height: 1.2;
}

.stat-label {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--dark-gray);
}

@media (max-width: 768px) {
  .performance-title {
    font-size: 32px;
  }
  .radar-canvas-container {
    height: 320px;
  }
  .legend-btn {
    font-size: 15px;
  }
}

/* ==========================================================================
   Interactive Solution Map Section
   ========================================================================== */

.solution-map-section {
  padding: 80px 0;
  background-color: var(--white);
}

.map-section-title {
  font-size: 42px;
  font-weight: 800;
  color: var(--gunmetal);
  margin: 0 0 12px 0 !important;
}

.map-section-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  color: var(--dark-gray);
  max-width: 520px;
  margin: 0 auto !important;
  line-height: 1.5;
}

/* Map Frame Container */
.map-wrapper {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  position: relative;
}

.map-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Markers */
.map-marker-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.marker-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--recreation-red);
  color: var(--white);
  border: 2px solid var(--white);
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease, background-color 0.2s ease;
  position: relative;
}

.marker-btn:hover {
  transform: scale(1.15);
  background-color: var(--dark-red);
}

/* Pulsing FX requested in Figma notes */
.pulse-red::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 2px solid var(--recreation-red);
  animation: markerPulse 2s infinite ease-out;
  pointer-events: none;
}

@keyframes markerPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* Floating Card Base Styles */
.map-popup-card,
.map-default-card {
  background-color: var(--white);
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
  width: 280px;
  box-sizing: border-box;
}

.map-default-card {
  margin: 24px;
  z-index: 4;
}

.map-popup-title {
  font-size: 20px;
  font-weight: 800;
  color: var(--gunmetal);
  margin: 0 0 16px 0 !important;
}

.map-popup-group {
  margin-bottom: 14px;
}

.map-popup-group:last-child {
  margin-bottom: 0;
}

/* Group Labels */
.group-label {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.group-label.green { color: var(--turf-green); }
.group-label.red { color: var(--recreation-red); }
.group-label.blue { color: var(--courts-blue); }
.group-label.yellow { color: #F4BB00; } /* Tweaked contrast yellow from XD note */

/* Bullet Links */
.map-popup-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.map-popup-group li {
  margin-bottom: 4px;
}

.map-popup-group li a {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--gunmetal);
  text-decoration: none;
  position: relative;
  padding-left: 12px;
  transition: color 0.2s ease;
}

.map-popup-group li a::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: inherit;
  font-size: 11px;
}

.map-popup-group li a:hover {
  color: var(--recreation-red);
}

/* Hide default overlay card on smaller screens to keep map visible */
@media (max-width: 768px) {
  .map-default-card {
    display: none;
  }
  .map-section-title {
    font-size: 32px;
  }
}

.map-popup-title .title-link {
  color: var(--gunmetal);
  text-decoration: none;
  transition: color 0.2s ease;
}

.map-popup-title .title-link:hover {
  color: var(--recreation-red);
}


/* ==========================================================================
   Portfolio / Projects Filter Section
   ========================================================================== */



/* Filter Nav Pill Buttons */
.portfolio-filter-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.portfolio-filter-nav li a {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 50px;
  background-color: var(--white);
  border: 1px solid var(--light-gray);
  color: var(--gunmetal);
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-decoration: none;
  transition: all 0.25s ease;
}

.portfolio-filter-nav li a:hover {
  border-color: var(--gunmetal);
  color: var(--gunmetal);
}

/* Active State Pill */
.portfolio-filter-nav li.uk-active a {
  background-color: var(--dark-red);
  border-color: var(--dark-red);
  color: var(--white) !important;
}

/* Project Card Styles */
.project-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}

.project-card-media {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  aspect-ratio: 16 / 10;
  position: relative;
}

.project-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.project-card:hover .project-card-media img {
  transform: scale(1.04);
}

/* Metadata & Titles */
.project-card-category {
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--recreation-red);
  margin-bottom: 4px;
  display: block;
}

.project-card-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--gunmetal);
  margin: 0 0 6px 0 !important;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.project-card:hover .project-card-title {
  color: var(--recreation-red);
}

.project-card-excerpt {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: var(--gray);
  margin: 0;
}

/* Bottom CTA Button */
.portfolio-cta-wrapper {
  margin-top: 48px;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .portfolio-title {
    font-size: 32px;
  }

  .portfolio-filter-nav {
    gap: 6px;
  }

  .portfolio-filter-nav li a {
    padding: 6px 14px;
    font-size: 11px;
  }
}


/* ==========================================================================
   The Synergy Hub Section
   ========================================================================== */



/* Custom Navigation Arrows (UIkit Slidenav override) */
.synergy-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--light-gray);
  background-color: var(--white);
  color: var(--gunmetal);
  transition: all 0.2s ease;
  text-decoration: none;
}

.synergy-nav-btn:hover {
  border-color: var(--gunmetal);
  background-color: var(--gunmetal);
  color: var(--white);
}

.analytics-number {
    font-size: 70px;
    line-height: 60px;
    font-weight: 900;
    opacity: 0.3;
}

.white-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #DEDEDE;
  /*height: 100%;*/
  box-sizing: border-box;
}

.small{
	font-size: 14px;
}

/* Card Slider Styling */
.hub-card {
  background: #fff;
  border-radius: 16px;
  padding: 16px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
  border: 1px solid #DEDEDE;
  height: 100%;
  box-sizing: border-box;
}

.sectors.hub-card{
	background: var(--off-white)
}

.hub-card:hover,
.uk-active .hub-card {
  background: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.hub-card-media {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  aspect-ratio: 16 / 9;
}

.hub-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Counter Badge (e.g. 01, 02) */
.hub-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background-color: var(--white);
  color: var(--gunmetal);
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 700;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.hub-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--gunmetal);
  margin: 0 0 8px 0 !important;
}

.hub-card-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: var(--dark-gray);
  margin-bottom: 16px;
}

.hub-card-link {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--recreation-red);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Content Switcher Container (Lower Box) */
.hub-switcher-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 48px;
  margin-top: 40px;
	border: 1px solid #DEDEDE;
}

.hub-switcher-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hub-feature-tag {
  display: inline-block;
  font-family: 'Outfit', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--gunmetal);
  border-left: 3px solid var(--turf-green);
  padding-left: 10px;
  margin-bottom: 12px;
}

.hub-switcher-title {
  font-size: 32px;
  font-weight: 800;
  color: var(--gunmetal);
  margin: 0 0 16px 0 !important;
}

.hub-switcher-desc {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--dark-gray);
  margin-bottom: 24px;
}

/* Green Action Button */
.btn-green {
  background-color: var(--turf-green);
  color: var(--white) !important;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 6px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.btn-green:hover {
  background-color: var(--dark-green);
}

/* Target Applications & Keywords Section */
.hub-keywords-wrapper {
  margin-top: 28px;
  padding-top: 20px;
}

.hub-keywords-label {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--gunmetal);
  margin-bottom: 10px;
  display: block;
}

.hub-keywords-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hub-keyword-tag {
  font-family: 'Outfit', sans-serif;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--gunmetal);
  background-color: var(--white);
  border: 1px solid var(--light-gray);
  border-radius: 4px;
  padding: 4px 10px;
}

/* Switcher Right Image */
.hub-switcher-media img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

/* Responsive Overrides */
@media (max-width: 959px) {
  .hub-switcher-card {
    padding: 24px;
  }
  .synergy-hub-title {
    font-size: 32px;
  }
}

/* Container & Background */
.off-white-bg {
  background-color: var(--off-white);
}

/* Text Colors & Hierarchy */


/* Buttons */
.btn {
  display: inline-block;
  padding: 14px 28px;
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
  margin-right: 10px;
}

.red-btn {
  background-color: var(--recreation-red);
  color: var(--white) !important;
}

.red-btn:hover {
  background-color: var(--dark-red);
	text-decoration: none;
}

.black-btn {
  background-color: var(--gunmetal);
  color: var(--white) !important;
}

.black-btn:hover {
  background-color: #000000;
	text-decoration: none;
}

/* Image Wrapper & Overlay Card */
.uk-inline {
  width: 100%;
}

.uk-inline img {
  border-radius: 24px;
  width: 100%;
  height: auto;
  display: block;
}

/* Floating Card Tweaks */
.adjust {
    bottom: -40px !important;
    left: 40px !important;
    right: auto !important;
    width: 90%;
}

.white-overlap-img {
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  background-color: var(--white);
  position: relative;
}




.service_type a {
    color: #000;
    text-decoration: none;
}

.service_type {
    background: #fff;
    margin: 16px;
    border-radius: 30px;
    padding: 4px 10px;
    font-size: 12px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: 600;
}
.rounded {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px #ccc;
}
.dark-green{
	color: var(--dark-green);
}
.menu-group .uk-list li, .menu-group .uk-list {
    float: none!important;
}
.off-white-bg {
	background-color: var(--off-white);
}
.dropdown {
    width: 1200px;
    padding: 50px;
    border-radius: 20px;
}
.white-bg {
	background-color: var(--white);
}
.red {
	color: var(--recreation-red);
}

.white{
  color: #fff;
}
.banner h1{
  font-size: 84px;
	line-height: 84px;
	font-weight: 900;
}
h1{
	font-size: 84px;
	line-height: 84px;
	font-weight: 900;

}
h2{
  font-size: 46px;
	font-weight: 800;
}

h3{
  font-size: 34px;
		font-weight: 900;
}
h4{
  font-size: 24px;
	font-weight: 900;
}
h5{
  font-size: 16px;
	font-weight: 900;
}


em {
    color: #444!important;
}
form#user-login-form{
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 20px;
	max-width: 400px;
	width: 100%;
}
select.orderby {
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #6d6d6d;
    background: #fbfbfb;
    font-size: 12px;
    padding: 5px 10px;
}

.banner{
    width: 100%;
}

a.uk-float-right.uk-hidden-large.menu_pointer {
    color: orange!important;
}
.uk-offcanvas-bar {
    padding: 0px;
    background: #1D1D1D;
}
.uk-offcanvas-bar ul li.current-menu-item > a {
    border-left: 10px solid #fff;
}
.uk-offcanvas-bar ul li a {
    padding: 9px 20px;
    font-size: 16px;
    display: block;
    margin-bottom: 2px;
    background: var(--recreation-red);
    color: var(--white);;
}

.uk-offcanvas-bar ul li.menu-item-has-children > a {
    background: var(--recreation-red);
}

.uk-offcanvas-bar ul li a:active, .uk-offcanvas-bar ul li a:hover {
    background: #222;
	color: #fff;
    text-decoration: none;
}
.uk-offcanvas-bar ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.uk-offcanvas-bar ul li {
    margin: 0;
    padding: 0;
}

.uk-offcanvas-bar .sub-menu li a {
	 background: var(--dark-red);
    font-size: 13px;
    padding: 6px 30px;


}
.uk-offcanvas-bar .sub-menu {
    width: 100%;
    display: block;
    position: relative;
	background-color: #00253C;
}

.uk-offcanvas-bar .sub-menu li {
    float: none!important;
    text-align: left;
}

a.page-numbers:hover {
    background-color: #D6D6D6;
    color: #666;
    outline: 0;
    background-image: none;
}
a.page-numbers {
    background: #f7f7f7;
    color: #666;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.3);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#fff,#eee);
    background-image: linear-gradient(to bottom,#fff,#eee);
    text-shadow: 0 1px 0 #fff;
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 4px;
}
span.page-numbers.current {
    background: #009dd8;
    color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-bottom-color: rgba(0,0,0,.4);
    background-origin: border-box;
    background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
    background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    display: inline-block;
    min-width: 16px;
    padding: 3px 5px;
    line-height: 20px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 4px;
}
.pagination {
    text-align: center;
    padding: 40px;
    font-size: 16px;
}
.gform_wrapper form {
	overflow: hidden;
}
.gform_wrapper input {
    padding: 10px 10px!important;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.gform_wrapper textarea {
    padding: 14px 10px!important;
    border-radius: 3px;
    border: 1px solid #ccc;
}


.gform_footer.top_label input {
    color: white;
    background: #55a94f;
    border: none;
    padding: 20px 40px!important;
    font-size: 22px!important;
    margin: 0!important;
    transition: ease-in-out all .2s;
	text-decoration: none;
	display: inline-block;
}
.gform_footer.top_label input:hover {
    opacity: .8;
		text-decoration: none;
}
.gform_footer.top_label {
    float: right;
    margin: 0;
}

.gform-footer.gform_footer.top_label {
    width: 100%;
}

.gform_wrapper input[type="submit"].gform_button {
    background: var(--recreation-red) !important;
    color: #fff !important;
    border: none !important;
    padding: 15px 35px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    cursor: pointer;
		width: 100%!important;
}

.gform_wrapper input[type="submit"].gform_button:hover {
	background: var(--dark-red) !important;
    color: #fff !important;
}


.menu_pointer{
	cursor: pointer;
}




/*TOP LEVEL NAV START*/
.nav {
    float: right;
}
nav ul {
    margin: 0;
    padding: 0;
}
.nav li {
    float: left;
    list-style: none;
}
.nav > div > ul > li > a {
    color: #0A1B43;
    font-size: 14px;
    text-transform: uppercase;
    padding: 11px 15px;
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-decoration: none;
    border-radius: 2px;
    margin: 0 2px;
}

li.menu-item-has-children > a {
    cursor: default;
}
.nav .current_page_item > a, .nav .current-menu-item > a{
	color: #d91136;
}
.nav li:hover > a{
  background-color: none;
  color: var(--recreation-red);
}

/*TOP LEVEL NAV END*/

/*Style General Submenus*/
.sub-menu {
    position: absolute;
    background: white;
    width: 215px;
    margin: 0;
    padding: 0;
	    z-index: 99;
}
.sub-menu li {
    float: none;
}
.sub-menu li a {
    color: #222;
    text-decoration: none;
    padding: 10px;
    display: block;
}
.sub-menu li a:hover {
    background: #222;
    color: #fff;
}
/*this one styles the sub highlighted page nav*/
.sub-menu li:hover > a {
    color: #797979;
    background: #eaeaea;
}
/*Style General Submenus*/

/*First Dropdown*/
.nav > div > ul > li > .sub-menu {
    display: none;
}
.nav > div > ul > li:hover > .sub-menu {
    display: block;
}

/*2nd Tear Dropdwn*/
.nav > div > ul > li > .sub-menu > li > .sub-menu {
    display: none;
	margin-left: 216px;
    width: 215px;
    margin-top: -40px;
}
.nav > div > ul > li > .sub-menu li:hover > .sub-menu {
    display: block;
}

/*3rd level Dropdown*/
.nav > div > ul > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    display: none;
	margin-left: 216px;
    width: 215px;
    margin-top: -40px;
}
.nav > div > ul > li > .sub-menu > li >.sub-menu li:hover > .sub-menu {
    display: block;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Inter', sans-serif;
	color:#444;
    font-size: 18px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	display: inline-block;
}
section a {
    color: #1e87f0;
    text-decoration: underline;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3{
	margin: 20px 0!important;
	font-family: 'Outfit', sans-serif;
}
h4, h5, h6{
	margin: 15px 0!important;
	font-family: 'Outfit', sans-serif;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {

}
.header {
    z-index: 99;
    position: relative;
		box-shadow: 0px 3px 14px #0000000F;
}
/* logo */
.logo {
	padding: 20px 0;

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    SMALL
\*------------------------------------*/
@media only screen and (min-width:320px) and (max-width: 767px){


	.ginput_container_text input {
		-webkit-appearance: none!important;
		-moz-appearance:    none!important;
		appearance:         none!important;
	}
	.banner h1{
	  font-size: 46px;
		line-height: 46px;
	}

  h1{
		font-size: 46px;
		line-height: 46px;

  }
  h2{
    font-size: 20px;
  }

  h3{
    font-size: 20px;

  }
  h4{
    font-size: 18px;

  }

}
@media only screen and (min-width:768px) and (max-width: 959px){

}
@media only screen and (min-width:960px){

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
