﻿html{
    font-size: 20px;
}
body {
  font-family: "Segoe UI", system-ui, sans-serif;
  background: #f8f9fa;
  font-size: 1.0625em;
}

img{
    width: 80%;
}
/* Event meta under banner */
.event-meta {
  background: #1f2b6c;
  color: #fff;
}

.event-meta .container {
  max-width: 980px;
}

.event-meta .meta-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  font-size: 0.647em;
  flex-shrink: 0;
}

.event-meta .meta-text {
  font-size: 0.882em;
  line-height: 1.25;
  color: #fff;
}

.event-meta .meta-address {
  font-size: 0.765em;
  font-weight: 500;
  opacity: 0.9;
}

@media (max-width: 575.98px) {
  .event-meta .meta-text {
    font-size: 0.765em;
  }

  .event-meta .meta-address {
    font-size: 0.647em;
  }
}

/* Buttons */
.btn-orange {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f7931e;
  color: #fff;
  border-radius: 25px;
  padding: 10px 42px 10px 25px;
  font-weight: 700;
  font-size: 0.882em;
}

.btn-orange:hover {
  background: #e57c00;
  color: #fff;
}

.btn-orange::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  font-size: 0.647em;
  line-height: 16px;
  text-align: center;
}

/* Section Titles */
.section-title {
  font-weight: 700;
  color: #1f2b6c;
  font-size: 1.529em;
}

/* Program */
.program-frame {
  border: 1px solid #a6a6a6;
  background: #fff;
  padding: 8px;
}

.program-main-title {
  background: #ef8d36;
  color: #fff;
  font-size: 0.765em;
  font-weight: 700;
  line-height: 1.2;
  padding: 8px 10px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.2px;
  text-shadow: none;
  box-shadow: inset 0 0 0 1px #e07d26;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.program-sub-title {
  background: transparent;
  color: #1f2b6c;
  font-size: 1.059em;
  font-weight: 800;
  line-height: 1.2;
  padding: 6px 0 8px;
  margin-top: 2px;
  margin-bottom: 8px;
  border: 0;
  letter-spacing: 0.35px;
  text-shadow: none;
}

.program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
}

.program-box {
  min-height: 340px;
  border-right: 1px solid rgba(31, 43, 108, 0.12);
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.program-box:last-child {
  border-right: 0;
}

.program-room-title {
  color: #fff;
  font-size: 0.706em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 8px 6px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f3a24f 0%, #dc7f2f 100%);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px 10px 0 0;
  letter-spacing: 0.15px;
}

.pink .program-room-title,
.blue .program-room-title,
.green .program-room-title,
.yellow .program-room-title {
  background: none;
}

.program-list {
  padding: 10px 7px 9px;
}

.program-list p {
  margin: 0 0 8px;
  font-size: 0.647em;
  line-height: 1.25;
  color: #222;
  text-transform: uppercase;
}

.program-list p:last-child {
  margin-bottom: 0;
}

.pink { background: #f8e4e9; }
.blue { background: #d5e9f3; }
.green { background: #dfeeda; }
.yellow { background: #f8e7b8; }
.pink .program-room-title { background: linear-gradient(180deg, #c74964 0%, #d8617b 100%); }
.blue .program-room-title { background: linear-gradient(180deg, #234f9b 0%, #3a6bbb 100%); }
.green .program-room-title { background: linear-gradient(180deg, #5a9e57 0%, #74b66f 100%); }
.yellow .program-room-title { background: linear-gradient(180deg, #d7892d 0%, #eea34f 100%); }

@media (max-width: 575.98px) {
  .program-frame {
    padding: 6px;
  }

  .program-main-title {
    font-size: 0.588em;
    padding: 7px 6px;
    border-width: 1px;
    border-radius: 0;
    letter-spacing: 0.1px;
  }

  .program-sub-title {
    font-size: 0.765em;
    padding: 5px 0 7px;
    margin-top: 1px;
    letter-spacing: 0.2px;
  }

  .program-box {
    min-height: 290px;
  }

  .program-room-title {
    font-size: 0.588em;
    padding: 7px 4px;
    height: 40px;
  }

  .program-list {
    padding: 8px 5px;
  }

  .program-list p {
    font-size: 0.529em;
    margin-bottom: 7px;
  }
}

@media (min-width: 768px) {
  .program-main-title {
    font-size: 0.824em;
    padding: 10px 14px;
  }

  .program-sub-title {
    font-size: 1.235em;
    padding: 8px 0 10px;
  }

  .program-room-title {
    font-size: 0.824em;
    padding: 10px 8px;
    height: 56px;
  }

  .program-list p {
    font-size: 0.706em;
  }
}

/* Speaker */
.section-pill {
  display: inline-block;
  background: linear-gradient(180deg, #5160c3 0%, #2a3b95 52%, #1f2b6c 100%);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 999px;
  padding: 10px 26px;
  font-size: 0.765em;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  box-shadow: 0 0 0 1px #1f2b6c, 0 2px 0 rgba(0, 0, 0, 0.2);
}

.faculty .section-title {
  position: relative;
  z-index: 2;
  margin-bottom: -14px !important;
}

.people-panel {
  border: 2px solid #1f2b6c;
  border-radius: 10px;
  background: #fff;
  padding: 48px 12px 14px;
}

.faculty .people-panel {
  margin-top: 0 !important;
}
.people-panel img{
    max-width: 200px;
    margin-bottom: 20px;
}
.speaker-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #1f2b6c;
  margin-bottom: 10px;
}

.speaker-card h6 {
  font-size: 0.941em;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .section-pill {
    font-size: 0.588em;
    padding: 4px 18px 5px;
  }

  .faculty .section-title {
    margin-bottom: -12px !important;
  }

  .people-panel {
    padding: 22px 8px 10px;
    border-radius: 8px;
  }

  .speaker-card img {
    width: 78px;
    height: 78px;
    border-width: 3px;
    margin-bottom: 8px;
  }

  .speaker-card h6 {
    font-size: 0.706em;
    line-height: 1.25;
  }
}

/* QR */
.qr-section {
  background: linear-gradient(180deg, #F8F9FA 0%, #e2e4ec 38%, #c8cee2 68%, #aeb7d8 100%);
}

.qr-section .row {
  row-gap: 2.5rem !important;
}

.qr-section a{
    width: 100%;
    display: block;
}

.qr {
  width: 200px;
  height: 200px;
  /* border: 4px solid #1f2b6c; */
  border-radius: 10px;
}

@media (max-width: 575.98px) {
  .qr-section {
    background: linear-gradient(180deg, #f2f2f4 0%, #e4e7ef 42%, #ccd3e6 70%, #b3bcdb 100%);
  }
}

/* Footer */
.footer {
  background: #1f2b6c;
  color: #fff;
  font-size: 0.882em;
}



