@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i");


@import url(https://fonts.googleapis.com/css?family=Varela+Round);
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background: #ffffff;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	html {
		font-size: 12pt;
	}



		@media screen and (max-width: 1280px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			html {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) or (max-height: 750px) {

			html {
				font-size: 10pt;
			}

		}

		body {
			background-color: #ffffff;
		color: #000000;
		}

	body, input, select, textarea {
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.65;
	}

	a {
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
		text-decoration: underline;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2rem 0;
	}

		p.major {
			font-size: 1.25rem;
		}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 300;
		line-height: 1.375;
		letter-spacing: -0.05em;
		margin: 0 0 1rem 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 3.5rem;
		line-height: 1.2;
	}

	h2 {
		font-size: 2.25rem;
	}

	h3 {
		font-size: 1.5rem;
	}

	h4 {
		font-size: 1.1rem;
	}

	h5 {
		font-size: 0.9rem;
	}

	h6 {
		font-size: 0.7rem;
	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2rem 0;
		padding: 0.5rem 0 0.5rem 2rem;
	}

	code {
		border-radius: 4px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25rem;
		padding: 0.25rem 0.325rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2rem 0;
	}

		pre code {
			display: block;
			line-height: 1.5;
			padding: 0.75rem 1rem;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2.5rem 0;
	}

		hr.major {
			margin: 3.5rem 0;
		}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}



/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px;
		margin-bottom: 2rem;
		padding: 1.5rem;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.box {
		border-color: rgba(0, 0, 0, 0.2);
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 400;
		letter-spacing: 0.125em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		font-size: 0.75rem;
		max-width: 20rem;
		height: 3.75em;
		line-height: 3.75em;
		border-radius: 3.75em;
		padding: 0 2.5em;
		text-overflow: ellipsis;
		overflow: hidden;
	}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5rem;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.6rem;
			height: 3.325em;
			line-height: 3.325em;
			border-radius: 3.325em;
			padding: 0 2em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 0.8rem;
			height: 4em;
			line-height: 4em;
			border-radius: 4em;
			padding: 0 3em;
		}

		input[type="submit"].wide,
		input[type="reset"].wide,
		input[type="button"].wide,
		button.wide,
		.button.wide {
			min-width: 14em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: transparent;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
		color: #000000 !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			box-shadow: inset 0 0 0 1px #47D3E5;
			color: #47D3E5 !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(71, 211, 229, 0.2);
			box-shadow: inset 0 0 0 1px #47D3E5;
			color: #47D3E5 !important;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: #000000;
			box-shadow: none;
			color: #ffffff !important;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #47D3E5;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #1ebdd1;
			}

/* Form */

	form {
		margin: 0 0 2rem 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3rem);
			margin: -1.5rem 0 2rem -1.5rem;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5rem 0 0 1.5rem;
				width: calc(100% - 1.5rem);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75rem);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5rem);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375rem);
				}

		@media screen and (max-width: 480px) {

			form > .fields {
				width: calc(100% + 3rem);
				margin: -1.5rem 0 2rem -1.5rem;
			}

				form > .fields > .field {
					padding: 1.5rem 0 0 1.5rem;
					width: calc(100% - 1.5rem);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5rem);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5rem);
					}

		}

	label {
		display: block;
		font-size: 0.9rem;
		font-weight: 400;
		margin: 0 0 1rem 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: transparent;
		border-radius: 4px;
		border: none;
		border: solid 1px;
		color: inherit;

		outline: 0;
		padding: 0 0.825rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	select {
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75rem;
		padding-right: 2.75rem;
		text-overflow: ellipsis;
	}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 2.75rem;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],


		input[type="checkbox"] + label,


			input[type="checkbox"] + label:before,


			input[type="checkbox"] + label:before,


		input[type="checkbox"]:checked + label:before,


	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}



	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	label {
		color: #000000;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		border-color: rgba(0, 0, 0, 0.2);
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: #47D3E5;
			box-shadow: 0 0 0 1px #47D3E5;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(0, 0, 0, 0.2)' /%3E%3C/svg%3E");
	}

		select option {
			color: #000000;
			background: #ffffff;
		}

	input[type="checkbox"] + label,


		input[type="checkbox"] + label:before,


	input[type="checkbox"]:checked + label:before,


	input[type="checkbox"]:focus + label:before,


	::-webkit-input-placeholder {
		color: rgba(0, 0, 0, 0.75) !important;
	}

	:-moz-placeholder {
		color: rgba(0, 0, 0, 0.75) !important;
	}

	::-moz-placeholder {
		color: rgba(0, 0, 0, 0.75) !important;
	}

	:-ms-input-placeholder {
		color: rgba(0, 0, 0, 0.75) !important;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
		text-align: center;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}



		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		border: 0;
		border-radius: 4px;
		display: inline-block;
		position: relative;
	}

		.image img {
			display: block;
			border-radius: 4px;
		}

		.image.left, .image.right {
			width: 40%;
			max-width: 10rem;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			margin: 0 1.5rem 1rem 0;
			top: 0.25rem;
		}

		.image.right {
			float: right;
			margin: 0 0 1rem 1.5rem;
			top: 0.25rem;
		}

		.image.fit {
			display: block;
			margin: 0 0 2rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 3rem 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25rem;
	}

		ol li {
			padding-left: 0.25rem;
		}

	ul {
		list-style: disc;
		margin: 0 0 2rem 0;
		padding-left: 1rem;
	}

		ul li {
			padding-left: 0.5rem;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 0.5rem 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 2rem 0;
	}

		dl dt {
			display: block;
			font-weight: 400;
			margin: 0 0 1rem 0;
		}

		dl dd {
			margin-left: 2rem;
		}

		dl.style2 dt {
			width: 25%;
			float: left;
		}

		dl.style2 dd {
			width: 70%;
			float: left;
		}

		dl.style2:after {
			content: '';
			display: block;
			clear: both;
		}

	ul.alt li {
		border-top-color: rgba(0, 0, 0, 0.2);
	}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1rem;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}





/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.75rem 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

/* Section/Article */



	header p {
		position: relative;
		margin: -0.65rem 0 1.5rem 0;
		font-style: italic;
	}

	header h1 + p {
		font-size: 1.375rem;
	}

	header h2 + p {
		font-size: 1.25rem;
	}

	header h3 + p {
		font-size: 1.1rem;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9rem;
	}

	header p {
		color: rgba(0, 0, 0, 0.75);
	}

/* Wrapper */



html {
	box-sizing: border-box;
  }
  *,
  *:before,
  *:after {
	box-sizing: inherit;
  }


/* Base styling for the icon gallery container */
.icon-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Adjust the minmax values based on desired icon size */
    gap: 10px; /* Space between icons */
    padding: 10px; /* Padding around the gallery */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0); /* Subtle shadow for depth */
	max-width: 40ch;

}

/* Styling for each icon */
.icon-gallery img {
    width: 100%; /* Full width to fit the container */
    transition: transform 0.3s ease-in-out; /* Smooth transform effect for interactions */
    filter: grayscale(100%); /* Make the logos grayscale by default */


}

/* Hover effect for icons */
.icon-gallery img:hover {
    transform: scale(1.1); /* Slightly enlarge icons on hover */
	filter: grayscale(0%); /* Make the logos grayscale by default */
    cursor: pointer; /* Change cursor to pointer to indicate interactivity */
}


.logos {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20vh;


}
.logos img {
    flex: 0 0 40px;  /* flex-grow, flex-shrink, flex-basis */
    max-width: 50%;  /* makes sure the image does not overflow its container */
	flex-shrink: 1;
}

.hover-info {
    display: none; /* Hide details by default */
    padding-top: 8px; /* Space above the detailed text */
}

li:hover .hover-info {
    display: block; /* Show details on hover */
}

li:focus-within .hover-info {
    display: block; /* Show details when the item is focused, helpful for keyboard navigation */
}
body {
	background-color: #f8fafc;
}


/* Hide all content sections by default */
/* Initially hide all content sections */
.subtitle {
	font-weight: 1; /* Bold for emphasis */
	margin-bottom: 10px; /* Adds space below the years */
	display: flex;
}
.tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 2rem auto;
	max-width: 100%;
	justify-content: space-around; /* Space around the items */
}
.tab-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 10px; /* Space between the year and the image */
}

.tab-years {
    font-size: 1.2rem; /* Adjust font size as needed */
    font-weight: 1; /* Bold for emphasis */
    margin-bottom: 10px; /* Adds space below the years */
}

.tabs label {
    cursor: pointer;
    display: flex;
    flex-direction: column; /* Stack year and image vertically */
    align-items: center; /* Align content vertically in the center */
    justify-content: center; /* Center content horizontally */
    font-weight: 600;
    margin-right: 0.3rem;
    padding: 2rem; /* Adjust padding to control space around content */
    transition: background ease 0.3s;
    width: 100%;
    max-width: 30%; /* Set maximum width to ensure responsiveness */
    text-align: center; /* Center text inside label */
    position: relative; /* To position elements inside the label correctly */
        overflow: hidden; /* Hide any overflow from the content */
}

.tabs-banner {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	padding: 0rem; /* Adds some space around the banner content */
    margin-bottom: 1rem; /* Adds some space below the banner */
    width: 100%; /* Ensures the banner spans the full width */

	box-sizing: border-box; /* Includes padding in the total width/height */
    border-radius: 5px; /* Optional rounded corners */
}
.tabs img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain; /* Ensure the image fits within the box without distortion */

	filter: grayscale(100%); /* Make the logos grayscale by
	position: absolute; /* Position the image absolutely within the image-box */

}

.tabs .tab-content {
	display: none;
	flex-grow: 1;
	padding: 1rem;
	width: 100%;
	align-self: flex-start;
	background-color: white; /* Optional background color for each project */
	border: 1px solid #ddd; /* Optional border for each project */
	border-radius: 5px; /* Optional rounded corners */
	box-sizing: border-box; /* Includes padding in the total width/height */
	display: none; /* Hide all content by default */
	text-align: left; /* Align text to the left for readability */
}


.tabs input[type="radio"] {
	display: none; /* Hide the radio buttons */
}

/* Display the corresponding content when its radio button is checked */
.tabs input[type="radio"]:checked + label + .tab-content {
	display: block;
}
.tab-content {
    display: none; /* Hide all content by default */
    text-align: left; /* Align text to the left for readability */
    padding: 2px; /* Adds padding around the content */
	margin: 20px;


}


.tabs .tab-content {
	order: 99;
}

.tabs label {
	order: 1;
	margin-right: 0.2rem;
	margin-top: 0;
	width: auto;
}

.image-box {
    max-width: 80%; /* Full width of the parent */
    aspect-ratio: 1 / 1; /* Ensure a square container */
    position: relative; /* Position relative to hold absolutely positioned children */
    display: flex;
    align-items: center;
    justify-content: center;
	max-height: 20vh;
}

.image-box img {
    max-width: 100%; /* Image will not exceed the box width */
    max-height: 100%; /* Image will not exceed the box height */
    object-fit: contain; /* Ensure the image fits within the box without distortion */
}

.tabs img:hover {
    transform: scale(1.2); /* Slightly enlarge icons on hover */
    cursor: pointer; /* Change cursor to pointer to indicate interactivity */
	filter: grayscale(0%); /* Make the logos grayscale by default */
}

.tabs input[type="radio"]:checked + label img {
    filter: grayscale(0%); /* Keep the checked tab logo in color */
}
/* Projects Section */
/* Projects Section */

/* Arrange projects in a 2x2 grid */
.project-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    gap: 20px;
    width: 100%;
}

/* Project container styling */
.project {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Maintain square aspect ratio */
.project::before {
    content: "";
    display: block;
    padding-bottom: 100%; /* Square aspect ratio */
}

/* Anchor styling */
.project a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* Enlarged project logos */
.project-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    transition: transform 0.3s ease, filter 0.3s ease;
    padding: 20px;
}

/* Hover effects */
.project:hover .project-logo {
    transform: scale(1.05);
    filter: grayscale(0%);
}

/* Overlay content */
.project-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

/* Show overlay on hover */
.project:hover .project-content {
    opacity: 1;
}

/* Text styling */
.project-content h3 {
    margin-bottom: 10px;
}

.project-content p {
    font-size: 0.9rem;
    margin: 0;
}

/* Responsive adjustments */
@media screen and (max-width: 800px) {
    .project-items {
        grid-template-columns: 1fr; /* Stack projects on smaller screens */
    }
}


/* Adjust for mobile screens */

/* Media query for small screens (phones) */



.content {
    padding: 20px; /* Add padding around the content */
	margin-left: 20px;
	justify-content: center;
	flex-direction: column;
	max-height: 100vh;
	max-height: 100dvh;
	background-color: white; /* Optional background color for each project */
    border: 1px solid #ddd; /* Optional border for each project */
    border-radius: 5px; /* Optional rounded corners */
}

/* Main container */
.container {
    padding: 0rem;

    display: flex;
    flex-direction: column; /* Default to column layout */
    justify-content: space-between; /* Space between items */
    width: 100%; /* Full width for flex container */
    align-items: center; /* Center items horizontally */
    box-sizing: border-box; /* Include padding and border in width calculation */
}

/* Flex container for left and right items */
.flex-container {
    display: flex; /* Enables Flexbox for the container */
    align-items: flex-start; /* Aligns items to the top */
    justify-content: space-between; /* Space between left and right items */
    width: 100%; /* Full width for flex container */
    gap: 20px; /* Adds gap between left and right items */
    box-sizing: border-box; /* Includes padding and border in width calculations */
    flex-wrap: nowrap; /* Prevents wrapping on larger screens */

}

/* Styles for left item */
.left-item {
    flex: 1 1 70%;
    padding: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items horizontally */
    justify-content: flex-start; /* Align items to the top vertically */
}

/* Styles for right item */
.right-item {
    flex: 1 1 35%; /* Flex-grow: 1, Flex-shrink: 1, Flex-basis: 25% */
    padding: 20px;
    border-radius: 5px; /* Optional rounded corners */
    box-sizing: border-box; /* Include padding and border in width calculation */
    display: flex; /* Enable flexbox for child elements */
    flex-direction: column; /* Stack content vertically inside the item */
    align-items:center; /* Align content to the top */
	justify-content: center;
}

/* Styles for the third item */
.third-item {
    width: 100%; /* Full width of the container */
    padding: 20px;

	padding-bottom: 200px;
    box-sizing: border-box; /* Include padding and border in width calculation */
    display: flex; /* Enable flexbox for child elements */
    flex-direction: column; /* Stack content vertically inside the item */
    align-items: flex-start; /* Align content to the top */
	justify-content: center;
}

.profile-image {
    height: 100vh; /* Scale the image to fill the full height of the viewport */
	height: 100dvh;
    width: auto; /* Maintain the aspect ratio */
    object-fit: cover; /* Ensure the image covers the container */
    opacity: 0.5; /* Set image opacity */
	transform: translateX(20%);
}

.icons {
    list-style: none; /* Remove default list styling */
    padding: 0; /* Remove default padding */
    display: flex; /* Display icons in a row */
    gap: 15px; /* Add space between icons */
}

.icons li {
    display: inline; /* Align icons horizontally */
}


.container.last {
    padding: 0rem;
	padding-bottom: 20rem;

    display: flex;
    flex-direction: column; /* Stack items vertically within the container */
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Space between content and logos */
    width: 100%; /* Full width for flex container */
    box-sizing: border-box; /* Include padding and border in width calculation */
    gap: 20px; /* Adds a gap between content blocks */
}

.title-container {
    position: relative; /* Ensure relative positioning for absolute child elements */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    min-height: 100vh;
	min-height: 100dvh;
    background-color: white; /* Optional background color */

	box-sizing: border-box;
}

.title-content {
    padding: 20px; /* Add padding around the content */
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: flex;
	position: relative; /* Ensure content is positioned above the pseudo-element */
	padding: 20px;
	z-index: 2; /* Ensure content is above background */
	width: 100%;
	max-height: 90vh;
}
.title-content-wide {
	width: 60%; /* Take up half of the container's width */
	display: block;
    padding: 20px; /* Add padding around the content */
}

.title-container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../../images/Nips18958.JPG'); /* Set the background image */
	background-size: cover; /* Make the image cover the container */
	background-position: calc(50% - 30%) center; /* Move the background image slightly to the left */
	background-repeat: no-repeat; /* Prevent background image repetition */
	opacity: 0.5; /* Set the desired opacity for the background image */
	z-index: 1; /* Place it behind the content */
	transition: opacity 0.5s ease; /* Smooth transition for opacity change */
	filter: grayscale(100%);
}




.icon-circle-outline {
    display: inline-block;          /* Ensure the element stays inline but behaves like a block for padding */
    width: 40px;                    /* Width of the circle */
    height: 40px;                   /* Height of the circle */
    line-height: 40px;              /* Aligns the icon vertically in the middle */
    text-align: center;             /* Aligns the icon horizontally in the middle */
    border-radius: 50%;             /* Creates a circle */
    border: 2px solid lightgrey;    /* Light grey border */
    color: black;                   /* Icon color */
    font-size: 1rem;                /* Icon size */
    margin: 5px;                    /* Adds spacing around each icon */
    transition: border-color 0.3s;  /* Smooth transition for hover effect */
}

.icon-circle-outline:hover {
    border-color: grey;             /* Darker grey on hover */
}

/* Scroll Indicator Styles */
.scroll-indicator {
    position: absolute; /* Position it at the bottom of the container */
    bottom: 10%; /* Move up a bit from the bottom */
    left: 50%; /* Center it horizontally */
    transform: translateX(-50%); /* Adjust for centering */
    display: flex; /* Flexbox to align arrows in a column */
    flex-direction: column; /* Stack arrows vertically */
    align-items: center; /* Center items vertically */
    cursor: pointer; /* Pointer cursor to indicate interactivity */
}

.scroll-indicator .arrow {
    display: block; /* Make it a block element */
    width: 24px; /* Width of the arrow */
    height: 24px; /* Height of the arrow */
    border-bottom: 3px solid black; /* Black arrow */
    border-right: 3px solid black; /* Black arrow */
    transform: rotate(45deg); /* Rotate to create an arrow shape */
    margin-bottom: -10px; /* Space between the two arrows */
    animation: bounce 2s infinite; /* Apply bounce animation */
    box-shadow: 2px 2px 5px white; /* Add white shadow */
}

.scroll-indicator .arrow-above {
    animation-delay: 0.s; /* Slight delay for the second arrow */
    opacity: 0.8; /* Slightly faded for a layered effect */
}

/* Keyframes for the bounce animation */
@keyframes bounce {
    0%,  60%,  100% {
        transform: translateY(0) rotate(45deg); /* Start at the original position */
    }
    30% {
        transform: translateY(10px) rotate(45deg); /* Move down */
    }
    80% {
        transform: translateY(5px) rotate(45deg); /* Move up slightly */
    }
}

@media screen and (max-width: 812px) {
	.project-items {
        flex-direction: column; /* Stack items vertically on small screens */
        gap: 15px; /* Reduce gap between project items */

    }
	.tab-years {
        font-size: 0.5rem; /* Smaller font size for mobile devices */
    }

    .project {
        width: 100%; /* Full width for each project on small screens */
        height: auto; /* Let the height adjust automatically */
        margin-bottom: 20px; /* Optional: spacing between stacked items */
        padding: 10px; /* Reduced padding to minimize extra space */
		background-color: white;
		border: 1px solid #ddd; /* Ensure border is visible on mobile */
    }

    .project-logo {
        margin-bottom: 5px; /* Further reduced space below the logo */
    }

    .project-content {
        padding: 0; /* Remove padding to minimize extra space */
        margin-top: 5px; /* Minimal margin to separate the content from the image */
    }
	 .logocontainer .container {
		flex-direction: column; /* Stack columns vertically on small screens */
		min-height: auto;
		flex-wrap: wrap;

	}
	.title-container, .logocontainer, .container, .project-container, .wrapper  {
        scroll-snap-align: none; /* Disable scroll snapping on mobile devices */
		scroll-snap-type: none;

    }
	.title-container {
		max-height: 80dvh;
		max-height: 80vh;
	}
	.project-container {
		height: auto; /* Adjust padding for smaller screens */
	}


	 .logocontainer {
        flex: 1 1 100%; /* Make each element take full width on smaller screens */
        max-width: 100%; /* Ensure elements do not overflow */
        padding-right: 0; /* Remove padding to prevent overflow */
        text-align: center; /* Center text on smaller screens */
    }
	.container {
		display: flex; /* Use Flexbox to arrange items in a row */
		flex-wrap: wrap; /* Allow items to wrap to a new line if needed */
		align-items: flex-start; /* Align items to the start (top) */
		justify-content: center; /* Distribute space between items */
		gap:0 ; /* Add a gap between elements */
		width: 100%; /* Full width of the container */
		box-sizing: border-box; /* Include padding and border in element's total width */
		height: auto;
		border: none; /* Optional border for the container */

	}
	.flex-container {
        flex-direction: column; /* Stack items vertically on small screens */
        align-items: center; /* Center items horizontally */
    }
.tab-years {
        font-size: 0.7rem; /* Smaller font size for mobile devices */
    }
    .left-item, .right-item {
        flex: 1 1 100%; /* Take full width of the container */
        max-width: 100%; /* Ensure elements do not exceed container width */
        padding: 10px; /* Adjust padding for smaller screens */
    }
	.logos
	{display: none;}
	h2 {
		font-size: 2rem; /* Adjust font size for smaller screens */
	}
	.tabs-banner{

		height: auto;


	}
	.content {
		height: auto;
		border: none;
	}

	.logocontainer {
		height: auto;
	    min-height: auto;
		display: flex;

	}
	.project img:hover {
		transform: scale(1.05); /* Slightly enlarge icons on hover */
		cursor: pointer; /* Change cursor to pointer to indicate interactivity */
		filter: grayscale(0%); /* Remove grayscale on hover */
	}
	.container {
        flex-direction: column; /* Stack items vertically on small screens */
        align-items: center; /* Center items horizontally */

	}
	.container.last {
		min-height: auto;

	}
	.tab-content {
		padding: 10px; /* Adjust padding for smaller screens */
		margin: 10px;
	}

}
