/* =============================================================== */
/*                                                                 */
/*   PROJECT:     CTM WEBSITE                                      */
/*   VERSION:     3.0 (release date: 30.11.2025)                   */
/*                                                                 */
/*   CLIENT:      OBR CTM S.A. (ctm.gdynia.pl)                     */
/*   AUTHOR:      Szymon Rzepnikowski                              */
/*                                                                 */
/* =============================================================== */


/* ====================== TABLE OF CONTENTS ====================== */
/*



*/
/* =============================================================== */

/* ====================== SECTION 1: BREADCRUMBS ====================== */
.img-radius {
	border-radius: .5rem !important;
	object-fit: cover;
	overflow: hidden;
}

.breadcrumbs {
	position: relative;
	background-image: url("../images/bg-banner.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #00263d;
	padding-top: 120px;
	padding-bottom: 90px;
	z-index: 2;
}

.breadcrumbs::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #00263d;
	opacity: 0.7;
	z-index: 1;
}

.breadcrumbs .breadcrumbs-content {
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.breadcrumbs .breadcrumbs-header {
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.breadcrumbs .page-title {
	display: inline-block;
	padding: 16px 48px;
	background-color: rgba(0, 0, 0, 0.1);
	color: #fff;
	font-size: 30px;
	font-weight: 700 !important;
	line-height: 1.3;
	margin: 0;
	border-radius: 2px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.breadcrumbs .page-subtitle {
	color: rgb(217 230 239 / 54%);
	font-size: 0.7rem;
	line-height: 1.1;
	max-width: 65%;
	margin-top: 0.5rem;
	margin-bottom: 0;
}

.breadcrumbs .separator {
	display: none;
}

.breadcrumbs-nav-wrapper {
	position: absolute;
	bottom: 24px;
	left: 0;
	width: 100%;
	z-index: 2;
}

.breadcrumbs-nav-wrapper .container {
	display: flex;
	justify-content: center;
}

.breadcrumbs .breadcrumb-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	column-gap: 0;
	row-gap: 6px;
	margin: 0;
	padding: 0;
}

.breadcrumbs .breadcrumb-nav li {
	display: inline-flex;
	align-items: center;
	margin: 0;
	padding: 0;
	color: rgb(217 230 239 / 54%);
	font-size: 0.5rem;
	white-space: nowrap;
}

.breadcrumbs .breadcrumb-nav li:not(:last-child)::after {
	content: "/";
	margin: 0 12px;
	color: rgb(217 230 239 / 54%);
	opacity: 0.6;
}

.breadcrumbs .breadcrumb-nav li a {
	color: rgb(217 230 239 / 54%);
	font-size: 0.5rem;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
}

.breadcrumbs .breadcrumb-nav li a:hover {
	color: #e4e4e4;
}

@media (max-width: 991px) {
	.breadcrumbs {
		padding-top: 100px;
		padding-bottom: 70px;
	}

	.breadcrumbs .page-title {
		font-size: 24px;
		padding: 12px 32px;
	}

	.breadcrumbs .page-subtitle {
		font-size: 13px;
		max-width: 100%;
	}
}

@media (max-width: 767px) {
	.breadcrumbs {
		background-position: left !important;
		padding-top: 80px;
		padding-bottom: 55px;
	}

	.breadcrumbs .page-title {
		font-size: 20px;
		padding: 10px 24px;
	}

	.breadcrumbs .page-subtitle {
		font-size: 0.7rem;
		padding: 0 10px;
		max-width: 85%;
	}

	.breadcrumbs-nav-wrapper {
		bottom: 16px;
	}

	.breadcrumbs .breadcrumb-nav li,
	.breadcrumbs .breadcrumb-nav li a {
		font-size: 9px;
	}
}

.sitemap-list ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.sitemap-list li {
	position: relative;
	padding-left: 18px;
	margin: 6px 0;
}

.sitemap-list li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: rgb(0 38 61 / 65%);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 8px;
}

.sitemap-list ul ul {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 18px;
}

.sitemap-list ul ul li::before {
	background-color: rgb(0 38 61 / 65%);
}

.sitemap-list a {
	color: #29abe2;
	text-decoration: none;
	font-size: 15px;
}

.sitemap-list a:hover {
	color: #1a6f90;
}

.firma-section .row {
	min-height: 450px;
}

.gradient-img {
	transform: scale(1.10);

	width: 100%;
	height: auto;
	border-radius: 10px;

	-webkit-mask-image: linear-gradient(to right,
			transparent 0%,
			black 25%,
			black 76%,
			transparent 100%),
		linear-gradient(to bottom,
			black 0%,
			black 70%,
			transparent 100%);

	-webkit-mask-composite: intersect;
	mask-composite: intersect;
}

.update-info {
	opacity: 0.6;
}

.col-xl-20 {
	flex: 0 0 20% !important;
	max-width: 20% !important;
}

p.mb-2.small.text-secondary {
	line-height: 1.1rem;
}

/* ====================== SECTION 2: NOTICE-BOXY ====================== */
.notice {
	display: flex;
	flex-direction: column;
	position: relative;
	background: #fff;
	color: var(--ink);
	text-decoration: none !important;
	border-radius: 0.5rem;
	padding: 16px;
	min-height: 180px;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

.notice:hover {
	background: rgba(229, 233, 238, 0.8);
	border-color: rgba(255, 255, 255, .35);
	transform: translateY(-2px);
}

.notice:focus-visible {
	outline: 3px solid var(--accent);
	outline-offset: 3px;
}

.notice-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: .6rem;
}

.notice-header time {
	font-size: .85rem;
	color: rgba(40, 60, 80, .4);
}

.notice-actions {
	display: flex;
	align-items: center;
	gap: .5rem;
}

.notice .latest-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .8rem;
	border-radius: .35rem;
	padding: .35rem .6rem;
	line-height: 1;
	white-space: nowrap;
	background: #d63c3c;
	color: #fdfef8;
}

.notice .pdf-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-transform: uppercase;
	font-size: .8rem;
	background: #0d3750;
	border-radius: .35rem;
	padding: .35rem .6rem;
	line-height: 1;
	white-space: nowrap;
	color: #fdfef8;
}

.notice h3 {
	font-weight: 200;
	margin: .4rem 0 0;
	line-height: 1.25;
	color: rgba(40, 60, 80, 0.9);
	font-size: 1.1em;
}

.notice.latest {
	background: rgb(229 233 238);
}

.notice.latest:hover {
	background: rgba(175, 186, 200, 0.6)
}

.notice.latest .notice-header time {
	color: rgba(0, 38, 61, .65);
}

.notice.latest h3 {
	color: rgb(0, 45, 70);
	font-weight: 600;
}

@media (prefers-reduced-motion:reduce) {
	.notice {
		transition: none;
	}
}

@media (max-width:420px) {
	.notice-actions {
		gap: .4rem;
	}
}

@media (max-width:480px) {
	.notice {
		min-height: 120px !important;
		padding: 12px;
	}

	.notice h3 {
		font-size: 1rem;
	}

	.notice-header time {
		font-size: .8rem;
	}
}

.reveal {
	transform: translateY(6px);
	transition: opacity .5s ease, transform .5s ease;
}

.reveal.show {
	transform: translateY(0);
}


/* ====================== SECTION 3: BOARD-BOXY + PREZES ====================== */
#czlonkowie .card {
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	background-color: #ffffff !important;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09) !important;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

#czlonkowie .card:hover {
	transform: translateY(-2px);
}

#czlonkowie .highlight {
	background-color: #E5E9EE !important;
	color: #00324d;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09) !important;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

#czlonkowie .row.g-3 {
	--bs-gutter-x: 1rem;
	--bs-gutter-y: 1rem;
}

#czlonkowie .card-body h3 {
	font-size: 1.2em;
	font-weight: 600;
}

#czlonkowie .highlight p {
	opacity: 0.5;
}

#czlonkowie .card-body p {
	opacity: 0.7;
}


.prezes-photo-wrapper {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.prezes-photo-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: -120%;
	width: 60%;
	height: 100%;
	background: linear-gradient(120deg,
			transparent 0%,
			rgba(255, 255, 255, 0.45) 50%,
			transparent 100%);
	transform: skewX(-25deg);
	transition: left 0.8s ease;
	pointer-events: none;
}

.prezes-photo-wrapper:hover::after {
	left: 130%;
}

.prezes-photo-wrapper::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 28%;
	background: linear-gradient(to bottom,
			transparent 0%,
			#f5f6f8 95%);
	pointer-events: none;
	z-index: 2;
}

@media (min-width: 768px) and (max-width: 1024px) {

	.prezes-photo-wrapper {
		max-width: 100%;
	}

	.prezes-photo {
		max-width: 100%;
	}

	.prezes-photo-wrapper::after {
		transition: left 0.6s ease;
	}
}

@media (max-width: 1023px) {

	.prezes-photo-wrapper,
	.prezes-photo-inner,
	.prezes-photo,
	.prezes-accent-circle {
		display: none !important;
	}
}


/* ====================== SECTION 4: OFFER-BOXY ====================== */
.offer-link {
	display: flex;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.offer-box {
	background: #ffffff;
	border-radius: 0.5rem;
	padding: 1rem 1.25rem;
	position: relative;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: stretch;
	cursor: pointer;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.offer-box:hover {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
	border-color: rgba(255, 255, 255, .35);
}

.offer-content {
	display: flex;
	flex-direction: column;
}

.offer-content h5 {
	font-size: 1rem;
}


.offer-content p:last-child {
	margin-top: auto;
}

.status-strip {
	width: 10px;
	height: 100%;
	margin-left: 1rem;
	flex-shrink: 0;
	border-radius: 0;
}

.status-active {
	background: #28a745;
}

.status-updated {
	background: #ffc107;
}

.status-inactive {
	background: #dc3545;
}

.hover-hint {
	position: absolute;
	bottom: 30px;
	right: 0px;
	transform: translateY(100%);
	font-family: "PT Sans Narrow", sans-serif !important;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
	padding: 6px 10px;
	font-size: .75rem;
	border-radius: 4px;

	opacity: 0;
	white-space: nowrap;
	pointer-events: none;
	transition: opacity .25s ease;
	z-index: 10;
}

.offer-box:hover .hover-hint {
	opacity: 1;
}

@media (max-width: 767.98px) {
	.hover-hint {
		display: none !important;
	}
}

.status-legend {
	font-size: 0.85rem;
	gap: 1rem;
}

.status-legend-item {
	display: inline-flex;
	align-items: center;
	margin: 0 0.5rem 0.25rem;
}

.status-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 6px;
}


.removal-info {
	font-size: 0.75rem;
	opacity: 0.6;
}

@media (max-width: 575.98px) {
	.status-legend {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 0.35rem;
	}

	.status-legend-item {
		display: flex;
		margin: 0;
	}

	.removal-info {
		padding: 0 1.25rem;
		line-height: 1em;
		margin-top: 1em;
	}
}


/* ====================== SECTION 5: DOWNLOAD-BOXY ====================== */

.downloads-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.5rem;
	margin-top: 10px;
}

.download-item {
	position: relative;
	flex: 0 0 calc(50% - 1.5rem);
	max-width: 260px;
	aspect-ratio: 1 / 1;
	background: #E5E9EE;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem;
	text-decoration: none;
	color: #00263E;
	font-weight: 500;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.download-item:hover {
	transform: translateY(-2px);
	box-shadow:
		0 10px 24px rgba(0, 0, 0, 0.12),
		0 4px 0 0 #29abe2;
}

@media (min-width: 768px) {
	.download-item {
		flex: 0 0 calc(25% - 1.5rem);
	}
}

@media (min-width: 1200px) {
	.download-item {
		flex: 0 0 calc(16.666% - 1.5rem);
	}
}

.file-name {
	display: block;
	padding: 0 0.25rem;
	transition: opacity 0.2s ease;
}

.file-badge {
	position: absolute;
	top: 0.9rem;
	right: 0.9rem;

	background: #002F4C;
	color: #ffffff;

	padding: 0.35rem 1rem;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;

	border-radius: 5px;
	line-height: 1;
	transition: opacity 0.2s ease;
}

.download-icon {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;

	background: rgba(0, 47, 76, 0.90);
	color: #ffffff;
	font-size: 2.2rem;

	opacity: 0;
	transition: opacity 0.2s ease;
	border-radius: 0.5rem;
}

.download-item:hover .download-icon {
	opacity: 1;
}

.download-item:hover .file-name,
.download-item:hover .file-badge {
	opacity: 0;
}


/* ====================== SECTION 6: CERT-BOXY ====================== */
.cert-box {
	background-color: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.cert-box:hover {
	transform: translateY(-2px);
}

.cert-box-logo {
	display: block;
	flex: 0 0 140px;
	max-width: 140px;
}

.cert-box-logo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cert-box-content {
	padding: 18px 22px 20px;
}

.cert-box-issuer {
	font-size: 0.85rem;
	font-weight: 600;
	margin-bottom: 6px;
}

.cert-box-title {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 6px;
}

.cert-box-meta {
	font-size: 0.85rem;
	line-height: 1.3;
	margin-bottom: 12px;
}

.cert-box-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.cert-box-buttons .cert-btn {
	border-radius: 0.2rem;
	flex: 0 0 160px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 12px;
	background-color: #E5E9EE;
	text-decoration: none;
	font-size: 0.85rem;
	color: rgba(0, 0, 0, 0.6);
	white-space: nowrap;
}

.cert-btn:hover {
	transform: translateY(-2px);
}

.cert-btn-label i {
	margin-right: 6px;
}

.cert-btn-separator {
	width: 1px;
	height: 18px;
	background-color: #d0d0d0;
	margin: 0 8px;
}

.cert-btn-icon-right i {
	font-size: 0.9rem;
}

@media (max-width: 1024px) {
	.cert-box-logo {
		display: none !important;
	}

	.cert-box {
		flex-direction: column;
	}

	.col-lg-6 {
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	.cert-box-content {
		padding: 16px 18px;
	}

	.cert-box-buttons .cert-btn {
		flex-basis: 150px;
	}
}

@media (max-width: 575px) {
	.cert-box-content {
		padding: 14px 16px;
	}

	.cert-box-buttons .cert-btn {
		flex-basis: 140px;
	}
}

.cert-box-buttons .cert-btn:hover {
	background-color: #e9ecef;
}


/* ====================== SECTION 7: QUOTE-BOXY ====================== */
.quote-subtitle {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.85rem;
	font-weight: 500;
	color: #6c757d;
}

.quote-title {
	font-size: 1.9rem !important;
	line-height: 1.3;
	color: #1a1d20;
}

@media (max-width: 576px) {
	.quote-title {
		font-size: 1.4rem;
		line-height: 1;
	}
}


/* ====================== SECTION 8: COMPANY TIMELINE ====================== */
#kamieniemilowe .timeline {
	position: relative;
	padding: 2rem 0;
}

#kamienie .timeline::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #E5E9EE;
	left: 12px;
	z-index: 0;
}

#kamienie .timeline-item {
	position: relative;
	margin-bottom: 3rem;
}

#kamienie .timeline-item::before {
	content: "";
	position: absolute;
	top: 0.9rem;
	left: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #29abe2;
	border: 2px solid #fff;
	box-shadow: 0 0 0 2px #0d6efd22;
	z-index: 3;
}

#kamienie .timeline-card {
	position: relative;
	background-color: #fff;
	border-radius: 0.5rem;
	padding: 1.5rem;
	margin-left: 2.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
}

#kamienie .timeline-card:hover {
	box-shadow: 0 0.8rem 1.4rem rgba(0, 0, 0, .09);
	transform: translateY(-2px);
}

#kamienie .timeline-card::after {
	content: "";
	position: absolute;
	top: 1.15rem;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 10px solid #fff;
	z-index: 1;
}

#kamienie .timeline-date {
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 0.9rem;
	color: #6c757d;
	margin-bottom: 0.35rem;
}

#kamienie .timeline-title {
	font-size: 1.05rem;
	font-weight: 600;
	margin-bottom: 0.4rem;
}

@media (min-width: 768px) {
	#kamienie .timeline {
		padding: 3rem 0;
	}

	#kamienie .timeline::before {
		left: 50%;
		transform: translateX(-50%);
	}

	#kamienie .timeline-item::before {
		left: 50%;
		transform: translateX(-50%);
	}

	#kamienie .timeline-item {
		display: flex;
	}

	#kamienie .timeline-card {
		width: calc(50% - 2.5rem);
		margin-left: 0;
	}

	#kamienie .timeline-item:nth-child(odd) .timeline-card {
		margin-right: auto;
		text-align: right;
	}

	#kamienie .timeline-item:nth-child(even) .timeline-card {
		margin-left: auto;
		text-align: left;
	}

	#kamienie .timeline-item:nth-child(odd) .timeline-card::after {
		right: -10px;
		left: auto;
		border-right: none;
		border-left: 10px solid #fff;
	}

	#kamienie .timeline-item:nth-child(even) .timeline-card::after {
		left: -10px;
		right: auto;
		border-left: none;
		border-right: 10px solid #fff;
	}
}


/* ====================== SECTION 9: ERROR 404 ====================== */
.error404-area {
	height: 100vh;
	text-align: center;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #00263d;
	position: relative;
	overflow: hidden;
}

.error404-area .error404-content {
	display: inline-block;
	padding: 60px 60px;
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.error404-area .error404-content {
		padding: 60px 60px;
	}
}

@media (max-width: 767px) {
	.error404-area .error404-content {
		padding: 50px 50px;
	}
}

.error404-table {
	width: 100%;
	height: 100%;
	display: table !important;
}

.error404-cell {
	display: table-cell !important;
	vertical-align: middle;
}

.error404-area .error404-content h2 {
	font-size: 30px !important;
	margin-bottom: 10px;
	color: #081828;
	font-weight: 600;
	line-height: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.error404-area .error404-content h2 {
		font-size: 20px !important;
	}
}

@media (max-width: 767px) {
	.error404-area .error404-content h2 {
		font-size: 18px !important;
	}

	.error404-area .error404-content p {
		font-size: 11px;
		line-height: 1.4em;
	}
}

.error404-area .error404-content p {
	font-weight: 400;
	margin-bottom: 25px;
	color: #888;
	font-size: 13px;
}


/* ====================== SECTION 10: LINK-BOXY ====================== */
#linki .link-box {
	aspect-ratio: 1 / 1;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	min-width: 150px;
	padding: 22px !important;
}

#linki .link-box:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
	border-color: rgba(0, 38, 61, 0.4) !important;
}

#linki .link-box i {
	font-size: 2.7rem;
	margin-bottom: 12px;
	transition: color 0.25s ease;
}

#linki .link-box:hover i {
	color: rgba(0, 38, 61, 0.8) !important;
}

#linki .link-title {
	font-size: 0.85rem;
	line-height: 1.25;
	font-weight: 600;
}


/* ====================== SECTION 11: CONTACT + MAP ====================== */
.contact-card {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.contact-box-title {
	font-size: 0.75rem;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
	opacity: 0.6;
}

.contact-item {
	padding: 8px 0;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px dashed #e1e1e1;
	transition: background-color 0.15s ease;
}

.contact-item:last-child {
	border-bottom: none;
}

.contact-item:hover {
	background-color: rgba(224, 224, 224, 0.3);
}

.contact-item i {
	min-width: 18px;
	font-size: 0.95rem;
	color: #29abe2;
	opacity: 0.7
}

.contact-card.icon-bg {
	position: relative;
	overflow: hidden;
}

.contact-card.icon-bg::after {
	content: attr(data-icon);
	position: absolute;
	bottom: -10px;
	right: -20px;
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 8rem;
	color: rgba(41, 171, 226, 0.07);
	pointer-events: none;
	line-height: 1;
}

.map-section .mapouter {
	padding: 10px;
	background-color: #fff;
	border-radius: 0.5rem;
	border: 1px solid #e1e1e1;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.map-section .gmap_canvas,
.map-section .gmap_canvas iframe {
	width: 100%;
	height: 100%;
}


/* ====================== SECTION 12: CARD-NEWS + NEWS NAVIGATION ====================== */
.news-years-bar {
	position: relative;
	overflow: visible;
	z-index: 10;
}

.news-years-track {
	display: flex;
	gap: .5rem;
	padding: .25rem .25rem .5rem;
	margin: 0 auto;
	max-width: 100%;
	justify-content: center;
	flex-wrap: wrap;
}

.news-year-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: .4rem 1rem;
	border-radius: .3rem;
	font-size: .9rem;
	font-weight: 300;
	color: #111827;
	text-decoration: none;
	white-space: nowrap;
	transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease;
	background-color: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.news-year-link:hover {
	background: #E5E9EE;
	color: rgba(0, 0, 0, 0.7);
}

.news-year-link.active {
	background: #00263d;
	color: #fff;
	border-color: #00263d;
}

.news-year-link.inactive {
	background: #E5E9EE;
    color: rgba(0, 0, 0, 0.3);
}

.news-years-dropdown button {
	color: #111827;
	font-weight: 300;
	border: 1px solid #d1d5db;
	padding: .55rem 1rem;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-size: .95rem;
	transition: background .2s ease, color .2s ease, border-color .2s ease;
	background: rgba(0, 38, 61, 0.1);
}

.news-years-dropdown .btn.show {
	background: rgba(0, 38, 61, 0.2);
	color: #333;
}


.news-years-dropdown button:hover {
	background: rgba(0, 41, 61, 0.1);
	color: rgba(0, 0, 0, 0.7);
}

.news-years-dropdown .dropdown-menu {
	max-height: 32vh;
	overflow-y: auto;
	border-radius: .5rem;
	padding: .25rem;
	border: 1px solid #d1d5db;
	background: #f9fafb;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}

.news-years-dropdown .dropdown-item {
	padding: .6rem 1rem;
	margin-bottom: .25rem;
	font-weight: 600;
	font-size: .9rem;
	color: #111827;
	transition: background .2s ease, color .2s ease;
}

.news-years-dropdown .dropdown-item:hover {
	background: rgba(0, 41, 61, .1);
	color: rgba(0, 0, 0, 0.7);
}

.news-years-dropdown .dropdown-item.active {
	background: rgba(0, 38, 61, 0.8);
	color: #fff !important;
}


@media (max-width: 767.98px) {
	.news-years-track {
		display: none !important;
	}
}

@media (min-width: 768px) {
	.news-years-dropdown {
		display: none !important;
	}
}


.news-card {
	display: flex;
	flex-direction: column;
	background: #ffffff;
	color: #333;
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid rgba(15, 23, 42, 0.09);
	transition: transform .3s ease, box-shadow .3s ease;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

.news-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
}

.news-card:focus-within,
.news-card:focus-visible {
	outline-offset: 2px;
}

.news-media {
	position: relative;
	overflow: hidden;
}

.news-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-media::after {
	content: "";
	position: absolute;
	inset-inline: 0;
	bottom: 0;
	height: 4px;
	background: #00263d;
}

.news-body {
	padding: 1.25rem 1.25rem .5rem;
}

.news-title {
	font-weight: 600;
	margin-bottom: .5rem;
}

.news-title a {
	color: #1a1a1a;
	text-decoration: none;
	transition: color .25s ease;
}

.news-title a:hover {
	color: #29abe2;
}

.news-excerpt {
	color: #555;
	font-size: .95rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-meta-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .85rem 1.25rem 1.1rem;
	border-top: 1px solid #eef0f4;
}

.news-date {
	display: flex;
	align-items: center;
	gap: .45rem;
	color: #6b7280;
	font-size: .88rem;
}

.news-date i {
	font-size: .95em;
	color: #9ca3af;
}

.btn-news {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #00263d;
	color: #fff;
	font-weight: 600;
	padding: .45rem .9rem;
	border-radius: .4rem;
	text-decoration: none;
	font-size: .9rem;
	transition: background .25s ease;
	white-space: nowrap;
}

.btn-news:hover {
	background: #2563eb;
}

.news-tiles>[class*="col-"] {
	opacity: 0;
	transform: translateY(14px);
	animation: tilesIn .45s cubic-bezier(.2, .7, .2, 1) forwards;
}

@keyframes tilesIn {
	from {
		opacity: 0;
		transform: translateY(14px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.news-tiles>[class*="col-"] {
		animation: none !important;
		opacity: 1 !important;
		transform: none !important;
	}
}


/* ====================== SECTION 13: PROJECTS-BOX ====================== */
.project-box {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
	transition: transform 0.16s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.26s cubic-bezier(0.22, 0.61, 0.36, 1), background-color 0.26s ease, border-color 0.26s ease;
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.project-box::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.project-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 70%;
	max-height: 70%;
	object-fit: contain;
}

.project-box:hover,
.project-box:focus {
	transform: translateY(2px);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E5E9EE;
}

.project-box:active {
	transform: translateY(3px);
	box-shadow:
		inset 0 2px 4px rgba(0, 0, 0, 0.22),
		0 0 0 rgba(0, 0, 0, 0);
}

#projekty [class*="col-"] {
	padding-left: 8px !important;
	padding-right: 8px !important;
}

#projekty .col-6 {
	flex: 0 0 50% !important;
	max-width: 50% !important;
}

@media (min-width: 768px) {
	#projekty .col-md-3 {
		flex: 0 0 25% !important;
		max-width: 25% !important;
	}
}

@media (min-width: 1200px) {
	#projekty .col-xl-20 {
		flex: 0 0 20% !important;
		max-width: 20% !important;
	}
}

.project-logo-box {
	padding: 10px 10px;
	text-align: center;
}

.project-logo-img {
	max-height: 150px;
	max-width: 290px;
	object-fit: contain;
	padding: 1.1rem;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.project-logo-box:hover .project-logo-img {
	transform: translateY(-2px);
}

.project-company-name {
	margin-top: 8px;
	font-weight: 500;
	font-size: 0.8rem;
	color: rgba(0, 0, 0, 0.2);
	text-align: center;
}

.project-company-lider {
	margin-top: 0px;
	font-weight: 400;
	font-size: 0.7rem;
	color: rgba(0, 0, 0, 0.2);
	text-align: center;
}


/* ====================== SECTION 14: BLOG-PAGES ====================== */
.blog-single {
	background: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 1400px) {
	.blog-single .main-content-head {
		padding-right: 30px;
	}
}

.blog-single .meta-info {
	margin-top: 5px;
	margin-bottom: 30px;
}

.blog-single .meta-info li {
	font-size: 13px !important;
	display: inline-block;
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
}

@media (max-width: 767px) {
	.blog-single .meta-info li {
		margin-bottom: 8px;
	}
}

.blog-single .meta-info li::before {
	position: absolute;
	content: "";
	right: -5px;
	top: 50%;
	background-color: #d2d2d2;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-single .meta-info li:last-child {
	margin: 0;
	padding: 0;
}

.blog-single .meta-info li:last-child::before {
	display: none;
}

.blog-single .post-title {
	line-height: 40px;
	font-size: 2.4em !important;
	font-weight: 700;
	display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.blog-single .post-title {
		line-height: 40px;
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.blog-single .post-title {
		line-height: 32px;
		font-size: 2rem !important;
	}
}

.blog-single p {
	font-size: 15px;
	margin: 0 0 20px 0;
	line-height: 26px;
}

.blog-single p:first-child {
	margin-top: 0;
}

.blog-single p:last-child {
	margin-bottom: 0;
}

.blog-single h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
}

@media (max-width: 767px) {
	.blog-single h3 {
		font-size: 18px;
	}
}

.blog-single .image-block {
	margin: 30px 0;
}

.blog-single .image-block img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 0.5rem;
}

@media (max-width: 767px) {
	.blog-single .image-block img {
		height: 200px;
		margin: 10px 0;
	}
}

blockquote {
	position: relative;
	font-weight: 400;
	clear: both;
	z-index: 1;
	margin: 40px 0;
	text-align: center;
	padding: 40px;
	background-color: #E5E9EE;
	border-radius: 0.5rem;
	overflow: hidden;
}

@media (max-width: 767px) {
	blockquote {
		padding: 20px;
	}
}

blockquote .icon i {
	font-size: 32px;
	color: #29abe2;
	display: block;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	blockquote .icon i {
		margin-bottom: 15px;
	}
}

blockquote h4 {
	font-weight: 600 !important;
	font-size: 16px;
	line-height: 24px;
	color: rgba(8, 24, 40, 0.7) !important;
}

@media (max-width: 767px) {
	blockquote h4 {
		font-size: 13px;
	}
}

blockquote span {
	font-size: 12px;
	display: block;
	margin-top: 20px;
	color: rgba(8, 24, 40, 0.5) !important;
}

.sidebar .widget {
	margin-bottom: 40px;
	overflow: hidden;
	padding: 40px;
	border-radius: 0.5rem;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.11);
	border-bottom: 3px solid #29abe2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
	.sidebar .widget:first-child {
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.sidebar .widget {
		padding: 35px;
	}
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget .widget-title {
	font-size: 18px;
	margin-bottom: 25px;
	position: relative;
	font-weight: 600;
	line-height: 28px;
	z-index: 1;
	color: #081828;
}

.archive-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.archive-grid li a {
	display: block;
	padding: 8px 12px;
	background: rgb(229 233 238 / 44%);
	border-radius: 0.3rem;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: rgba(8, 24, 40, 0.6);
	transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

.archive-grid li a:hover {
	background-color: #29abe2;
	color: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
}

.sidebar .widget.social-share-widget .share-links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	margin: 0;
	list-style: none;
}

.sidebar .widget.social-share-widget .share-links li a {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #E5E9EE;
	font-size: 22px;
	color: #081828;
	transition: all 0.3s ease;
}

.sidebar .widget.social-share-widget .share-links li a:hover {
	background-color: #29abe2;
	color: #fff;
}

.sidebar .widget.info-widget .info-text {
	font-size: 15px;
	line-height: 22px;
	color: rgba(8, 24, 40, 0.7);
	margin: 0;
	padding: 0;
}


/* ====================== SECTION 15: CAREER-HERO-BOX ====================== */
.career-hero {
	position: relative;
	background: #00263d;
	overflow: hidden;
	color: #fff;
}

.career-hero-media {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 55vw;
	overflow: hidden;
}

.career-hero-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%);
}

.career-hero-inner {
	display: flex;
	align-items: center;
	min-height: 520px;
	position: relative;
	z-index: 2;
}

.career-hero-content {
	max-width: 500px;
	padding: 80px 0;
}

.career-hero-content h1 {
	font-size: 44px;
	margin-bottom: 18px;
	color: #29abe2;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "PT Sans Narrow" !important;
}

.career-hero-content p {
	font-size: 17px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
}

.career-hero-media img {
	filter: brightness(0.5);
}

@media (max-width: 768px) {

	.career-hero {
		position: relative;
		background: #00263d;
		color: #fff;
		padding-top: 4.7rem;
		padding-bottom: 30px;
		overflow: hidden;
	}

	.career-hero-inner {
		display: block;
		min-height: auto;
	}

	.career-hero-media {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.career-hero-media img {
		width: 100%;
		height: auto;
		display: block;

		clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
	}

	.career-hero-content {
		padding: 24px 0 10px;
		text-align: left;
	}

	.career-hero-content h1 {
		font-size: 26px;
		margin: 0 0 12px;
	}

	.career-hero-content p {
		font-size: 16px;
		line-height: 1.5;
		margin: 0;
		max-width: 100%;
	}
}


@media (min-width: 769px) and (max-width: 1024px) {
	.career-hero {
		position: relative;
		background: #00263d;
		color: #fff;
		padding-top: 5.2rem;
		padding-bottom: 40px;
		overflow: hidden;
	}

	.career-hero-inner {
		display: block;
		min-height: auto;
	}

	.career-hero-media {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.career-hero-media img {
		width: 100%;
		height: auto;
		display: block;
		clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
	}

	.career-hero-content {
		padding: 32px 0 12px;
		text-align: left;
		max-width: 100%;
	}

	.career-hero-content h1 {
		font-size: 32px;
		margin: 0 0 14px;
	}

	.career-hero-content p {
		font-size: 16px;
		line-height: 1.6;
		margin: 0;
	}

}

.logo-shadow {
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
}


/* ====================== SECTION 16: TABCARDS ====================== */
.tabcard-box {
	width: 100%;
	padding: 1.2rem 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.6rem;
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	transition: background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.tabcard-box i {
	font-size: 2rem;
	transition: color 0.25s ease, transform 0.25s ease;
}

.tabcard-box:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.tabcard-box.tabcard-box-active,
.tabcard-box.tabcard-box-active:focus,
.tabcard-box.tabcard-box-active:active {
	background-color: rgb(41, 171, 226);
	transform: translateY(-3px);
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

.tabcard-box.tabcard-box span {
	text-transform: uppercase;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.7);
}

.tabcard-box.tabcard-box-active i {
	color: rgb(255, 255, 255);
	transform: scale(1.08);
}

.tabcard-box.tabcard-box-active span {
	color: rgba(255, 255, 255, 0.9);
}

.tabcard-box:focus {
	outline: none;
	box-shadow: none;
}

.tabcard-content p,
.tabcard-content h3 {
	text-align: right !important;
}

.tabcard-content-full p,
.tabcard-content-full h3 {
	text-align: left !important;
}

.img-tabcard {
	border-radius: 0.5rem;
	width: 80%;
	object-fit: cover;
	display: block;
	margin-left: auto;
}

@media (max-width: 767.98px) {
	.tabcard-box {
		font-size: 0.95rem;
		padding-inline: 0.75rem;
	}

	.img-tabcard {
		margin-left: auto;
		margin-right: auto;
	}

	.tabcard-content p,
	.tabcard-content h3 {
		text-align: left !important;
	}

	.tabcard-content-full p,
	.tabcard-content-full h3 {
		text-align: left !important;
	}
}

.tabcard-row-two {
	justify-content: center;
}

.tabcard-row-two .col-md-4 {
	flex: 0 0 50%;
	max-width: 50%;
}


/* ====================== SECTION 17: BENEFIT-LIST ====================== */
.benefit-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.benefit-tile {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	width: 100%;
	padding: 0.5rem 2rem;
	cursor: pointer;
	text-align: left;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, transform 0.1s ease;
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

.benefit-tile i {
	font-size: 1.4rem;
	flex-shrink: 0;
}

.benefit-title {
	font-size: 0.9rem;
	font-weight: 300;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.benefit-tile:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.benefit-tile.active {
	background-color: rgba(41, 171, 226, 0.55);
	box-shadow: 0 6px 18px rgba(43, 120, 255, 0.1) !important;
}

.benefit-tile.active>i {
	color: white !important;
	fill: white !important;
	stroke: white !important;
}

.benefit-tile.active span {
	color: white !important;
}

.benefit-detail-box {
	position: relative;
	padding: 2.5rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	overflow: hidden;
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.benefit-detail-content {
	position: relative;
	z-index: 2;
	max-width: 580px;
}

.benefit-detail-content h3 {
	font-size: 1.3rem;
	font-weight: 900;
}

.benefit-detail-content p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 300;
}

.benefit-detail-icon-bg {
	position: absolute;
	right: 0.8rem;
	bottom: 0.8rem;
	z-index: 1;
	pointer-events: none;
	opacity: 0.05;
	transform: rotate(-15deg);
}

.benefit-detail-icon-bg i {
	font-size: 10rem;
	line-height: 1;
}

@media (max-width: 991.98px) {
	.benefit-detail-box {
		margin-top: 0.5rem;
	}
}

@media (max-width: 576px) {
	.benefit-detail-icon-bg i {
		font-size: 5rem !important;
		opacity: 0.8;
	}
}

.culture-checklist {
	display: grid;
	grid-template-columns: 1fr;
	gap: .65rem 1.25rem;
	margin: 0;
	padding: 0;
}

.culture-checklist li {
	display: flex;
	align-items: center;
	gap: .6rem;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.5) !important;
}

.check-badge {
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #d9e1ea;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.check-badge i {
	color: #29abe2;
	font-size: .95rem;
	line-height: 1;
}

.culture-checklist li:hover .check-badge,
.culture-checklist li:focus-within .check-badge {
	border-color: #bfd0ea;
	background: #f7f9fc;
}

.culture-checklist li:hover .check-badge,
.culture-checklist li:focus-within .check-badge {
	border-color: #bfd0ea;
	background: #f7f9fc;
}

.img-tabcard-full {
	margin-left: auto !important;
	margin-right: auto !important;
}

.object-fit-cover {
	object-fit: cover;
}


/* ====================== SECTION 18: WORKERS-QUOTES ====================== */
.testimonial-item {
	display: flex;
	align-items: stretch;
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	background-color: #ffffff !important;
	border-radius: 0.5rem !important;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

.testimonial-item:hover {
	transform: translateY(-2px);
}

.testimonial-img {
	flex: 0 0 40%;
	max-width: 30%;
}

.testimonial-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.testimonial-content {
	flex: 1;
	padding: 2.5rem 2.5rem 2rem;
	display: flex;
	flex-direction: column;
}

.testimonial-quote-icon {
	font-size: 2rem;
	margin-bottom: 1rem;
	color: #2f54eb;
}

.testimonial-text {
	font-size: 0.95rem;
	line-height: 1.7;
	color: #555;
	margin-bottom: 1.75rem;
}

.testimonial-name {
	font-weight: 600;
	font-size: 1.05rem;
	margin-bottom: 0.25rem;
}

.testimonial-position {
	font-size: 0.85rem;
	color: #888;
}

.testimonial-content .text-secondary {
	color: rgba(108, 117, 125, 0.6) !important;
}

.testimonial-quote {
	font-size: 0.7rem;
	line-height: 1rem;
}

@media (max-width: 767.98px) {
	.testimonial-item {
		flex-direction: column;
		text-align: center;
		box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
	}

	.testimonial-img {
		flex: 0 0 auto;
		max-width: 100%;
		width: 100%;
		aspect-ratio: 4 / 4;
		overflow: hidden;
	}

	.testimonial-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.testimonial-content {
		padding: 1.75rem 1.5rem 1.75rem;
	}

	.testimonial-quote-icon {
		margin-bottom: 0.75rem;
	}

	.testimonial-text {
		font-size: 0.95rem;
	}

	.employee-swiper .swiper-slide {
		height: auto !important;
		display: block !important;
	}

	.employee-swiper .testimonial-item {
		height: auto !important;
	}
}

@media (min-width: 992px) {
	.employee-swiper .swiper-wrapper {
		align-items: stretch;
	}

	.employee-swiper .swiper-slide {
		display: flex;
		height: auto;
	}

	.employee-swiper .testimonial-item {
		height: 100%;
	}
}

.employee-swiper .swiper-pagination {
	position: static;
	text-align: center;
}

.employee-swiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #cfd8e3;
	opacity: 1;
	margin: 0 4px;
}

.employee-swiper .swiper-pagination-bullet-active {
	background: #29abe2;
}

.community-stats {
	margin-top: 1.5rem;
}

.community-stat {
	width: 160px;
	padding: 0.6rem 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.community-stat:hover {
	transform: translateY(-2px);
}

.community-stat__icon {
	font-size: 1.5rem;
	color: #29abe2;
	margin-bottom: 0.35rem;
}

.community-stat__value {
	font-weight: 400;
	font-size: 1.2rem;
	color: #2b2b2b;
}

.community-stat__label {
	font-size: 0.7rem;
	color: rgba(0, 0, 0, 0.4);
	font-weight: 300;
	margin-top: 2px;
}

@media (max-width: 575.98px) {
	.community-stat {
		width: 45%;
	}
}

.testimonial-text {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.testimonial-text {
	text-overflow: ellipsis;
}


/* ====================== SECTION 18: CAREER-CTA ====================== */
.career-cta-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	width: 100%;
	aspect-ratio: 1.5 / 1;
	overflow: hidden;
	color: #ffffff;
	padding: 1.5rem;
	background-size: cover;
	background-position: center;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

@supports not (aspect-ratio: 1 / 1) {
	.career-cta-card {
		padding-top: 100%;
	}
}

.career-cta-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
	z-index: 1;
}

.career-cta-inner {
	position: relative;
	z-index: 2;
	max-width: 90%;
}

.career-cta-label {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 900;
	display: block;
	color: #fff;
}

.career-cta-text {
	font-size: 0.7rem;
	font-weight: 200;
	line-height: 12px !important;
}

.career-cta-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 35px rgba(0, 0, 0, 0.14);
	text-decoration: none;
	color: #ffffff;
}

.career-cta-card--kariera {
	background-image: url("../../assets/images/CTM-Career-CTA-Kariera.png");
}

.career-cta-card--poznaj {
	background-image: url("../../assets/images/CTM-Career-CTA-Poznaj.png");
}

.career-cta-card--kandydaci {
	background-image: url("../../assets/images/CTM-Career-CTA-Kandydaci.png");
}

.career-cta-card--oferty {
	background-image: url("../../assets/images/CTM-Career-CTA-Oferty.png");
}

.career-cta-card--staze {
	background-image: url("../../assets/images/CTM-Career-CTA-Staze.png");
}

@media (max-width: 575.98px) {
	.career-cta-text {
		font-size: 0.85rem;
	}
}

.career-cta-inner p {
	line-height: 20px;
}


/* ====================== SECTION 19: CAREER-TIMELINE ====================== */
.recruit-timeline {
	position: relative;
}

.recruit-timeline::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 18px;
	width: 2px;
	background: #E5E9EE;
}

.recruit-step {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 1.75rem;
	width: 100%;
	margin-bottom: 3rem;
}

.recruit-step-line {
	position: relative;
	width: 36px;
	display: flex;
	justify-content: center;
	z-index: 2;
}

.recruit-step-marker {
	position: absolute;
	left: 18px;
	top: 0;
	transform: translateX(-50%);
	background: #29abe2;
	color: #fff;
	font-weight: 600;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.85rem;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.recruit-step-body {
	width: 100%;
	position: relative;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	background-color: #ffffff;
	border-radius: 0.5rem;
	padding: 1.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.recruit-step-body:hover {
	transform: translateY(-2px);
}

.recruit-step-body::before {
	content: "";
	position: absolute;
	left: -1.75rem;
	top: 18px;
	width: 1.75rem;
	height: 0;
	border-bottom: 2px dotted #29abe2;
}

.recruit-step-header {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	margin-bottom: 0.35rem;
}

.recruit-step-icon {
	font-size: 1.15rem;
	color: #29abe2;
}

.recruit-step-body h5 {
	font-weight: 600;
	margin: 0;
}

.recruit-step-body p {
	margin-top: 0.45rem;
	color: #6c757d;
	line-height: 1.65;
}

.recruit-step:last-child .recruit-step-line::before {
	bottom: 50%;
}

@media (max-width: 767.98px) {
	.recruit-timeline {
		padding-left: 0rem !important
	}

	.recruit-timeline::before {
		left: 12px;
	}

	.recruit-step-marker {
		left: 12px;
	}

	.recruit-step-body::before {
		left: -1.25rem;
		width: 1.25rem;
	}

	.recruit-step-body {
		padding: 1rem 1.2rem;
	}

	.recruit-step-line {
		width: 1rem !important;
	}
}

.recruit-list {
	list-style: none;
	margin: 0.75rem 0 0;
	padding-left: 1.25rem;
}

.recruit-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 0.65rem;
	line-height: 1.55;
	color: #555;
}

.recruit-list li::before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 400;
	position: absolute;
	left: 0;
	top: -1px;
	font-size: 1rem;
	color: #29abe2;
}

.recruit-step-marker-final {
	background: #1b9cd8;
	width: 38px;
	height: 38px;
	font-size: 1rem;
}


.career-mini {
	background: #e9edf2;
	color: #00263d;
	padding: 50px 0;
	text-align: center;
}

.career-mini-inner {
	display: flex;
	justify-content: center;
	text-align: center;
}

.career-mini-content {
	max-width: 680px;
	margin: 0 auto;
}

.career-mini-content h2 {
	font-size: 32px;
	margin-bottom: 14px;
	color: #0da0df;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-family: "PT Sans Narrow" !important;
}

.career-mini-content p {
	font-size: 15.5px;
	line-height: 1.6;
	color: #00263d;
	text-align: center;
}


/* ====================== SECTION 20: STAZ-BOX ====================== */
.info-staz {
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	background-color: #ffffff;
	border-radius: 0.5rem;
	padding: 1.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
}

.info-staz:hover {
	transform: translateY(-2px);
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
}

.praktyki-stack {
	width: 100%;
	max-width: 500px;
	position: relative;
	margin: 0 auto;
	height: 420px;
}

.praktyki-stack img {
	position: absolute;
	width: 85%;
	border-radius: 0.8rem;
	box-shadow: 0 1.4rem 2.4rem rgba(0, 0, 0, 0.25);
	transition: transform .45s ease, box-shadow .45s ease;
}

.praktyki-photo-1 {
	top: 0;
	left: 25px;
	transform: rotate(-3deg);
	z-index: 3;
}

.praktyki-photo-2 {
	top: 100px;
	left: 10px;
	transform: rotate(1deg);
	z-index: 2;
}

.praktyki-photo-3 {
	top: 200px;
	left: 40px;
	transform: rotate(4deg);
	z-index: 1;
}

.praktyki-stack img:hover {
	transform: scale(1.03) translateY(-4px);
	box-shadow: 0 1.6rem 2.6rem rgba(0, 0, 0, 0.32);
}


@media (min-width: 768px) and (max-width: 991.98px) {

	.praktyki-stack {
		max-width: 420px;
		height: 360px;
	}

	.praktyki-stack img {
		width: 90%;
	}

	.praktyki-photo-1 {
		top: 0;
		left: 15px;
		transform: rotate(-2.5deg);
	}

	.praktyki-photo-2 {
		top: 85px;
		left: 5px;
		transform: rotate(0.8deg);
	}

	.praktyki-photo-3 {
		top: 170px;
		left: 20px;
		transform: rotate(3.2deg);
	}
}

@media (max-width: 767.98px) {

	.praktyki-stack {
		max-width: 320px;
		height: 260px;
	}

	.praktyki-stack img {
		width: 100%;
		box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
	}

	.praktyki-photo-1 {
		top: 0;
		left: 0;
		transform: rotate(-2deg);
	}

	.praktyki-photo-2 {
		top: 55px;
		left: -3px;
		transform: rotate(0.5deg);
	}

	.praktyki-photo-3 {
		top: 110px;
		left: 4px;
		transform: rotate(3deg);
	}
}


/* ====================== SECTION 21: KONKURS-PAGE ====================== */
.konkurs-images {
	max-width: 580px;
	width: 100%;
	min-height: 300px;
	position: relative;
}

.konkurs-images img {
	border-radius: 0.8rem;
	box-shadow: 0 1.4rem 2.4rem rgba(0, 0, 0, 0.25);
	transition: transform .45s ease, box-shadow .45s ease;
}

.konkurs-img-1 {
	position: relative;
	z-index: 2;
	width: 75%;
	transform: translate(-18px, -12px) rotate(-2.2deg);
}

.konkurs-img-2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 75%;
	transform: translate(18px, 12px) rotate(2deg);
	z-index: 1;
}

.konkurs-images:hover .konkurs-img-1 {
	transform: translate(-12px, -8px) rotate(-1.5deg);
	box-shadow: 0 1.1rem 2rem rgba(0, 0, 0, 0.28);
}

.konkurs-images:hover .konkurs-img-2 {
	transform: translate(12px, 8px) rotate(1.5deg);
	box-shadow: 0 1.1rem 2rem rgba(0, 0, 0, 0.28);
}

@media (max-width: 767.98px) {
	.konkurs-images {
		max-width: 340px;
		min-height: 230px;
		margin-top: 1.5rem;
	}

	.konkurs-img-1,
	.konkurs-img-2 {
		width: 95%;
	}
}

.konkurs-organizator {
	margin-top: 3rem;
}

@media (max-width: 767.98px) {
	.konkurs-organizator {
		margin-top: 4rem;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.konkurs-organizator {
		margin-top: 5rem;
	}
}

@media (min-width: 992px) {
	.konkurs-organizator {
		margin-top: 4.3rem;
		opacity: 0.5;
		font-weight: 200;
		font-size: 16px !important;
	}
}


/* ====================== SECTION 22: JOB-BOX ====================== */
.job-card {
	background-color: #ffffff;
	border-radius: 0.5rem;
	padding: 1.5rem;
	border: 1px solid rgba(15, 23, 42, 0.06);
	box-shadow: box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
	display: flex;
	flex-direction: column;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
}

.job-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

.job-card-highlight {
	background-color: rgb(41 171 226 / 8%);
	border-left: 4px solid #29abe2;
}

.job-meta {
	font-size: 0.875rem;
	font-weight: 500;
}

.job-location i {
	font-size: 0.95rem;
	vertical-align: -1px;
}

.job-desc {
	line-height: 1.35;
}

.job-cards>[class*="col-"]:last-child:nth-child(odd) {
	margin-left: auto;
	margin-right: auto;
}

.job-card.job-unavailable {
	position: relative;
	opacity: 0.7;
}

.job-card.job-unavailable::after {
	content: "OFERTA TYMCZASOWO NIEDOSTĘPNA";
	font-weight: 900 !important;
	font-family: 'DM Sans', sans-serif;
	font-size: 1.2rem !important;
	color: rgba(0, 0, 0, 0.8);
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(2px);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem;
	border-radius: 0.5rem;
	z-index: 3;
}

.job-card.job-unavailable * {
	pointer-events: none !important;
}

.job-unavailable p {
	display: none;
}

.job-cards-policy {
	line-height: 0.9rem;
	font-size: 0.6rem;
	opacity: 0.5;
}

/* ====================== SECTION 23: FAQ ====================== */

.faq {
	padding-bottom: 80px;
	background-color: #F4F7FA;
}

@media (max-width: 767px) {
	.faq .xs-margin {
		margin-top: 20px !important;
	}
}

.faq .section-title {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq .section-title {
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.faq .section-title {
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.faq {
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.faq {
		padding-bottom: 30px;
	}
}

.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-right: 40px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.accordion-item .accordion-button {
	border-radius: 4px;
	font-size: 17px;
	font-weight: 500;
	width: 100%;
	display: block;
	overflow: hidden;
	border: none;
	padding: 15px 25px;
	padding-right: 40px;
	background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.accordion-item .accordion-button {
		padding: 18px 20px;
		padding-right: 40px;
	}
}

@media (max-width: 767px) {
	.accordion-item .accordion-button {
		padding: 15px 20px;
		padding-right: 40px;
	}
}

.accordion-item .accordion-button .title {
	font-size: 0.9rem;
	position: relative;
	font-weight: 600;
	float: left;
	line-height: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.accordion-item .accordion-button .title {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.accordion-item .accordion-button .title {
		font-size: 14px;
	}
}

.accordion-item .accordion-button i {
	font-size: 15px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	top: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
}

.accordion-button i::before {
	font-family: 'lineicons';
	content: "\eb5c";
}

.accordion-button:not(.collapsed) i::before {
	content: "\eb30";
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #29abe2;
	border-radius: 0.5rem 0.5rem 0 0;
}

.accordion-button:not(.collapsed) i::before {}

.accordion-button::after {
	display: none;
}

.accordion-collapse {
	border: none;
}

.accordion-body {
	border-radius: 0 0 0.5rem 0.5rem;
	padding: 25px;
	background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.accordion-body {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.accordion-body {
		padding: 20px;
	}
}

.accordion-body p {
	margin: 0;
	margin-bottom: 1rem;
	font-size: 0.8rem;
	line-height: 1.1rem;
}

.accordion-body p:last-child {
	margin: 0;
}

.accordion-item {
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 20px #00000007;
	box-shadow: 0px 0px 20px #00000007;
	border-radius: 0.5rem;
}

.accordion-item:last-child {
	margin: 0;
}


/* ====================== SECTION 24: CONTACT-OFFER-CARD ====================== */
.contact-offer-card {
	position: relative;
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background-color: #ffffff;
	border-radius: 0.5rem;
	padding: 1.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.contact-offer-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.12);
}

.contact-offer-card p {
	flex-grow: 0;
}

.contact-offer-card a.btn {
	margin-top: auto;
}

.contact-offer-card i {
	position: absolute !important;
	right: -10px;
	top: -15px;
	font-size: 120px;
	opacity: 0.06;
	pointer-events: none;
}

.archived-toggle {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	font-size: 1.1rem;
	color: #111827;
	text-decoration: none;
}

.archived-toggle .icon-rotate {
	transition: transform .25s ease;
}

.archived-toggle.collapsed .icon-rotate {
	transform: rotate(0deg);
}

.archived-toggle:not(.collapsed) .icon-rotate {
	transform: rotate(180deg);
}

.duty-section-title {
	font-weight: 700;
}

.duty-card {
	background-color: #ffffff;
	border-radius: 0.5rem;
	padding: 1.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
}

.duty-card:hover {
	transform: translateY(-2px);
}

.duty-icon {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	color: #29abe2;
	display: flex;
	justify-content: center;
}

.duty-title {
	font-size: 1rem;
	font-weight: 900;
	margin-bottom: 0.7rem;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.7);
	line-height: 0.9rem;
}

.duty-text {
	font-size: 0.9rem;
	color: #6c757d;
	line-height: 1.4rem;
}


.job-offer-location,
.job-offer-location .location-icon {
	color: rgb(41 171 226 / 67%) !important;
	font-weight: 800;
	font-size: 0.9rem;

}

.job-offer-location {
	font-family: 'PT Sans Narrow';
}

.btn-apply-big {
	padding: 1.4rem 2.5rem !important;
	font-family: 'PT Sans Narrow' !important;
	font-weight: 600 !important;
	font-size: 1.6rem !important;
}


/* ====================== SECTION 25: PRODUCT-SALES ====================== */
.product-sales-info p {
	font-size: 0.8rem !important;
	opacity: 0.6 !important;
}

@media (max-width: 767px) {
	.product-sales-info p {
		font-size: 0.7rem !important;
		opacity: 0.75 !important;
		line-height: 1.35;
		margin-bottom: 1rem !important;
	}
}

.image-radius img {
	border-radius: 0.5rem !important;
	overflow: hidden;
}

.gallery-img {
	height: 240px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: .5rem;
}

@media (max-width: 1199px) {
	.gallery-img {
		height: 220px;
	}
}

@media (max-width: 767px) {
	.gallery-img {
		height: 200px;
	}
}


/* ====================== SECTION 26: SPEC-TABLE + CARD-SERVICES ====================== */
.specs-table-wrap {
	background-color: #ffffff;
	border-radius: 0.5rem;
	padding: 0.2rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
	overflow: hidden;
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
}

.specs-table-wrap:hover {
	transform: translateY(-2px);

}

.specs-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.specs-table thead th {
	padding: 0.95rem 1rem;
	font-size: 1rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: rgba(15, 23, 42, 0.75);
	background: rgba(15, 23, 42, 0.02);
	border-bottom: 0.5px dashed #E5E9EE;
	font-family: 'DM Sans', sans-serif;
	border-bottom: 0.5px dashed #E5E9EE;
}

.specs-table thead {
	box-shadow: inset 0 -1px 0 rgba(15, 23, 42, 0.10);
}

.specs-table tbody td {
	padding: 0.55rem 1.2rem;
	vertical-align: top;
	color: rgba(15, 23, 42, 0.85) !important;
}

.specs-table tbody tr+tr td {
	border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.specs-table tbody tr {
	transition: background-color 0.18s ease;
}

.specs-table tbody tr:hover {
	background: rgba(15, 23, 42, 0.03);
}

.specs-table tbody td:first-child {
	font-weight: 600;
	color: rgba(15, 23, 42, 0.80) !important;
	font-family: 'PT Sans Narrow', sans-serif;
}

.specs-table :is(a, button, [tabindex]):focus-visible {
	outline: 2px solid rgba(15, 23, 42, 0.25);
	outline-offset: 2px;
	border-radius: 0.25rem;
}

@media (max-width: 991.98px) {
	.specs-table-wrap {
		padding: 1rem;
	}

	.specs-table thead th,
	.specs-table tbody td {
		padding: 0.75rem 0.85rem;
	}
}

.card-service-labs {
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
}

.card-service-labs:hover {
	transform: translateY(-2px);
}


.service-acc-logo-bar {
	height: 84px;
}

.service-acc-logo {
	max-height: 56px;
	width: auto;
	object-fit: contain;
}

@media (min-width: 768px) {
	.service-acc-logo-bar {
		height: 96px;
	}

	.service-acc-logo {
		max-height: 68px;
	}
}

@media (min-width: 992px) {
	.service-acc-logo-bar {
		height: 142px;
	}

	.service-acc-logo {
		max-height: 160px;
	}
}

.card-service-acc-box {
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
}

.card-service-acc-box:hover {
	transform: translateY(-2px);
}


.service-qna-card {
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	border-radius: 0.5rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
}

.service-qna-card:hover {
	transform: translateY(-2px);
}

.service-qna-card__header {
	background: #29abe2;
	padding: 18px 22px;
}

.service-qna-card__header h3 {
	color: white !important
}

.service-qna-card__title {
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.25;
}

.service-qna-card__body {
	padding: 18px 22px;
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.service-qna-card__body ul {
	padding-left: 1.1rem;
	margin-bottom: 0;
}

.service-qna-card__body li {
	margin-bottom: .5rem;
}

.service-qna-card__body li:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.service-qna-card {
		min-height: 10rem;
	}
}

.service-qna-card__body p {
	font-size: 0.9rem;
	line-height: 1.2rem;

}


/* ====================== SECTION 27: HAM-BOX ====================== */
.ham-box-tech {
	border-radius: 0.5rem !important;
	border: 1px solid rgba(15, 23, 42, 0.09) !important;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04) !important;
	transition: transform .3s ease, box-shadow .3s ease !important;
	transform: translateY(0) !important;
}

.ham-box-tech:hover {
	transform: translateY(-2px) !important;

}

.toczek-box {
	background-color: #ffffff;
	border-radius: 0.5rem;
	padding: 0.2rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transform: translateY(0);
}

.toczek-box:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
}

.toczek-box img {
	max-width: 85%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.toczek-box figcaption {
	margin-top: 0.45rem;
	margin-bottom: 1rem;
	font-size: 0.8rem;
	font-weight: 300;
	letter-spacing: 0.02em;
	text-transform: uppercase
}

.scot-module-card {
	background-color: #ffffff;
	border-radius: 0.5rem;
	padding: 1rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
	transition: transform .3s ease, box-shadow .3s ease;
	transform: translateY(0);
}

.scot-module-card:hover {
	transform: translateY(-2px);
}

.scot-icon {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.scot-icon img,
.scot-icon svg {
	width: 55px;
	height: 55px;
	display: block;
}


.scot-module-title {
	font-weight: 600;
	line-height: 1.2;
}

.scot-module-desc {
	margin-top: .35rem;
	font-size: 0.95rem;
	color: rgba(15, 23, 42, 0.75);
	line-height: 1.4;
}

@media (max-width: 575.98px) {
	.scot-module-card {
		padding: 1.25rem;
	}
}

.obronabierna-box {
	background-color: #ffffff;
	border-radius: 0.6rem;
	padding: 0.6rem 0.5rem 0.9rem;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
}

.obronabierna-box:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
}

.obronabierna-box img {
	max-width: 95%;
	height: auto;
	margin: 0 auto 0.4rem;
	display: block;
}

.obronabierna-box figcaption {
	padding: 0 0.4rem;
}

.obronabierna-title {
	font-size: 0.85rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	margin: 0.35rem 0 0.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.obronabierna-desc {
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.4;
	color: #475569;
	margin: 0;
}

/* ====================== SECTION 28: PORTFOLIO ====================== */
.portfolio-section .portfolio-btn-wrapper {
	margin-bottom: 0;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.portfolio-section .section-title {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-section .section-title {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.portfolio-section .section-title {
		margin-bottom: 40px;
	}
}

.portfolio-section .grid {
	margin-top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-section .grid {
		margin-top: 60px;
	}
}

@media (max-width: 767px) {
	.portfolio-section .grid {
		margin-top: 40px;
	}
}

.portfolio-section .portfolio-btn-wrapper button {
	padding: 10px 23px;
	font-size: 14px;
	font-weight: 500;
	border: none;
	background: #E5E9EE;
	color: #051441;
	border-radius: 0.5rem;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all .3s ease-out 0s;
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.portfolio-section .portfolio-btn-wrapper button:hover {
	background: #29abe2;
	color: #fff;
}

.portfolio-section .portfolio-btn-wrapper button.activated {
	background: #29abe2 !important;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.portfolio-section .portfolio-btn-wrapper button {
		margin-right: 10px;
		padding: 7px 18px;
	}
}

@media (max-width: 767px) {
	.portfolio-section .portfolio-btn-wrapper {
		flex-direction: column;
		align-items: stretch;
	}

	.portfolio-section .portfolio-btn-wrapper button {
		width: 100%;
		margin-right: 0;
		padding: 10px 16px;
		text-align: center;
	}
}

.portfolio-section .portfolio-btn-wrapper button:last-child {
	margin-right: 0;
}

.portfolio-item-wrapper {
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid rgba(15, 23, 42, 0.09);
	box-shadow: 0 2px 6px rgba(15, 23, 42, 0.04);
}

.portfolio-item-wrapper:hover .portfolio-img img {
	transform: scale(1.1);
}

.portfolio-item-wrapper .portfolio-img img {
	width: 100%;
	transition: all 0.4s ease;
}

.portfolio-item-wrapper .portfolio-overlay {
	position: absolute;
	left: 0.5rem;
	bottom: 0.5rem;
	background-color: rgb(248 249 250 / 90%);
	padding: 13px 30px;
	border-radius: 0.3rem;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.096);
	display: inline-block;
}

.portfolio-item-wrapper .portfolio-overlay .overlay-content h4 {
	font-size: 0.9rem;
	font-weight: 500 !important;
	text-transform: uppercase;
	font-family: 'League Spartan' !important;
	margin-top: 0.1rem;
}

.portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn {
	padding: 8px 27px;
	color: #fff;
	border: 2px solid #fff;
}

.portfolio-item-wrapper .portfolio-overlay .overlay-content .border-btn:hover {
	color: #7E57FF;
	background: #fff;
}

.single-portfolio .single-portfolio-img {
	border-radius: 0;
	overflow: hidden;
}

.single-portfolio .single-portfolio-img img {
	width: 100%;
}



/* TEMPORARY */
.funding {
    font-size: 18px;
    font-weight: 200;
    line-height: 1.5;
}

.funding img {
    height: 1.5em;
    margin: 0 6px;
}

/* mobile */
@media (max-width: 767.98px) {
    .funding {
        font-size: 16px;
    }

    .funding img {
        height: 1.4em;
        display: inline-block;
    }
}
