* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #191d62;
  --neutral: #e0e6ec;
  --secondary: #10d9b7;

  /* Text colors */
  --text-primary: #191d62;
  --text-secondary: #ddd;
  --shadow-primary: 0 0px 0px 0 rgb(188 134 0 / 10%), 0 0 2px 0 rgb(188 149 0 / 10%), 0 2px 0px 0 rgb(188 95 0 / 20%);

  /* gradient colors */
  --gradient-primary: linear-gradient(90deg, var(--primary) 1.82%, var(--primary) 98.91%);
  --gradient-card: linear-gradient(-45deg, var(--neutral) 1%, var(--secondary) 99%);
}

/* Utility classes */
.bg-primary {
  background-color: var(--primary) !important;
}

.bg-gradient {
  background: var(--gradient-primary);
}

.bg-neutral {
  background-color: var(--neutral) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-neutral {
  color: var(--neutral) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.shadow-primary {
  box-shadow: var(--shadow-primary);
}

.form-wrap {
  border-radius: 1rem;
}


body {
  font-family: "Inter", sans-serif;
  background: #fff;
}

.wrapper {
  padding: 4rem 0;
}


/* ===== Footer v2 ===== */
.footer-v2 {
  position: relative;
  color: var(--text-primary);
  background-color: var(--neutral);
  /* background-image: url('./img/footerbg.jpg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* diagonal overlay for the hero look */
.footer-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(85% 120% at -10% -20%, rgba(255, 255, 255, .06) 0%, rgba(255, 255, 255, 0) 70%),
    linear-gradient(135deg, rgba(255, 255, 255, .05) 0%, rgba(0, 0, 0, 0) 55%);
  pointer-events: none;
}

.footer-v2 .wrapper {
  position: relative;
  z-index: 1;
}

.footer-v2 h4,
.footer-v2 h5 {
  color: var(--color-green);
  font-weight: 700;
}

.footer-v2 a {
  color: var(--text-primary) !important;
}

.footer-v2 a:hover {
  color: #fff !important;
  text-decoration: underline;
}

/* left signup panel */
.ft-hero {
  padding: 32px 24px;
  border-radius: 10px;
  background: rgba(0, 0, 0, .18);
}

.ft-hero h3 {
  margin: 0 0 .5rem;
  font-weight: 700;
}

.ft-hero p {
  margin: 0 0 1.25rem;
  opacity: .95;
}

.ft-form .form-control {
  height: 48px;
  border: 1px solid #fff;
  background: var(--neutral);
  color: #000;
}

.ft-form .form-control::placeholder {
  color: #858585ff;
  font-size: 14px;
}



/* right side columns */
.ft-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1rem;
}

.ft-links li {
  margin: 2px 0;
  font-size: 14px;
  flex-basis: 50%;
}

.ft-links i {
  color: #90a4ae !important;
}

/* keep your icon tone */
.ft-sep {
  border-top: 1px solid #51616a;
  margin: 1.25rem 0;
}

.contact-band {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;

  .media {
    flex: 1;
  }
}

/* contact band */
.contact-band .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .08);
  margin-right: .75rem;
}

label {
  padding: 0 !important;
}

.contact-band .label {
  color: var(--text-primary);
  font-size: .9rem;
  margin: 0;
}

.contact-band .value {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  text-wrap-mode: nowrap;
}

/* bottom bar */
.footer-bottom {
  border-top: 1px solid var(--primary);
  margin-top: 8px;
  padding: 16px 0;
  text-align: center;
  color: var(--text-primary);
}

/* responsive */
@media (min-width:992px) {
  .ft-hero {
    margin-right: 12px;
  }
}

@media (max-width:575.98px) {
  .ft-hero {
    padding: 24px 16px;
  }
}


/* navbar  */
.container-fluid {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  height: auto;
}

@media (max-width: 991px) {
  .container-fluid {
    width: 100%;
  }


}

.gap-2 {
  gap: 8px;
}

.gap-4 {
  gap: 16px;
}

.gap-5 {
  gap: 24px;
}

.gap-ratio {
  gap: 20%;
}

.cont {
  width: 98%;
  margin: auto;
}

.brder {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px inset;
  background: white;
  padding: 2%;
}

.navbar-collapse {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.dropdown .dropdown-menu {
  border-radius: 0;
}

.brand {
  font-family: "ArialRounddedMT";
  font-size: 36px;
  line-height: 36px;
  color: #0c489e;
}

.brand img {
  width: 80%;
  line-height: 30px;
  height: auto;
  margin: 2rem 0;
}

.brand .tag-line {
  line-height: 24px;
  font-size: 13px;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}


@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
  }


}


.navbar-light .navbar-nav .nav-link {
  color: var(--text-primary) !important;
  padding: 12px 14px;
  font-size: 14px !important;
  display: inline-block;
}

.border-left {
  border-left: 1px solid #ccc !important;
  height: 50px;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: var(--secondary) !important;

}


/* header refresh */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e6e9ef;
}

.header-top {
  background: #ffffff;
  border-bottom: 1px solid #e6e9ef;
}

.header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 12px;
}

.header-brand img {
  height: 52px;
  width: auto;
}

.header-top-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 13px;
  color: #0b1f40;
}

.top-link {
  color: #0b1f40;
  text-decoration: none;
  font-weight: 500;
}

.top-link:hover {
  color: #0b1f40;
  text-decoration: none;
  opacity: 0.75;
}

.top-icon {
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0b1f40;
  text-decoration: none;
}

.top-icon:hover {
  color: #0b1f40;
  text-decoration: none;
  opacity: 0.75;
}

.top-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #00c7a5;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px;
}

.top-lang {
  border: 0;
  background: transparent;
  color: #0b1f40;
  font-weight: 500;
  font-size: 13px;
  padding: 4px 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.top-lang.dropdown-toggle::after {
  display: none;
}

.header-toggle {
  display: none;
  color: #0b1f40;
}

.header-nav {
  background: #f4f6f8;
  padding: 0;
}

.header-nav-inner {
  padding: 0;
}

.header-nav-list {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 0;
}

.header-nav-list .nav-item {
  border-right: 1px solid #e2e7ee;
}

.header-nav-list .nav-link {
  color: #0b1f40 !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 13px !important;
  padding: 16px 22px;
}

.header-nav-list .nav-link:hover,
.header-nav-list .nav-link:focus {
  color: #0b1f40 !important;
  background: #ffffff;
}

.header-nav-list .nav-link.active,
.header-nav-list .active>.nav-link {
  background: #ffffff;
}

.header-nav-list .nav-cta {
  margin-left: auto;
  border-right: 0;
  background: #10d9b7;
}

.header-nav-list .nav-cta-btn {
  color: #003c34 !important;
  font-weight: 700;
  text-transform: uppercase;
  padding: 16px 28px;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
}

.header-nav .dropdown-menu {
  border-radius: 0;
  border: 1px solid #e2e7ee;
  margin-top: 0;
}

.header-nav .dropdown-item {
  font-size: 13px;
  font-weight: 600;
  color: #0b1f40;
}

.header-nav .dropdown-item:hover,
.header-nav .dropdown-item:focus {
  background: #f4f6f8;
  color: #0b1f40;
}

@media (max-width: 991px) {
  .header-top-inner {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .header-top-actions {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .header-toggle {
    display: inline-flex;
  }

  .header-nav {
    border-bottom: 0;
  }

  .header-nav-list {
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid #e2e7ee;
  }

  .header-nav-list .nav-item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e2e7ee;
  }

  .header-nav-list .nav-link,
  .header-nav-list .nav-cta-btn {
    width: 100%;
    padding: 14px 18px;
  }

  .header-nav-list .nav-cta {
    margin-left: 0;
  }
}

/* footer */

.footer h4 {
  margin-bottom: 30px;
}

.footer>div ul {
  margin: 0px;
  padding: 0px;
}

.footer>div ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 26px;
}

.footer a,
.footer i {
  color: #fff !important;
}

.footer {
  background-color: #17252a;
  background-repeat: no-repeat;
  line-height: 30px;
  align-items: stretch;
  color: #fff;
}

.footer .newsletter-widget {
  background-color: #11141a;
  padding: 20px 30px 30px;
  margin-bottom: 0px;
  line-height: 22px;
}

.widget-content div {
  margin-bottom: 15px;
  color: #d4dae3 !important;
}

.newsletter-widget input {
  height: 50px;
  color: #fff;
  width: 100%;
  padding: 0 18px;
  background-color: #292c31;
  margin-bottom: 20px;
  border: 0px;
}

.btn-style-one {
  position: relative;
  padding: 11px 40px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  background: #0a387a;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0px;
}




.webinar-card {
  padding: 1rem 0;
  background-color: #fff;
  display: block;
  position: relative;
  margin: 16px 0;
  box-shadow: 0px 1px 16px #d3d3d36b;
  width: 100%;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;

  .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: var(--primary);
  }

  .speaker-name {
    color: var(--secondary) !important;
    text-decoration: none;
    font-weight: 400;
  }
}

.webinar-layout {
  width: 100%;
  padding-bottom: 2rem;

}

.layered-bg {
  border-bottom: 1px solid var(--neutral);
}

.live-webinar-grid {
  margin-top: 10px;
}

.webinar-grid-item {
  padding: 0 12px 24px;
  display: flex;
}

.webinar-grid-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.webinar-grid-link:hover {
  text-decoration: none;
  color: inherit;
}

.webinar-grid-card {
  background: #ffffff;
  color: var(--text-primary);
  padding: 16px;
  width: 100%;
  min-height: 240px;
  display: flex;
  gap: 12px;
  border: 1px solid transparent;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.webinar-grid-card:hover {
  border-color: #d7dee7;
}

.webinar-grid-title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4;
  color: var(--text-primary);
  min-height: 52px;
}

.webinar-grid-datebox {
  min-width: 70px;
  /* background: #f2f5f9; */
  border-radius: 12px;
  padding: 0 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 8px;
}

.webinar-grid-speaker {
  width: 52px;
  height: 52px;
  object-fit: cover;
}

.webinar-grid-month {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--text-primary);
}

.webinar-grid-day {
  font-size: 28px;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1;
}

.webinar-grid-alltime {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.08em;
  color: var(--primary);
  padding: 6px 0;
}

.webinar-grid-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.webinar-grid-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.webinar-grid-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-primary);
  background: var(--neutral);
  padding: 4px 8px;
}

.webinar-grid-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #043c33;
  background: #10d9b7;
  padding: 4px 8px;
}

.webinar-grid-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6px;
  font-size: 13px;
  color: #0b1f40;
}

.webinar-grid-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.webinar-grid-meta i {
  color: #10d9b7;
  width: 14px;
  text-align: center;
}

.webinar-grid-cta {
  max-width: 170px !important;
  margin-top: 8px;
}



@media (max-width: 575.98px) {
  .webinar-grid-item {
    padding: 0 0 16px;
  }

  .webinar-grid-card {
    flex-direction: column;
  }

  .webinar-grid-datebox {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
  }

  .webinar-grid-speaker {
    margin: 0;
  }

  .webinar-grid-day {
    font-size: 22px;
  }
}


.gap-4 {
  gap: 12px
}

.Instructor {
  padding: 4rem 0;
}

.date-picker {
  width: 100px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  border-radius: 1rem;
  box-shadow: 0px 0px 3px #ddd;
  margin: 0 auto;
  padding: 8px;
  font-weight: 600;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;



  .year,
  .month {
    color: #444;
    font-size: 14px;
  }

  .day {
    color: var(--text-primary);
    text-shadow: 1px 1px #ffffff;
    font-size: 50px;
    font-weight: 200;
  }
}


@media(max-width: 578px) {
  .date-picker {
    margin: 0;
    margin-bottom: 1rem;
  }
}

.date-picker p {
  margin: 0px;
}

.hero-section {
  position: relative;
  padding: 70px 0 100px;
  background: #f6f7fb;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 7, 38, 0.712) 0%, rgb(19 19 19 / 7%) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
}


.hero-title {
  font-size: clamp(32px, 5vw, 54px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.hero-subtitle {
  font-size: 16px;
  color: #f3f3f3;
  margin-bottom: 28px;
}

.search-results-title {
  font-size: 14px;
  color: var(--text-secondary);
}

.search-hero-title {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 600;
  color: #121821;
}

.hero-section .search-hero-title {
  color: #f8fafc;
}

.search-hero-dot {
  color: var(--secondary);
}

.search-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.search-empty__icon {
  width: 72px;
  height: 72px;
  border-radius: 20px;
  border: 1px solid #e6ebf2;
  display: grid;
  place-items: center;
  color: #9aa3af;
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 20, 26, 0.08);
}

.search-empty__icon i {
  font-size: 28px;
}

.search-empty__title {
  font-size: 22px;
  color: #475569;
  margin: 8px 0 0;
}

.search-empty__subtitle {
  color: #94a3b8;
  margin: 0 0 6px;
}

.search-empty__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.search-empty__tag {
  border: 1px solid #cfe1ff;
  color: #2563eb;
  background: #f5f9ff;
  padding: 6px 14px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

.search-empty__tag:hover {
  text-decoration: none;
  color: #1d4ed8;
  border-color: #b8d1ff;
}

.search-empty__cta {
  background: #2563eb;
  color: #fff;
  padding: 7px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

.search-empty__cta:hover {
  text-decoration: none;
  color: #fff;
  background: #1d4ed8;
}

.hero-search {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: start;
}

.Title-info ul {
  display: block;
}

.Title-info h6 {
  font-size: 16px;
  line-height: 24px;
  color: #4d618a;
  font-weight: 600;
}

.Title-info h5 {
  font-size: 16px;
  line-height: 24px;
  color: #4d618a;
  font-weight: 600;
}

.Title-info ul li {
  display: block;
  color: #333;
  line-height: 30px;
  font-weight: 500;
}

.webinar {
  /* padding: 20px 0px 0px 0px; */
  text-align: center;
  width: 180px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

  .resp {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



}

.speaker-card-col {
  margin-bottom: 24px;
}

.speaker-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  height: 100%;
  padding: 4px;
  background: var(--speaker-card-bg, #e9eef7);
  text-decoration: none;
  color: #0f141a;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.speaker-card:hover {
  transform: translateY(-4px);
  text-decoration: none;
  color: #0f141a;
}

.speaker-card__image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-bottom: 5rem;
}

.speaker-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-card__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  /* background: linear-gradient(180deg, rgb(255, 255, 255) 0%, #ffffff 65%); */
}


.speaker-card__name {
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  color: #0f141a;
}

.speaker-card__cta {
  font-size: 12px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  color: #0f141a;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 0 0 1px rgba(15, 20, 26, 0.08);
}

@media (max-width: 575.98px) {
  .speaker-card {
    padding: 16px;
  }
}

.speaker-detail {
  padding: 56px 0 72px;
  background: #ffffff;
}

.speaker-detail__card {
  background: #ffffff;
  border-radius: 28px;
  padding: 32px 36px 40px;
  text-align: center;
}

.speaker-detail__avatar {
  width: 140px;
  height: 140px;
  border-radius: 20px;
  object-fit: cover;
  margin-bottom: 16px;
  box-shadow: 0 10px 20px rgba(17, 24, 39, 0.12);
}

.speaker-detail__name {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 700;
  color: #121821;
  margin-bottom: 16px;
}

.speaker-detail__bio {
  text-align: left;
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
}

.speaker-detail__bio p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .speaker-detail {
    padding: 40px 0 56px;
  }

  .speaker-detail__card {
    padding: 24px 22px 30px;
  }

  .speaker-detail__avatar {
    width: 120px;
    height: 120px;
  }

  .speaker-detail__bio {
    text-align: left;
  }
}




.item {
  padding: 20px 20px 12px;
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  display: block;
  position: relative;
  margin: 0px 10px px;
  width: 25rem;
}

.Title-info a h5 {
  font-size: 18px;
  line-height: 24px;
  color: #4d618a;
  font-weight: 600;
}

.Title-info a h5:hover {
  font-size: 18px;
  line-height: 24px;
  color: #4d618a;
  font-weight: 600;
  text-decoration: none;
}



.webinar-search-form {
  background-color: #ffffff;
  display: none;
}

.webinar-search-form form {
  padding: 15px;
}

.Search-form {
  float: left;
  width: 20%;
  padding-right: 15px;
}

.Search-form span {
  float: left;
}

.Search-form input {
  width: 100%;
  margin-right: 10px;
}

.webinar-search-form .search_results {
  background: #eaebf8;
  width: 100%;
}

.webinar-search-form .search_results span {
  color: #266dd4;
}

.Search-form span {
  float: left;
}

.sela {
  width: 100%;
  height: 33px;
}

#filter-button {
  font-size: 16px;
  margin-left: 30px;
  cursor: pointer;
  padding: 1px 6px 2px;
  background: #7b3ae7;
  color: #fff;
}

.pagination-numbers {
  float: right;
  margin: 0px;
  padding: 0px;
}

.pagination-numbers li {
  float: left;
  list-style: none;
  padding: 0px 10px;
}

.my-navigation div {
  float: left;
}

.my-navigation div+div {
  margin-left: 0.5rem;
}

.pagination-numbers {
  float: right;
  margin: 0px;
  padding: 0px;
}

.pagination-numbers>.simple-pagination-navigation-disabled {
  background: #55c904;
  color: #fff;
}

.simple-pagination-page-numbers a {
  border: 1px solid var(--text-secondary);
  margin-right: -1px;
  display: block;
  float: left;
  width: 2rem;
  text-align: center;
}

.simple-pagination-page-numbers a {
  border: 1px solid var(--text-secondary);
  margin-right: -1px;
  display: block;
  float: left;
  width: 2rem;
  text-align: center;
}

.pagination-box {
  background-color: #ffffff;
  padding: 15px;
  margin: 20px 0;
  overflow: hidden;
}


.thr-hedding h5 {
  position: relative;
  border-left: 2px solid var(--secondary);
  padding-left: 15px;
  /*height: 40px;*/
  margin: 40px 10px;
  /*width: 97%;*/
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 0 16px;
}

.section-heading-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-title {
  margin: 0;
  font-size: clamp(1.5rem, 2.2vw, 2.1rem);
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: 0.2px;
}

.section-underline {
  width: 72px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--secondary) 0%, rgba(16, 217, 183, 0) 100%);
}

.section-heading--split {
  align-items: center;
}

@media (max-width: 767.98px) {
  .section-heading {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-actions {
    width: 100%;
  }
}


.fwid {
  width: 97%;
  margin: auto;
}

.confr {
  background: #e8e7ff;
  margin-left: -3%;
  margin-right: -3%;
  padding: 2%;
}


.category-badge {
  background-color: var(--secondary);
  color: var(--text-primary);
  padding: 2px 16px;
  border-radius: 1rem;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
}

.event-title {
  font-weight: 700;
  font-size: 32px;
  color: var(--primary);
  width: 100%;
  margin-bottom: 2rem;
}


@media (min-width: 992px) {

  /* lg and up */
  .event-title {
    width: 60%;
  }
}


.meta-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 6px;
}

.meta-table th {
  width: 120px;
  color: #1b2e25;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

.meta-table td {
  color: #2f5140;
}

.order-card {
  background: #fff;
  border: 1px solid var(--secondary);
  overflow: hidden;
}

.order-card .card-head {
  padding: 8px;

}

.order-card .card-head h4 {
  margin: 0 0 4px 0;
  color: var(--text-primary);
  font-weight: 700;
}

.trainer-pic {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.group-header {
  background: var(--primary);
  color: #fff;
  padding: 10px 14px;
  font-weight: 700;
}

.option-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
}

.option-row:last-child {
  border-bottom: none;
}

.option-row label {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-weight: normal !important;
  padding: 2px 8px !important;
  font-size: 15px;
}

.opt-price {
  font-weight: 500;
  margin-left: 10px;
  margin-right: 14px;
  font-size: 14px;
  min-width: 70px;
  text-align: end;
  color: #2f5140;
}

.cta-wrap {
  padding: 14px;
  border-top: 1px solid #eef1f7;
}

.btn-cart {
  background: var(--primary);
  color: #fff;
  border: none;
  font-weight: 700;
}

.btn-cart:hover {
  color: #fff;
  background: var(--secondary);
}

/* expert section */
.expert-wrap {
  border-top: 4px solid var(--secondary);
  margin-top: 24px;
  padding-top: 22px;
}

.expert-head {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 18px 0;
}

.expert-avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

/* related webinars */
.related-card {
  background: #fff;
  border-radius: 8px;
  padding: 14px;
  margin-top: 16px;
}

.related-card h5 {
  font-weight: 700;
  color: #234161;
}

.related-list p {
  margin-bottom: .5rem;
}

.related-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 8px;
}

.related-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  background: #fafafa;
}

.related-thumb {
  width: 42px;
  height: 42px;
  border-radius: 2px;
  object-fit: cover;
  flex-shrink: 0;
}

.related-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-width: 0;
}

.related-title {
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-title:hover {
  text-decoration: underline;
}

.related-meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #424242;
  gap: 12px;
}

@media (max-width: 575.98px) {
  .related-item {
    align-items: flex-start;
  }

  .related-meta {
    flex-direction: column;
    gap: 2px;
  }
}

/* mobile spacing */
@media (max-width: 991.98px) {
  .order-card {
    margin-top: 16px;
  }
}



/* CSS */
.main-btn {
  align-items: center;
  background-color: var(--primary);
  background-image: linear-gradient(120deg, var(--neutral) 0%, var(--neutral) 50%, var(--primary) 50%, var(--primary) 100%);
  background-size: 220% 100%;
  background-position: 100% 0;
  border: 0;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  gap: 8px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-position 0.35s ease, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.main-btn:hover,
.main-btn:focus {
  background-position: 18% 0;
  text-decoration: none;
  color: var(--primary) !important;
}

.main-btn:active {
  background-position: 0 0;
  color: rgb(255, 255, 255, .7);
}

.main-btn:disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

.webinar-desc {
  font-size: 15px;
}

.webinar-desc ul {
  padding: 1rem 2rem;
  background: #f5f5f5;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.conference-header {
  background: #f3f3f3 url("../img/hero-banner.jpg") no-repeat center / cover;
  color: #0f172a;
  position: relative;
  padding: 30px 0 60px;
  overflow: hidden;
}

.conference-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 48%, rgba(255, 255, 255, 0.25) 100%);
}

.conference-hero {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 6px 0;
}

.conference-hero__kicker {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  color: #de9200;
}

.conference-hero__kicker-row {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.conference-hero__presenter {
  font-size: 16px;
  color: #2b3f57;
  margin: 4px 0;
  font-weight: 600;
}

.conference-hero__title {
  margin: 10px 0 8px;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 800;
  color: #1f3d63;
}

.conference-hero__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 600;
  color: #2b3f57;
}

.conference-hero__timezones span {
  margin-right: 10px;
  white-space: nowrap;
}

.coupon-popover {
  position: fixed;
  left: 20px;
  bottom: 20px;
  max-width: 320px;
  background: linear-gradient(135deg, #fff3d6 0%, #fff 55%);
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.2);
  padding: 16px 18px;
  transform: translateX(-120%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  z-index: 9999;
}

.coupon-popover.is-visible {
  transform: translateX(0);
  opacity: 1;
}

.coupon-popover__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.coupon-popover__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d38100;
}

.coupon-popover__value {
  font-size: 32px;
  font-weight: 800;
  color: #1f3d63;
}

.coupon-popover__code {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #2b3f57;
}

.coupon-popover__code strong {
  background: #d59b2a;
  color: #1a1408;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: 800;
}

.coupon-popover__copy {
  border: 0;
  background: #1f3d63;
  color: #ffffff;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.coupon-popover__copy:hover {
  background: #16304f;
}

.coupon-popover__status {
  font-size: 12px;
  color: #1f3d63;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.coupon-popover__status.is-visible {
  opacity: 1;
}

.coupon-popover__close {
  position: absolute;
  top: 0px;
  right: 0px;
  border: 0;
  background: #ffffff;
  color: #0b1f40;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
}

.coupon-popover__fab {
  position: fixed;
  left: 20px;
  bottom: 20px;
  border: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--secondary);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 30px rgba(11, 31, 64, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 9998;
}

.coupon-popover__fab.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-2px);
}

@media (max-width: 575.98px) {
  .coupon-popover,
  .coupon-popover__fab {
    left: 12px;
    bottom: 12px;
  }

  .coupon-popover {
    max-width: 260px;
  }
}

.conference-hero__stats {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #2b3f57;
}

.conference-hero__stats i {
  color: #64748b;
}

.conference-hero__ceu-icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 6px;
  vertical-align: -3px;
}

.conference-hero__divider {
  opacity: 0.5;
}

.conference-hero__actions {
  margin-top: 18px;

  .subscribe-btn {
    background: var(--secondary);
    color: var(--text-primary) !important;
  }
}
.conference-body {
  background-color: #f3f3f3;
}


.conf-tabs__nav {
  border: 1px solid var(--neutral);
  background: #ffffff;
}

.conf-tabs__nav .nav-link {
  border: 0;
  color: #4b5563;
  padding: 14px 18px;
  position: relative;
  font-size: 16px;
  border-radius: 0;
  font-weight: 600;
}

.conf-tabs__nav .nav-link.active {
  color: var(--text-primary);
  background:var(--neutral);
}


.conf-tabs__nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--secondary);
  border-radius: 6px 6px 0 0;
}

.conf-tabs__content {
  border: 1px solid var(--neutral);
  padding: 16px;
  border-top: 0;
  background: #fff;
}

.conf-speaker-panel {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.conf-speaker-panel__avatar {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
}

.conf-speaker-panel__name {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
}

.conf-speaker-panel__bio {
  color: #4b5563;
  line-height: 1.6;
}

.conf-speaker-panel__empty {
  color: #6b7280;
  font-style: italic;
}

.speaker-webinars {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  padding: 16px 14px 20px;
  margin-bottom: 1rem;

  .webinar-grid-card:hover {
    box-shadow: none;
  }
}

.related-cards {
  background: #ffffff;
  border: 1px solid #e7e7e7;
  padding: 16px 14px 20px;
  margin-bottom: 1rem;
}

.speaker-webinars__head h4 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  color: #1f2937;
  text-align: center;
}

.speaker-webinars__item {
  display: flex;
  justify-content: center;
}

.speaker-webinars__col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.speaker-webinars .webinar-grid-card {
  width: 100%;
}

.speaker-webinars .carousel-control-prev,
.speaker-webinars .carousel-control-next {
  width: 36px;
}

.speaker-webinars .carousel-control-prev-icon,
.speaker-webinars .carousel-control-next-icon {
  background-color: var(--primary);
  border-radius: 50%;
  background-size: 60% 60%;
}

@media (max-width: 767px) {
  .conf-tabs__nav {
    overflow-x: auto;
    white-space: nowrap;
  }

  .conf-tabs__nav .nav-link {
    padding: 12px 14px;
  }

  .conf-speaker-panel {
    flex-direction: column;
  }
}

.share-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.share-modal.is-open {
  display: flex;
}

.share-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.35);
}

.share-modal__dialog {
  position: relative;
  background: #ffffff;
  border-radius: 14px;
  width: min(520px, 92vw);
  padding: 24px 24px 20px;
  box-shadow: 0 24px 60px rgba(15, 20, 26, 0.25);
  display: flex;
  flex-direction: column;
  gap: 18px;
  z-index: 1;
}

.share-modal__title {
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
}

.share-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #9aa3af;
  font-size: 20px;
  cursor: pointer;
}

.share-modal__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  justify-items: center;
}

.share-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #1f2937;
  font-size: 12px;

  &:hover {
    text-decoration: none;
    color: var(--primary);
  }
}

.share-tile__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f4f6;
  font-size: 22px;
}

.share-tile__icon--x {
  font-weight: 700;
  font-size: 20px;
  color: #111827;
}

.share-tile--facebook .share-tile__icon {
  color: #1877f2;
}

.share-tile--linkedin .share-tile__icon {
  color: #0a66c2;
}

.share-tile--whatsapp .share-tile__icon {
  color: #25d366;
}

.share-tile--gmail .share-tile__icon {
  color: #d93025;
}

.share-modal__copy {
  position: relative;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 8px 44px 8px 12px;
  display: flex;
  align-items: center;
}

.share-modal__input {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 13px;
  color: #1f2937;
}

.share-modal__input:focus {
  outline: none;
}

.share-modal__copy-btn {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #f3f4f6;
  color: #4b5563;
  cursor: pointer;
}

.share-modal__status {
  font-size: 12px;
  color: #16a34a;
  text-align: center;
  min-height: 16px;
}

body.share-modal-open {
  overflow: hidden;
}

@media (max-width: 520px) {
  .share-modal__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


@media (max-width: 767px) {
  .conference-header {
    padding: 36px 0 48px;
  }

  .conference-hero__meta {
    font-size: 14px;
  }

  .conference-hero__title {
    font-size: clamp(24px, 6vw, 32px);
  }

  .conference-body {
    padding-top: 1.5rem;
  }
}


/* Center + width control */
#searchForm.searchbar {
  position: relative;
  width: 100%;
  max-width: 620px;
}


.searchbar-input {
  height: 56px;
  padding: 0 110px 0 12px;
  border: 1px solid #e1e5ea;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 20, 26, 0.08);
  font-size: 15px;
}

.searchbar-input:focus {
  outline: 0;
  box-shadow: 0 14px 28px rgba(15, 20, 26, 0.12);
  border-color: #cbd5e1;
}

.searchbar-input::placeholder {
  color: #8b95a5;
}


.searchbar-btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 0;
  height: 100%;
  padding: 0 18px;
  padding-left: 28px;
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0% 100%);
}

.searchbar-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(91, 58, 240, 0.3);
}

@media (max-width: 575.98px) {
  .hero-section {
    padding: 60px 0;
  }

  .searchbar-input {
    height: 52px;
    padding-right: 18px;
  }

  .searchbar-btn {
    position: static;
    transform: none;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    height: 48px;
  }
}

.truncate-15 {
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


.empty-card {
  min-height: 80dvh;
  width: 100%;
  background: #fff;
  border-radius: .5rem;
  gap: 1rem;

  .empty-cart-img {
    width: 150px;
  }
}

.empty-cart-img {
  max-width: 180px;
  /* tweak as you like */
  height: auto;
}

.heading_pera {
  background: var(--gradient-primary) !important;
  color: white;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  padding: 0.8rem;
}


.cart,
.checkout-table {

  /* Minimal, modern inputs for white backgrounds */
  .form-control {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    /* light grey */
    border-radius: .5rem;
    /* softer corners */
    padding: .5rem .675rem;
    /* 10px 14px */
    height: auto;
    line-height: 1;
    color: #111827;
    /* near-black text */
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
  }

  .form-control::placeholder {
    color: #9ca3af;
    /* muted placeholder */
    opacity: 1;
    font-size: 14px;
  }

  .form-control:hover {
    border-color: #d1d5db;
  }

  /* Brand focus (matches your #56cd92 green) */
  .form-control:focus {
    background-color: #fff;
    border-color: var(--primary);
    outline: 0;
    box-shadow: none;
  }

  /* Disabled / readonly */
  .form-control[disabled],
  .form-control:disabled {
    background-color: #f8f9fb;
    color: #9ca3af;
    border-color: #e5e7eb;
    cursor: not-allowed;
  }

  .form-control[readonly] {
    background-color: #fbfbfb;
  }

  /* Textarea + select tweaks */
  textarea.form-control {
    min-height: 120px;
    resize: vertical;
  }

  select.form-control {
    background-color: #fff;
  }

  /* Keep rounded corners inside input-groups/addons */
  .input-group .form-control {
    border-radius: .6rem;
  }

  /* Validation states (optional) */
  .form-control.is-invalid {
    border-color: #ef4444;
    box-shadow: 0 0 0 .2rem rgba(239, 68, 68, .15);
  }

  .form-control.is-valid {
    border-color: #10b981;
    box-shadow: 0 0 0 .2rem rgba(16, 185, 129, .15);
  }

  /* Minor polish for number/search fields */
  input[type=number].form-control::-webkit-outer-spin-button,
  input[type=number].form-control::-webkit-inner-spin-button {
    height: auto;
  }

  input[type=search].form-control {
    -webkit-appearance: none;
  }


  /* ===== Cart table (Bootstrap 4) ===== */
  .table {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 4px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border: 1px solid #e5e7eb;
  }

  .table thead th,
  .table tbody td {
    padding: 8px;
    /* comfy spacing */
    vertical-align: middle;
  }

  .table.table-sticky {
    border-collapse: collapse;
    /* helps with consistent widths */
    width: 100%;
  }

  /* Make head a separate block (stays visible), body scrollable */
  .table.table-sticky thead {
    display: table;
    width: 100%;
    table-layout: fixed;
  }

  .table.table-sticky tbody {
    display: block;
    max-height: 50vh;
    min-height: 40vh;
    overflow-y: auto;
    width: 100%;
  }

  .table.table-sticky tr {
    display: table;
    width: 100%;
    table-layout: fixed;
  }


  /* Column widths – must be set on BOTH th and td */
  .table.table-sticky th:nth-child(1),
  .table.table-sticky td:nth-child(1) {
    width: 6%;
    text-align: center;
    box-sizing: border-box;
  }

  .table.table-sticky th:nth-child(3),
  .table.table-sticky td:nth-child(3) {
    width: 8%;
    text-align: center;
    box-sizing: border-box;
  }

  .table.table-sticky th:nth-child(4),
  .table.table-sticky td:nth-child(4) {
    width: 10%;
    text-align: right;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .table.table-sticky th:nth-child(5),
  .table.table-sticky td:nth-child(5) {
    width: 10%;
    text-align: right;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .table.table-sticky th:nth-child(6),
  .table.table-sticky td:nth-child(6) {
    width: 10%;
    text-align: center;
    box-sizing: border-box;
  }


  .row-gap-4 {
    row-gap: 1rem;
  }


  /* Header row */
  .table thead th {
    /* background:#f8fafc; */
    /* color:#111827; */
    font-weight: 600;
    letter-spacing: .02em;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
  }

  /* Use your existing header row class for brand color */
  .heading-table {
    background: var(--gradient-primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
  }

  /* Body cells */
  .table tbody td {
    color: #374151;
    border-top: 1px solid #f1f5f9;
    font-size: 14px;
  }

  /* Hover */
  .table tbody tr:hover {
    background: var(--neutral);
  }

  /* Links inside table */
  .table a.text-dark {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
  }

  .table a.text-dark:hover {
    text-decoration: underline;
  }

  /* Alignments: item #, quantity, remove centered; money right-aligned */
  .table tbody td:nth-child(1),
  .table tbody td:nth-child(3),
  .table tbody td:nth-child(6) {
    text-align: center;
  }

  .table tbody td:nth-child(4),
  .table tbody td:nth-child(5) {
    text-align: right;
    font-variant-numeric: tabular-nums;
    /* tidy numbers */
  }

  /* Totals cell emphasis */
  .table .itotal {
    font-weight: 600;
  }

  /* HRs printed inside the product-name cell */
  .table td hr {
    border: 0;
    border-top: 1px dashed #e5e7eb;
    margin: .25rem 0;
  }

  /* Quantity input inside table */
  .table .iquantity {
    width: 50px;
    text-align: center;
    margin: 0 auto;
  }

  /* Trash icon size */
  .table .fa-trash {
    font-size: 1rem;
  }

  .checkout-heading {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    margin: 10px 0 6px;
  }

  .checkout-heading__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: var(--primary);
    display: inline-block;
  }

  /* Mobile tweaks */
  @media (max-width:575.98px) {

    .table thead th,
    .table tbody td {
      padding: .625rem .75rem;
      font-size: .95rem;
    }

    .table tbody td:nth-child(4),
    .table tbody td:nth-child(5) {
      white-space: nowrap;
    }
  }

  .coupon-total-div {
    padding: 12px 8px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border-radius: 8px;
  }


}

/* ===== Seminars Page ===== */
.seminars-hero {
  background-color: #fff;
  background-image: repeating-linear-gradient(60deg, color-mix(in srgb, var(--secondary) 10%, transparent) 0 12px, transparent 12px 24px),
    repeating-linear-gradient(-60deg, color-mix(in srgb, var(--secondary) 10%, transparent) 0 12px, transparent 12px 24px);
  background-size: 48px 48px;
  border-bottom: 2px solid var(--secondary);
  padding: 48px 0 56px;
}

.seminars-hero__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.seminars-hero__title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 10px;
}

.seminars-hero__subtitle {
  font-size: 16px;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.seminars-hero__hint {
  font-size: 14px;
  color: var(--text-primary);
  margin-bottom: 24px;
}

.seminars-filter {
  background: #fff;
  padding: 12px 16px 6px;
  border-radius: 2px;
  box-shadow: 0 0px 4px rgba(15, 23, 42, 0.08);
}

.seminars-filter .form-control {
  height: 42px;
  border: 1px solid var(--secondary);
  border-radius: 2px;
  font-size: 14px;
  box-shadow: none;
}

.seminars-filter .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--primary) 20%, transparent);
}

.seminars-list {
  background: #fff;
  padding: 60px 0;

}

.seminars-card {
  background: #fff;
  position: relative;
  border-radius: 34px;
  border: 1px solid var(--neutral);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;

  .main-btn {
    background-color: var(--neutral);
    color: #000 !important;
    font-weight: normal;
  }
}

.seminars-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.seminars-card-link:hover {
  text-decoration: none;
}

.seminars-card__header {
  gap: 12px;
  margin-bottom: 10px;
}

.seminars-card__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin: 0;
  line-height: 1.4;
  padding-right: 70px;
  min-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.speaker-avatar-group {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 6px;
  right: 6px;
  display: flex;
  align-items: end;
  margin-bottom: 10px;
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
}

.seminars-card__avatar {
  width: 64px;
  height: 64px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .18);
  object-fit: cover;
}

.seminars-card__badge {
  position: absolute;
  bottom: -2px;
  right: -2px;
  background: var(--primary);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}

.seminars-presenter {
  font-size: 14px;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.seminars-presenter strong {
  color: var(--primary);
}

.seminars-meta {
  padding: 0;
  margin: 0 0 14px;
  list-style: none;
  color: var(--text-primary);
  font-size: 13px;
  display: grid;
  gap: 6px;
}

.seminars-meta li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.seminars-meta i {
  width: 16px;
  text-align: center;
  color: var(--text-primary);
}

.seminars-card__footer {
  border-top: 1px solid var(--neutral);
  padding-top: 12px;
  margin-top: auto;
}


.seminars-price {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
}

@media (max-width: 767.98px) {
  .seminars-hero {
    padding: 36px 0 44px;
  }

  .seminars-filter {
    padding: 12px;
  }

  .seminars-card__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .seminars-card__avatar {
    align-self: flex-end;
  }

  .seminars-card__footer {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .seminars-price {
    text-align: left;
  }
}

/* ===== Seminar Detail ===== */
.seminar-detail {
  padding: 20px 0 40px;
}

.seminar-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  margin-bottom: 12px;
  font-size: 14px;
}

.seminar-breadcrumb a {
  color: var(--primary);
  text-decoration: none;
}

.seminar-breadcrumb a:hover {
  text-decoration: underline;
}

.seminar-hero {
  border: 1px solid var(--secondary);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06);
  margin-bottom: 18px;
}

.seminar-hero__main {
  padding: 18px 22px 22px;
}

.seminar-hero__tag {
  font-size: 14px;
  color: var(--text-primary);
  display: inline-block;
  margin-bottom: 6px;
}

.seminar-hero__title {
  font-size: clamp(1.5rem, 2.3vw, 2rem);
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 18px;
}

.seminar-speaker__avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 2px solid var(--secondary);
  overflow: hidden;
  margin-right: 12px;
  background: #fff;
}

.seminar-speaker__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seminar-speaker__name {
  font-weight: 700;
  color: var(--text-primary);
}

.seminar-speaker__code {
  font-size: 13px;
  color: var(--text-primary);
}

.seminar-hero__details {
  margin-top: 16px;
  border-top: 1px solid var(--secondary);
}

.seminar-detail-row {
  display: flex;
  gap: 12px;
  color: var(--text-primary);
  font-size: 14px;
}

.seminar-detail-row i {
  color: var(--primary);
  font-size: 16px;
  margin-top: 4px;
}

.seminar-detail__title {
  font-weight: 600;
  color: var(--text-primary);
}

.seminar-detail__sub {
  color: #51616a;
}

.seminar-status {
  margin: 16px 0;
  background: color-mix(in srgb, var(--secondary) 60%, transparent);
  border: 1px solid var(--secondary);
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-primary);
  font-size: 14px;
}

.seminar-status i {
  color: #f97316;
}

.seminar-options {
  margin: 18px;
  border: 1px solid var(--secondary);
  border-radius: 8px;
  padding: 16px 18px;
  background: #fff;
  min-width: 360px;
}

.seminar-options__head {
  font-weight: 700;
  color: var(--primary);
  font-size: 24px;
  text-align: center;
}

.seminar-options__sub {
  text-align: center;
  color: var(--text-primary);
  font-size: 13px;
  margin-bottom: 12px;
}

.seminar-options__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
  font-size: 14px;
  gap: 16px;
  color: var(--text-primary);
}

.seminar-options__price {
  font-weight: 600;
  color: var(--text-primary);
}

.seminar-options__total {
  margin-top: 14px;
  padding: 8px 12px;
  border: 1px solid var(--secondary);
  border-radius: 4px;
  font-weight: 600;
  color: var(--text-primary);
}

.seminar-options__note {
  font-size: 12px;
  color: var(--text-primary);
  margin-top: 10px;
  text-align: center;
}

.seminar-tabs .nav-tabs {
  border-bottom: 1px solid var(--secondary);
  border-radius: 6px 6px 0 0;
}

.seminar-tabs .nav-link {
  color: var(--text-primary);
  font-weight: 600;
}

.seminar-tabs .nav-link.active {
  border-color: var(--primary) var(--secondary) #fff;
  border-top-width: 2px;
  color: var(--primary);
}

.seminar-tabs .tab-content {
  border: 1px solid var(--secondary);
  border-top: none;
  padding: 18px 20px;
  background: #fff;
}

.seminar-tab__body {
  color: var(--text-primary);
  font-size: 14px;
}


ul {
  padding-left: 18px;
}

.agenda-grid {
  display: grid;
  gap: 24px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.agenda-day {
  color: var(--text-primary);
}

.agenda-day__head {
  display: flex;
  align-items: baseline;
  gap: 8px;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.agenda-day__title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.agenda-day__time {
  font-size: 13px;
  color: var(--text-primary);
}

.agenda-day__list {
  margin: 0;
  padding-left: 18px;
}

.agenda-day__list li {
  margin-bottom: 6px;
}

@media (max-width: 767.98px) {
  .agenda-grid {
    grid-template-columns: 1fr;
  }
}

.seminar-speaker-card {
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--secondary);
}

.seminar-speaker-card:last-child {
  border-bottom: none;
}

.seminar-speaker-card img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--secondary);
}

.seminar-speaker-card__name {
  font-weight: 600;
  color: var(--text-primary);
}

.seminar-speaker-card__title {
  font-size: 13px;
  color: var(--text-primary);
}

.seminar-speaker-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.speaker-profile {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--secondary);
}

.speaker-profile:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.speaker-profile__media {
  text-align: center;
  min-width: 140px;
}

.speaker-profile__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--secondary);
  background: #fff;
}

.speaker-profile__name {
  margin-top: 10px;
  font-weight: 700;
  color: var(--primary);
}

.speaker-profile__content {
  flex: 1;
  color: var(--text-primary);
  font-size: 14px;
  line-height: 1.6;
}

.speaker-profile__title {
  font-weight: 600;
  margin-bottom: 6px;
}

.speaker-profile__bio {
  margin-bottom: 12px;
}


@media (max-width: 767px) {
  .speaker-profile {
    flex-direction: column;
    align-items: flex-start;
  }

  .speaker-profile__media {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
  }

  .speaker-profile__avatar {
    width: 80px;
    height: 80px;
  }

  .speaker-profile__name {
    margin-top: 0;
  }
}

@media (max-width: 991.98px) {
  .seminar-options {
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .seminar-hero__main {
    padding: 16px;
  }

  .seminar-options {
    margin: 16px;
  }

  .seminar-tabs .nav-link {
    font-size: 13px;
    padding: .5rem .75rem;
  }
}
