* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #1f3652;
  --neutral: #f5f5f5;
  --secondary: #d1dae2;

  /* Text colors */
  --text-primary: #1f3652;
  --text-secondary: #ddd;
  --shadow-primary: 0 10px 20px 0 rgba(97, 0, 188, 0.1), 0 0 2px 0 rgba(103, 0, 188, 0.1), 0 2px 4px 0 rgba(88, 0, 188, 0.2);

  /* 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: none;
}

.footer-v2 .wrapper {
  position: relative;
  z-index: 1;
}

.footer-v2 h4,
.footer-v2 h5 {
  color: #2b2b2b;
  font-weight: 700;
}

.footer-v2 a {
  color: #2b2b2b !important;
}

.footer-v2 a:hover {
  color: var(--primary) !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: 40px;
  border: 1px solid #bdb7ad;
  background: #fff;
  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: 6px 0;
  font-size: 14px;
}

.ft-links i {
  color: #90a4ae !important;
}

/* keep your icon tone */
.ft-sep {
  border-top: 1px solid #6f6a63;
  margin: 0 0 12px;
}

.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;
}

.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 #6f6a63;
  margin-top: 24px;
  padding: 16px 0;
  text-align: left;
  color: var(--text-primary);
}

.footer-bottom .ft-links ul {
  margin-bottom: 0;
}

.footer-bottom .ft-links li {
  margin: 0;
}

/* 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: 1250px) {
  .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;
}


@media (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    border-radius: 0;
  }
}

.header-top {
  padding: 8px 0px 22px;
  margin: 0;
  list-style: none;
  display: flex;
  position: relative;
  justify-content: end;
  width: 100%;
  background: white;
}

.header-top .flex-logo {
  position: absolute;
  left: 0;
  padding-top: 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";
}

.header-top .flex-item {
  padding-top: 10px;
}

.customer-support>div {
  float: left;
  color: #757575;
  display: -webkit-box;
  margin-right: 30px;
  line-height: 18px;
}

.customer-support div i {
  display: block;
  width: 34px;
  height: 34px;
  margin-top: 2px;
  margin-right: 15px;
  border: 1px solid #a8a8a8;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: var(--secondary);
}

.customer-support div strong {
  font-weight: 600;
}

.customer-support>div {
  padding-top: 1%;
}

.header-top .SignIn {
  background: #fff;
  border: 2px solid var(--secondary);
  color: #17252a !important;
  display: inline-block;
  font-size: 18px;
  padding: 7px 14px;
  line-height: 18px;
  margin-left: 15px;
  font-weight: 600;
  border-radius: 3px;
}


.header-top .SignUp {
  background: var(--secondary);
  color: #ffffff !important;
  display: inline-block;
  font-size: 18px;
  padding: 8px 15px;
  line-height: 18px;
  margin-left: 15px;
  font-weight: 600;
  border-radius: 3px;
}

#searchBar input {
  float: left;
  width: 206px;
  padding: 10px;
  height: 30px;
  border: 1px solid var(--text-secondary);
}

#searchBar button {
  background: #46b007;
  height: 30px;
  border: 0px;
  color: #fff;
}

.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;
}



#btns {
  display: none;
  margin-top: 11%;
  position: absolute;
  height: 41px;
  width: 50%;
}

/* 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: 10px 0;
}

.header-main {
  gap: 24px;
}



.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-link {
  color: #223142;
  font-weight: 600;
  text-decoration: none;
}

.header-icon {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #dfe5ee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #223142;
  text-decoration: none;
}

.header-icon:hover {
  color: var(--primary);
  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 {
    padding-top: 8px;
  }
}

/* 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: 2rem 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;

}

.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;
}

.webinar-grid-link:hover {
  text-decoration: none;
}

.webinar-grid-card {
  background: #fff;
  color: var(--text-primary);
  border-radius: 24px;
  padding: 18px;
  width: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  gap: 32px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.webinar-grid-card:hover {
  transform: translateY(-2px);
  background: var(--secondary);
}

.webinar-card-box:hover .info {
  background: url("../img/layered-steps-haikei.svg") no-repeat center / cover;
}

.webinar-grid-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.webinar-grid-avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .18);
  background: #fff;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.webinar-grid-speaker .name {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.webinar-grid-speaker .role {
  margin: 0;
  font-size: 14px;
  opacity: 0.8;
  color: var(--neutral);
}

.rounded {
  background: var(--primary);
  color: var(--text-secondary);
  border-radius: 35px 2px 2px 35px !important;
  transform: translateX(18px);
  padding: 12px 24px;
  line-height: 20px;
}

.webinar-grid-title {

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  font-size: 20px;
  min-height: 60px;
  line-height: 28px;
}

.webinar-grid-title a {
  color: #fff;
  text-decoration: none;
}

.webinar-grid-title a:hover {
  text-decoration: underline;
}

.webinar-grid-meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  opacity: 0.9;
}

.webinar-grid-footer {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: auto;
  opacity: 0.95;
}

@media (max-width: 575.98px) {
  .webinar-grid-item {
    padding: 0 0 16px;
  }

  .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;

  .year,
  .month {
    color: #444;
    font-size: 14px;
  }

  .day {
    color: var(--text-primary);
    text-shadow: 1px 1px #ffffff;
    font-size: 50px;
    font-weight: 200;
  }
}




.date-picker p {
  margin: 0px;
}

.carousel-item {

  /* height: clamp(20vh, 40vh + 5vw, 40vh); */
  img {
    height: 100%;
    width: 100%;
  }
}

.hero-banner {
  position: relative;
  height: 52vh;
  overflow: hidden;
}

.hero-banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-img {
  animation: hero-banner-scale 1.2s ease-out 0.1s both;
  transform-origin: center center;
}

@keyframes hero-banner-scale {
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .banner-img {
    animation: none;
    transform: none;
  }
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(120deg, rgba(6, 12, 24, 0.65) 0%, rgba(6, 12, 24, 0.35) 45%, rgba(6, 12, 24, 0.15) 100%); */
  z-index: 1;
}

.hero-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 36%;
  transform: translateY(-50%);
  z-index: 2;
}

.hero-caption .carousel-item {
  text-align: center;
}

.hero-caption .carousel-caption-card {
  text-shadow: none;
  /* background: rgba(255, 255, 255, 0.92); */
  padding: 24px;
  min-height: 240px;
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.hero-caption h2 {
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}

.hero-caption h2 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hero-caption .meta-line {
  font-size: 14px;
  opacity: 0.9;
  letter-spacing: 0.2px;
  color: #444;
}

.hero-caption .hero-speaker {
  font-size: 15px;
  font-weight: 600;
}

.hero-play-btn {
  width: 50px;
  height: 50px;
}

.register-btn {
  animation: register-pulse 2.2s ease-out infinite;
  box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.35), inset 0 -4px 8px rgba(0, 0, 0, 0.25),
    0 6px 14px rgba(0, 0, 0, 0.2);
}

.register-btn:hover {
  animation-play-state: paused;
}

@keyframes register-pulse {
  0% {
    transform: scale(1);
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.35), inset 0 -4px 8px rgba(0, 0, 0, 0.25),
      0 6px 14px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(31, 54, 82, 0.35),
      0 0 0 10px rgba(31, 54, 82, 0.18);
  }

  70% {
    transform: scale(1.03);
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.35), inset 0 -4px 8px rgba(0, 0, 0, 0.25),
      0 6px 14px rgba(0, 0, 0, 0.2), 0 0 0 14px rgba(31, 54, 82, 0),
      0 0 0 18px rgba(31, 54, 82, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: inset 0 2px 6px rgba(255, 255, 255, 0.35), inset 0 -4px 8px rgba(0, 0, 0, 0.25),
      0 6px 12px rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(31, 54, 82, 0),
      0 0 0 14px rgba(31, 54, 82, 0);
  }
}

.hero-search {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  z-index: 3;
}

#carouselExampleControls .carousel-indicators {
  left: 50%;
  right: auto;
  bottom: 4px;
  width: auto;
  margin: 0;
  transform: translateX(-50%);
  z-index: 3;
}

#carouselExampleControls .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: rgba(31, 54, 82, 0.35);
}

#carouselExampleControls .carousel-indicators .active {
  background-color: var(--primary);
}

.search-container {
  background: transparent;
}

.search-container--standalone {
  background: url("../img/blob-scene-haikei.svg") no-repeat center / cover;
}


@media (max-width: 578px) {
  .date-picker {
    margin: 0;
    margin-bottom: 1rem;
  }

  .hero-banner {
    height: 40vh;
  }

  .hero-caption .carousel-caption-card {
    padding: 14px 16px;
  }

  .hero-search {
    bottom: 16px;
  }

}

.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;
}



.trud {
  width: 92%;
  margin: auto;
}

.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;
  }



}




.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-card-box {
  background-color: #fff;
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 24px;
  height: 100%;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 4px #ddd;
  max-width: 300px;
  margin: auto;
  outline: 1px solid var(--secondary);

  .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--primary);
    font-size: 16px;
    line-height: 1.1;
  }

  .date-time {
    font-size: 14px;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--text-secondary);
    text-align: center;
  }



  .webinar-banner {
    text-align: center;

    img {
      height: 150px;
      width: 150px !important;
      object-fit: cover;
      border-radius: 50%;
      padding: 8px;
    }
  }

  .info {
    padding: 0px 16px 16px !important;
    text-align: center;
    transition: background 0.2s ease-in-out;
  }

  .info h6 {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-red) !important;
    font-weight: 500;
  }

  .info h5 {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-red) !important;
    font-weight: 500;
    min-height: 50px;
  }
}


.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: #fff;
  outline: 1px solid 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);
  border-radius: 8px;
  overflow: hidden;
}

.order-card .card-head {
  padding: 16px;

}

.order-card .card-head h4 {
  margin: 0 0 4px 0;
  color: var(--text-primary);
  font-weight: 700;
}

.event-calendar-banner {
  display: block;
  border: 1px solid var(--secondary);
  border-radius: 16px;
  padding: 20px 18px;
  color: #fff;
  background-image: linear-gradient(120deg, rgb(255, 255, 255), rgba(214, 214, 214, 0.3)),
    url("../img/event-calender-bg.jpg");
  background-size: 100%;
  background-position: center;
  overflow: hidden;
  text-decoration: none !important;
  transition: all 0.35s ease-in-out;
}

.event-calendar-banner:hover {
  background-size: 104%;
  background-position: left;
}

.event-calendar-banner h1 {
  font-size: 28px;
  color: var(--text-primary);
  text-wrap-mode: nowrap;
  margin: 0;
  font-weight: 500;
}

.event-calendar-banner p {
  margin: 8px 0;
  color: var(--text-primary);
  font-weight: 700;
  font-size: 3.2vw;
  opacity: 0.95;
  text-wrap-mode: nowrap;
  letter-spacing: -1px;
  line-height: 48px;
}

@media (min-width: 1400px) {
  .event-calendar-banner p {
    font-size: 3vw;
    line-height: 60px;
  }
}

@media (max-width: 992px) {
  .event-calendar-banner p {
    font-size: 7vw;
  }
}

@media (max-width: 456px) {
  .event-calendar-banner p {
    font-size: 36px;
    line-height: 40px;
  }
}


.related-cards {
  border: 1px solid var(--secondary);
  padding: 16px 8px;
  border-radius: 16px;
}

.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: 4px 8px !important;
  font-size: 14px;
}

.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;
}

.related-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 8px;
  border-radius: 4px;
  background: var(--neutral);
}

.related-thumb {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  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: #5f6b73;
  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 ul {
  padding-left: 2rem;
}


.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.conference-header {
  /* background: var(--primary); */
  background: url("../img/circle-scatter-haikei.svg") no-repeat center / cover;
  transition: background 0.3s ease-in-out;
  color: var(--text-primary);
  position: relative;
  overflow: hidden;
  border-bottom: 4px solid var(--primary);
  padding: 32px 0 40px;
}


.conference-header .event-title {
  width: 100%;
}

.conference-header__row {
  position: relative;
  z-index: 1;
}

.conf-speaker {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.conf-speaker__img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  background: #fff;
}

.conf-speaker__name {
  font-weight: 600;
  font-size: 14px;
}

.conf-meta {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
}

.conf-meta__item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.conf-meta__item i {
  width: 18px;
  text-align: center;
}

.conf-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  background-color: var(--primary);
  color: var(--text-secondary);
}

.conf-stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}

.conf-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-start;
}

.conf-cta {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  background: #fff;
  color: var(--primary);
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
}

.conf-cta:hover {
  text-decoration: none;
  color: var(--primary);
  filter: brightness(0.98);
}

@media (max-width: 767.98px) {
  .conference-header {
    padding: 24px 0 32px;
  }

  .conf-meta,
  .conf-stats {
    align-items: flex-start;
  }

  .conf-cta {
    width: 100%;
  }
}


/* Center + width control */
#searchForm.searchbar {
  position: relative;
  width: 100%;
  max-width: 500px;
  /* zarurat ho to badha lo */
}

/* Pill look */
.searchbar-input {
  height: 48px;
  padding: 0 40px;
  /* border: 1px solid var(--primary); */
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 2px 2px var(--secondary);
}

.searchbar-input:focus {
  outline: 0;
  box-shadow: 0 10px 18px rgba(0, 0, 0, .10), 0 0 0 2px rgba(44, 91, 246, 0.25);
}

.searchbar-input::placeholder {
  color: #6e8b97;
}

/* Orange circular search button */
.searchbar-btn {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}

.searchbar-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(246, 44, 44, 0.35);
}

.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: 1rem;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  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: 12px;
    overflow: hidden;
    /* rounded corners */
    margin-bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 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;
  }

  /* 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: var(--neutral);
  padding: 40px 0 56px;
}

.seminars-card {
  background: #fff;
  position: relative;
  border-radius: 34px;
  border: 1px solid var(--secondary);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.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(--secondary);
  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;
  min-width: 350px;
  background: #fff;
}

.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: 2px 0;
  font-size: 14px;
  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__btn {
  width: 100%;
  margin-top: 12px;
  background: var(--primary);
  color: var(--neutral);
  border-radius: 6px;
  font-weight: 600;
}

.seminar-options__btn:hover {
  background: var(--secondary);
  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;
}

.seminar-tab__body 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: 767.98px) {
  .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;
  }
}

.event-calendar-page {
  /* background: linear-gradient(180deg, #f7f9ff 0%, #ffffff 60%); */
  padding: 2rem 1rem 1rem;
}


.event-calendar-page .event-calendar-title {
  font-weight: 800;
  letter-spacing: 0.4px;
  color: var(--text-primary);
  font-size: 24px;
  margin-bottom: 0;
}

.event-calendar-page .event-calendar-location {
  font-weight: 600;
  color: #475467;
  margin-top: 6px;
}

.fc .fc-view-harness {
    background-color: #fff;
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: visible;
}

.event-calendar-page .calendar-shell {
  background: var(--neutral);
  border-radius: 8px;
  /* border: 1px solid rgba(32, 51, 119, 0.08); */
}

.fc .fc-list-day-cushion, .fc .fc-list-table td {
  padding: 8px;
  padding-left: 16px;
}

.fc .fc-col-header-cell-cushion {
  color: #333;
    font-weight: 500;
    font-size: 14px;
}

.fc .fc-daygrid-day-number {
  color: var(--text-primary);
}

.event-calendar-page .calendar-side {
  background: var(--neutral) url("../img/event-calender-sidebar-bg.jpg") no-repeat bottom center;
  background-size: cover;
  border-radius: 8px;
  padding: 12px;
  height: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ddd;
}

.event-calendar-page .calendar-side::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--primary) 0%, color-mix(in srgb, var(--primary) 75%, transparent) 65%, color-mix(in srgb, var(--primary) 55%, transparent) 85%);
  pointer-events: none;
}

.event-calendar-page .calendar-side > * {
  position: relative;
  z-index: 1;
}

.event-calendar-page .calendar-search {
  margin-bottom: 0;
}

.event-calendar-page .calendar-search input {
  border-radius: 4px;
  border: 1px solid rgba(32, 51, 119, 0.15);
  padding: 8px;
  font-weight: 600;
  color: var(--text-primary);
  background: #ffffff;
}

.event-calendar-page .calendar-search input::placeholder {
  font-size: 12px;
}

.event-calendar-page .calendar-year {
  margin-bottom: 0;
}

.event-calendar-page select {
  border-radius: 4px;
  border: 1px solid rgba(32, 51, 119, 0.15);
  padding: 4px 28px 4px 8px;
  font-weight: 500;
  color: #fff;
  background: #ffffff5c;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--primary) 50%),
    linear-gradient(135deg, var(--primary) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(1em + 2px), calc(100% - 12px) calc(1em + 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.event-calendar-page select:focus {
  outline: none;
  box-shadow: none;
}


.event-calendar-page .calendar-month {
  margin-bottom: 0;
}

.event-calendar-page .calendar-speaker {
  margin-bottom: 0;
}

.event-calendar-page .calendar-reset {
  border-radius: 4px;
  background: var(--secondary);
  color: var(--text-primary);
  font-size: 14px;
}

.event-calendar-page .calendar-filters {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.event-calendar-page .calendar-view-toggle {
  display: inline-flex;
  gap: 8px;
}

.event-calendar-page .calendar-view-toggle button {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid rgba(32, 51, 119, 0.2);
  background: #ffffff;
  color: var(--text-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.event-calendar-page .calendar-view-toggle button.active {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

.event-calendar-page .calendar-legend {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #fff;
  margin-right: 0;
  flex-wrap: wrap;
}

.event-calendar-page .calendar-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.event-calendar-page .calendar-legend i {
  width: 12px;
  height: 12px;
  display: inline-block;
}

.calendar-event-tooltip {
  position: absolute;
  min-width: 220px;
  max-width: 280px;
  background: rgba(255, 255, 255, 0.671);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 18px 40px rgba(32, 51, 119, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  padding: 12px 14px;
  z-index: 99999;
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  transition: opacity 0.18s ease, transform 0.18s ease;
  pointer-events: none;
}

.calendar-event-tooltip.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.calendar-event-tooltip.is-measuring {
  transition: none;
}

.calendar-event-tooltip__title {
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  font-size: 14px;
}

.calendar-event-tooltip__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  color: #5f6b73;
  margin-bottom: 6px;
}

.calendar-event-tooltip__row strong {
  color: var(--text-primary);
  font-weight: 600;
}

.event-calendar-page .fc .fc-toolbar-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--text-primary);
}

.calendar-center-controls__group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-calendar-page .fc .fc-button {
  border-radius: 4px;
  border: none;
  padding: 4px 12px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
}

.event-calendar-page .fc .fc-button-primary {
  background: #fff;
  color: var(--text-primary);
}



.event-calendar-page .fc .fc-prev-button,
.event-calendar-page .fc .fc-next-button {
  background: transparent;
  border: none;
  color: var(--text-primary);
  box-shadow: none;
  padding: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.event-calendar-page .fc .fc-prev-button:hover,
.event-calendar-page .fc .fc-next-button:hover {
  background: transparent;
}

.event-calendar-page .fc .fc-prev-button:focus,
.event-calendar-page .fc .fc-next-button:focus {
  border: none;
}

.event-calendar-page .fc .fc-button-primary:not(:disabled).fc-button-active,
.event-calendar-page .fc .fc-button-primary:not(:disabled):active {
  background: var(--primary);
  color: #fff;
  border: none;
  box-shadow: none;
}

.fc .fc-multimonth-multicol .fc-multimonth-month {
    padding: 8px;
}


.event-calendar-page .fc .fc-toolbar.fc-header-toolbar {
  position: relative;
  gap: 12px;
  flex-wrap: nowrap;
  align-items: center;
  padding: 8px;
  margin-bottom: 0;
}

.event-calendar-page .fc .fc-toolbar-chunk {
  display: flex;
  align-items: center;
  gap: 8px;
}

.event-calendar-page .fc .fc-toolbar-chunk.calendar-center-controls {
  margin-left: 12px;
  justify-content: flex-start;
}

.event-calendar-page .fc .fc-toolbar-chunk:first-child {
  margin-right: 0;
}

.event-calendar-page .fc .fc-toolbar-chunk:last-child {
  margin-left: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.event-calendar-page .calendar-center-controls__group {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.event-calendar-page .fc .fc-toolbar-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
  background: transparent;
  border-radius: 999px;
  padding: 4px 14px;
  box-shadow: none;
}

.event-calendar-page .fc .fc-toolbar-chunk:last-child .calendar-legend {
  order: 1;
}

.event-calendar-page .fc .fc-toolbar-chunk:last-child .fc-button-group {
  order: 2;
}

.event-calendar-page .calendar-view-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-primary);
  background: rgba(32, 51, 119, 0.12);
}

.event-calendar-page .fc .fc-daygrid-event {
  border-radius: 4px;
  padding: 2px 6px;
  border: none;
  font-weight: 400;
  font-size: 12px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  overflow: hidden;
  margin-bottom: 2px;
}

.fc .fc-more-popover .fc-popover-body {
    max-width: 400px;
    padding: 10px;
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 8px;
}

.event-calendar-page .fc .fc-daygrid-day-frame {
  padding: 4px;
}

.event-calendar-page .fc .fc-daygrid-event-harness {
  max-width: 100%;
}

.event-calendar-page .fc .fc-event-content {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
}

.event-calendar-page .fc .fc-event-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1 1 auto;
}

.event-calendar-page .fc .fc-event-type {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.85);
  color: var(--text-primary);
  flex: 0 0 auto;
}

.event-calendar-page .fc .fc-more-link {
  font-weight: 500;
  color: var(--text-primary);
  font-size: 12px;
}

.event-calendar-page .fc .fc-timegrid-event {
  border-radius: 8px;
  padding: 6px;
}

.event-calendar-page .fc .fc-daygrid-event:hover,
.event-calendar-page .fc .fc-timegrid-event:hover {
  transform: translateY(-1px);
}

.event-calendar-page .fc .fc-daygrid-day.fc-day-today {
  background: var(--secondary);
  color: #444;
}

.event-calendar-page .calendar-empty {
  text-align: center;
  padding: 40px 0;
  color: #667085;
  min-height: 40vh;
  border-radius: 8px;
  border: 1px solid rgba(32, 51, 119, 0.08);
}

@media (max-width: 992px) {
  .event-calendar-page .calendar-side {
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {

  .event-calendar-page .fc .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap;
  }
}
