@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* ======= HEADER SECTION ======= */
.header {
border-bottom: none;
}

.header-container  {
  max-width: 1370px;
  padding-left: 10px;
  padding-right: 10px;
}

.header-container img {
  width: 60px;
  display: block;
}

.header-container .logo-text {
  font-size: 18px;
  font-weight: 700;
  color: #8b341d;
  letter-spacing: -0.5px;
  margin-left: 65px;
  margin-top: -42px;
}

/* MASTERPAGE ELEMENTS */
/* This applies to the loading bar at the top of the page */
.ProgressDiv {
  background-color: #ffdd6f;
}

/*BASIC*/
body {
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #8b341d;
  background-color: #fff;
  overflow-x: hidden;
}

/* ======= TYPOGRAPHY ======= */
h1, h3, h5, h6 {
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #8b341d;
  margin-bottom: 10px;
  font-size: 50px;
}

h1, .h1 {
    font-size: 35px;
    font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
    font-weight: 500;
    color: #8b341d;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
}

.PageTitle-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: linear-gradient(rgba(242, 229, 213, 0.90), rgba(242, 229, 213, 0.85)), 
              url('https://www.kybanks.com/kba-files/images/conv/AC25/trees.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 10px 10px;
    position: relative;
    border-top: 3px solid #8b341d;
    border-bottom: 3px solid #8b341d;
}

.PageTitle-inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.PageTitle-content-container {
    margin: 20px auto;
    padding: 10px;
    max-width: 1400px;
}

#PageTitle .PageTitle-inner h1 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    background: linear-gradient(135deg, #8b341d 0%, #6b2d17 100%);
    padding: 20px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(139, 52, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transform: rotate(-0.5deg);
    display: inline-block;
}

#PageTitle .PageTitle-inner h1::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 20px;
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(250, 248, 245, 0.85) 50%, 
    rgba(240, 235, 220, 0.9) 100%);
    border: 1px solid rgba(200, 190, 170, 0.3);
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
    z-index: 10;
    top: -6px;
    left: 12px;
    transform: rotate(-15deg);
}

#PageTitle .PageTitle-inner h1::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 20px;
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(250, 248, 245, 0.85) 50%, 
    rgba(240, 235, 220, 0.9) 100%);
    border: 1px solid rgba(200, 190, 170, 0.3);
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
    z-index: 10;
    bottom: -6px;
    right: 12px;
    transform: rotate(8deg);
}

h4 {
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-weight: 700;
  color: #8b341d;
  font-size: 20px;
}

h2 {
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #8b341d;
  font-size: 30px;
  border-bottom: 0px;
}

p {
  font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
  font-size: 18px;
  color: #8b341d;
  margin-bottom: 20px;
}

blockquote {
font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;  
font-style: italic;
  color: #6b2d17;
  font-size: 16px;
  border-left: 5px solid #d99b4d;
  padding-left: 15px;
  margin-bottom: 30px;
}

a, a:visited {
  color: #8b341d;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*titles*/
.TitleBarCaption {
    border-bottom-style: none;
}

/* PRIMARY NAVIGATION */
.nav-primary {
    margin-top: -17px;
}


.RadMenu.RadMenu_London .rmRootGroup > .rmItem > .rmLink {
    font-family: 'Poppins', 'Segoe UI', system-ui, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

@media (min-width: 768px) {
    .RadMenu.RadMenu_London .rmRootGroup > .rmItem {
        float: left;
        clear: none;
        padding-left: 19px;
    }
}

.RadMenu.RadMenu_London .rmSelected > .rmRootLink,
.RadMenu.RadMenu_London .rmFocused > .rmRootLink {
  /* root item selected styles */
  color: #8b341d;
  background-color: #fff!important;
  border-bottom: 3px solid #8b341d;
}


.RadMenu.RadMenu_London .rmRootLink.rmSelected {
  color: #8b341d;
  background-color: #fff!important;
  border-bottom: 3px solid #8b341d;
}

.RadMenu.RadMenu_London .rmRootLink:focus,
.RadMenu.RadMenu_London .rmExpanded > .rmRootLink  {
  /* root item hover and focus styles */
  background-color: #fff!important;
  color: #8b341d;
}

.RadMenu.RadMenu_London .rmRootLink:hover {
  /* root item hover and focus styles */
  background-color: #fff!important;
  color: #8b341d;
}

.RadMenu.RadMenu_London .rmGroup {
  background-color: #A9A9A4;
}

.RadMenu.RadMenu_London .rmLink {
     color: #8b341d;
}

/* BUTTONS */
/* default button */
.btn,
.TextButton,
.TextButtonWithImage,
.ruButton,
#masterHeaderActionArea a,
.RadGrid input.TextButton {
  color: #fff;
  background-color: #0B7470;
  border-color: #0B7470;
  position: relative;
  /*-webkit-box-shadow: 0px 5px 0 0 #4da0d6;
  box-shadow: 0px 5px 0 0 #4da0d6;*/
}
    .btn:hover, .btn:focus, .btn:active, .btn:visited,
    .TextButton:hover,
    .TextButton:focus,
    .TextButton:active,
    .TextButton:visited,
    .TextButtonWithImage:hover,
    .TextButtonWithImage:focus,
    .TextButtonWithImage:active,
    .TextButtonWithImage:visited,
    .ruButton:hover,
    .ruButton:focus,
    .ruButton:active,
    .ruButton:visited,
    #masterHeaderActionArea a:hover,
    #masterHeaderActionArea a:focus,
    #masterHeaderActionArea a:active,
    #masterHeaderActionArea a:visited,
    .RadGrid input.TextButton:hover,
    .RadGrid input.TextButton:focus,
    .RadGrid input.TextButton:active,
    .RadGrid input.TextButton:visited {
        color: #FFF;
        background-color: #0B7470;
        border-color: #053a38;
        -webkit-box-shadow: 0px 5px 0 0 #053a38;
        box-shadow: 0px 5px 0 0 #053a38;
    }

/*small screen hamburger menu*/

.navbar-collapse {
    background-color: #5a7063;
}

.navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
    background-color: #fff!important;
}

.navbar-toggle.collapsed {
    background-color: #000;
}


/* ======= HERO SECTION ======= */

.hero-section {
  background: url('https://www.kybanks.com/kba-files/images/conv/AC25/asheville_wopacity.jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  /*height: 100vh;*/
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  padding: 20px;
  animation: fadeInUp 1.2s ease-out;
  color: #8b341d;
}

.hero-content img {
  width: 40%;
  margin: 0 auto 20px auto;
  display: block;
  animation: scaleIn 1s ease-out 0.3s both;
}

.hero-content h1 {
  font-size: 250%;
  color: #8b341d;
  animation: fadeInUp 1s ease-out 0.6s both;
  margin-bottom: 20px;
}

.hero-content h2 {
  font-style: italic;
  color: rgb(107, 45, 23);
  animation: fadeInUp 1s ease-out 0.8s both;
  margin-bottom: 30px;
  border-bottom: none;
}

.hero-content .hero-details {
  font-size: 125%;
  font-weight: 400;
  line-height: 1.6;
  color: #8b341d;
  animation: fadeInUp 1s ease-out 1s both;
}

/* ======= ROOTED TOGETHER SECTION ======= */
.rooted-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(rgba(242, 229, 213, 0.90), rgba(242, 229, 213, 0.85)), 
              url('https://www.kybanks.com/kba-files/images/conv/AC25/trees.png') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 20px;
  position: relative;
  border-top: 12px solid #8b341d;
  border-bottom: 12px solid #8b341d;
}

/* Agenda section with map background */
#agenda.rooted-section {
  background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9)), 
              url('https://www.kybanks.com/kba-files/images/conv/AC25/map.jpg') no-repeat center center;
  background-size: 120% auto;
  background-attachment: fixed;
  border-top: none;
  border-bottom: none;
}

/* Rising Stronger heading with tape styling - desktop only */
#rooted .rooted-text h1 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, #8b341d 0%, #6b2d17 100%);
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 
    0 8px 20px rgba(139, 52, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: rotate(-0.5deg);
  display: inline-block;
}

/* Top left tape */
#rooted .rooted-text h1::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 20px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(250, 248, 245, 0.85) 50%, 
    rgba(240, 235, 220, 0.9) 100%);
  border: 1px solid rgba(200, 190, 170, 0.3);
  border-radius: 2px;
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
  z-index: 10;
  top: -6px;
  left: 12px;
  transform: rotate(-15deg);
}

/* Bottom right tape */
#rooted .rooted-text h1::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 20px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(250, 248, 245, 0.85) 50%, 
    rgba(240, 235, 220, 0.9) 100%);
  border: 1px solid rgba(200, 190, 170, 0.3);
  border-radius: 2px;
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
  z-index: 10;
  bottom: -6px;
  right: 12px;
  transform: rotate(8deg);
}

/* Featured Speakers Section - cloned from rooted structure */
#speakers.rooted-section {
  background: 
    linear-gradient(90deg, rgba(139, 52, 29, 0.06) 1px, transparent 1px),
    linear-gradient(rgba(139, 52, 29, 0.06) 1px, transparent 1px),
    #f2e5d5;
  background-size: 20px 20px;
  border-top: none;
  border-bottom: none;
}

.speakers-content-container {
  background: rgba(255, 255, 255, 0.95);
  margin: 40px auto;
  padding: 60px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(139, 52, 29, 0.1);
  max-width: 1400px;
}

.speakers-inner {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/* Featured Speakers heading with tape styling - desktop only */
#speakers .speakers-inner h1 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, #8b341d 0%, #6b2d17 100%);
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 
    0 8px 20px rgba(139, 52, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: rotate(-0.5deg);
  display: inline-block;
}

/* Top left tape */
#speakers .speakers-inner h1::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 20px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(250, 248, 245, 0.85) 50%, 
    rgba(240, 235, 220, 0.9) 100%);
  border: 1px solid rgba(200, 190, 170, 0.3);
  border-radius: 2px;
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
  z-index: 10;
  top: -6px;
  left: 12px;
  transform: rotate(-15deg);
}

/* Bottom right tape */
#speakers .speakers-inner h1::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 20px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(250, 248, 245, 0.85) 50%, 
    rgba(240, 235, 220, 0.9) 100%);
  border: 1px solid rgba(200, 190, 170, 0.3);
  border-radius: 2px;
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
  z-index: 10;
  bottom: -6px;
  right: 12px;
  transform: rotate(8deg);
}

.speakers-inner > p {
  font-size: 18px;
  color: #8b341d;
  margin-bottom: 40px;
  text-align: center;
}

.speaker-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.speaker-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(139, 52, 29, 0.1);
  border: 3px solid #8b341d;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.speaker-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(139, 52, 29, 0.2);
}

.speaker-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 0;
}

.speaker-info {
  padding: 20px;
  text-align: left;
}

.speaker-card-name {
  font-size: 18px;
  font-weight: 700;
  color: #8b341d;
  margin-bottom: 8px;
  line-height: 1.2;
}

.speaker-card-title {
  font-size: 14px;
  color: #6b2d17;
  font-style: italic;
  line-height: 1.3;
}

.speakers-cta {
  text-align: center;
  margin-top: 20px;
}

/* Exhibition Hall heading with tape styling - desktop only */
#exhibitors .rooted-text h1 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, #8b341d 0%, #6b2d17 100%);
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 
    0 8px 20px rgba(139, 52, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: rotate(-0.5deg);
  display: inline-block;
}

/* Top left tape */
#exhibitors .rooted-text h1::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 20px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(250, 248, 245, 0.85) 50%, 
    rgba(240, 235, 220, 0.9) 100%);
  border: 1px solid rgba(200, 190, 170, 0.3);
  border-radius: 2px;
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
  z-index: 10;
  top: -6px;
  left: 12px;
  transform: rotate(-15deg);
}

/* Bottom right tape */
#exhibitors .rooted-text h1::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 20px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(250, 248, 245, 0.85) 50%, 
    rgba(240, 235, 220, 0.9) 100%);
  border: 1px solid rgba(200, 190, 170, 0.3);
  border-radius: 2px;
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
  z-index: 10;
  bottom: -6px;
  right: 12px;
  transform: rotate(8deg);
}

/* Exhibitors section styling */
#exhibitors.rooted-section {
  background-color: #f2e5d5;
  border-top: none;
  border-bottom: none;
}

/* Speakers section responsive adjustments */
@media (max-width: 768px) {
  .speakers-content-container {
    margin: 20px auto;
    padding: 40px 20px;
  }
  
  /* Remove tape styling on tablet and below */
  #speakers .speakers-inner h1 {
    background: none;
    color: #8b341d;
    transform: none;
    display: block;
    text-align: center;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 36px;
    margin-bottom: 24px;
  }
  
  #speakers .speakers-inner h1::before,
  #speakers .speakers-inner h1::after {
    display: none;
  }
  
  .speakers-inner > p {
    font-size: 16px;
    margin-bottom: 32px;
  }
  
  .speaker-cards-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 32px;
  }
  
  .speaker-info {
    padding: 16px;
  }
  
  .speaker-card-name {
    font-size: 16px;
    margin-bottom: 6px;
  }
  
  .speaker-card-title {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .speakers-content-container {
    margin: 16px auto;
    padding: 32px 16px;
  }
  
  #speakers .speakers-inner h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .speakers-inner > p {
    font-size: 15px;
    margin-bottom: 24px;
  }
  
  .speaker-cards-grid {
    gap: 16px;
    margin-bottom: 24px;
  }
  
  .speaker-info {
    padding: 14px;
  }
  
  .speaker-card-name {
    font-size: 15px;
    margin-bottom: 4px;
  }
  
  .speaker-card-title {
    font-size: 12px;
  }
}

/* Agenda heading with tape styling - desktop only */
#agenda .rooted-text h1 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, #8b341d 0%, #6b2d17 100%);
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 
    0 8px 20px rgba(139, 52, 29, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: rotate(-0.5deg);
  display: inline-block;
}

/* Top left tape */
#agenda .rooted-text h1::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 20px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(250, 248, 245, 0.85) 50%, 
    rgba(240, 235, 220, 0.9) 100%);
  border: 1px solid rgba(200, 190, 170, 0.3);
  border-radius: 2px;
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
  z-index: 10;
  top: -6px;
  left: 12px;
  transform: rotate(-15deg);
}

/* Bottom right tape */
#agenda .rooted-text h1::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 20px;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.9) 0%, 
    rgba(250, 248, 245, 0.85) 50%, 
    rgba(240, 235, 220, 0.9) 100%);
  border: 1px solid rgba(200, 190, 170, 0.3);
  border-radius: 2px;
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8);
  z-index: 10;
  bottom: -6px;
  right: 12px;
  transform: rotate(8deg);
}

.modern-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #8b341d;
  padding: 16px 32px;
  text-decoration: none;
  border: 3px solid #8b341d;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.modern-button:hover {
  background-color: #8b341d;
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.modern-button:active {
  transform: translateY(0);
}

.agenda-cta {
  text-align: left;
  margin-top: 10px;
}

/* Agenda section responsive adjustments */
@media (max-width: 768px) {
  #agenda.rooted-section {
    background-attachment: scroll;  /* Disable parallax on mobile */
    background-size: cover;
    background-position: center center;
  }
  
  /* Reset to normal column order on mobile (image on top) */
  #agenda .rooted-container {
    flex-direction: column;
  }
  
  /* Remove tape styling on tablet and below */
  #agenda .rooted-text h1 {
    background: none;
    color: #8b341d;
    transform: none;
    display: block;
    text-align: center;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 36px;
    margin-bottom: 24px;
  }
  
  #agenda .rooted-text h1::before,
  #agenda .rooted-text h1::after {
    display: none;
  }
  
  #agenda.rooted-section .agenda-cta {
    text-align: center;
    margin-top: 24px;
  }
  
  #agenda.rooted-section .modern-button {
    padding: 14px 28px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  #agenda.rooted-section {
    background-attachment: scroll;  /* Disable parallax on mobile */
    background-size: cover;
    background-position: center center;
  }
  
  /* Ensure column stacking on small mobile */
  #agenda .rooted-container {
    flex-direction: column;
  }
  
  #agenda .rooted-text h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  #agenda.rooted-section .modern-button {
    padding: 12px 24px;
    font-size: 14px;
  }
  
  #agenda.rooted-section .agenda-cta {
    margin-top: 20px;
  }
}


.rooted-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    45deg, 
    rgba(139, 52, 29, 0.03) 0%, 
    rgba(217, 155, 77, 0.05) 50%, 
    rgba(139, 52, 29, 0.03) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.rooted-container {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

/* Reverse order for agenda section on desktop */
#agenda .rooted-container {
  flex-direction: row-reverse;
}

.rooted-image {
  flex: 1 1 500px;
}

.rooted-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.rooted-text {
  flex: 1 1 500px;
  max-width: 600px;
  color: #8b341d;
}

.rooted-text h1 {
  color: #8b341d;
  margin-bottom: 20px;
}

/* Rooted Section Responsive */
@media (max-width: 1024px) {
  .rooted-container {
    gap: 60px;
    padding: 0 40px;
  }
  
  .rooted-text {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .rooted-section {
    padding: 60px 20px 0px 20px;  /* Remove ALL bottom padding */
    background-attachment: scroll;  /* Disable parallax on mobile */
    background-size: cover;
    background-position: center center;
  }
  
  /* Remove tape styling on tablet and below for Rising Stronger */
  #rooted .rooted-text h1 {
    background: none;
    color: #8b341d;
    transform: none;
    display: block;
    text-align: center;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 36px;
    margin-bottom: 24px;
  }
  
  #rooted .rooted-text h1::before,
  #rooted .rooted-text h1::after {
    display: none;
  }
  
  /* Remove tape styling on tablet and below for Exhibitors */
  #exhibitors .rooted-text h1 {
    background: none;
    color: #8b341d;
    transform: none;
    display: block;
    text-align: center;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 36px;
    margin-bottom: 24px;
  }
  
  #exhibitors .rooted-text h1::before,
  #exhibitors .rooted-text h1::after {
    display: none;
  }
  
  .rooted-container {
    flex-direction: column;
    gap: 40px;
    padding: 0 20px;
    margin-bottom: 0;  /* Ensure no bottom margin */
  }
  
  .rooted-image {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
  
  .rooted-text {
    max-width: 100%;
    text-align: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0;  /* Remove any bottom margin */
  }
  
  .rooted-text h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 24px;
  }
  
  .rooted-text p {
    font-size: 16px;
    margin-bottom: 24px;
  }
  
  .rooted-text blockquote {
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 0;  /* Remove bottom margin on mobile */
  }
}

@media (max-width: 480px) {
  .rooted-section {
    padding: 40px 16px 16px 16px;  /* Reduced bottom padding */
    background-attachment: scroll;  /* Disable parallax on mobile */
  }
  
  #rooted .rooted-text h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  #exhibitors .rooted-text h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .rooted-container {
    padding: 0 8px;
    gap: 32px;
  }
  
  .rooted-image {
    flex: none;
    width: 100%;
  }
  
  .rooted-text h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  
  .rooted-text p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  
  .rooted-text blockquote {
    font-size: 14px;
    padding-left: 16px;
    margin-bottom: 0;  /* Remove bottom margin */
  }
}

/* Tablet - 376px to 768px */
@media (min-width: 376px) and (max-width: 768px) {
  .rooted-section {
    padding: 50px 40px 50px 40px;
  }
  
  .rooted-text {
    flex: 1 1 auto;
  }
  
  .speakers-content-container {
    margin: 16px auto;
    padding: 36px 24px;
  }
  
  .speaker-cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Desktop - 769px to 1200px */
@media (min-width: 769px) and (max-width: 1200px) {
  .rooted-section {
    padding: 70px 50px 70px 50px;
  }
  
  .rooted-image {
    flex: 1 1 400px;
  }
  
  .rooted-text {
    flex: 1 1 400px;
  }
  
  .rooted-container {
    gap: 60px;
  }
  
  .speakers-content-container {
    margin: 30px auto;
    padding: 50px;
  }
}

/* Large Desktop - 1201px+ */
@media (min-width: 1201px) {
  .rooted-section {
    padding: 80px 60px 80px 60px;
  }
  
  .speakers-content-container {
    margin: 40px auto;
    padding: 60px;
  }
}

/* Mobile First - 375px */
@media (max-width: 375px) {
  .rooted-section {
    padding: 50px 20px 50px 20px;
    border-bottom: none;
  }
  
  .rooted-container {
    padding: 0 20px;
    gap: 20px;
  }
  
  .rooted-text {
    flex: 1 1 auto;
  }
  
  .rooted-text blockquote {
    margin-bottom: 5px;
  }
  
  .speakers-content-container {
    margin: 12px auto;
    padding: 24px 12px;
  }
}



/* ======= ADDITIONAL MOBILE OPTIMIZATIONS ======= */
@media (max-width: 768px) {
  .convention-wrapper {
    overflow-x: hidden;
  }
  
  /* Ensure no horizontal scrolling */
  body {
    overflow-x: hidden;
  }
  
  /* Better touch targets */
  .accordion-header {
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  
  .nav-links li a {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .convention-button {
    padding: 14px 28px;
    font-size: 16px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* ======= HIGH DPI DISPLAYS ======= */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .hero-section {
    background-image: url('https://www.kybanks.com/kba-files/images/conv/AC25/asheville_wopacity.jpg');
  }
}

/* ======= AGENDA PAGE STYLES ======= */

.schedule-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.schedule-day {
  margin-bottom: 60px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(139, 52, 29, 0.1);
  overflow: hidden;
}

.day-header {
  background: linear-gradient(135deg, #8b341d 0%, #6b2d17 100%);
  color: #ffffff;
  padding: 32px 40px;
  text-align: center;
}

.day-header h2 {
  font-size: 32px;
  margin-bottom: 8px;
  color: #ffffff;
}

.day-header p {
  font-size: 18px;
  color: #f2e5d5;
  margin-bottom: 0;
  font-style: italic;
}

.events-list {
  padding: 0;
}

.event-item {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.event-item:hover {
  background-color: #fafafa;
  box-shadow: 0 2px 8px rgba(139, 52, 29, 0.08);
}

.event-item:last-child {
  border-bottom: none;
}

.event-time {
  flex: 0 0 180px;
  background-color: #f2e5d5;
  padding: 24px 20px;
  font-weight: 700;
  font-size: 16px;
  color: #8b341d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-right: 3px solid #d99b4d;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.event-details {
  flex: 1;
  padding: 24px 32px;
  position: relative;
}

.event-details h3 {
  font-size: 22px;
  color: #8b341d;
  margin-bottom: 8px;
  font-weight: 700;
}

.event-details h4 {
  font-size: 18px;
  color: #d99b4d;
  margin-bottom: 8px;
  font-weight: 600;
}

.event-details p {
  font-size: 16px;
  color: #6b2d17;
  margin-bottom: 0;
  line-height: 1.5;
}

.keynote-event {
  background: linear-gradient(90deg, rgba(217, 155, 77, 0.1) 0%, rgba(255, 255, 255, 1) 100%);
}

.keynote-event .event-time {
  background-color: #d99b4d;
  color: #ffffff;
}

.event-type {
  position: absolute;
  top: 16px;
  right: 16px;
  background: #d99b4d;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Agenda Responsive */
@media (max-width: 768px) {
 
  .schedule-container {
    padding: 40px 16px;
  }
  
  .events-list {
    padding: 20px;
  }
  
  .schedule-day {
    margin-bottom: 40px;
  }
  
  .day-header {
    padding: 24px 20px;
  }
  
  .day-header h2 {
    font-size: 26px;
    margin-bottom: 6px;
  }
  
  .day-header p {
    font-size: 16px;
  }
  
  .event-item {
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(139, 52, 29, 0.1);
    overflow: hidden;
    background: #ffffff;
    border-bottom: none;
  }
  
  .event-time {
    flex: none;
    border-right: none;
    border-bottom: 3px solid #d99b4d;
    padding: 16px 20px;
    font-size: 15px;
    letter-spacing: -0.3px;
  }
  
  .event-details {
    padding: 20px 24px;
  }
  
  .event-details h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  
  .event-details h4 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  
  .event-details p {
    font-size: 15px;
  }
  
  .event-type {
    position: static;
    display: inline-block;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
 
  .schedule-container {
    padding: 32px 12px;
  }
  
  .events-list {
    padding: 16px;
  }
  
  .schedule-day {
    margin-bottom: 32px;
  }
  
  .day-header {
    padding: 20px 16px;
  }
  
  .day-header h2 {
    font-size: 24px;
    margin-bottom: 4px;
  }
  
  .day-header p {
    font-size: 15px;
  }
  
  .event-time {
    padding: 14px 16px;
    font-size: 14px;
  }
  
  .event-details {
    padding: 16px 20px;
  }
  
  .event-details h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  
  .event-details h4 {
    font-size: 15px;
    margin-bottom: 4px;
  }
  
  .event-details p {
    font-size: 14px;
  }
}


/* ======= FOOTER SECTION ======= */
.footer-content {
   background-color: #8b341d;
}


.site-footer {
  background-color: #8b341d;
  color: #ffffff;
  padding: 60px 40px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.footer-left {
  flex: 1 1 300px;
  text-align: left;
}

.footer-left hr {
  border: none;
  border-top: 1px solid rgba(255,255,255,0.3);
  margin-bottom: 16px;
  width: 80%;
}

.footer-left h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-left p {
  font-size: 18px;
  color: #f2e5d5;
}

.footer-right {
  flex: 1 1 300px;
  text-align: left;
}

.footer-right h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #ffffff;
}

.contact-line {
  width: 60px;
  height: 3px;
  background-color: #d99b4d;
  margin-bottom: 24px;
}

.footer-right ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}

.footer-right li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  gap: 12px;
  color: #fff;
}

.footer-right .icon {
  color: #d99b4d;
  font-size: 20px;
  line-height: 1;
  margin-top: 2px;
}

.footer-right a {
  color: #ffffff;
  text-decoration: none;
}

.footer-right address {
  font-style: normal;
  color: #ffffff;
}


