/* Maersk Fonts */

@font-face {
  font-family: 'Maersk Text';
  src: url(fonts/MaerskText-Regular.woff);
  font-weight: normal;
}

@font-face {
  font-family: 'Maersk Text Light';
  src: url(fonts/MaerskText-Light.woff);
  font-weight: lighter;
}

@font-face {
  font-family: 'Maersk Text Medium';
  src: url(fonts/MaerskText-Medium.woff);
  font-weight: lighter;
}

@font-face {
  font-family: 'Maersk Text Semibold';
  src: url(fonts/MaerskText-SemiBold.woff);
  font-weight: lighter;
}

@font-face {
  font-family: 'Maersk Text Bold';
  src: url(fonts/MaerskText-Bold.woff);
  font-weight: lighter;
}

@font-face {
  font-family: 'Maersk Headline Light';
  src: url(fonts/MaerskHeadline-Light.woff);
  font-weight: normal;
}

@font-face {
  font-family: 'Maersk Headline';
  src: url(fonts/MaerskHeadline-Regular.woff);
  font-weight: normal;
}

@font-face {
  font-family: 'Maersk Headline Medium';
  src: url(fonts/MaerskHeadline-Medium.woff);
  font-weight: normal;
}

@font-face {
  font-family: 'Maersk Headline Semibold';
  src: url(fonts/MaerskHeadline-SemiBold.woff);
  font-weight: normal;
}

@font-face {
  font-family: 'Maersk Headline Bold';
  src: url(fonts/MaerskHeadline-Bold.woff);
  font-weight: bold;
}

* {
  font-family: 'Maersk Text', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #141414;
}

/* Colors */

.msk-2025-green {
	color: #88C533;
}

.msk-2025-green-bg {
	background-color: #88C533;
}

.msk-2025-light-grey {
	color: #DBDBDB !important;
}

/* Body */

body.dark-mode {
	background-color: #141414;
	color: white;
}

body, .uk-card, .uk-section {
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Links  */

p > a {
	color: #88C533;
	text-decoration: underline;
}

p > a:hover {
	color: #88C533;
	text-decoration: none;
}

a.uk-navbar-toggle:focus {
  outline: none !important;
  fill: #88C533;
}

/* Buttons */

.dd-button-black {
	width: 92;
	height: 40;
	angle: 0 deg;
	opacity: 1;
	gap: 8px;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	background-color: #141414;
	color: white;
	text-transform: none;
	font-family: 'Maersk Text Medium', sans-serif;
	font-weight: 500;
}

.dd-button-black:hover {
	opacity: 0.9;
	text-decoration: none;
	color: white;
}

body.dark-mode .dd-button-black {
	background-color: white;
	color: #141414;
}

.dd-button-trans {
	width: 92;
	height: 40;
	angle: 0 deg;
	opacity: 1;
	gap: 8px;
	border-radius: 8px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	background-color: transparent;
	border: 1px solid #88C533;
	color: #141414;
	text-transform: none;
	font-family: 'Maersk Text Medium', sans-serif;
}

body.dark-mode .dd-button-trans {
	color: white;
}

.dd-button-trans:hover {
	background-color: #F3FAE5;
}

body.dark-mode .dd-button-trans:hover {
	background-color: #0A3002;
}

.dd-button-green-big {
	width: 116;
	height: 52;
	angle: 0 deg;
	opacity: 1;
	gap: 8px;
	border-radius: 8px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	background-color: #88C533;
	color: #141414;
	font-family: 'Maersk Text Medium', sans-serif;
}

.dd-button-green-big:hover {
	opacity: 0.9;
	text-decoration: none;
	color: #141414;
}

.dd-button-trans-big {
	width: 159;
	height: 52;
	angle: 0 deg;
	opacity: 1;
	gap: 8px;
	border-radius: 8px;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	border-width: 1px;
	border: 1px solid #88C533;
	color: #141414;
	font-family: 'Maersk Text Medium', sans-serif;
}

body.dark-mode .dd-button-trans-big {
	color: #88C533;
}

.dd-button-trans-big:hover {
	background-color: #F3FAE5;
	color: #141414;
	text-decoration: none;
}

body.dark-mode .dd-button-trans-big:hover {
	color: #88C533;
	background: #0A3002;
}

/* Navigation bar */

#top-bar-container {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: #DBDBDB solid 1px;
}

body.dark-mode #top-bar-container {
	border-bottom: #464646 solid 1px;
}

#top-bar-container nav.uk-container-large {
  margin: 0 auto;
}

#top-bar-container .uk-navbar-toggle[uk-navbar-toggle-icon] {
  fill: #141414;
}

body.dark-mode #top-bar-container .uk-navbar-toggle[uk-navbar-toggle-icon] {
  fill: white;
}

#mobile-nav {
	padding-left: 24px;
	padding-right: 24px;
}

.uk-navbar-item.uk-logo {
    background-image: url('https://designdays.maersk.io/assets/images/logo-2025.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 85px;
    height: auto;
    display: block;
    text-indent: -9999px; /* Hide the default text */
}

body.dark-mode .uk-navbar-item.uk-logo {
	background-image: url('https://designdays.maersk.io/assets/images/logo-2025-light.svg');
}

.uk-navbar-container li a {
	font-family: 'Maersk Text Medium', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;	
	text-transform: none;		
	font-size: 16px;
	color: #141414;
}

body.dark-mode .uk-navbar-container li a {
	color: white;
}

.uk-navbar-container .uk-navbar-nav li.uk-active a,
footer .uk-navbar-container .uk-navbar-nav li.uk-active a {
	color: #141414 !important;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #88C533;
}

body.dark-mode .uk-navbar-container .uk-navbar-nav li.uk-active a,
footer .uk-navbar-container .uk-navbar-nav li.uk-active a {
	color: white !important;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #88C533;
}

.uk-navbar-right {
	gap: 16px;
}

/* Hero */

.hero-section {
    min-height: 300px /*100vh*/;
    display: flex;
    align-items: center;
    padding-top: 6em;	
}

.hero-title {
	font-family: Maersk Headline Semibold;
	font-weight: 500;
	font-style: SemiBold;
	font-size: 114px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #141414;
}

body.dark-mode .hero-title {
	color: white;
}

.hero-title span {
	font-family: Maersk Headline Light;
	font-weight: 300;
	font-style: Light;
	color: #88C533;
}

.hero-section .uk-text-lead {
	font-family: Maersk Text;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 34px;
	letter-spacing: 0%;
	margin-top: 24px;
	margin-bottom: 56px;
	color: #141414;
}

body.dark-mode .hero-section .uk-text-lead {
	color: white;
	font-family: Maersk Text Light;
}

.hero-section strong {
	font-family: Maersk Text Semibold;
	font-weight: 500;
	font-style: SemiBold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	color: #141414;
}

body.dark-mode .hero-section strong {
	color: white;
}

.hero-section .uk-text-meta {
	font-family: Maersk Text;
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 24px;
	letter-spacing: 0%;
	display: inline-block;
	margin-left: 40px;
	color: #141414;
}

body.dark-mode .hero-section .uk-text-meta {
	color: white;
}

.hero-section .hero-buttons {
	margin-top: 40px;
	display: flex;
	gap: 20px;
}

/* Imagen en desktop */
.hero-image {
  background: url('../images/hero.png') no-repeat center right;
  background-size: 50%;
  min-height: 500px;
}
@media (max-width: 1200px) {
  /* En móviles mostramos la imagen como bloque aparte */
  .hero-image {
    background: none;
    min-height: auto;
  }
  .hero-image img {
    width: 100%;
    border-radius: 12px;
  }
}

@media (max-width: 640px) {
	
	.hero-title {
		font-size: 80px;
	}

	.hero-section .uk-text-lead {
		font-size: 16px;
		line-height: 28px;
	}

	.hero-section {
		padding-top: 4em;
	}

}

/* LANDING SECTIONS */

.landing-section-title {
	font-family: Maersk Headline Semibold;
	font-weight: 500;
	font-style: SemiBold;
	font-size: 72px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 128px;
	color: #141414;
}

body.dark-mode .landing-section-title {
	color: white;
}

.landing-section-title span {
	font-family: Maersk Headline Light;
	font-weight: 300;
	font-style: Light;
	color: #88C533;
}

@media (max-width: 640px) {

	.landing-section-title {
		font-size: 56px;
		margin-bottom: 80px;
	}

}

.speaker {
	margin-bottom: 32px;
}

.speaker img {
	/*
	border-radius: 24px;
	filter: grayscale(100%);
	*/
	margin-bottom: 16px;
}

.speaker img {
  border-radius: 24px;
  overflow: hidden;
}

.speaker img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  transform: scale(1);
}

.speaker a:hover img {
  transform: scale(1.02);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.speaker .name {
	font-family: Maersk Text Bold;
	font-weight: 500;
	font-style: Bold;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;	
	margin-bottom: 8px;
	color: #141414;
}

.speaker .job-title {
	font-family: Maersk Text;
	font-weight: 500;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	color: #141414;
}

body.dark-mode .speaker .name,
body.dark-mode .speaker .job-title {
	color: white;
}

.expect-block h3 {
	font-family: Maersk Headline;
	font-weight: 400;
	font-style: Regular;
	font-size: 44px;
	leading-trim: NONE;
	line-height: 58px;
	letter-spacing: 0%;
	color: #141414;
}

.expect-block p {
	font-family: Maersk Text;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: NONE;
	line-height: 36px;
	letter-spacing: 0%;
  color: #141414;
}

body.dark-mode .expect-block h3 {
	color: white;
}

body.dark-mode .expect-block p {
	color: white;
	font-family: Maersk Text Light;
}

#expect-section > .uk-container > .uk-grid {
	margin-bottom: 200px;
}

@media (max-width: 640px) {

	.expect-block h3 {
		font-size: 32px;
		line-height: 40px;
	}
	.expect-block p {
		font-size: 16px;
		line-height: 28px;
	}

	#expect-section > .uk-container > .uk-grid {
		margin-bottom: 96px;
	}

}

/* Speaker page */

body#speaker h2 {
	color: #141414;
	font-family: "Maersk Headline";
	font-size: 80px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

body#speaker.dark-mode h2 {
	color: white;
}

body#speaker p.uk-text-meta {
	color: #141414;
	font-family: "Maersk Text";
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

body#speaker.dark-mode p.uk-text-meta {
	color: white;
}

body#speaker p {
	color: #141414;
	font-family: "Maersk Headline";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
}

body#speaker.dark-mode p {
	color: white;
}

body#speaker .bio {
	margin-top: 48px;
}

body#speaker .talk-card,
body#sessions .talk-card {
	padding: 48px 56px;
	border-radius: 24px;
	border: 1px solid #88C533;	
	margin-top: 60px;
}

body#sessions .talk-card p > strong,
body#speaker .talk-card p > strong {
	font-size: 20px;
	font-weight: normal;
	display: block;
	padding-top: 16px;
	color: #141414;
}

body#sessions.dark-mode .talk-card p > strong,
body#speaker.dark-mode .talk-card p > strong {
	color: white;
}

@media (max-width: 640px) {

	body#speaker h2 {
		font-size: 56px;
		line-height: 60px;
		margin-bottom: 12px !important;
	}

	body#speaker p.uk-text-meta {
		font-size: 20px;
	}

	body#speaker .talk-card,
	body#sessions .talk-card {
		padding: 36px 40px;
	}

}

.green-bar {
	padding: 24px 56px;
	border-radius: 24px;
	border: 1px solid #88C533;
	background: #D1EDA1;
	font-family: "Maersk Headline Medium";
	font-size: 18px;
	margin-top: 60px;
}

body#speaker .talk-header,
body#sessions .talk-header {
	margin-bottom: 60px;
}

body#speaker .talk-details,
body#sessions .talk-details {
	color: #141414;
	font-family: "Maersk Headline";
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

@media (max-width: 640px) {

	body#speaker .talk-details,
	body#sessions .talk-details {
		font-size: 16px;
		text-align: center;
	}

	.talk-card .uk-text-right {
		text-align: center !important;
	}

}

body#speaker.dark-mode .talk-details,
body#sessions.dark-mode .talk-details {
	color: white;
}

body#speaker .talk-details > span,
body#sessions .talk-details > span {
	display: inline-block;
	padding-right: 10px;
	font-family: "Maersk Headline";
	font-weight: 500;
	color: #141414;
}

@media (max-width: 640px) {

	body#speaker .talk-details > span,
	body#sessions .talk-details > span {
		padding-right: 0px;
	}

}

body#speaker.dark-mode .talk-details > span,
body#sessions.dark-mode .talk-details > span {
	color: white;
}

body#speaker .talk-details > span:not(:first-child),
body#sessions .talk-details > span:not(:first-child) {
	padding-left: 10px;
}

body#speaker .talk-card > h3,
body#sessions .talk-card > h3 {
	color: #141414;
	font-family: "Maersk Headline Light";
	font-size: 56px;
	font-style: normal;
	font-weight: 300;
	line-height: 68px;
}

@media (max-width: 640px) {

	body#speaker .talk-card > h3,
	body#sessions .talk-card > h3 {
		font-size: 36px;
		line-height: 44px;
	}

}

body#speaker.dark-mode .talk-card > h3,
body#sessions.dark-mode .talk-card > h3 {
	color: white;
}

body#speaker .talk-card > p,
body#sessions .talk-card > p {
	color: #141414;
	font-family: "Maersk Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

body#speaker.dark-mode .talk-card > p,
body#sessions.dark-mode .talk-card > p {
	color: white;
}

body#speaker .talk-card .tag,
body#sessions .talk-card .tag {
	color: #141414;
	font-family: "Maersk Text";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	padding: 6px 12px;
	justify-content: center;
	align-items: center;
}

body#speaker .tag, body#sessions .tag { font-size: 12px; padding: 4px 10px; border-radius: 5px; background: #f0f0f0; margin-left:5px; }

.tag-talk { background: #d9f5d3 !important; color: #3c763d; }
.tag-social { background: #C3E4F3 !important; color: black; }
.tag-panel { background: #FEECBF !important; color: black; }
.tag-workshop { background: #FEC9C2 !important; color: black; }

.talk-speakers {
	margin-top: 60px;
}

.talk-speakers .speaker-details {
	margin-left: 24px;
}

.talk-speakers .speaker-details > p {
	color: #141414;
}

.talk-speakers .speaker-details > .uk-text-bold {
	font-size: 20px;
	font-weight: normal;
	font-family: "Maersk Text Medium";
}

.talk-speakers .speaker-details > .uk-text-small {
	font-size: 14px;
}

body.dark-mode .talk-speakers .speaker-details > p {
	color: white;
}

.talk-speakers img {
	width: 88px;
	height: auto;
}
.talk-combined-below {
	border-radius: 24px 24px 0px 0px !important;
}

.talk-combined-above {
	border-top: none !important;
	border-radius: 0px 0px 24px 24px !important;
	margin-top: 0px !important;
}

.talk-combined-both {
	border-top: none !important;
	margin-top: 0px !important;
	border-radius: 0px !important;
}

body#sessions .talk-card {
	text-align: left;
}

.social-share {
	gap: 12px;
}

.social-share img {
	width: 24px;
	height: 24px;
}

.social-share a {
	color: #88C533;
	font-family: "Maersk Headline";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px; /* 166.667% */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

/* SESSIONS */

/* Outer pill container */
.day-switch {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 9999px;
  background: #fff;
  padding: 6px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  white-space: nowrap; /* Prevent text wrapping */
}

/* Each list item behaves like a button */
.day-switch li {
  flex: 1;
  margin: 0;
  text-align: center;
}

.day-switch button {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  border-radius: 9999px;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 40px;
  cursor: pointer;
  color: #111;
  transition: all 0.25s ease;
  line-height: 1; /* keeps text vertically centered */
  white-space: nowrap; /* prevents text wrapping inside */
}

/* Active (black pill) */
.day-switch .uk-active button {
  background: #111;
  color: #fff;
}

/* Hover effect */
.day-switch li:not(.uk-active) button:hover {
  background: #f5f5f5;
}

.day-content {
  margin-top: 56px;
}

/* FAQ  */

body#faq h2 {
	font-family: "Maersk Headline";
	color: #141414;
}

body#faq h3 {
	font-family: "Maersk Headline Light";
	color: #141414;
}

body#faq.dark-mode h2,
body#faq.dark-mode h3 {
	color: white;
}

body#faq ul.questions {
	padding: 48px 56px;
	border-radius: 24px;
	border: 1px solid #88C533;	
	margin-bottom: 48px;
}

body#faq .uk-open {
	margin-bottom: 48px;
}

body#faq .uk-accordion-title,
body#faq .uk-accordion-content > p {
	color: #141414;
}

body#faq.dark-mode .uk-accordion-title,
body#faq.dark-mode .uk-accordion-content > p {
	color: white;
}

/* Footer */

footer {
	padding-top: 24px;
	padding-bottom: 24px;
	border-top: #DBDBDB solid 1px;
}

body.dark-mode footer {
	border-top: #464646 solid 1px;
}

footer .credits {
	font-family: Maersk Text;
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 20px;
	letter-spacing: 0%;
	color: #878787;	
}

/* Mobile menu */

.uk-offcanvas-bar {
	background-color: white;
	border-left: #DBDBDB solid 1px;
}

body.dark-mode .uk-offcanvas-bar {
	background-color: #141414;
	border-left: #464646 solid 1px;	
}

.uk-offcanvas-bar a.uk-offcanvas-close {
	color: #141414;
}

body.dark-mode .uk-offcanvas-bar a.uk-offcanvas-close {
	color: white;
}

.uk-offcanvas-bar > ul.uk-nav-default {
	margin-bottom: 24px;
}

.uk-offcanvas-bar > ul.uk-nav-default > li > a {
	font-family: 'Maersk Text Medium', sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;	
	text-transform: none;		
	font-size: 18px;
	color: #141414;
	padding-top: 12px;
	padding-bottom: 12px;
}

body.dark-mode .uk-offcanvas-bar > ul.uk-nav-default > li > a {
	color: white;
}

.uk-offcanvas-bar > ul.uk-nav-default > li > a:hover {
	color: #88C533;
}

.uk-offcanvas-bar > ul.uk-nav-default > li.uk-active > a {
	color: #141414 !important;
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #88C533;
}

body.dark-mode .uk-offcanvas-bar > ul.uk-nav-default > li.uk-active > a {
	color: white !important;
}

/* To top  */

.to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #fff;
  color: #88C533;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 999;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.to-top-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Dark mode */
body.dark-mode .to-top-btn {
  background-color: #222;
  color: #90ee90;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
