<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>

/* =====================================================
   COMPLETE CSS - ORIGINAL + SESSION IMPROVEMENTS ONLY
   ===================================================== */

/* ==========================================================================
   1. IMPORTS & GLOBAL RESET
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html { font-size: 16px; }
body {
  overflow-x: hidden;
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0 !important;
  font-family: "Roboto", sans-serif;
  background: #fff;
  color: #000;
}

/* ==========================================================================
   2. UTILITY CLASSES
   ========================================================================== */
p { font-family: "Roboto", sans-serif; margin-bottom: 8px; line-height: 1.32; }
ul, ul li { list-style: none; margin: 0 !important; padding: 0 !important; }
img { max-width: 100%; height: auto; display: block; }
a { color: #00113f; text-decoration: none !important; display: inline-block; }
form a { color: #00113f; }
.pl-0 { padding-left: 0 !important; }
.pr-0 { padding-right: 0 !important; }

/* ==========================================================================
   3. TYPOGRAPHY
   ========================================================================== */
h1, .fHeading .fModuleTitle h3 {
  font-family: "Roboto", sans-serif;
  line-height: 1;
  margin-bottom: 0.1rem;
}
h1 { font-size: 1.5rem; }
.fHeading .fModuleTitle {
  text-align: center;
  margin-bottom: 20px;
}
.fHeading .fModuleTitle h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

/* ==========================================================================
   4. LAYOUT
   ========================================================================== */
.fModule { margin: 1rem 0; padding: 1rem 0; }
header .fModule, footer .fModule { margin: 0; }
.region-header.row { align-items: center; justify-content: space-between; }
.region-header .main-menu { order: 2; }
.region-header .fLogo { order: 1; }

header {
  /* position: sticky;
  top: 0;
  left: 0;
  right: 0; */
  background: #fff;
  box-shadow: 0px 0px 26px -15px rgba(0, 0, 0, 1);
  z-index: 9999;
}
header h1 { font-size: 1.5rem; }
footer {
  padding: 1rem 0;
  background: #1a1c20;
  color: #000;
  border-top: 1px solid #def1ff;
}
footer p, footer h3, footer a { color: #fff !important; }
footer .fHeading .fModuleTitle h3 { font-size: 1.75rem; }
footer p { font-weight: normal; margin-bottom: 8px; }
footer img { filter: brightness(0) invert(1); margin-bottom: 8px; }

/* ==========================================================================
   5. NAVIGATION
   ========================================================================== */
nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.625rem;
  text-align: right;
}
nav ul li a {
  color: #fff;
  padding: 5px;
  transition: color 0.3s ease;
}
.main-menu a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  text-transform: capitalize;
  color: #333333;
  position: relative;
}
.main-menu a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(to left, #1ebbf0 30%, #39dfaa 100%);
  transition: width 0.6s ease;
}
.main-menu a:hover::before { width: 100%; }
.main-menu .fMenu li { position: relative; }
.main-menu .fMenu ul {
  position: absolute;
  top: 100%;
  width: 250px;
  background: #24c0d6;
  left: 0;
  padding: 0;
  text-align: left;
}
.main-menu .fMenu li:hover ul { display: block; }

/* ==========================================================================
   6. FORM ELEMENTS
   ========================================================================== */
.fForm label {
  display: block;
  width: 100%;
  margin: 0.625rem 0 0;
  font-weight: normal;
  color: #000;
}
.fForm input[type="text"],
.fForm input[type="email"],
.fForm input[type="password"],
.fForm textarea,
.fForm select,
.fForm .date {
  width: 100%;
  max-width: 99%;
  height: 42px;
  padding: 0 0.9375rem;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background: #fff;
  transition: border-color 0.3s ease;
}
.fForm input[type="text"]:focus,
.fForm input[type="email"]:focus,
.fForm input[type="password"]:focus,
.fForm textarea:focus {
  border-color: #92def5;
}
.fForm .buttons input,
a.fButton,
a.fButton2,
.fForm input[type='submit'] {
  display: inline-block;
  margin: 0.75rem 0.625rem 0 0;
  padding: 0.875rem 0.8125rem;
  min-width: 200px;
  min-height: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: #eb7f29;
  border: 2px solid #eb7f29;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.fForm .buttons input:hover,
a.fButton:hover,
.fForm input[type="submit"]:hover {
  background: transparent;
  color: #eb7f29;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
}

/* ==========================================================================
   7. ICONSET & OTHER MODULES (UNCHANGED)
   ========================================================================== */
.iconset .fMenu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: stretch;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.iconset .fMenu > li {
  flex: 1 1 280px;
  padding: 1rem !important;
  background: #f5f5f5;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  transition: transform 0.5s ease;
}
.iconset .fMenu > li:hover { transform: translateY(-5px); }
.fLogo img { max-height: 100px; }
.fPageTitle {
  background: #182b8a;
  padding: 1rem 0;
  text-align: center;
}
.fPageTitle h1 { color: #fff; padding-left: 1.5rem; }

/* ==========================================================================
   8. CUSTOM STYLES (UNCHANGED)
   ========================================================================== */
.bg-grey { background: #dbdbdb; }
.fBanner .fGalleryText {
  position: absolute;
  top: 40%;
  left: 9%;
  transform: translateY(-50%);
  width: 33%;
}
.fBanner .fGalleryText h3 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
}
.fModule table th { background: #182b8a; color: #fff; }
.fCustomList li {
  padding-left: 40px !important;
  margin-bottom: 10px !important;
  position: relative;
}
.fCustomList li:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(https://img.icons8.com/material-rounded/24/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  animation: mymove 1s infinite;
}
@keyframes mymove {
  from { left: 0px; }
  to { left: 10px; }
}

/* ==========================================================================
   🔥 NEW: SESSION/AGENDA IMPROVEMENTS ONLY
   ========================================================================== */
:root {
  --brand-blue: #182b8a;
  --brand-blue-soft: #e4e8fb;
  --border: #e6e9f4;
  --text-dark: #1f2937;
  --muted: #6b7280;
}

.session-container {
  margin: 40px 0;
  max-height: 500px;
  overflow: auto;
}

.session-container table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  font-family: "Roboto", sans-serif;
}

.session-container thead th {
  background: var(--brand-blue);
  color: #fff;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
}

.session-container tbody tr {
  transition: all 0.3s ease;
  border-bottom: 1px solid #f0f2ff;
}

.session-container tbody tr:hover {
  background: #f8faff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(24,43,138,0.12);
}

.session-container td {
  padding: 20px;
  vertical-align: top;
  border: none;
  border-bottom: 1px solid #f0f2ff;
}

.session-container td:first-child {
  width: 120px;
  background: #f8faff;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  white-space: nowrap;
}

.session-title {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
  margin-bottom: 8px;
  cursor: pointer;
  position: relative;
  padding-right: 24px;
}

.session-title:hover { color: #1a2cff; }
.session-title.is-parent::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 2px;
  color: var(--brand-blue);
}

.session-venue {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
  margin-top: 12px;
  padding: 8px 12px;
  background: #f8faff;
  border-radius: 8px;
  width: fit-content;
  margin: 0 auto;
}

.session-people {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.session-people-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f9faff;
  border-radius: 12px;
  border-left: 4px solid var(--brand-blue-soft);
}

.session-people-name {
  font-weight: 600;
  color: var(--text-dark);
  font-size: 11px;
}

.session-people-role {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 8px;
  font-weight: 600;
  background: var(--brand-blue-soft);
  color: var(--brand-blue);
}

.session-time-show i,
.session-venue i,
.session-people-role i {
  font-size: 12px;
  color: var(--brand-blue);
}

/* MOBILE */
@media (max-width: 768px) {
  .session-container thead { display: none; }
  .session-container tbody tr {
    display: block;
    margin-bottom: 16px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    border: 1px solid #e6e9f4;
    background: #182b8a;
  }
  .session-container td {
    display: block;
    padding: 16px 20px;
    border: none;
  }
  .session-container td:first-child {
    background: linear-gradient(135deg, var(--brand-blue), #1a2cff);
    color: #fff;
    font-size: 16px;
    padding: 20px;
    border-radius: 16px 16px 0 0;
  }
}

/* SUBSESSION MODAL */
.subsession-page {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  padding: 20px;
  overflow-y: auto;
}
.subsession-header {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--brand-blue);
  color: #fff;
  padding: 16px 20px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 24px;
}
.subsession-body {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 20px 48px rgba(0,0,0,0.2);
}

/* ==========================================================================
   9. MEDIA QUERIES & FIXES (UNCHANGED)
   ========================================================================== */
@media (max-width: 480px) {
  body { padding-bottom: 0 !important; }
  header { background: #fff !important; position: relative; }
  
}
.no-title .fPageTitle, .no-header header, .no-footer footer, #nav-up { display: none !important; }



.fprogramme-sessions {
    color: #333;
}

/* Hide the session heading */
.session-heading {
    display: none;
}

/* Table styling */
.fTable {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    background-color: #fff;
}

/* Table header styling */
.fTable th {
    background-color: #0a3783;
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: bold;
}

/* Session row styling */
.session-row {
    border-bottom: 1px solid #ddd;
}

.session-row:last-child {
    border-bottom: none;
}

.session-row:hover {
    background-color: #f5f5f5;
}

/* Time column in the table body */
td.session-time {
    padding: 15px;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    color: #0a3783;
    background-color: #f8f9fa;
    border-right: 1px solid #ddd;
    width: 1%; /* Keeps the column width tight */
}

.session-time-start,
.session-time-end {
    display: block;
}

.session-time-end::before {
    content: "–";
    display: block;
    margin: 2px 0;
}

/* Session details cell */
.session-details {
    padding: 15px;
    vertical-align: middle;
}

/* Hide the empty time block within the session details */
.session-details .session-time {
    display: none !important;
}

/* Main session title */
.session-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.session-title a {
    text-decoration: none;
    color: #000;
}

.session-title a:hover {
    text-decoration: underline;
}

/* Venue styling */
.session-venue {
    font-style: italic;
    color: #555;
    margin-top: 5px;
}

/* Sub-session list styling */
.session-sub {
    list-style: none;
    padding: 10px 0 0 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
    margin-top: 10px !important;
}

.session-sub-item {
    background-color: #e9ecef;
    padding: 10px !important;
    border-radius: 5px;
    /* border-left: 5px solid #0a3783; */
}

.session-sub-title {
    font-weight: bold;
    color: #333;
}
.fRegion {
  position: relative;
}
#fModule-56440 {
  position: absolute;
  width: max-content;
  margin: 0 auto;
  top: 4.5%;
  left: 16%;
  transform: translateY(-50%);
  z-index: 10;
}
.titleCenter .fModuleTitle h3 {
  text-align: center;
}
.fDig li {
  padding: 0 15px !important;
}
.fDig p {
  text-align: inherit;
}
.flex-wrap {
  flex-wrap: wrap;
}
.session-container tr:hover td {
  background: #e5efff !important;
}
.session-time-end {
  opacity: 1;
}
.session-time-end {
  color: #111827 !important;
}
.session-row-hidden {
    display: none;
}
.session-full .session-time-date {
    display: inline-block;
    margin: 20px 0;
}
.session-sub-time {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.session-sub-time .session-time-end::before {
    display: none;
}
.session-sub-time .session-time-end {
    font-weight: 600;
}
.session-container .session-details {
  vertical-align: top;
}
.session-sub-item .session-sub-title.session-title {
    font-size: 12px;
}
.program-menu nav {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.program-menu .fMenu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.program-menu .fMenu li {
  flex: 0 0 auto;
  width: 30%;
  border: 1px solid #6491db;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(100, 145, 219);
  box-shadow: -1px 0px 40px -13px rgba(0,0,0,0.75);
  -webkit-box-shadow: -1px 0px 40px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 0px 40px -13px rgba(0,0,0,0.75);
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.program-menu .fMenu li a {
  color: #000;
  padding: 10px;
  display: flex;
  align-items: center;
}
.program-menu .fMenu li.selected a img {
  filter: brightness(0) invert(1);
}
#fContent .program-menu .fMenu li.selected a, #fContent .program-menu .fMenu li a:hover {
  background: #0a3783;
  color: #fff !important;
}
.fprogramme-sessions .session-sub {
  display: none;
}
.fprogramme-sessions .session-title:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(https://img.icons8.com/ios/50/right--v1.png);
  background-size: contain;
  /* right: 0; */
  animation: mymove 2s infinite;
}
@keyframes mymove {
  0% {right: 0px;}
  50% {right: 5px;}
  100% {right: 00px;}
}
.view-session-view #fMatter {
  position: relative;
}
.back-button a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  background: #182b8a;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  margin-left: 20px;
}
.back-button a img {
  filter: brightness(0) invert(1);
}
.fprogramme-sessions .session-item-container {
  position: relative;
}
.fprogramme-sessions .session-item-container .float-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

@media (max-width: 480px) {
  #fModule-59913 {
    padding: 0 !important;
  }
  .program-menu .fMenu {
    flex-wrap: wrap;
  }
  .program-menu .fMenu li {
    /* width: 100%; */
    font-size: 12px;
  }
  .program-menu .fMenu li a img {
    max-height: 20px;
  }
  .fModule table th.session-time {
    border-right: 1px solid #fff;
  }
  body.com-pages.view-module.alias-.path-programme-13th-february- .session-time-start,
  .session-time-end,
  body.com-pages.view-module.alias-.path-programme-14th-february-2026- .session-time-start,
  body.com-pages.view-module.alias-.path-programme-15th-february- .session-time-start,
  .view-session-view td .session-time-end {
    color: #fff !important;
  }
  .view-session-view .session-time-end {
    color: #000 !important;
  }
  .view-session-view .session-container tbody tr {
    background: transparent;
  }
  .notitle .fPageTitle {
    display: none;
  }
  body.com-pages.view-module.alias-.path-programme-13th-february- .f-listing-header .f-listing-header-item select, 
  body.com-pages.view-module.alias-.path-programme-13th-february- .f-listing-header .f-listing-header-item input[type="input"],
  body.com-pages.view-module.alias-.path-programme-14th-february-2026- .f-listing-header .f-listing-header-item select, 
  body.com-pages.view-module.alias-.path-programme-14th-february-2026- .f-listing-header .f-listing-header-item input[type="input"],
  body.com-pages.view-module.alias-.path-programme-15th-february- .f-listing-header .f-listing-header-item select, 
  body.com-pages.view-module.alias-.path-programme-15th-february- .f-listing-header .f-listing-header-item input[type="input"] {
    height: 32px !important;
  }
  .fprogramme-sessions table tr:first-child,
  .view-session-view .session-container tbody tr:first-child,
  .path-programme-13th-february- footer,
  .path-programme-14th-february-2026- footer,
  .path-programme-15th-february- footer {
    display: none;
  }
  .fprogramme-sessions .session-time-show i {
    color: #fff;
  }
  .fprogramme-sessions {
    margin-top: 0 !important;
  }
  .session-time-start, .session-time-end,
  .session-time-end::before {
    display: inline-block;
  }
  body.com-pages.view-module.alias-.path-programme-14th-february-2026- .session-container,
  body.com-pages.view-module.alias-.path-programme-15th-february- .session-container,
  body.com-pages.view-module.alias-.path-programme-13th-february- .session-container,
  .view-session-view .session-container {
    max-height: fit-content !important;
  }
  .program-menu {
    margin: 0 !important;
  }
  .view-session-view .session-full .session-time-date {
    padding: 0 10px;
    border-right: 1px solid #000;
    margin-bottom: 0;
  }
  .view-session-view .fModule {
    margin: 0 !important;
  }
  .view-session-view .session-time-start,
  .view-session-view .session-time-end {
    font-size: 12px;
  }
  .view-session-view .session-time-show i {
    color: #fff !important;
  }
  .view-session-view .session-container td:first-child {
    padding: 10px;
  }
}