body::-webkit-scrollbar {
	width: var(--sb-size)
}

body::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 3px;

}

@supports not selector(::-webkit-scrollbar) {
	body {
		scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
	}
}

/* Hide the default arrow in Safari */
details>summary::-webkit-details-marker {
	display: none;
}


body {
	--sb-track-color: #232E33;
	--sb-thumb-color: #5b6770;
	--sb-size: 5px;
	margin: 0;
	padding: 0;
}

header {
	background-color: white;
	color: #5b6770;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	z-index: 10;
	padding: 20px 40px 20px 40px;
	text-align: left;
	border-bottom: solid 1px #5b6770;
}

header a {
	display: flex !important;
	align-content: center;
	align-items: center;
}

nav {
	display: flex !important;
	gap: 10px;
	float: right;
}

header div {
	width: 50%
}

header img {
	max-width: 342px;
	height: auto;
}

main {
	display: flex;
	flex-direction: row;
	overflow: hidden;
	height: 100vh;
	background-image: url('/assets/K&P_DATAROOM.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

dataroom {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
	padding: 5em;
}

hero {
	display: flex;
	color: white;
	align-content: center;
	justify-content: space-around;
	text-align: center;
	width: 100%;
	padding: 75px 0px 75px 0;
	text-align: center;
	align-content: center;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-blend-mode: multiply !important;
}

h1 {
	font-family: 'Noto Serif Display', serif;
	font-size: 4rem;
	font-weight: 400;
	text-transform: capitalize;
}

h2 {
	font-family: 'Noto Serif Display', serif;
	font-weight: 400;
	font-size: 3rem;
	margin-block: 0;
	margin-inline: 0;
}

h3 {
	font-family: 'Urbanist Medium', sans-serif;
	font-size: 1.5rem;
	font-weight: 400 !important;
	margin: 0.5em;
}

h4 {
	font-family: 'Urbanist', sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	margin: 0.5em;
}

p {
	font-size: 14px;
	text-align: left;
	font-family: 'Urbanist Medium', sans-serif;
}

a {
	font-family: 'Urbanist Medium', sans-serif;
	text-decoration: none;
	color: #ffffff;
}

i {
	margin-right: 5px;
	width: 20px;
}

a:hover {
	text-decoration: underline;
}

.left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 80vw;
	padding: 2em;
	color: #ffffff;
}

.right {
	display: flex;
	flex-direction: column;
	text-align: center;
	max-width: 30vw;
	justify-content: space-between;
	padding: 2em;
	background-color: #705852;
	color: #ffffff;
}

.right img {
	width: 80%;
	height: auto;
}

.content {
	display: flex;
	flex-direction: row;
}

/* .detail_div {
	position: sticky;
	display: flex;
	top: 25px;
} */

.product-details {
	border-top: solid 1px #5b6770;
	border-bottom: solid 1px #5b6770;
	font-family: 'Urbanist', sans-serif;
	padding: 10px 0px;
	font-size: 15px;
	font-weight: 600;
	font-style: normal;
}

.details {
	display: flex;
	color: #5b6770;
	flex-direction: column;
	padding: 10px;
	gap: 10px;
	justify-content: start;
}

.details button {
	border: solid 1px #5b6770;
	background-color: #705852;
	color: white !important;
}

#register-interest {
	display: flex;
	color: white;
	align-items: center;
	flex-direction: column;
	background-color: #b9965f;
	padding: 1em;
}

#register-interest button {
	background-color: transparent;
	border: solid 1px white;
}

.details img {
	max-width: 375px;
	margin-top: 1em;
}

.files {
	display: flex;
	width: 100%;
	border-left: solid #5b6770 1px;
	flex-direction: column !important;
	justify-content: start;
	padding: 10px;
}

.disclaimer {
	border-top: solid 1px #5b6770;
}

input[type="submit"] {
	background-color: transparent;
	color: #FFFFFF;
	max-width: 100%;
	padding: 0.5em 1em;
	border: solid 1px white;
	cursor: pointer;
	transition: background-color 0.3s ease, transform 0.2s ease;
}

input[type="submit"]:hover {
	cursor: pointer;
	transform: translateY(-2px);
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
	accent-color: #5b6770;
	cursor: pointer;
}

input[type="checkbox"]:hover {
	filter: brightness(90%);
}

form {
	font-family: 'Urbanist Medium', sans-serif;
	width: 100%;
}

ul {
	list-style: none;
}

ul li {
	margin-bottom: 5px;
}

li {
	position: relative;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

li a {
	color: #B9965F;
	text-decoration: none;
}

li a::before {
	content: '→';
	left: 0;
	margin-right: 10px;
	color: #B9965F;
	text-decoration: none;
}

li a:hover {
	transition: cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* Button styling */
button {
	background-color: transparent;
	color: #FFFFFF;
	/* Text color */
	max-width: 100%;
	/* Max width */
	padding: 0.5em 1em;
	/* Padding for button */
	border: solid 1px white;
	cursor: pointer;
	/* Pointer on hover */
	transition: background-color 0.3s ease, transform 0.2s ease;
	/* Transition effects */
}

/* Hover effect */
button:hover {
	transform: translateY(-2px);
	/* Slight lift effect */
}

/* Active state */
button:active {
	transform: translateY(0);
	/* Remove lift effect */
}

.form_holder img {
	max-width: 342px;
	height: auto;
}

form {
	display: flex;
	width: 100%;
	color: #FFFFFF;
	align-content: center;
	flex-direction: column;
}

form input {
	margin-bottom: 1em;
	border-radius: 0;
	border: none;
	padding: 0.5em 1em;
	font-family: inherit;
	text-align: center;
}

/* Button styling */
form button {
	border: solid 1px white;
	cursor: pointer;
	/* Pointer on hover */
	transition: background-color 0.3s ease, transform 0.2s ease;
	/* Transition effects */
}

/* Hover effect */
form button:hover {
	transform: translateY(-2px);
	/* Slight lift effect */
}

/* Active state */
form button:active {
	transform: translateY(0);
	/* Remove lift effect */
}



details {
	line-height: 1;
	margin-bottom: 10px;
	border: solid 1px #5b6770;
}

details details {
	border: none;

}

summary {
	padding: 10px 15px;
	display: flex;
	border-bottom: 1px #5b6770;
	justify-content: start;
	align-items: center;
	align-content: center;
}

summary h4:hover {
	cursor: pointer;
	text-decoration: underline;
}

summary h3,
summary h4 {
	margin: 0;
	padding: 0;
}

summary::before {
	content: '+';
	font-size: 24px;
	color: #5b6770;
	margin-right: 10px;
	transition: 250ms;
}

.summary-content {
	display: flex;
	gap: 10px;
	flex-direction: row;
	align-items: center;
}

/* details details summary::after {
	content: '';
	font-size: 24px;
	color: #5b6770;
	transition: 250ms;
} */

details[open]>summary::before {
	content: '-';
	margin-right: 10px;
}

details[open] .top-summary {
	border-bottom: solid 1px #5b6770;
	color: #5A713F
}

footer {
	display: flex;
	flex-direction: column;
	background-color: white;
	border-top: solid 1px #5b6770;
	justify-content: center;
	align-items: center;
	text-align: center;
}

footer div {
	width: 100%;
}

footer .main {
	display: flex;
	width: 50%;
	padding: 1em;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 25px;
}

footer img {
	width: 64px;
}

.footer-menu {
	display: flex;
	border-top: solid 1px white;
	padding: 5px 0px;
	justify-content: space-around;
}

footer .baseline {
	display: flex;
	color: #5b6770;
	justify-content: center;
}

/* RESPONSIVE */
@media only screen and (max-width: 1080px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 2.5em;
	}

	.left {
		display: none;
	}

	.right {
		width: 100%;
		max-width: 100%;
		align-content: center;
		align-items: center;
		background-color: rgba(0, 0, 0, 0.25);
	}

	ul {
		padding: 0.2em;
		margin: 0.2em;
	}

	.summary-content {
		display: flex;
		flex-direction: column;
		text-align: left;
		align-items: start;
		gap: 0;
	}

	hero {
		flex-direction: column;
	}

	.content {
		flex-direction: column;
		padding: 0.5em;
	}

	.details {
		flex-direction: column;
	}

	header {
		padding: 10px 20px;
	}

	.files {
		padding: 0;
		border: none;
	}

	.disclaimer {
		padding: 1em;
	}

	header img {
		width: 100%;
	}

	dataroom {
		flex-direction: column;
		padding: 1em;
	}

	.form_holder {
		padding: 1em;
	}

	.featured-image {
		display: none;
	}
}


@supports (-webkit-appearance:none) {

	detail,
	summary {
		list-style-type: none;
	}

}