html,body{
    overflow: visible;
}

body {
    background: #fff;
    color: #000;
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #1dc8cd;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #1dc9ce;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/* Hero Section */
#hero {
    background: linear-gradient(rgba(0, 0, 0, 0.2)), url('../img/Banner.png') no-repeat center center/cover;
    background-size: cover;
    color: #fff;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 80px;
}


#hero h1 {
    font-size: 80px;
    margin: 0;
    font-weight: bold;
    color: #00ccc2;
}

#hero h2 {
    font-size: 36px;
    margin-bottom: 32px;
    font-weight: normal;
}

#hero p {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 40px;
}

#hero .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#hero .btn-custom {
    padding: 12px 36px;
    background-color: #ff8000;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 48px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #e65c00;
}

.pill-group {
    width: 100%;
    text-align: start;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}

.pill .label {
    background: #fa26a0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 2px 24px 2px 12px;
    display: inline-block; /* fit width to content */
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 100%, 0% 100%);
}

.pill .value {
    font-size: 32px;
    font-weight: 800;
}


/* Why EventEffekten Section */

#why {
    padding: 80px 0;
}

.why-event {
    text-align: center;
    margin-bottom: 72px;
}

#why h2 {
    font-size: 34px;
    font-weight: 700;
}

#why h5 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 48px;
}

#why p {
    font-size: 18px;
    font-weight: normal;
}

#why .feature-list {
    padding: 0;
    list-style: none;
    margin-bottom: 48px;
}

#why .feature-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

#why .feature-list li span {
    font-size: 18px;
    font-weight: 700;
}

#why .feature-list .list-icon {
    margin-right: 16px;
    height: auto;
    flex-shrink: 0;
}


/* Speaker Section */
#speakers {
    background: linear-gradient(rgba(0, 0, 0, 0.2)), url('../img/speakerbg_img.png') no-repeat center center/cover;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 80px 0;
}

#speakers .header {
    text-align: center;
    margin-bottom: 80px;
}

#speakers h2 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 16px;
}

#speakers p {
    font-weight: 100; font-size: 18px;
}

#speakers .speker-name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 12px;
    line-height: 1.2;
}

#speakers .speaker-profile {
    font-size: 14px;
    font-weight: 100;
}


/* Program Section */

#program {
    padding: 80px 0;
  }
  
  /* Centered header */
  #program h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
  }

  
  .sticky-left {
    position: sticky;
    top: 20px;
  }

  #program .pill .time {
    font-size: 40px !important;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #000;
  }

  #program .pill{
    margin-left: 16px;
    margin-top: 24px;
  }
  

  .scrollable-right {
    /* max-height: 50vh;   
    overflow-y: auto;    */
    padding-right: 10px;
  }
  
  .event-item {
    justify-content: space-between;
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
  }
  
  .event-item:last-child {
    border-bottom: none;
  }
  
  .event-title {
    font-weight: 600;
    flex: 1;
    margin-bottom: 8px;
  }
  
  .event-desc {
    color: #000;
    text-align: left;
    font-size: 14px;
  }

  .fade {
    position: absolute;
    left: 0;
    right: 0;
    height: 60px;
    pointer-events: none;
    z-index: 2;
  }
.fade.top {
    top: 0;
    background: linear-gradient(to bottom, grey, transparent);
  }
  .fade.bottom {
    bottom: 0;
    background: linear-gradient(to top, grey, transparent);
  }
  
  

/* What You'll Gain Section */


#gain-section {
    background: linear-gradient(rgba(0, 0, 0, 0.2)), url('../img/whatYouGain.png') no-repeat center center/cover;
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 80px 0;
    padding: 80px 0;
}

#gain-section h2 {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}

#gain-section .gain-cards-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 16px;
}

#gain-section .gain-card p {
    margin: 0;
    font-size: 16px;
    color: #000;
    padding-left: 15px;
    line-height: 1.4;
}

#gain-section .gain-card {
    background-color: white;
    border-radius: 10px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    position: relative
}

#gain-section .gain-card ::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
    width: 6px;
    background-color: #fa26a0;
    border-radius: 3px;
    margin-left: 24px
}

#gain-section .gain-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}

/* Call to Action Section */
#cta-section {
    padding: 80px 0;
    background-color: #fff;
    color: #000;
    text-align: center;
}

#cta-section .cta-subtext {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fa26a0;
}

.cta-title {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.cta-btn {
    padding: 12px 36px;
    background-color: #ff8000;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.cta-btn:hover {
    background-color: #e65c00;
    color: #fff;
}


.program-container {    position: relative;}.sticky-left {    position: absolute;    top: 20px;    z-index: 100;}