* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #ff7e54;
  --neutral: #e0e6ec;
  --secondary: #ffe0d6;

  /* Text colors */
  --text-primary: #1f3652;
  --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;
}


.post {
  padding: 1rem;
}

/* ===== 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: 24px;
  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: 2px 14px;
  font-size: 16px !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 */
.header-topbar {
  background: #f7f9fb;
  border-bottom: 1px solid #e6e9ef;
  font-size: 13px;
}

.header-topbar .container-fluid {
  padding: 8px 0;
}

.topbar-link {
  color: #1f2a30;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.topbar-link i {
  color: var(--primary);
}

.main-header {
  background: #ffffff;
  border-bottom: 1px solid #e6e9ef;
  padding: 16px 0;
}

.header-main {
  gap: 16px;
  align-items: center !important;
}

.main-header .navbar-brand img {
  height: 34px;
  width: auto;
}

.main-header .navbar-collapse {
  gap: 18px;
  justify-content: space-between;
}

.main-header .navbar-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--neutral);
  border-radius: 999px;
  padding: 4px;
}

.main-header .navbar-nav .nav-link {
  color: #1f2a30 !important;
  font-weight: 400;
  font-size: 14px !important;
  padding: 6px 14px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  text-wrap-mode: nowrap;
}

.main-header .navbar-nav .nav-link:hover,
.main-header .navbar-nav .nav-link:focus {
  color: #0f141a !important;
  background: #ffffff;
}

.main-header .navbar-nav .nav-link.active,
.main-header .navbar-nav .active>.nav-link {
  font-weight: 600;
  background: #ffffff;
  color: #0f141a !important;
  box-shadow: inset 0 0 0 1px rgba(15, 20, 26, 0.08);
}

.main-header .navbar-nav .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: 0.15em;
}

.main-header .dropdown-menu {
  border: 0;
  border-radius: 16px !important;
  padding: 12px;
  background-color: #ffffff;
  box-shadow: 0 14px 30px rgba(12, 24, 18, 0.16);
  min-width: 320px;
}

.main-header .dropdown-menu::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 12px;
  width: 80px;
  height: calc(100% - 24px);
  border-radius: 12px;
  background: url("../img/webinar-illustration.jpg") center/cover no-repeat;
  opacity: 0.7;
  pointer-events: none;
}

.main-header .dropdown-item {
  width: fit-content !important;
  color: #1b2a24;
  border-radius: 10px;
  padding: 8px 12px;
}

.main-header .dropdown-item:hover,
.main-header .dropdown-item:focus {
  background: var(--secondary);
  color: #0f141a;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-link {
  color: #223142;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 999px;
}

.header-link:hover {
  color: #0f141a;
  text-decoration: none;
  border-color: #cfd8e3;
}

.header-icon {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #dfe5ee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #223142;
  text-decoration: none;
  background: #ffffff;
}

.header-icon:hover {
  color: #0f141a;
  text-decoration: none;
}


.cart-badge {
  position: absolute;
  top: -6px;
  right: -8px;
  font-size: 11px;
  line-height: 1;
}


@media (max-width: 991px) {
  .header-topbar .container-fluid {
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
  }

  .header-actions {
    width: 100%;
    justify-content: flex-start;
    padding: 12px 0 4px;
    flex-wrap: wrap;
  }

  .main-header .navbar-nav {
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    flex-direction: column;
    align-items: flex-start;
  }

  .main-header .navbar-nav .nav-link {
    padding: 10px 0;
    width: 100%;
    border-radius: 0;
  }

  .main-header .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
    width: 100%;
    margin-top: 0;
  }

  .main-header .dropdown-menu::after {
    display: none;
  }
}

/* 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-toggle {
  display: flex;
  gap: 8px;
  align-items: center;
}

.layout-btn {
  border: 1px solid #cfd7e3;
  background: #fff;
  color: #415164;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout-btn.is-active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}

.webinar-layout {
  width: 100%;
  padding-bottom: 2rem;

}

.seminar-layout {
  width: 100%;
  padding-bottom: 2rem;
}

.seminar-layout.is-list .seminar-grid {
  display: none;
}

.seminar-layout.is-grid .seminar-list {
  display: none;
}

.seminars-card--list {
  border-left: 4px solid var(--secondary);
}

@media (max-width: 575.98px) {
  .seminars-card--list {
    border-left: 0;
    border-top: 4px solid var(--secondary);
  }
}

.layered-bg {
  background: url("../img/layered-steps-haikei.svg") no-repeat center / cover;
}

.webinar-layout.is-list .live-webinar-grid,
.webinar-layout.is-list .recorded-webinar-grid {
  display: none;
}

.webinar-layout.is-grid .live-webinar-list,
.webinar-layout.is-grid .recorded-webinar-list {
  display: none;
}

.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-color: #404040;
  color: #ffffff;
  padding: 24px;
  width: 100%;
  border-radius: 32px;
  min-height: 260px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  border: 4px solid #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border 0.25s ease-in-out;
}

.webinar-grid-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--card-bg-url);
  background-repeat: no-repeat;
  background-position: right -100px center;
  background-size: cover;
  opacity: 0.35;
  pointer-events: none;
}

.webinar-grid-card>* {
  position: relative;
  z-index: 1;
}

.webinar-grid-card:hover {
  transform: translateY(-3px);
  border: 4px solid #ffe0d7;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28);
}

.webinar-grid-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.webinar-grid-date {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.webinar-grid-date-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.webinar-grid-days {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b0b0b;
  background: var(--secondary);
  padding: 4px 8px;
  border-radius: 999px;
}

.webinar-grid-type {
  margin: 0;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.webinar-grid-type-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}



.webinar-grid-details {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  color: #f1f1f1;
}

.webinar-grid-presenter,
.webinar-grid-time,
.webinar-grid-length {
  margin: 0;
}

.webinar-grid-avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  /* border: 2px solid rgba(255, 255, 255, 0.85); */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.webinar-grid-title {
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  min-height: 56px;
}

.webinar-grid-footer {
  margin-top: auto;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 575.98px) {
  .webinar-grid-item {
    padding: 0 0 16px;
  }

  .webinar-grid-card::after {
    background-position: right 10px top 16px;
    background-size: 45% auto;
  }

  .webinar-layout-toggle {
    width: 100%;
    justify-content: flex-start;
  }
}


.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: 60px 0;
  background: #f6f7fb;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(255, 255, 255, 0.1); */
}

.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-kicker {
  color: #6c727a;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
}

.hero-title {
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 800;
  color: #1b2233;
  margin-bottom: 12px;
}

.hero-subtitle {
  font-size: 16px;
  color: #6c727a;
  margin-bottom: 28px;
}

.search-results-title {
  font-size: 14px;
}

.search-hero-title {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 600;
  color: #121821;
}

.search-hero-dot {
  color: var(--primary);
}

.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: center;
}

.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: 8px;
  background: var(--speaker-card-bg, #e9eef7);
  border-radius: 24px;
  text-decoration: none;
  color: #0f141a;
  box-shadow: 0 14px 26px rgba(17, 24, 39, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.speaker-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 32px rgba(17, 24, 39, 0.16);
  text-decoration: none;
  color: #0f141a;
}

.speaker-card__image {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  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;
  border-radius: 16px;
}

.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;
}


.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;
  border: 1px solid var(--neutral);
  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);
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  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-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, 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-color: var(--secondary);
  color: var(--text-primary) !important;
  text-decoration: none;
}

.main-btn:active {
  background: var(--secondary);
  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: #fafafa;
}

.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.conference-header {
  background: url("../img/hero-banner.svg") no-repeat bottom / cover;
  color: #0f172a;
  position: relative;
}


.seminar-header {
  background: url("../img/hero-banner.svg") no-repeat center / cover;
  color: #0f172a;
  position: relative;
}

.seminar-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}


.conference-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(184, 184, 184, 0.2);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
}

.conference-body {
  background-color: #f3f3f3;
  padding-top: 3rem;
}

.conference-header__card {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 4px;
  padding: 0 24px;
  box-shadow: 0 .025px 1px 0 grey;
  transform: translateY(3rem);
}

.circle-div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;

  .circle-top {
    width: 50px;
    height: 25px;
    background: var(--neutral);
    border-radius: 0 0 150px 150px;
  }

  .circle-line {
    height: calc(100% - 50px);
    border-left: 4px solid var(--neutral);
  }

  .circle-bottom {
    width: 50px;
    height: 25px;
    background: var(--neutral);
    border-radius: 150px 150px 0 0;
  }
}



.conference-header .event-title {
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  margin: 4px 0 14px;
  color: #0b1726;
}

.conference-header__content {
  padding: 24px 0;
}

.conference-header__row {
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.conference-header__top {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.conference-header .category-badge {
  margin-bottom: 0;
  background: var(--neutral);
  color: #414141;
  font-size: 12px;
  padding: 4px 12px;
}

.conf-date-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.conf-days {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  background: var(--primary);
  color: #fff;
  letter-spacing: 0.02em;
}

.conf-date {
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
}

.conf-speaker {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.conf-speaker__img {
  width: 96px;
  height: 96px;
  border-radius: 12px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 0px 4px rgba(15, 23, 42, 0.18);
  background: #fff;
}

.conf-speaker__name {
  font-weight: 600;
  font-size: 14px;
  color: #0f172a;
  text-align: center;
}

.conf-meta {
  display: flex;
  flex-direction: row;
  gap: 18px;
  font-size: 14px;
  color: #334155;
}

.conf-meta__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.conf-meta__item i {
  width: 18px;
  text-align: center;
  color: #64748b;
}

.conf-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  background-color: #0f172a;
  color: #fff;
}

.conf-stats {
  display: flex;
  flex-direction: row;
  gap: 16px;
  font-size: 14px;
  color: #334155;
  flex-wrap: wrap;
}

.conf-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.conf-stat i {
  color: #64748b;
}

.conf-meta-row {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem 0;
}

.conference-header__speaker {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}

.conference-header__actions {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 14px 0 24px;
  flex: 1;

  .coupon-wrapper {
    width: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: 8px;

    img {
      width: 100%;
      height: 100%;
      object-fit: contain;
    }
  }
}

.conf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  align-items: center;
}

.conf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 4px;
  font-weight: 600;
  text-wrap-mode: nowrap;
  text-decoration: none;
  font-size: 14px;
  flex: 1;
}

.conf-btn--primary {
  background: #ea3f2e;
  color: #fff;
}

.conf-btn--primary:hover,
.conf-btn--dark:hover {
  text-decoration: none;
  color: inherit;
}

.conf-btn--dark {
  background: var(--secondary);
  color: #ea3f2e;
}


.conf-share {
  font-size: 16px;
  color: #5a6473;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 6px;
}

.conf-share:hover {
  color: #1f2937;
  text-decoration: none;
}


.conf-tabs__nav {
  border: 1px solid var(--neutral);
  padding: 0 8px;
  background: #ffffff;
}

.conf-tabs__nav .nav-link {
  border: 0;
  color: #4b5563;
  padding: 14px 18px;
  position: relative;
  font-size: 14px;
}

.conf-tabs__nav .nav-link.active {
  color: #ea3f2e;
  background: transparent;
}

.conf-tabs__nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #ea3f2e;
  border-radius: 6px 6px 0 0;
}

.conf-tabs__content {
  border: 1px solid var(--neutral);
  padding: 16px;
  margin: 1rem 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: 24px 0 32px;

  }

  .conference-header__top,
  .conf-meta-row {
    justify-content: center;
  }

  .conf-meta-row {
    padding: 0;
  }

  .conference-header__content {
    padding: 0 8px;
    text-align: center;
  }

  .conference-header__card {
    padding: 0;
    transform: none;
  }

  .conference-body {
    padding-top: 0;
  }

  .right-header-part {
    padding-right: 0;
    padding-left: 0;
  }

  .conference-header__actions {
    padding: 24px;
  }

  .conference-header .event-title {
    font-size: 22px;
  }

  .conf-meta,
  .conf-stats {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .conf-speaker__img {
    width: 88px;
    height: 88px;
  }

  .conf-share {
    position: static;
    justify-content: center;
  }
}


/* Center + width control */
#searchForm.searchbar {
  position: relative;
  width: 100%;
  max-width: 620px;
}

.hero-search {
  margin-top: 8px;
}

.searchbar-input {
  height: 56px;
  padding: 0 110px 0 12px;
  border: 1px solid #e1e5ea;
  border-radius: 12px;
  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: 24px;
  transform: translateY(-50%);
  border: 0;
  height: 42px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.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: 64px 0 80px;
  }

  .hero-title {
    font-size: 30px;
  }

  .searchbar-input {
    height: 52px;
    padding-right: 18px;
  }

  .searchbar-btn {
    position: static;
    transform: none;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
  }
}

.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-price {
    text-align: left;
  }
}

/* ===== Seminar Detail ===== */
.seminar-detail {
  padding: 0px 0 40px;
}

.seminar-breadcrumb .breadcrumb {
  background: transparent;
  padding: 0;
  padding: 0px 24px;
  margin-bottom: 0;
  font-size: 14px;
  z-index: 1;
  position: relative;
  transform: translateY(1rem);

}

.seminar-breadcrumb a {
  color: var(--primary);
  text-decoration: none;
}

.seminar-breadcrumb a:hover {
  text-decoration: underline;
}

.seminar-hero {
  /* background-color: #fff; */
  /* border: 1px solid var(--secondary); */
  border-radius: 8px;
  /* box-shadow: 0 2px 10px rgba(15, 23, 42, 0.06); */
  margin-bottom: 12px;
  transform: translateY(1rem);

}

.seminar-hero__meta {

  display: flex;
  align-items: center;
  justify-content: space-between;

}

.seminar-countdown {
  width:220px;
}

.flipdown {
    overflow: visible;
    width: auto !important;
    height: auto !important;
}

.seminar-date-status {
  height: 60px;
}

.seminar-countdown .flipdown {
  transform: scale(0.6);
  transform-origin: left top;
}


.live-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  border-radius: 50%;
  background: #ff4d4d;
  box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.8);
  animation: livePulse 1.4s ease-in-out infinite;
  vertical-align: middle;
}

@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.8);
    opacity: 1;
  }

  70% {
    box-shadow: 0 0 0 8px rgba(255, 77, 77, 0);
    opacity: 0.85;
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 77, 77, 0);
    opacity: 1;
  }
}

.seminar-options__group {
  margin-bottom: 0.5rem;
}

.seminar-options__group-title {
  font-weight: 600;
  color: var(--text-primary);
  margin: 0 0 0.5rem;
  font-size: 16px;
}

.seminar-options__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 4px;
}

.seminar-options__price-big {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  white-space: nowrap;
}

.seminar-options__price-big .price-currency {
  font-size: 0.5em;
  vertical-align: super;
  margin-right: 2px;
  font-weight: 600;
}

.seminar-option-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0.85rem !important;
  border: 1px solid #e3e7ee;
  border-radius: 12px;
  background: #fff;
  position: relative;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.seminar-option-card--list {
  justify-content: space-between;
}

.seminar-option-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.seminar-option-indicator {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #d1d7df;
  flex-shrink: 0;
  position: relative;
}

.seminar-option-card.is-selected .seminar-option-indicator {
  border-color: var(--primary);
  background: var(--primary);
}

.seminar-option-card.is-selected .seminar-option-indicator::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  top: 1px;
  left: 5px;
}

.seminar-option-title {
  font-weight: 600;
  color: var(--text-primary);
  flex: 1;
}

.seminar-option-price {
  font-weight: 500;
  color: var(--text-primary);
  font-size: 16px;
}

.seminar-option-card.is-selected {
  border-color: var(--primary);
}

.seminar-option-card.is-selected .seminar-option-price {
  color: var(--primary);
}

.seminar-hero__main {
  padding: 8px;
  height: 100%;
}

.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(--text-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); */
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: flex-start;
  border-radius: 12px;
  background: #ffffffad;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.seminar-detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--text-primary);
  font-size: 12px;
}

.seminar-detail-row i {
  color: var(--primary);
  font-size: 14px;
}

.seminar-detail__title {
  font-weight: 500;
  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: var(--primary);
}

.seminar-options {
  
  max-width: 360px;
  border-radius: 32px;
  padding: 4px 18px 16px;
  background: #fff;
  transform: translateY(0.8rem);
  box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
}

.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: 18px;
  font-weight: 600;
}

.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-error {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem;
  border-radius: 10px;
  background: #fff5f5;
  color: #9b1c1c;
  font-size: 14px;
  margin: 0.5rem 0;
}

.seminar-error__icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #f04b4b;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  flex-shrink: 0;
}

.seminar-options__note {
  font-size: 12px;
  color: var(--text-primary);
  margin-top: 10px;
  text-align: center;
}

.seminar-date-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 270px;
  border-radius: 1rem;
}

.seminar-date-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 8px 16px;
  border-bottom: 1px solid #ddd;
}

.seminar-date-item:last-child {
  border-bottom: none;
}

.seminar-quick-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  color: var(--text-primary);
  height: -webkit-fill-available;
}

.seminar-quick-actions__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  padding: 10px 12px;
}

.seminar-quick-actions__box a:hover,
.seminar-quick-actions__box button:hover {
  text-decoration: none;
}

.seminar-quick-actions__box.action-buttons {
  justify-content: start;
  padding: 10px 4px;

  .seminar-quick-actions__link {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    background: #fff;
    padding: 4px 12px;
    border-radius: 4px;
  }
}

.seminar-quick-actions__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: inherit;
}

.accreditation-popover {
  position: relative;
  cursor: pointer;
}

.accreditation-popover__card {
  position: absolute;
  top: calc(100% + 4px);
  left: 10%;
  display: inline-flex;
  gap: 10px;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #f0d3c7;
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 5;
}

.accreditation-popover__card img {
  width: 54px;
  height: auto;
  display: block;
}

.accreditation-popover:hover .accreditation-popover__card {
  opacity: 1;
  transform: translateY(0);
}

.seminar-quick-actions__item i {
  color: var(--primary);
  font-size: 15px;
}

.seminar-quick-actions__link {
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.seminar-quick-actions__link:hover {
  text-decoration: underline;
}

.seminar-date-main {
  font-weight: 700;
  color: var(--text-primary);
  font-size: 15px;
}

.seminar-date-sub {
  font-size: 13px;
  color: #6b7280;
}

.seminar-tabs .nav-tabs {
  border-bottom: 1px solid var(--secondary) !important;
  border-radius: 6px 6px 0 0;
  flex-wrap: nowrap;
}

.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: 16px;
  background: #fff;
}

.agenda-card {
  border-radius: 12px;
  padding: 14px 16px;
}

.agenda-card__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--primary);
  margin-bottom: 10px;
}

.agenda-card__day {
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: 0.3px;
}

.agenda-card__time {
  font-size: 0.9rem;
  color: #6b7280;
  white-space: nowrap;
}

.agenda-card__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.agenda-card__slot {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 10px;
  align-items: baseline;
  font-weight: 600;
  color: var(--text-primary);
  font-size: 14px;
}

.agenda-card__slot-time {
  color: #1f3652;
  white-space: nowrap;
}

.agenda-card__slot-title {
  color: #1f3652;
}

.agenda-card__subitem {
  position: relative;
  padding-left: 18px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.5;
}

.agenda-card__subitem::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  font-weight: 700;
}

@media (max-width: 576px) {
  .agenda-card__slot {
    grid-template-columns: 1fr;
  }
}
.section-heading {
  position: relative;
  display: inline-block;
  margin: 20px 0 12px;
  padding-bottom: 6px;
  font-weight: 400;
  color: var(--text-primary);
  letter-spacing: 0.2px;
}

.section-heading i {
  margin-right: 4px;
  color: var(--primary);
  font-size: 0.95em;
}

.section-heading::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 74px;
  height: 3px;
  border-radius: 999px;
  background: var(--primary);
}

.seminar-tab__body {
  color: var(--text-primary);
  font-size: 14px;
}

.seminar-tabs .tab-content ul {
  list-style: none;
  padding-left: 28px;
  margin-left: 0;
}

.seminar-tabs .tab-content ul li {
  position: relative;
  margin-bottom: 6px;
  list-style-type: disc;
}



.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 (min-width: 767px) {
  .right-header-part {
    height: 250px;
  }

  .conference-header__speaker {
    padding-right: 24px;
  }
}

@media (max-width: 767px) {
  .speaker-profile {
    flex-direction: column;
    align-items: flex-start;
  }

  .circle-div {
    flex-direction: row;

    .circle-top {
      border-radius: 0 150px 150px 0;
      width: 30px;
      height: 40px;
    }

    .circle-line {
      flex: 1;
      border: 1px solid var(--neutral);
    }

    .circle-bottom {
      border-radius: 150px 0 0 150px;
      width: 30px;
      height: 40px;
    }
  }

  .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;
    max-width: 100%;
    transform: none;
  }

  .seminar-detail {
    padding: 16px;
  }
}

@media (max-width: 767.98px) {

  .seminar-tabs .nav-link {
    font-size: 13px;
    padding: .5rem .75rem;
  }
}

@media (max-width: 548px) {
  .seminar-hero__meta {
    align-items: start;
    flex-direction: column;
  }

  .seminar-breadcrumb {
    display: none;
  }

  .seminar-hero__meta {
    gap: 8px;
  }

  .seminar-countdown .flipdown {
    transform: scale(0.8);
  }

  .seminar-countdown {
    width: 260px;
  }

  .seminar-date-status {
    height: 60px;
  }
}
