  body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: #242424;
}

.ms-header {
  border-bottom: 1px solid #eee;
}
p { font-size:16px;line-height:20px; color:#2d2d2d; }

.ms-logo-img { height: 32px; }
.ms-logo-text { font-weight: 600; font-size: 14px; }
.ms-logo-text span { font-weight: 400; font-size: 12px; }

.ms-header-links a {
  margin-left: 16px;
  font-size: 14px;
  color: #0067B8;
  text-decoration: none;
}
table.table.ms-agenda-table tr td:nth-child(1) {
    width: 33%;
}
table.table.ms-agenda-table tr td:nth-child(2) {
    width: 33%;
}
table.table.ms-agenda-table tr td:nth-child(3) {
    width: 33%;
}.ms-card-text-desc {
    min-height: 50px;
}
.ms-hero {
  position: relative;
  color: #fff;
  padding: 110px 0;
  background: url("../images/banner.png") no-repeat;
  background-position: center right;
  background-size: cover;
}
.ms-event-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}



.ms-event-header {
  background: #0067B8;
  color: #fff;
  text-align: center;
  font-weight: 600;
  padding: 8px 12px;
  font-size: 15px;
}

.ms-event-body {
  display: flex;
  align-items: center;
  padding: 20px;
}


.ms-event-item {
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 0 0 45%;
}

.ms-event-icon {
  width: 28px;
  height: 28px;
}

.ms-event-text div {
  font-size: 14px;
  line-height: 1.4;
}

.ms-muted {
  color: #666;
  font-size: 13px;
}

.ms-event-divider {
  width: 1px;
  height: 70px;
  background: #e0e0e0;
  margin: 0 10px;
}

/* Mobile handling */
@media (max-width: 768px) {
  .ms-event-body {
    flex-direction: column;
    gap: 16px;
  }

  .ms-event-divider {
    width: 100%;
    height: 1px;
    margin: 12px 0;
  }
}
.ms-hero .container { position: relative; z-index: 2; }

.ms-hero-title {
  font-size: 40px;
  font-weight: 600;
}

.ms-btn-primary {
  background: #0067B8;
  color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
  border: none;
  min-width: 400px;
}

.ms-btn-primary:hover, .ms-btn-primary:active, .ms-btn-primary:focus, .ms-btn-primary:visited {
  background: #0067B8;
  color: #fff;
  padding: 10px 24px;
  border-radius: 4px;
  border: none;
}
.ms-form-card {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.ms-section {
  padding: 25px 0;
}
.ms-form-card input, .ms-form-card select, .ms-form-card select option {
    border-radius: 0px;
}
.ms-section-title {
  font-size: 28px;
  font-weight: 600;
}

.ms-card {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  text-align: center;
  transition: transform .25s ease;
      box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px
}
.footer-logo img {
    max-width: 100px;
}
.footer-logo {
    text-align: left;
}
.swiper-wrapper {
    padding-bottom: 50px;
}footer.footer {
    margin-top: 30px !important;
}
.speakers-block { padding-bottom:40px; }
.ms-card:hover { transform: translateY(-4px); }
.ms-speaker-card h6 {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
}
.ms-speaker-card p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
}
.ms-speaker-card {
  background: #fff;
  border-radius: 12px;
  padding: 80px 20px 24px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.ms-header-links a { color:#2d2d2d; }
.p-top-50 { padding-top:50px; }
.ms-speaker-card:before { 
content: close-quote;
position: absolute;
  background: url("../images/channel_bottom.png") no-repeat;
  bottom: -30px;
  width: 100%;
  height: 50px;
  left: 0;
  right: 0;
  background-size: contain;
}
.ms-speaker-top {
  position: absolute;
  inset: 0 0 auto 0;
  height: 90px;
  background: linear-gradient(135deg,#CD5E68,#2A4181);
  border-radius: 12px 12px 0 0;
}
/* Outer gradient border */
.ms-event-gradient-border {
  padding: 1.5px; /* thickness of gradient border */
  border-radius: 16px;
  background: linear-gradient(45deg, #CD5E68, #2A4181);
}.block-element img {
    width: 100%;
}

.ms-event-card {
  border: 1px solid #2A4181;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
/* Inner white container */
.ms-event-detail-wrap {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
}

.ms-speaker-img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin-top: -48px;
  position: relative;
}

.ms-agenda-tabs .nav-link {
  color: #666;
  font-weight: 600;
}

.ms-agenda-tabs .nav-link:visited, .ms-agenda-tabs .nav-link:hover, .ms-agenda-tabs .nav-link:focus, .ms-agenda-tabs .nav-link.active {
    color: #0067B8;
    border-bottom: 2px solid #0067B8;
    border-radius: 0px;
    background: transparent;
} 
/* EVEN rows (table body only) */
.ms-agenda-table tbody tr:nth-child(even) > td {
  background-color: #F5F5F5;
}

/* Optional: hover state (recommended) */
.ms-agenda-table tbody tr:hover {
  background-color: #d9efe3;
}

.ms-agenda-table thead tr th:first-child {
  border-top-left-radius: 8px;
}
.ms-agenda-table thead tr th:last-child {
  border-top-right-radius: 8px;
}


/* 1️⃣ Apply gradient to the HEADER ROW */
.ms-agenda-table thead tr {
  background: linear-gradient(
    90deg,
    #CD5E68 0%,
    #6A4C93 50%,
    #2A4181 100%
  );
}

/* 2️⃣ Make TH transparent so gradient shows through */
.ms-agenda-table thead th {
  background: transparent !important;
  color: #ffffff;
  font-weight: 600;
  vertical-align: middle;
  white-space: nowrap;
}

/* 3️⃣ Clean borders so gradient looks seamless */
.ms-agenda-table thead th,
.ms-agenda-table thead tr {
  border: none;
}
.ms-agenda-table tr th {
    font-size: 14px;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    color: #fff;
        border: 1px solid #E3E3E3;

}
.ms-agenda-table tr td {
    font-size: 13px;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    border: 1px solid #E3E3E3;
}
.ms-footer {
  border-top: 1px solid #E3E3E3;
  font-size: 14px;
}
.ms-form-step {
  display: none;
}

.ms-form-step.active {
  display: block;
}

.ms-error {
  font-size: 12px;
  color: #d13438;
  margin-top: 4px;
}

.form-control.is-invalid,
.form-select.is-invalid {
  border-color: #d13438;
}
.swiper-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #d0d0d0;
  opacity: 1;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.swiper-pagination-bullet-active {
  background-color: #0067B8;
  transform: scale(1.25);
}

@media(max-width: 767.9px) {
  .ms-btn-primary { min-width:auto; }
  .ms-header-links a {
    font-size: 10px;
}
.ms-hero-title { font-size:32px; }
p {
    font-size: 14px;
    line-height: 20px;
    color: #2d2d2d;
}
}