@charset "UTF-8";
/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: rgb(22.9483471074, 86.2541322314, 168.5516528926);
}
a:hover {
  color: #111;
  text-decoration: underline;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: #eef;
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - 30px * 2);
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.footer-col-wrapper:after, .wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.svg-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #828282;
  padding-right: 5px;
  vertical-align: text-top;
}

.social-media-list li + li {
  padding-top: 5px;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
}
table tr:nth-child(even) {
  background-color: rgb(247.3, 247.3, 247.3);
}
table th, table td {
  padding: 9.999999999px 15px;
}
table th {
  background-color: rgb(239.65, 239.65, 239.65);
  border: 1px solid rgb(221.8, 221.8, 221.8);
  border-bottom-color: rgb(201.4, 201.4, 201.4);
}
table td {
  border: 1px solid #e8e8e8;
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid rgb(66.25, 66.25, 66.25);
  border-bottom: 1px solid #e8e8e8;
  min-height: 55.95px;
  position: relative;
}

.site-title {
  font-size: 26px;
  font-weight: 300;
  line-height: 54px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
.site-title, .site-title:visited {
  color: rgb(66.25, 66.25, 66.25);
}

.site-nav {
  float: right;
  line-height: 54px;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  display: none;
}
.site-nav .page-link {
  color: #111;
  line-height: 1.5;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .site-nav {
    position: absolute;
    top: 9px;
    right: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    text-align: right;
  }
  .site-nav label[for=nav-trigger] {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    z-index: 2;
    cursor: pointer;
  }
  .site-nav .menu-icon {
    display: block;
    float: right;
    width: 36px;
    height: 26px;
    line-height: 0;
    padding-top: 10px;
    text-align: center;
  }
  .site-nav .menu-icon > svg {
    fill: rgb(66.25, 66.25, 66.25);
  }
  .site-nav input ~ .trigger {
    clear: both;
    display: none;
  }
  .site-nav input:checked ~ .trigger {
    display: block;
    padding-bottom: 5px;
  }
  .site-nav .page-link {
    display: block;
    margin-left: 20px;
    padding: 5px 10px;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 0;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0;
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
}

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px;
}

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px;
}

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - 30px / 2);
}

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - 30px / 2);
}

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - 30px / 2);
}

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - 30px / 2);
  }
  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - 30px / 2);
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1;
}

.page-heading {
  font-size: 32px;
}

.post-list-heading {
  font-size: 28px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: #828282;
}

.post-link {
  display: block;
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .post-content h2 {
    font-size: 28px;
  }
}
.post-content h3 {
  font-size: 26px;
}
@media screen and (max-width: 800px) {
  .post-content h3 {
    font-size: 22px;
  }
}
.post-content h4 {
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  .post-content h4 {
    font-size: 18px;
  }
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

/* Conference Website Styles - Enhanced Design */
/* Variables */
/* Global Styles */
body {
  font-family: "Poppins", "Roboto", Arial, sans-serif;
  line-height: 1.5;
  color: #0B2441;
  background-color: #fff;
  overflow-x: hidden;
}

/* Work In Progress Ribbon */
.wip-ribbon {
  width: 100%;
  height: 35px;
  background-color: #f44336;
  color: white;
  text-align: center;
  line-height: 35px;
  font-weight: 700;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  animation: pulseWarning 2s infinite;
}

@keyframes pulseWarning {
  0% {
    background-color: #f44336;
  }
  50% {
    background-color: rgb(234.1839622642, 27.9622641509, 12.8160377358);
  }
  100% {
    background-color: #f44336;
  }
}
a {
  color: #3783D9;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: #f39c12;
  text-decoration: none;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  display: inline-block;
  background: linear-gradient(135deg, #3783D9, #1B508D);
  color: white;
  padding: 12px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  color: white;
}
.btn.accent {
  background: linear-gradient(135deg, #1B508D, #0B2441);
  color: white;
}
.btn.accent:hover {
  color: white;
}

.cta-button .btn,
.hero-buttons .btn {
  background: #3783D9;
  color: white;
}
.cta-button .btn:hover,
.hero-buttons .btn:hover {
  background: rgb(35.2857142857, 105.8571428571, 185.7142857143);
  color: white;
}

.section {
  padding: 80px 0;
}
.section-heading {
  text-align: center;
  margin-bottom: 60px;
}
.section-heading h2 {
  font-size: 36px;
  font-weight: 500;
  color: #1B508D;
  position: relative;
  display: inline-block;
}
.section-heading h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  background: #f39c12;
  margin: 15px auto 0;
  border-radius: 2px;
}
.section-heading p {
  font-size: 18px;
  color: #6c757d;
  max-width: 700px;
  margin: 20px auto 0;
}

/* Header Styles */
.site-header {
  background: white;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 80px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-header .site-branding {
  display: flex;
  align-items: center;
}
.site-header .site-branding .site-logo {
  height: 70px;
  width: auto;
  margin-right: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: transform 0.3s ease;
}
.site-header .site-branding .site-logo:hover {
  transform: scale(1.05);
}
.site-header .site-title {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(#3783D9, #1B508D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  letter-spacing: -0.5px;
}
.site-header .site-title:hover {
  text-decoration: none;
}
.site-header .site-title .title-highlight {
  background: #f39c12;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.site-header .site-nav {
  text-align: center;
  clear: both;
  position: relative;
  width: 100vw;
  margin: 0;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 0;
}
.site-header .site-nav .trigger {
  z-index: 2000;
  position: relative;
  background: #8BB7E9;
  margin: 0;
  padding: 0 0;
}
.site-header .site-nav .page-link {
  color: #1B508D;
  margin-right: 25px;
  font-weight: 600;
  position: relative;
  padding: 0;
  line-height: 1;
}
.site-header .site-nav .page-link:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #f39c12;
  transition: width 0.3s;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.site-header .site-nav .page-link:hover {
  color: #3783D9;
}
.site-header .site-nav .page-link:hover:after {
  width: 100%;
}

.conference-banner {
  background: #1B508D;
  color: white;
  padding: 6px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.conference-banner .conference-dates {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-shadow: none;
}

.hero-banner {
  background: url("/images/boston-harbor.jpg") center center;
  background-size: cover;
  background-attachment: fixed;
  color: white;
  padding: 100px 0 60px;
  margin: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: -30px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.hero-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 0;
}
.hero-banner .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero-banner .hero-content h1 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  color: white;
  text-shadow: 0 3px 15px rgba(0, 0, 0, 0.8);
}
.hero-banner .hero-content h1:after {
  display: none;
}
.hero-banner .hero-content p {
  font-size: 22px;
  max-width: 800px;
  margin: 0 auto 30px;
  opacity: 0.95;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.hero-banner .hero-content .btn {
  margin: 0 10px;
  font-size: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Home Page */
.home .page-content h1:first-child,
.home .page-content .page-heading,
.home h1.page-heading {
  display: none;
}

.home .page-content h1:first-child:after,
.home .page-content .page-heading:after,
.home h1.page-heading:after {
  display: none;
}

.home-content {
  padding: 0;
}
.home-content .features-section {
  padding: 80px 0;
}
.home-content .features-section .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
}
.home-content .features-section .features-grid .feature-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  transition: all 0.3s ease;
  text-align: center;
}
.home-content .features-section .features-grid .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.home-content .features-section .features-grid .feature-card .feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3783D9, #1B508D);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.home-content .features-section .features-grid .feature-card .feature-icon i {
  color: white;
  font-size: 30px;
}
.home-content .features-section .features-grid .feature-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #1B508D;
}
.home-content .features-section .features-grid .feature-card p {
  color: #6c757d;
  margin-bottom: 0;
}

/* Important Dates */
.important-dates {
  background: white;
  padding: 0 30px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  border-left: 5px solid #f39c12;
}
.important-dates h2 {
  color: #1B508D;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
}
.important-dates h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #f39c12;
  margin-top: 10px;
  border-radius: 2px;
}
.important-dates ul {
  list-style-type: none;
  padding: 0;
}
.important-dates ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e9ecef;
  display: flex;
  align-items: center;
}
.important-dates ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.important-dates ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #f39c12;
  border-radius: 50%;
  margin-right: 15px;
}
.important-dates ul li strong {
  color: #3783D9;
  font-weight: 700;
  margin-right: 10px;
}
.important-dates .countdown-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.important-dates .countdown-wrapper .countdown-item {
  text-align: center;
  width: 23%;
}
.important-dates .countdown-wrapper .countdown-item .countdown-number {
  font-size: 32px;
  font-weight: 800;
  color: #3783D9;
  line-height: 1;
}
.important-dates .countdown-wrapper .countdown-item .countdown-label {
  font-size: 14px;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 5px;
}

/* Content Sections */
.page-content h1, .page-content h2, .page-content h3 {
  color: #1B508D;
}
.page-content h1 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}
.page-content h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70px;
  height: 4px;
  background: #f39c12;
  border-radius: 2px;
}
.page-content h2 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}
.page-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}
.page-content p {
  margin-bottom: 20px;
  line-height: 1.8;
}
.page-content ul, .page-content ol {
  margin-bottom: 25px;
  padding-left: 20px;
}
.page-content ul li, .page-content ol li {
  margin-bottom: 10px;
  position: relative;
}
.page-content .content-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
  border-top: 5px solid #3783D9;
}

/* Tables */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
table th {
  background: #1B508D;
  color: white;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  border: none;
}
table th:first-child {
  border-top-left-radius: 10px;
}
table th:last-child {
  border-top-right-radius: 10px;
}
table td {
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  font-size: 15px;
  vertical-align: middle;
}
table tr {
  background-color: white;
  transition: all 0.3s ease;
}
table tr:hover {
  background-color: #f8f9fa;
}
table tr:last-child td {
  border-bottom: none;
}
table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
table tr:nth-child(even) {
  background-color: #f8f9fa;
}
table tr:nth-child(even):hover {
  background-color: #f1f3f5;
}

/* Speaker Cards */
.speaker-details {
  display: flex;
  margin-bottom: 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.speaker-details .speaker-image {
  flex: 0 0 200px;
  position: relative;
  overflow: hidden;
}
.speaker-details .speaker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.speaker-details .speaker-image:hover img {
  transform: scale(1.05);
}
.speaker-details .speaker-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: 1;
}
.speaker-details .speaker-bio {
  flex: 1;
  padding: 30px;
}
.speaker-details .speaker-bio h3 {
  margin-top: 0;
  color: #3783D9;
  font-size: 24px;
  font-weight: 700;
}
.speaker-details .speaker-bio h4 {
  color: #6c757d;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.speaker-details .speaker-bio p {
  margin-bottom: 20px;
  line-height: 1.7;
}

.speaker-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.speaker-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.speaker-card h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
.speaker-card h2 a {
  color: #1B508D;
}
.speaker-card h2 a:hover {
  color: #3783D9;
}
.speaker-card h3 {
  font-size: 16px;
  color: #6c757d;
  margin-bottom: 15px;
}
.speaker-card p {
  margin-bottom: 20px;
}
.speaker-card .read-more {
  display: inline-block;
  background: linear-gradient(135deg, #3783D9, #1B508D);
  color: white;
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.speaker-card .read-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  color: white;
}
.speaker-card .card-content {
  padding: 25px;
}

/* Footer */
.site-footer {
  background: #1B508D;
  color: white;
  padding: 30px 0px 0px;
  position: relative;
  overflow: hidden;
}
.site-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #1B508D;
}
.site-footer:after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
}
.site-footer a {
  color: white;
  transition: all 0.3s ease;
}
.site-footer a:hover {
  color: #f39c12;
  text-decoration: none;
}
.site-footer .footer-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.site-footer .footer-col {
  flex: 1 0 250px;
  margin-bottom: 5px;
  color: white;
}
.site-footer .footer-col h2 {
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}
.site-footer .footer-col h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #f39c12;
  border-radius: 2px;
}
.site-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-col ul li {
  margin-bottom: 12px;
}
.site-footer .footer-col ul li:before {
  content: "→";
  margin-right: 10px;
  color: #f39c12;
}
.site-footer .social-media-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.site-footer .social-media-list li {
  margin-right: 15px;
}
.site-footer .social-media-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.site-footer .social-media-list li a:hover {
  background: #f39c12;
  transform: translateY(-3px);
}
.site-footer .social-media-list li a svg {
  width: 20px;
  height: 20px;
}
.site-footer .copyright {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

/* Program Timeline */
/* Program Styles */
.program-day-container {
  margin-bottom: 60px;
}

.program-day {
  font-size: 32px;
  font-weight: 800;
  color: #1B508D;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #f39c12;
  display: inline-block;
}

.program-timeline {
  position: relative;
  padding: 30px 0;
}
.program-timeline h3 {
  font-size: 24px;
  font-weight: 500;
  color: #3783D9;
  margin-bottom: 25px;
  background: white;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: inline-block;
}
.program-timeline h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #1B508D;
  background: linear-gradient(90deg, rgba(30, 136, 229, 0.1), rgba(255, 255, 255, 0));
  padding: 10px 15px;
  border-left: 4px solid #3783D9;
  border-radius: 4px;
}
.program-timeline p, .program-timeline ul, .program-timeline ol {
  margin-left: 20px;
}
.program-timeline ul {
  list-style: none;
  margin-bottom: 30px;
}
.program-timeline ul li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-bottom: 1px dashed #e9ecef;
}
.program-timeline ul li:last-child {
  border-bottom: none;
}
.program-timeline ul li:before {
  content: "🕒";
  position: absolute;
  left: 0;
  top: 12px;
}
.program-timeline em {
  display: block;
  color: #6c757d;
  font-style: italic;
  margin-bottom: 15px;
  margin-left: 20px;
}
.program-timeline .timeline-item {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  padding: 25px 30px 25px 70px;
}
.program-timeline .timeline-item:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 25px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: white;
  border: 4px solid #f39c12;
  box-shadow: 0 0 0 4px rgba(255, 152, 0, 0.2);
}
.program-timeline .timeline-item .time {
  display: inline-block;
  background: #f39c12;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}
.program-timeline .timeline-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #1B508D;
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  background: transparent;
  box-shadow: none;
  display: block;
}
.program-timeline .timeline-item h4 {
  color: #6c757d;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  background: transparent;
  border-left: none;
  padding: 0;
}
.program-timeline .timeline-item p {
  margin-bottom: 10px;
  margin-left: 0;
}

/* Media Queries */
@media screen and (max-width: 992px) {
  .hero-banner {
    padding: 100px 0 80px;
  }
  .hero-banner .hero-content h1 {
    font-size: 40px;
  }
  .hero-banner .hero-content p {
    font-size: 18px;
  }
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 768px) {
  .site-header .site-title {
    font-size: 22px;
  }
  .hero-banner {
    padding: 80px 0 60px;
  }
  .hero-banner .hero-content h1 {
    font-size: 32px;
  }
  .hero-banner .hero-content p {
    font-size: 16px;
  }
  .hero-banner .hero-content .btn {
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
  .speaker-details {
    flex-direction: column;
  }
  .speaker-details .speaker-image {
    flex: 0 0 auto;
    height: 250px;
  }
  .important-dates .countdown-wrapper {
    flex-wrap: wrap;
  }
  .important-dates .countdown-wrapper .countdown-item {
    width: 48%;
    margin-bottom: 15px;
  }
  .footer-col {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 576px) {
  .hero-banner {
    padding: 60px 0 40px;
  }
  .hero-banner .hero-content h1 {
    font-size: 28px;
  }
  .hero-banner .hero-content p {
    font-size: 15px;
  }
  .section-heading h2 {
    font-size: 28px;
  }
  .section-heading p {
    font-size: 15px;
  }
  .page-content h1 {
    font-size: 28px;
  }
  .page-content h2 {
    font-size: 22px;
  }
  .program-timeline:before {
    left: 15px;
  }
  .program-timeline .timeline-item {
    padding-left: 45px;
  }
  .program-timeline .timeline-item:before {
    left: 5px;
    width: 20px;
    height: 20px;
  }
}

/*# sourceMappingURL=style.css.map */