html, body {
  overflow-x: hidden; /* as a safety net */
}

img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 480px) {
  .flag {
    font-size: 2.5em;
    margin-left: 0;
  }

  .info-columns {
    gap: 20px;
  }

  .info-column {
    min-width: 0;
  }
}


body {
  margin: 0;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI Variable Display", "Segoe UI", Helvetica, "Apple Color Emoji", Arial, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 24px;
  font-size: 16px;
  color: #32302c;
  background-color: #fff;
}

.green { color: #448361; }
.blue  { color: #337ea9; }
.purple{ color: #9065b0; }
.pink  { color: #c14c8a; }
.orange{ color: #cd3c3a; }

a {
  color: #a033ff;
  text-decoration: none;
  font-weight: 600;
  opacity: 0.9;
}

a:hover {
  text-decoration: underline;
  opacity: 1;
}

.hero {
  width: 100%;
  overflow: hidden;
}

.hero-img {
  display: block; object-fit: cover; border-radius: 0px; width: 100%; height: 30vh; max-height: 280px; opacity: 1; object-position: center 50%;
}

.container {
  max-width: 710px;
  margin: 40px auto;
  padding: 0 20px;
}

h1 {
  font-size: 40px;
  line-height: 48px;
}

h2 {
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 30px;
}

strong {
  font-weight: 600;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 1rem;
}

.link_1{
  color: #c14c8a;
}

.flag{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 78px;
    width: 78px;
    border-radius: 0.25em;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    margin-left: -15px;
    margin-bottom: 0px;
    margin-top: -79px;
    pointer-events: auto;
    font-size: 5em;
}

.cta-container {
  text-align: center;
  margin-top: 40px;
}

.cta-button {
  display: inline-block;
  padding: 16px 40px;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  background: linear-gradient(to right, #B620E0, #329AFF);
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  opacity: 1;
}

.cta-button:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}


.program {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 00px;
}

.program h2 {
  color: #337ea9;
  font-size: 20px;
}

.asterisk {
  color: #337ea9;
  font-size: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 14px;
}

td {
  min-width: 100px;
  border: 1px solid #e5e7eb;
  padding: 7px;
  vertical-align: top;
}

.title {
  color: #c14c8a;
  font-weight: bold;
}

.presenter {
  color: #337ea9;
  font-weight: bold;
}

.discussant {
  color: #9065b0;
  font-weight: bold;
}

.keynote {
  color: #dc2626;
  font-weight: bold;
}

.note {
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 8px;
}


.info-block {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.info-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 20px;
  font-size: 15px;
}

.info-column {
  flex: 1;
  min-width: 280px;
}

.info-title.when, .info-title.where {
  font-size: 20px;
}

.organisers {
  width: auto;
  margin: 60px auto 40px;
  padding: 0 20px;
}

.organisers h3 {
  font-size: 1.25rem;
  margin-bottom: 12px;
}

.organisers ul {
  list-style: disc;
  padding-left: 20px;
}

.organisers li {
  margin-bottom: 0;
}

.organisers li a {
  line-height: 30px;
  font-weight: 400;
}

.footer {
  max-width: 800px;
  margin: 40px auto 80px;
  padding: 0 10px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  gap: 10px;
  flex-wrap: wrap;
}

.footer img {
  margin-bottom: 16px;
  width:auto;
  max-height: 80px;
}

.footer p {
  font-size: 0.95rem;
  color: #333;
  line-height: 1.5;
}

.summit_logo {
  width: 100%;
}




div#keep {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    -webkit-box-shadow: 1px -2px 15px 5px rgba(0,0,0,0.49);
    box-shadow: 1px -2px 15px -6px rgba(0,0,0,0.49);
  z-index:10000;
}

.date {
    font-size: 24px;
    line-height: 31.2px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 30px;
    margin: 0;
    background: linear-gradient(to right, #B620E0, #329AFF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
div#keep .cta-container {
    margin-top:0;
}

body .container {
    margin-bottom: 140px;
}






.carousel {
  position: relative;
  max-width: 800px;
  margin: 40px auto;
  overflow: hidden;
  border-radius: 10px;
}

.slides {
  position: relative;
  height: 500px;
}

.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
  background: #000;
  color: #fff;
  text-align: center;
}

.slide:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.slide-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
}

.slide h2 {
  margin: 0;
  font-size: 24px;
}

.slide p {
  margin: 5px 0 0;
  font-size: 16px;
}

.media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav {
  text-align: center;
  margin-top: 15px;
}

.nav a {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  transition: background 0.3s;
}

.slide:target ~ .nav a[href="#slide1"],
#slide1:target ~ .nav a[href="#slide1"],
#slide2:target ~ .nav a[href="#slide2"],
#slide3:target ~ .nav a[href="#slide3"] {
  background: #333;
}

/* Default to first slide if none targeted */
.slides:not(:has(:target)) .slide:first-child {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}










@media all and (max-width:767px) {
  .date {
      display: none;
  }
  #keep .cta-container,#keep .cta-container a {
      width: 100%;
      box-sizing: border-box;
  }
}