/*
Theme Name: SKA CONSULTING
Author: Forcefield Web Development
Author URI: https://forcefieldnc.com
Version: 8.18
Description: Custom base theme
*/

@font-face {
	font-family: "Nunito Sans";
	src: url("fonts/NunitoSans-VariableFont.woff2") format("woff2-variations");
	font-weight: 200 1000;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Thin.woff2") format("woff2");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: "Lato";
	src: url("fonts/Lato-Regular.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

.menu-main-menu-1 {
	font-family:aktiv-grotesk!important;
}

.mobile-nav-nar {
	display:none;
}

.id_card {
	display:none!important;
}

.the_services h2,.the_news h2 {
	display:block;
	padding-bottom:10px;
	margin-bottom:10px;
 border-bottom:solid;
 border-bottom-width: 5px!important;
 border-bottom-color: #fdd935!important;
	
}

 
.dnxt-headline.clip .dnxt-words-wrapper:after {
  
	display:none!important
}

nav ul li ul li a:hover{
	background-color:#000000!important;
 
}
 
.logo-carousel img {
	width:130px!important
}

@media screen and (max-width: 1200px){
.logo-carousel img {
	width:100px!important
	}}

.mobile_menu_bar:before {
color: #253771!important;
}

.gallery-grid a div.the_caption {
    font-weight: bold !important;
    position: absolute;
    bottom: 20px !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    z-index: 20;
    line-height: 18px;
	height:auto!important;
	width:100%!important;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: #333333;
    opacity: .7;
}

.et-l--header{
	height:118px
}

#news-title {
	line-height:50px!important
}

#talent_overlay{
	content:'';
	width:100%;
	height:100%;
  min-height: 100vh;

	position:fixed;
	top:0;

	background-color:black;
	opacity:.7;
	z-index:19999;
	display:none;

}

#talent_close{
	
	text-align:right;
	font-size:30px;
	width:50px;
	float:right;
}

#talent_popup{
	
	position:fixed;
 	z-index:29999;
	width:80%;
	height:auto!important;
	height:400px;
	background-color:#f8f8f8!important;
	    left: 50%;
    top: 50%;
     transform: translate(-50%,-50%);
	padding:20px;
  
	display:none;
	
}

#talent_content .twocol div:nth-child(1){
	width:20%;
	 
}

#talent_content .twocol div:nth-child(2){
	width:75%;
	padding-left:30px;
	font-size:14px;
	line-height:18px;
 
 }

.careers ul {
  list-style-type: none;
  padding-left: 20px;
}
.careers ul li:before {    
    font-family: 'FontAwesome';
    content: '\f08e';
    margin:0 5px 0 -15px;
    color: #1a378d;
}

.board_flex {
	display:flex;
}

.board_grid{
 display:block;
 font-size:12px!important;
 margin-right:50px;
}

.board_grid:hover {
	opacity:.7;
	cursor:pointer;
}
.board_grid h2 {
	font-size:16px;
	margin:0;
	padding:0;
		color:#253771!important
}

.board_grid h3 {
	font-size:14px;
	margin:10px 0 5px;
	padding:0
	
}

.board_copy {
	color:black!important;
	display:block;
	line-height:16px 
}

.talent_grid{
	
	display:inline-block;
	text-align:left!important;
	width:210px!important;
	margin:20px auto;
 	font-size:12px!important
}

.talent_grid h2{
	font-size:14px;
	padding-top:10px;
	padding-bottom:0
}

a .talent_grid{
	
	color:#1a378d;
	
}

.talent_img {
	width:170px;
	height:170px;
 	background-position:top center;
	
	
	background-size:cover!important;
	filter: grayscale(1);
}

.talent_img:hover {
filter: grayscale(0);
	cursor:pointer;
}
.news article {
	border:0;
	min-height:300px!important;
	padding:25px
}

.news article:hover {
cursor:pointer;
}

 .et_pb_module.et_pb_blog_grid_wrapper article{
  position: relative;
}

  #the_projects .et_pb_module.et_pb_blog_grid_wrapper article:before{
 content:"";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    background-color: rgba(0,0,0,0);
    z-index: 1;
	
}

.et-db #et-boc .et-l .et_pb_blog_grid .et_pb_post {
    border: 0px;
    padding-bottom: 0px;
 
}
 
 #the_projects .et_pb_module.et_pb_blog_grid_wrapper article:hover:before{
  background-color: rgba(0,0,0,0.4);	
	cursor:pointer;
}
 

 #the_projects  .et_pb_module.et_pb_blog_grid_wrapper article .entry-title{
   font-weight:bold!important;
  position: absolute;
  bottom: 20px!important;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	z-index:20;
	line-height:18px;
  	}
 
 .twocol{
  display:flex;
  flex-wrap:wrap;
   
}

 .twocol div {
  width:50%;
}

button{
	padding:10px;
	background-color:#1a378d;
	color:#ffffff;
	border:0;
	font-size:14px;
	border-radius:5px;
}

button:hover{
	opacity:.7;
	cursor:pointer;
}

.twocol.contact-us div:nth-child(1) {
  width:60%;
}

.twocol.contact-us div:nth-child(2) {
  width:40%;
}

 
.gallery-grid a div {
	padding:20px;
	position:relative;
	width:400px;
	height:275px;
	margin-right:40px!important;
	margin-bottom:40px;
	background-size:cover;
	box-sizing:border-box;
	display:inline-block!important
 }

.gallery-grid a div.the_caption {
    font-weight: bold !important;
    position: absolute;
    bottom: 20px !important;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    z-index: 20;
    line-height: 18px;
	height:auto!important;
	width:100%!important;
	padding:0;
	margin-bottom:0;
}

.gallery-grid a:nth-child(3n + 3) div {
 
	margin-right:0px!important;
 
}


@media screen and (max-width: 1438px){
.gallery-grid a:nth-child(3) div {
	margin-right:40px!important;
	}
.gallery-grid a:nth-child(2n +2) div {
	margin-right:0px!important;
	}

}


.more-link {
	display:block;
	padding:10px;
	background-color:#1a378d;
 	margin-top:20px!important;
 	text-transform:uppercase;
	color:white;
	font-weight:bold;
	width:200px
	
}

@media screen and (max-width: 980px) {
	
	.mobile-nav-nar {
	display:block!important;
}
	
	 .twocol{
  display:block!important;
   
}

 .twocol div {
  width:100%!important;
}
	.board_flex .et_pb_text_inner{
	display:block!important;
}

.board_grid{
 display:inline-block!important;
 font-size:12px!important;
 margin-right:30px!important;
	width:45%!important;
	margin-bottom:40px
}

	
	#talent_popup{
		width:100%;
	}
	
	#talent_content .twocol div:nth-child(2){
		width:100%;
		height:300px
	}
	.twocol{
		display:block;
		width:100%;
	}
	
	.twocol div {
		width:100%;
	}
	
.et-l--header{
	height:88px!important
}
	
	.dnxt-headline.clip .dnxt-words-wrapper {
		padding:0!important
	}
}

/* Limit blog titles to 2 lines with ellipsis */
.news .et_pb_post .entry-title {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Change this to 1 for a single line */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
 
}

.news-title{
	line-height:50px
}

#news-bread ol li:nth-child(4) {
	display:none!important
}

.news_icon {
 	display:block;
	font-size:24px;
 	bottom:0;
	position:absolute;
	right:0;
	margin:20px;
	color:rgb(37, 55, 113) !important;

}

@media screen and (max-width: 750px) {
	
	.talent_grid {
		margin:20px 0px!important;
    text-align: left !important;
    width: 45%!important;
  
    font-size: 12px !important;
		box-sizing:border-box;
}
	
	.talent_img {
		width:110px;
		height:110px;	}
	
	.board_flex .et_pb_text_inner{
	display:block!important;
}

.board_grid{
 display:inline-block!important;
 font-size:12px!important;
 margin-right:30px!important;
	width:80%!important;
	margin-bottom:40px
	}}


/* ==============================
   SKA PROJECT GRID (NEW)
============================== */

.ska-project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px!important;
}

/* tablet */
@media (max-width: 980px) {
  .ska-project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* mobile */
@media (max-width: 640px) {
  .ska-project-grid {
    grid-template-columns: 1fr;
  }
}

.ska-project-card {
  position: relative;
}

.ska-project-link {
  display: block;
  text-decoration: none;
}

/* fixed aspect ratio 390x245 */
.ska-project-image {
  position: relative;
  width: 100%;
  aspect-ratio: 390 / 245;
  overflow: hidden;
  border-radius: 4px;
}

/* image fills box */
.ska-project-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ska-project-image img:hover {
  opacity:.8
}

/* overlay title */
.ska-project-title {
  position: absolute;
  left: 18px;
  bottom: 55px!important;
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  z-index: 2;
  line-height: 1.2;
  text-shadow: 0 2px 6px rgba(0,0,0,.6);
	width:90%
}

/* optional dark fade */
.ska-project-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.55),
    rgba(0,0,0,0)
  );
  z-index: 1;
}

.ska-project-image > * {
  position: relative;
  z-index: 2;
}

.ska-load-more {
	
	background-color:#253771!important;
	margin-top:30px;
	font-size:16px
	
	
}


.ff-col-gallery .ff-item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin: 0 0 15px 0; /* or use a CSS var if you want this dynamic */
    display: inline-block;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.ff-col-gallery .ff-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .25s ease;
}
.ff-col-gallery .ff-item:hover img {
    transform: scale(1.02);
}
@media (max-width: 768px) {
    .ff-col-gallery { column-count: 2 !important; }
}
@media (max-width: 480px) {
    .ff-col-gallery { column-count: 1 !important; }
}

@media (max-width: 980px) {
  .et-animated,
  [data-et-animation] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* =====================================================
   HOME — featured projects
   ===================================================== */
.home-featured {
	background: #f8f8f8;
	padding: 4rem 0;
}
.home-featured .container {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.home-featured__title {
	text-align: center;
	margin: 0 0 2.5rem;
}

/* =====================================================
   GLOBAL CONTAINER
   ===================================================== */
.container {
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
}

/* =====================================================
   PAGE BANNER — reusable across internal pages
   ===================================================== */
.page-banner {
	height: 175px;
	display: flex;
	align-items: center;
	background-color: #253771;
	background-image: url("https://skaeng.com/wp-content/uploads/2026/06/arches.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-banner__inner {
	width: 95%;
	max-width: 1300px;
	margin: 0 auto;
}
.page-banner__title {
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.01em;
}
@media (max-width: 767px) {
	.page-banner { height: 120px; }
	.page-banner__title { font-size: 26px; line-height: 1.3; }
}

/* =====================================================
   ENTRY CONTENT — single project body
   ===================================================== */
.entry-content {
	padding: 3rem 0 2rem;
	font-size: 16px;
	line-height: 1.7;
}
.entry-content p { margin: 0 0 1.25rem; }
.entry-content p:last-child { margin-bottom: 0; }


/* =====================================================
   BREADCRUMBS
   ===================================================== */
.ff-breadcrumbs {
	padding: 1.25rem 0 0;
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-size: 13px;
	color: #666;
}
.ff-breadcrumbs ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.4em;
}
.ff-breadcrumbs li {
	display: flex;
	align-items: center;
	gap: 0.4em;
}
.ff-breadcrumbs li + li::before {
	content: "›";
	color: #aaa;
	font-size: 14px;
}
.ff-breadcrumbs a {
	color: #666;
	text-decoration: none;
	transition: color 150ms ease;
}
.ff-breadcrumbs a:hover { color: #253771; }
.ff-breadcrumbs li:last-child span {
	color: #333;
	font-weight: 600;
}

body,html {
	    font-size: 16px;
    line-height: 2.2em;
	font-family:'Nunito Sans';
	font-weight:300;
	color:#666
}
/* =====================================================
   SITE HEADER
   ===================================================== */
:root {
	--fs-header-h: 145px;
	--fs-header-h-scrolled: 118px;
	--fs-logo-w: 270px;
	--fs-logo-h: 101px;
	--fs-logo-w-scrolled: 170px;
	--fs-logo-h-scrolled: 64px;
	--fs-nav-color: #666;
	--fs-nav-color-hover: #999;
	--fs-header-bg: #fff;
	--navy: #253771;
}

body { padding-top: var(--fs-header-h); }

.site-header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 100;
	background: var(--fs-header-bg);
	height: var(--fs-header-h);
	transition: height 200ms ease;
	will-change: height;
}
.site-header.is-scrolled { height: var(--fs-header-h-scrolled); }

.site-header__inner {
	width: 90%;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.site-header__logo { display: block; flex-shrink: 0; line-height: 0; }
.site-header__logo img {
	width: var(--fs-logo-w);
	height: var(--fs-logo-h);
	transition: width 200ms ease, height 200ms ease;
	display: block;
}
.site-header.is-scrolled .site-header__logo img {
	width: var(--fs-logo-w-scrolled);
	height: var(--fs-logo-h-scrolled);
}

.site-nav__menu {
	list-style: none;
	margin: 0; padding: 0;
	display: flex;
	gap: 2rem;
	align-items: center;
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-size: 12px;
	font-weight:400;
}
.site-nav__menu li { position: relative; }
.site-nav__menu a {
	color: var(--fs-nav-color);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: normal;
	transition: color 150ms ease;
	display: inline-block;
	padding: 0.5em 0;
}
.site-nav__menu a:hover,
.site-nav__menu a:focus { color: var(--fs-nav-color-hover); }

.site-nav__menu .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	margin-left: 0.4em;
	width: 0; height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid currentColor;
	vertical-align: middle;
}

.site-nav__menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 20px;
	position: absolute;
	top: calc(100% + 12px);   /* gap below parent text */
	left: 0;                  /* align with parent's left edge */
	right: auto;              /* override the old right:0 */
	min-width: 200px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	transition: opacity 150ms ease, transform 150ms ease, visibility 150ms;
	border-top: 3px solid var(--navy);
}
.site-nav__menu .sub-menu::before {
	content: "";
	position: absolute;
	top: -15px;       /* covers the 12px gap + 3px border */
	left: 0;
	right: 0;
	height: 15px;
}

.site-nav__menu .sub-menu a {
	display: block;
	padding: 0.5rem 1.25rem;
	white-space: nowrap;
	color: black;
	font-weight: 600;
}

.site-nav__menu .sub-menu li {
	padding:5px 0
}


.site-nav__menu .sub-menu li:hover {
	background-color: black;
}
.site-nav__menu .sub-menu li:hover > a {
	color: #fff;
}

.site-nav__menu .menu-item-has-children:hover > .sub-menu,
.site-nav__menu .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-header__toggle {
	display: none;
	background: none;
	border: 0;
	padding: 0.5rem;
	cursor: pointer;
	flex-direction: column;
	gap: 5px;
	width: 32px;
}
.site-header__toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--fs-nav-color);
	transition: transform 200ms ease, opacity 200ms ease;
}

@media (max-width: 900px) {
	:root {
		--fs-header-h: 100px;
		--fs-header-h-scrolled: 80px;
		--fs-logo-w: 200px;
		--fs-logo-h: 75px;
		--fs-logo-w-scrolled: 150px;
		--fs-logo-h-scrolled: 56px;
	}

	.site-header__toggle { display: flex; }

	.site-nav {
		position: absolute;
		top: 100%; left: 0; right: 0;
		background: #fff;
		box-shadow: 0 4px 12px rgba(0,0,0,0.08);
		max-height: 0;
		overflow: hidden;
		transition: max-height 250ms ease;
	}
	.site-nav.is-open {
		max-height: calc(100vh - var(--fs-header-h));
		overflow-y: auto;
	}

	.site-nav__menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 1rem 0;
		font-size: 14px;
		border-top:4px solid var(--navy)
	}
	.site-nav__menu a { padding: 0.75rem 5%; }
.site-nav__menu .sub-menu {
	display: none;
}
.site-nav__menu .menu-item-has-children > a::after {
	display: none;   /* hide the dropdown arrow on mobile too */
}

	.site-header__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.site-header__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.site-header__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* =====================================================
   HOME HERO
   ===================================================== */
.home-hero {
	position: relative;
	width: 100%;
	height: 330px;
	background: #293770;           
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.home-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 35%;   /* taller box shows more vertical — tune to taste */
	z-index: 0;
}
 
.home-hero__inner {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 1300px;
	text-align: center;
}
.home-hero__lede {
	 
	font-size: 65px;
	font-weight: 100;
	margin: 0 0 0.5rem;
	color: #fff;
	letter-spacing: 0.01em;
	font-family:'Lato';
}
.home-hero__rotator {
	position: relative;
	height: 1.4em;
		font-family:'Lato';

	font-size: 65px;
	font-weight: 100;
	line-height: 1.4;
}
.home-hero__rotator .phrase {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 800ms cubic-bezier(0.65, 0, 0.35, 1);
	white-space: nowrap;
}
.home-hero__rotator .phrase.is-active {
	clip-path: inset(0 0 0 0);
}
.home-hero__rotator .phrase.is-leaving {
	clip-path: inset(0 0 0 100%);
}
.home-hero__rotator .pipe {
	display: inline-block;
	margin: 0 0.1em;
	opacity: 1;
	font-weight: 300;
}

@media (max-width: 700px) {
	.home-hero { height: 280px; }
	.home-hero__lede { font-size: 22px; }
	.home-hero__rotator { font-size: 24px; }
}

/* =====================================================
   HOME — two column intro
   ===================================================== */
.home-twocol {
	padding: 4rem 0;
}
.home-twocol__inner {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}
.home-twocol__left,
.home-twocol__right { min-width: 0; }  /* prevents grid blowout */

.home-slider .splide__slide img {
	display: block;
	width: 100%;
	height: auto;
}

.home-twocol__right{
     font-size: 16px;
    line-height: 2.2em;
	font-family:'Nunito Sans';
	font-weight:300;
	color:#666
}

@media (max-width: 900px) {
	.home-twocol__inner {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.home-twocol__left { order: 2; }
	.home-twocol__right { order: 1; }
}

/* =====================================================
   ARCHIVE HEADER (reusable)
   ===================================================== */
.archive-header {
	height: 175px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.archive-header--projects {
	background-image: url("https://skaeng.com/wp-content/uploads/2025/06/arches2.webp");
}
.archive-header__inner {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.archive-header__title {
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.01em;
}
@media (max-width: 767px) {
	.archive-header { height: 100px; }
	.archive-header__title { font-size: 30px; line-height: 1.3; }
}

/* =====================================================
   PROJECTS — filters
   ===================================================== */
.ska-projects-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-end;
	margin: 2rem 0 1.75rem;
	padding: 20px 24px;
	background: #f4f4f4;
	border-radius: 8px;
}
.ska-filter-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex: 1 1 200px;
}
.ska-filter-group label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #666;
	margin: 0;
}
.ska-filter-group select {
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 36px 10px 14px;
	font-size: 14px;
	color: #222;
	cursor: pointer;
	transition: border-color 0.2s, box-shadow 0.2s;
	width: 100%;
}
.ska-filter-group select:hover { border-color: #aaa; }
.ska-filter-group select:focus {
	outline: none;
	border-color: #1a3a5c;
	box-shadow: 0 0 0 3px rgba(26, 58, 92, 0.12);
}
.ska-filter-clear {
	align-self: flex-end;
	font-size: 12px;
	color: #888;
	text-decoration: none;
	padding: 10px 0 10px 4px;
	white-space: nowrap;
	transition: color 0.2s;
}
.ska-filter-clear:hover { color: #1a3a5c; }
.ska-projects-count {
	font-size: 13px;
	color: #888;
	margin: 0 0 20px;
}
.ska-no-results { padding: 40px 0; color: #666; }

/* =====================================================
   PROJECTS — load more spinner
   ===================================================== */
.ska-load-more-spinner {
	text-align: center;
	padding: 24px 0;
}
.ska-load-more-spinner svg {
	display: block;
	margin: 0 auto;
	animation: ska-spin 0.8s linear infinite;
}
@keyframes ska-spin {
	to { transform: rotate(360deg); }
}
#ska-load-more-trigger {
	height: 1px;
	margin-top: 40px;
}

.site-main {
	background-color:#fff;
	
}
.container {
	max-width:1300px;
	width:95%;
	margin:auto!important;
 }
 
 .archive-header--services {
	background-image: url("https://skaeng.com/wp-content/uploads/2025/06/arches2.webp");
}

body,html {
	    font-size: 14px;
    line-height: 2.2em;
	font-family:'Nunito Sans';
	font-weight:300;
	color:#666
}

.site-main a {
	color:#293770!important
}
/* =====================================================
   SITE HEADER
   ===================================================== */
:root {
	--fs-header-h: 145px;
	--fs-header-h-scrolled: 118px;
	--fs-logo-w: 270px;
	--fs-logo-h: 101px;
	--fs-logo-w-scrolled: 170px;
	--fs-logo-h-scrolled: 64px;
	--fs-nav-color: #666;
	--fs-nav-color-hover: #999;
	--fs-header-bg: #fff;
	--navy: #253771;
}

body { padding-top: var(--fs-header-h); }

.site-header {
	position: fixed;
	top: 0; left: 0; right: 0;
	z-index: 100;
	background: var(--fs-header-bg);
	height: var(--fs-header-h);
	transition: height 200ms ease;
	will-change: height;
}
.site-header.is-scrolled { height: var(--fs-header-h-scrolled); }

.site-header__inner {
	width: 90%;
	max-width: 1300px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
}

.site-header__logo { display: block; flex-shrink: 0; line-height: 0; }
.site-header__logo img {
	width: var(--fs-logo-w);
	height: var(--fs-logo-h);
	transition: width 200ms ease, height 200ms ease;
	display: block;
}
.site-header.is-scrolled .site-header__logo img {
	width: var(--fs-logo-w-scrolled);
	height: var(--fs-logo-h-scrolled);
}

.site-nav__menu {
	list-style: none;
	margin: 0; padding: 0;
	display: flex;
	gap: 2rem;
	align-items: center;
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-size: 12px;
	font-weight:400;
}
.site-nav__menu li { position: relative; }
.site-nav__menu a {
	color: var(--fs-nav-color);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: normal;
	transition: color 150ms ease;
	display: inline-block;
	padding: 0.5em 0;
}
.site-nav__menu a:hover,
.site-nav__menu a:focus { color: var(--fs-nav-color-hover); }

.site-nav__menu .menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	margin-left: 0.4em;
	width: 0; height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid currentColor;
	vertical-align: middle;
}

.site-nav__menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 20px;
	position: absolute;
	top: calc(100% + 12px);   /* gap below parent text */
	left: 0;                  /* align with parent's left edge */
	right: auto;              /* override the old right:0 */
	min-width: 200px;
	background: #fff;
	box-shadow: 0 4px 12px rgba(0,0,0,0.08);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	transition: opacity 150ms ease, transform 150ms ease, visibility 150ms;
	border-top: 3px solid var(--navy);
}
.site-nav__menu .sub-menu::before {
	content: "";
	position: absolute;
	top: -15px;       /* covers the 12px gap + 3px border */
	left: 0;
	right: 0;
	height: 15px;
}

.site-nav__menu .sub-menu a {
	display: block;
	padding: 0.5rem 1.25rem;
	white-space: nowrap;
	color: black;
	font-weight: 600;
}

.site-nav__menu .sub-menu li {
	padding:5px 0
}


.site-nav__menu .sub-menu li:hover {
	background-color: black;
}
.site-nav__menu .sub-menu li:hover > a {
	color: #fff;
}

.site-nav__menu .menu-item-has-children:hover > .sub-menu,
.site-nav__menu .menu-item-has-children:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.site-header__toggle {
	display: none;
	background: none;
	border: 0;
	padding: 0.5rem;
	cursor: pointer;
	flex-direction: column;
	gap: 5px;
	width: 32px;
}
.site-header__toggle span {
	display: block;
	width: 100%;
	height: 2px;
	background: var(--fs-nav-color);
	transition: transform 200ms ease, opacity 200ms ease;
}

@media (max-width: 900px) {
	:root {
		--fs-header-h: 100px;
		--fs-header-h-scrolled: 80px;
		--fs-logo-w: 200px;
		--fs-logo-h: 75px;
		--fs-logo-w-scrolled: 150px;
		--fs-logo-h-scrolled: 56px;
	}

	.site-header__toggle { display: flex; }

	.site-nav {
		position: absolute;
		top: 100%; left: 0; right: 0;
		background: #fff;
		box-shadow: 0 4px 12px rgba(0,0,0,0.08);
		max-height: 0;
		overflow: hidden;
		transition: max-height 250ms ease;
	}
	.site-nav.is-open {
		max-height: calc(100vh - var(--fs-header-h));
		overflow-y: auto;
	}

	.site-nav__menu {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		padding: 1rem 0;
		font-size: 14px;
		border-top:4px solid var(--navy)
	}
	.site-nav__menu a { padding: 0.75rem 5%; }
.site-nav__menu .sub-menu {
	display: none;
}
.site-nav__menu .menu-item-has-children > a::after {
	display: none;   /* hide the dropdown arrow on mobile too */
}

	.site-header__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.site-header__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
	.site-header__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

/* =====================================================
   HOME HERO
   ===================================================== */
.home-hero {
	position: relative;
	width: 100%;
	height: 330px;
	background: #293770  url("https://skaeng.com/wp-content/uploads/2025/01/arches.webp") center/cover no-repeat;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
 
.home-hero__inner {
	position: relative;
	z-index: 1;
	width: 90%;
	max-width: 1300px;
	text-align: center;
}
.home-hero__lede {
	 
	font-size: 65px;
	font-weight: 300;
	margin: 0 0 0.5rem;
	color: #fff;
	letter-spacing: 0.01em;
	font-family:'Lato';
-webkit-font-smoothing: antialiased;

}
.home-hero__rotator {
	position: relative;
 		font-family:'Lato';

	font-size: 65px;
	font-weight: 300;
 
	-webkit-font-smoothing: antialiased;
}

.home-hero__rotator strong {
 
	font-weight: 600;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}
.home-hero__rotator .phrase {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: inset(0 100% 0 0);
	transition: clip-path 800ms cubic-bezier(0.65, 0, 0.35, 1);
	white-space: nowrap;
 
}
.home-hero__rotator .phrase.is-active {
	clip-path: inset(0 0 0 0);
}
.home-hero__rotator .phrase.is-leaving {
	clip-path: inset(0 0 0 100%);
}
.home-hero__rotator .pipe {
	display: inline-block;
	margin: 0 0.1em;
	opacity: 1;
	font-weight: 300;
}

@media (max-width: 700px) {
	.home-hero { height: 280px; }
	.home-hero__lede { font-size: 22px; }
	.home-hero__rotator { font-size: 24px; }
}

/* =====================================================
   HOME — two column intro
   ===================================================== */
.home-twocol {
	padding: 4rem 0;
}
.home-twocol__inner {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 3rem;
	align-items: center;
}
.home-twocol__left,
.home-twocol__right { min-width: 0; }  /* prevents grid blowout */

.home-slider .splide__slide img {
	display: block;
	width: 100%;
	height: auto;
}

.home-twocol__right{
     font-size: 16px;
    line-height: 2.2em;
	font-family:'Nunito Sans';
	font-weight:300;
	color:#666
}

@media (max-width: 900px) {
	.home-twocol__inner {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.home-twocol__left { order: 2; }
	.home-twocol__right { order: 1; }
}

/* =====================================================
   ARCHIVE HEADER (reusable)
   ===================================================== */
.archive-header {
	height: 175px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.archive-header--projects {
	background-image: url("https://skaeng.com/wp-content/uploads/2025/06/arches2.webp");
}
.archive-header__inner {
	width: 90%;
	max-width: 1300px;
	margin: 0 auto;
}
.archive-header__title {
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 0.01em;
}
@media (max-width: 767px) {
	.archive-header { height: 100px; }
	.archive-header__title { font-size: 30px; line-height: 1.3; }
}

/* =====================================================
   PROJECTS — filters
   ===================================================== */
.ska-projects-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-end;
	margin: 2rem 0 1.75rem;
	padding: 20px 24px;
	background: #f4f4f4;
	border-radius: 8px;
}
.ska-filter-group {
	display: flex;
	flex-direction: column;
	gap: 5px;
	flex: 1 1 200px;
}
.ska-filter-group label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #666;
	margin: 0;
}
.ska-filter-group select {
	appearance: none;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 36px 10px 14px;
	font-size: 14px;
	color: #222;
	cursor: pointer;
	transition: border-color 0.2s, box-shadow 0.2s;
	width: 100%;
}
.ska-filter-group select:hover { border-color: #aaa; }
.ska-filter-group select:focus {
	outline: none;
	border-color: #1a3a5c;
	box-shadow: 0 0 0 3px rgba(26, 58, 92, 0.12);
}
.ska-filter-clear {
	align-self: flex-end;
	font-size: 12px;
	color: #888;
	text-decoration: none;
	padding: 10px 0 10px 4px;
	white-space: nowrap;
	transition: color 0.2s;
}
.ska-filter-clear:hover { color: #1a3a5c; }
.ska-projects-count {
	font-size: 13px;
	color: #888;
	margin: 0 0 20px;
}
.ska-no-results { padding: 40px 0; color: #666; }

/* =====================================================
   PROJECTS — load more spinner
   ===================================================== */
.ska-load-more-spinner {
	text-align: center;
	padding: 24px 0;
}
.ska-load-more-spinner svg {
	display: block;
	margin: 0 auto;
	animation: ska-spin 0.8s linear infinite;
}
@keyframes ska-spin {
	to { transform: rotate(360deg); }
}
#ska-load-more-trigger {
	height: 1px;
	margin-top: 40px;
}

.site-main {
	background-color:#fff;
	
}
.container {
	max-width:1300px;
	width:95%;
	margin:auto!important;
 }

/* =====================================================
   SERVICE PAGE — two-column layout
   ===================================================== */
.service-layout {
	display: grid;
	grid-template-columns: 60fr 40fr;
	gap: 5rem;
	padding: 2rem 0 3rem;
	
}
.service-layout__left,
.service-layout__right {
	min-width: 0; /* prevents grid blowout from Splide */
}
.service-layout__left {
	position: relative;
 
}

.service-layout .entry-content  {
	font-size:14px;
}

.service-layout .entry-content  {
	padding-top:0!important
}

.service-layout__left::after {
	content: "";
	position: absolute;
	top: 0;
	right: -1.5rem;
	width: 2px;
	height: 100%;
	background:#293770;
}

/* Service photo slider */
.service-slider {
	width: 100%;
}
.service-slider .splide__slide img {
	width: 100%;
	height: auto;
	display: block;
}

/* Logo slider */
.logo-slider {
	margin-top: 2.5rem;
	width: 100%;
}
.logo-slider .splide__slide {
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo-slider .splide__slide img {
	max-height: 60px;
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

@media (max-width: 900px) {
	.service-layout {
		grid-template-columns: 1fr;
		gap: 2rem;
	}
	.service-layout__left::after { display: none; }
	.service-layout__right { order: -1; }
}

/* =====================================================
   ADMIN BAR — offset fixed header when logged in
   ===================================================== */
.admin-bar .site-header { top: 32px; }

@media screen and (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
}

@media screen and (max-width: 600px) {
	.admin-bar .site-header { top: 0; }
}

h2 {
	color:#333;
	font-size:26px;
	text-align:left!important
}

.ska-project-terms {
	font-size:11px;
	padding-bottom:20px
}

.ska-project-terms a {
	text-decoration:none;
}

.entry-content  {
	padding:20px 0!important;
	font-size:14px;
	color:#666;
	font-weight:300;
	line-height:27px;
	
	
}

.ff-reveal {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 600ms ease, transform 600ms ease;
	will-change: opacity, transform;
}
.ff-reveal[data-reveal="left"]  { transform: translateX(-40px); }
.ff-reveal[data-reveal="right"] { transform: translateX(40px); }
.ff-reveal[data-reveal="down"]  { transform: translateY(-40px); }

.ff-reveal.is-visible {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.ff-reveal { opacity: 1; transform: none; transition: none; }
}


/* ============================================
   Services Archive
   ============================================ */

.ska-services-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 70px;
	padding-top:30px
}

.ska-service-card {
	background-color: #f8f8f8;
	padding: 20px;
	box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3);
	transition: box-shadow 300ms ease 0ms;
}

.ska-service-card:hover {
	box-shadow: 0 18px 28px -6px rgba(0, 0, 0, 0.4);
}

.ska-service-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.ska-service-card i {
	font-size: 28px;
	color: #1a378d;
	display: block;
	margin-bottom: 10px;
}

.ska-service-title {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 5px solid #fdd935;
	text-transform:uppercase;
font-size:23px;
}

.ska-service-excerpt,
.ska-service-excerpt p {
	font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
	font-weight: 300;
	font-size: 14px;
}

/* ---- Responsive ---- */
@media (max-width: 980px) {
	.ska-services-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
	.ska-services-grid { grid-template-columns: 1fr; }
}

/* =====================================================
   ARCHIVE — MARKETS
   ===================================================== */
.archive-header--markets {
	background-image: url("https://skaeng.com/wp-content/uploads/2025/06/arches2.webp");
}

.ska-markets-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 50px;
   margin:40px auto;
}

.ska-market-card {
	background-color: #f8f8f8;
	padding: 20px;
	text-align: center;
	box-shadow: 0 12px 18px -6px rgba(0, 0, 0, 0.3);
	transition: box-shadow 300ms ease 0ms;
}

.ska-market-card:hover {
	box-shadow: 0 18px 28px -6px rgba(0, 0, 0, 0.4);
}

.ska-market-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.ska-market-card i {
	font-size: 28px;
	color: #1a378d;
	display: block;
	margin-bottom: 10px;
}

.ska-market-rule {
	display: block;
	width: 40px;
	height: 4px;
	background: #fdd935;
	margin: 0 auto 10px;
}

.ska-market-title {
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #333;
	margin: 0;
	line-height: 1.3;
	text-align:center!important
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
	.ska-markets-grid { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 900px) {
	.ska-markets-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
}

@media (max-width: 600px) {
	.ska-markets-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
}

/* =====================================================
   INTERNAL SUB-NAV (sticky section bar)
   ===================================================== */
.subnav {
    position: sticky;
    top: var(--fs-header-h-scrolled);   /* 118 desktop / 80 ≤900px, from your tokens */
    z-index: 90;                        /* below the fixed header (100) */
    background: #fff;
    border-bottom: 2px solid #293770;
	padding:10px
}
.subnav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    min-height: 52px;
}
/* kill the breadcrumb's standalone top padding when it's inside the bar */
.subnav .ff-breadcrumbs { padding: 0; }

.subnav__menu {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    gap: 1.5rem;
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.subnav__menu a {
    color: #293770;
    text-decoration: none;
    transition: color 150ms ease;
}

.subnav__menu a:hover {
    color: #666;
}


.subnav__menu a:hover,
.subnav__menu .current-menu-item > a { color: var(--navy); }

@media (max-width: 767px) {
    .subnav__inner {
        flex-wrap: wrap;
        gap: 0.5rem 1.5rem;
        min-height: 0;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .subnav__menu {
        gap: 1rem;
        overflow-x: auto;               /* scroll if the menu's long on mobile */
        -webkit-overflow-scrolling: touch;
    }
}

/* =====================================================
   PAGE — two column (copy left, media right)
   ===================================================== */
.page-twocol {
    display: grid;
       grid-template-columns: 65fr 35fr;
padding-top:20px;
    gap: 3rem;
    align-items: start;   /* columns size independently, no stretch */
     
}
.page-twocol__media {
		padding-top:40px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.page-twocol__figure {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
}
.page-twocol__figure img {
    display: block;
    width: 100%;
    height: auto;
}

.page-twocol h2 {
	margin-top:0;
	text-transform:uppercase;
}

/* 50/50 variant (History stays 65/35 on the bare .page-twocol) */
.page-twocol--even {
    grid-template-columns: 1fr 1fr;
	margin-bottom:40px;
	gap:100px
}

/* Full-width band */
.page-band {
    background: #f4f4f4;
    padding: 4rem 0;
}
@media (max-width: 900px) {
    .page-twocol {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 0;
    }
}

.yellow-banner {
	background-color:#f9db4b;
	display:flex ;
 	padding:20px;
	margin-top:40px;
	align-items:center;
}

.yellow-banner img {
	max-width:150px
}

.yellow-banner div {
	text-align:center;
 }


.yellow-banner div:nth-child(2) {
	text-align:center;
 	width:100%;
}

.yellow-banner h2 {
	color:#253771!important;
	font-size:44px;
	font-style:italic;
	text-align:center!important;
	font-family:'Lato';
	font-weight:700;
	margin-bottom:0;
	
}


@media (max-width: 767px) {
     .yellow-banner {
	background-color:#f9db4b;
	display:block ;
 	padding:20px;
	margin-top:40px;
	align-items:center;
}
}

.service-slider .splide__slide img {
    aspect-ratio: 4 / 3;   /* whatever fits the design */
    object-fit: cover;
}

/* =====================================================
   DATA TABLE
   ===================================================== */
.ska-table-wrap {
    overflow-x: auto;                 /* scroll on narrow screens */
    -webkit-overflow-scrolling: touch;
    margin: 2rem 0;
}
.ska-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 720px;                 /* readable floor; scrolls below this */
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
.ska-table th,
.ska-table td {
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
}
/* header */
.ska-table thead th {
    background: #253771;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 12px;
    border-bottom: none;
}
/* grouped / spanning cells (year + multi-row conference) */
.ska-table td[rowspan] {
    background: #f4f4f4;
    font-weight: 600;
    border-right: 1px solid #e5e5e5;
}
/* year emphasis */
.ska-table td[rowspan] strong {
    color: #253771;
    font-size: 16px;
}
/* row highlight on hover */
.ska-table tbody tr:hover td {
    background: #fafafe;
}

/* =====================================================
   SLIDER ARROWS — white caret (all Splide sliders)
   ===================================================== */
.splide .splide__arrow {
    background: transparent;
    opacity: 1;
    width: 2.5em;
    height: 2.5em;
}
.splide .splide__arrow:hover:not(:disabled) { opacity: .6; }
.splide .splide__arrow svg { display: none; }

/* base box has NO borders — widths are added per-side below,
   so it can never become a 4-sided square (the diamond) */
.splide .splide__arrow::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 0 solid #fff;          /* style + colour only; all widths 0 */
    transform: rotate(45deg);
    filter: drop-shadow(0 1px 1px rgba(0,0,0,.4));
}
.splide .splide__arrow--prev::before {
    border-left-width: 3px;
    border-bottom-width: 3px;       /* left + bottom = points left ‹ */
}
.splide .splide__arrow--next::before {
    border-top-width: 3px;
    border-right-width: 3px;        /* top + right = points right › */
}

/* News archive */
.archive-header--news {
    background-image: url("https://skaeng.com/wp-content/uploads/2025/06/arches2.webp");
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 2.5rem 0;
}
@media (max-width: 980px) { .news-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .news-grid { grid-template-columns: 1fr; } }

.news-card {
    background: #fff;
    box-shadow: 0 2px 14px rgba(0,0,0,.08);
    border-radius: 6px;
    overflow: hidden;
    transition: box-shadow .2s ease, transform .2s ease;
}
.news-card:hover {
    box-shadow: 0 6px 22px rgba(0,0,0,.12);
    transform: translateY(-2px);
}
.news-card__link {
    display: block;
    height: 100%;
    padding: 28px 26px;
    text-decoration: none;
    color: inherit;
}
.news-card__title {
    margin: 0 0 14px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 1.3;
    color: var(--navy);
    border-bottom: 5px solid #fdd935;   /* yellow bar, services-archive style */
}
.news-card__date {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #999;
}
.news-card__excerpt {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* active category in subnav filter */
.subnav__filter .is-active > a { color: var(--navy); font-weight: 700; }

.news-banner {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
	padding:20px;
	box-sizing:border-box;
	align-items:center;
}
.news-banner > div:nth-child(1) {
    flex: 0 0 20%;     /* fixed left */
}
.news-banner > div:nth-child(2) {
    flex: 1;            
    min-width: 0;     
	font-size:14px;
	line-height:28px
}

/* =====================================================
   CAREERS — category link grid
   ===================================================== */
.careers-band {
	background: #f4f4f4;
	padding: 3rem 0;
	margin-top: 3rem;
}
.careers-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
@media (max-width: 980px) {
	.careers-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.careers-grid { grid-template-columns: 1fr; }
}
.careers-cat {
	background: #fff;
	border-radius: 6px;
	padding: 24px 26px;
	border-top: 4px solid var(--navy);
}
.careers-cat__title {
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: var(--navy);
	margin: 0 0 0.75rem;
	line-height: 1.3;
}
.careers-cat__links {
	list-style: none;
	margin: 0;
	padding: 0;
}
.careers-cat__links li {
	margin: 0 0 0.5rem;
	line-height: 1.4;
}
.careers-cat__links li:last-child { margin-bottom: 0; }
.careers-cat__links a {
	color: #666;
	text-decoration: none;
	font-size: 15px;
	transition: color 150ms ease;
}
.careers-cat__links a:hover { color: var(--navy); }

/* =====================================================
   LOCATIONS — card grid
   ===================================================== */
.loc-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin:40px 0px;
}
@media (max-width: 980px) {
	.loc-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
	.loc-grid { grid-template-columns: 1fr; }
}

.loc-card {
	background: #f4f4f4;
	display: flex;
	flex-direction: column;
}

.loc-card__media {
	position: relative;
	aspect-ratio: 350 / 200;
	overflow: hidden;
}
.loc-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.loc-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,0) 55%);
	z-index: 1;
}

/* title overlay — bottom right */
.loc-card__title {
	position: absolute;
	bottom: 12px;
	right: 16px;
	left: 16px;
	margin: 0;
	z-index: 2;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	text-align: right;
	text-shadow: 0 2px 6px rgba(0,0,0,.6);
}

.loc-card__body {
	padding: 22px 24px 26px;
}
.loc-card__address {
	margin: 0 0 1.1rem;
	line-height: 1.5;
}
.loc-card__contact {
	margin: 0 0 1.4rem;
	line-height: 1.7;
}
.loc-card__contact span { display: block; }

.loc-card__btn {
	display: inline-block;
	background: var(--navy);
	color: #fff;
	text-decoration: none;
	padding: 10px 22px;
	border-radius: 4px;
	font-size: 14px;
	transition: opacity 150ms ease;
}
.loc-card__btn:hover { opacity: .85; }

/* map cell — spans first two columns of row 1 */
.loc-map {
	grid-column: span 2;
	overflow: hidden;
}
.loc-map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media (max-width: 640px) {
	.loc-map {
		grid-column: 1 / -1;
		aspect-ratio: 980 / 481;
	}
}

a.loc-card__btn {
	color:#fff!important;
	padding: 10px 10px;
}

footer {
	 
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f4f4f4 !important;
 
    z-index: 10;
    box-shadow: 0px -1px 18px -6px rgba(0, 0, 0, 0.3);

}

.footer-inner {
	width:95%;
	max-width:1300px;
	margin:auto;
	display:flex;
	align-items:center;
	
}

.footer-inner div {
	width:50%;
}

.cpy {
	text-align:right;
	font-size:11px;
	
}

.socials a{
	
	    font-size: 28px;
    color: #000;
    margin-right: 20px;
	
}

.ska-services-grid {
	margin-bottom:40px
}

/* =====================================================
   ABOUT US
   ===================================================== */
.about-content {
	padding: 3rem 0;
}
.about-content > p:first-of-type {
	font-size: 18px;
	line-height: 1.7;
}
.about-content h2 {
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: var(--navy);
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 2.5rem 0 1rem;
	padding-bottom: 8px;
	border-bottom: 4px solid #fdd935;
	display: inline-block;
}
.about-content img {
	display: block;
	width: 100%;
	height: auto;
	margin: 2.5rem 0;
	border-radius: 4px;
}

/* =====================================================
   ABOUT US (slug: about-us)
   ===================================================== */

/* --- 2. Intro two-column -------------------------------------------- */
/* .page-twocol--even already gives the 50/50 split. Just style the image. */
.about-intro {
    margin-top: 2.5rem;
}
.about-intro__media {
    /* navy offset shadow — matches the Divi .et_pb_column_5 treatment */
    align-self: flex-start;
}
.about-intro__media img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 0 0 var(--navy);
}

/* --- 3. Pillars: 3-card grid on the arch background ----------------- */
.about-pillars {
    margin-top: 3.5rem;
    padding: 100px 0 52px;
    background-image: url("https://skaeng.com/wp-content/uploads/2024/10/arch.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom 76%;
}
.about-pillars__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}
.about-pillars__card {
    background: #f8f8f8;
    padding: 40px;
    box-shadow: 10px 10px 0 0 var(--navy);
}
.about-pillars__title {
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 0.75rem;
    line-height: 1.3;
}
.about-pillars__body {
    margin: 0;
}

@media (max-width: 980px) {
    .about-pillars { padding: 60px 0 40px; }
    .about-pillars__grid { grid-template-columns: 1fr; gap: 30px; }
    .about-pillars__card { box-shadow: 6px 6px 0 0 var(--navy); }
}

/* --- 4. Culture: image + overlapping white box --------------------- */
.about-culture {
    background: #f4f4f4;
    padding: 5rem 0;
    margin-top: 0;
}
.about-culture__inner {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.about-culture__media {
    flex: 0 1 55%;
}
.about-culture__media img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 10px 10px 0 0 var(--navy);
}
.about-culture__box {
    background: #fff;
    padding: 40px;
    max-width: 700px;
    margin-top: 8%;
    margin-left: -200px;   /* overlaps leftward onto the image */
    position: relative;
    z-index: 2;
}
.about-culture__title {
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-weight: 700;
    color: var(--navy);
    margin: 0 0 1rem;
}
.about-culture__copy p:last-child { margin-bottom: 0; }

/* stack + drop the overlap on small screens */
@media (max-width: 980px) {
    .about-culture { padding: 3rem 0; }
    .about-culture__inner { flex-direction: column; }
    .about-culture__media { flex-basis: auto; width: 100%; }
    .about-culture__media img { box-shadow: 6px 6px 0 0 var(--navy); }
    .about-culture__box {
        margin-top: 20px;
        margin-left: 0;
        max-width: none;
    }
}


.ska-load-more {
	font-size:14px;
	font-family:'Lato';
	font-weight:800
}

p.intro {
	display:block;
	max-width:800px
}

/* =====================================================
   BENEFITS — card grid + lightbox
   ===================================================== */
.benefits-intro { padding: 2rem 0 1rem; }

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}
@media (max-width: 980px) { .benefits-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .benefits-grid { grid-template-columns: 1fr; } }

.benefit-card {
    background: #f4f4f4;
    padding: 24px;
    box-shadow: 0 10px 20px rgba(0,0,0,.06);
    transition: box-shadow 200ms ease, transform 200ms ease;
	margin:40px auto;
}
.benefit-card:hover {
    box-shadow: 0 16px 30px rgba(0,0,0,.12);
    transform: translateY(-3px);
}
.benefit-card__icon {
    display: block;
    font-size: 28px;
    color: #1a378d;
    margin-bottom: 15px;
}
.benefit-card__title {
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: var(--navy);
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 5px solid #fdd935;
}
.benefit-card__title a { color: var(--navy); text-decoration: none; }
.benefit-card__title a:hover { opacity: .75; }
.benefit-card__desc { margin: 0; font-size: 15px; line-height: 1.7; }

.benefits-mrf { margin: 2rem 0 3rem; font-size: 13px; }

/* lightbox — note: overrides your global button bg/padding via .lightbox-close */
.lightbox-overlay {
    position: fixed;
    inset: 0;
    z-index: 29999;
    background: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4vh 4vw;
}
.lightbox-overlay[hidden] { display: none; }
.lightbox-img { max-width: 100%; max-height: 92vh; box-shadow: 0 10px 40px rgba(0,0,0,.5); }
.lightbox-close {
    position: absolute;
    top: 16px; right: 24px;
    background: none;
    border: 0;
    padding: 0;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
}

.benefit-card__icon {
    display: block;
    width: 32px;
    height: 32px;
    color: #1a378d;   /* drives stroke via currentColor */
    margin-bottom: 15px;
}

.site-banner {
    position: relative;
    height: 175px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #253771; /* fallback while the img decodes */
}


.site-banner__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.single-services .site-banner__bg , .post-type-archive-services .site-banner__bg {
 
	object-position: 80% 35%;
 
}



.parent-pageid-6272 .site-banner__bg,.page-id-6272 .site-banner__bg  {
 
	object-position: 60% 25%;
 
}

.site-banner::after {            /* optional wash for white-text legibility */
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(37, 55, 113, .35);
    z-index: 1;
}
.site-banner__inner {
    position: relative;
    z-index: 2;
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
}
.site-banner__title {
    font-family: "Nunito Sans", system-ui, sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.01em;
}
@media (max-width: 767px) {
    .site-banner { height: 120px; }
    .site-banner__title { font-size: 26px; line-height: 1.3; }
}