/*!
Theme Name: GGO
Theme URI: http://underscores.me/
Author: Nordic Creative Ltd.
Author URI: https://www.nordiccreative.co.uk/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: go-global-outsourcing
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.

GGO 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/
*/


/* 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;
}


.logo,
.main-menu ul li,
.hero__title div,
.hero__sub-title div,
.hero__desc p,
.hero-cta-btn,
.hero__right img {
    opacity: 0;
}

.hero__title,
.hero__sub-title {
    visibility: hidden;
}

/* Careers
--------------------------------------------- */
.careers-page__intro {
	margin-top: 30px;
	background: var(--white);
	border-radius: 20px;
	padding: 35px;
}

.careers-listing {
	margin-top: 40px;
}

.careers-listing__heading {
	font-size: 28px;
	margin-bottom: 20px;
}

.careers-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

/* Reuse existing card styling but tune layout for longer CTA text */
.career-card {
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	background:#f1f1f1;;
}

.career-card__title a {
	color: inherit;
	text-decoration: none;
}

.career-card__title a:hover {
	text-decoration: underline;
}

.career-card__subtitle {
	margin-top: -10px;
	margin-bottom: 10px;
	opacity: 0.8;
}

.career-card__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.career-card__meta-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.career-card__badge {
	display: inline-block;
	border: 1px solid var(--black);
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 14px;
}

.career-card__note {
	margin-top: 12px;
	font-size: 16px;
	line-height: 1.4;
}

.career-card .btn-simple {
	width: auto;
	min-width: 130px;
}

/* Single career */
.career-single .career-back-link {
	display: inline-block;
	margin-bottom: 18px;
	color: var(--white);
	text-decoration: none;
	font-size: 16px;
}

.career-single .career-back-link:hover {
	text-decoration: underline;
}

.career-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: 18px;
	margin-bottom: 14px;
}

.career-meta__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.career-meta__badge {
	display: inline-block;
	border: 1px solid var(--white);
	border-radius: 999px;
	padding: 6px 10px;
	font-size: 14px;
}

.career-hero__note p {
	max-width: 60ch;
}

/* Ensure the single career hero content spans the full width when no image is used */
.career-single .career-hero .container {
	grid-template-columns: 1fr;
}

.career-single .career-hero .hero__title {
	max-width: none;
}

.career-section {
	margin-top: 30px;
	border-radius: 20px;
	padding: 35px;
	margin-bottom:0px;
	background:#f1f1f1;
}

.career-section--dark {
	background: var(--black);
	color: var(--white);
}

.career-section--dark a {
	color: var(--white);
}

.career-section--light {
	background:#f1f1f1;
	color: var(--black);
}

.career-section__heading {
	font-size: 26px;
	margin-bottom: 16px;
}

.career-subsection {
	margin-top: 26px;
}

.career-subsection__heading {
	font-size: 20px;
	margin-bottom: 10px;
}

.career-bullets {
	padding-left: 20px;
}

.career-bullets li {
	margin-bottom: 10px;
	line-height: 1.4;
}

.career-apply {
	margin-top: 40px;
	text-align: center;
}

@media (max-width: 768px) {
	.career-card {
		grid-template-columns: 1fr;
	}

	.career-card__actions {
		justify-self: start;
	}
}
