	
			.conf_name {
				font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
				font-weight: 500;

				color: RGBA(13, 70, 83, 0.78);
				text-align: center;
			}

			.detailwa {
				margin: 35px 0 20px 0;
				width: 100%;
				display: list-style;
			}

			.training_msg {
				display: none;
			}

			.SpkrImage {
				height: 120px;
				width: 120px;
				border-radius: 50% !important;
			}

			.pt-4,
			.py-4 {
				padding-top: 1.5rem !important;
			}

			.tf-1 {
				font-size: 20px;
			}

			.tf-3 {
				font-size: 16px;
			}

			.mt-5,
			.my-5 {
				margin-top: 3rem !important;
			}

			.hf-4 {
				font-size: 23px;
			}

			.tfc5 {
				color: #f4f4f4 !important;
			}

			.pb-2,
			.py-2 {
				padding-bottom: .5rem !important;
			}

			.tfc5 {
				color: #f4f4f4 !important;
			}

			.pt-3,
			.py-3 {
				padding-top: 1rem !important;
			}

			.fbtn-outline-primary {
				box-shadow: 1px 1px 3px #505050;
				font-family: 'Rubik', sans-serif;
				font-weight: 600;
				border: 2px solid #008fff;
				color: #008fff;
			}
	

			
			.hero-section {
				/* background: #0b6aa2; */
				/* same blue tone */
				/* color: #fff; */
				/* padding: 40px 0; */
				padding: 40px 0 26px;
				position: relative;
			}


			.hero-title {
				font-size: 23px;
				font-weight: 400;
				margin-bottom: 20px;
			}

			.hero-date,
.hero-meta {
  font-size: 14px;
  margin-bottom: 6px;
}


			/* .hero-date {
				display: inline-block;
				background: #0B2C4D;
				color: #fff;
				padding: 6px 12px;
				border-radius: 4px;
				font-weight: 600;
				margin-bottom: 15px;
			} */


			.hero-date .dot {
				height: 10px;
				width: 10px;
				background: red;
				border-radius: 50%;
				display: inline-block;
				margin-right: 6px;
			}


			.hero-meta,
			.hero-code {
				margin: 10px 0;
				font-size: 14px;
			}


			.hero-speaker {
				margin: 12px 0;
				display: flex;
				align-items: center;
				  gap: 10px;
			}


			.hero-speaker img {
				width: 60px;
				/* height: 40px; */
			border-radius: 4px;
			}

			/* Pill style speaker */
			.pill-speaker {
				display: inline-flex;
				align-items: center;
				background: #fff;
				padding: 6px 18px 6px 6px;
				border-radius: 40px;
				color: #000;
				font-weight: 600;
				margin-top: 20px;
			}

			/* Speaker image */
			.pill-speaker img {
				width: 36px;
				height: 36px;
				border-radius: 50%;
				margin-right: 10px;
				/* border:2px solid #fff; */
			}

			/* Name spacing */
			.pill-speaker span {
				white-space: nowrap;
			}

			.text-white {
				color: #fff;
			}



			/* White floating card */
			.webinar-card {
				background: #fff;
				padding: 30px;
				/* margin-top: 47px; */
				border-radius: 6px;
				box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
				/* position: relative; */
				/* z-index: 10; */
				width: 90%;
				margin: 90px auto;
			}


			.qty-box {
				background: #0b2c4d;
				color: #fff;
				padding: 10px;
				border-radius: 4px;
			}


			.qty-box input {
				width: 40px;
				text-align: center;
			}


			.note-text {
				font-size: 12px;
				margin-top: 15px;
				color: #555;
			}

			
/* RIGHT PRICE BOX */
.price-box {
  background: #eef1ff;
  border: 1px solid #cfd6ff;
  padding: 15px;

}

/* WHEN STICKY */
.price-box.fixed {
  position: fixed;
  top: 110px;              /* header height */
  width: 360px;            /* match col-md-4 width */
  z-index: 999;
}

/* WHEN STOPPED (before footer) */
.price-box.stop {
  position: absolute;
  top: auto;
  bottom: 0;
}

/* Mobile: disable sticky */
@media (max-width: 767px) {
  .price-box {
    position: static !important;
    width: auto !important;
  }
}

.price-title {
  color: #d32f2f;
  font-weight: 600;
  margin-bottom: 10px;
}

/* OPTIONS */
.option-line {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
}

.option-line input {
  margin-right: 6px;
}

.option-line .price {
  font-weight: 600;
}

/* MOBILE */


/* INFO ROW */
.webinar-info-row {
  margin-top: 15px;
  margin-bottom: 20px;
}

/* SPEAKER */
.speaker-box img {
  width: 80px;
  border-radius: 4px;
  margin-bottom: 6px;
}


/* FAQ Accordion */
.faq-accordion .panel {
    border-radius: 4px;
    box-shadow: none;
    border-color: #ddd;
}

.faq-accordion .panel-heading {
    background: #f8f9fa;
    padding: 12px 15px;
}

.faq-accordion .panel-title a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
    color: #0b3a6e;
}

.faq-accordion .panel-title a:hover {
    text-decoration: none;
}

/* + / − icon */
.faq-icon {
    width: 20px;
    height: 20px;
    border: 1px solid #0b3a6e;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    font-weight: bold;
}

/* Answer text */
.faq-accordion .panel-body {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
}





/* MOBILE RESPONSIVE TABS FIX */
@media (max-width: 768px) {

    .fixed-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
        border-bottom: 1px solid #ddd;
    }

    .fixed-tabs > li {
        float: none;
        flex: 0 0 auto;
    }

    .fixed-tabs > li > a {
        padding: 10px 14px;
        font-size: 14px;
        white-space: nowrap;
    }

    /* Hide scrollbar */
    .fixed-tabs::-webkit-scrollbar {
        display: none;
    }

	.custom-card {
 background: unset !important;
	}

  .card-header {
   
    margin-top: 13px;
  }

	
}

/* menu css */

/* DESKTOP (default) */
.menu-search-li {
  float: right;
}

/* SEARCH BOX */
.searchdivmenu {
  position: relative;
  width: 220px;
}

.searchdivmenu input {
  width: 100%;
  height: 32px;
  padding: 6px 36px 6px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.searchdivmenu .search-btn {
  position: absolute;
  right: 2px;
  top: 15px;
  width: 30px;
  height: 28px;
  border: none;
  background: #fff;
}





/* SPEAKER IMAGE FIX */
.speaker-col {
  text-align: left;
}

.speaker-img {
  width: 100%;
  max-width: 220px;     /* 👈 image size FIX */
  height: auto;
  border-radius: 4px;
  display: block;
}

.speaker-name {
  font-weight: 600;
  font-size: 14px;
}


.meta-value {
  color: #333;
}

/* DAYS LEFT */
.days-left-badge {
  background: #2d6cdf;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  border-radius: 3px;
}

/* MOBILE */
@media (max-width: 768px) {
  .meta-label {
    width: auto;
    display: block;
  }
}

/* META DETAILS */
.meta-row {
  margin-bottom: 6px;
  font-size: 14px;
}

.meta-label {
  display: inline-block;
  width: 110px;
  font-weight: 600;
  color: #555;
}

.hero-meta-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 5px;
      flex-direction: column;
}

/* BADGE STYLE */
.hero-badge {
  background: #0b2d4d;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
}

/* DAYS LEFT HIGHLIGHT */
.days-left {
  background: #1e90ff;
  padding: 3px 6px;
  margin-left: 8px;
  border-radius: 3px;
  font-size: 12px;
}

.hero-meta-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-direction: column;   /* 👈 FORCE vertical */
  gap: 8px;
  align-items: flex-start;  /* left aligned */
}

.hero-meta-list li {
  width: auto;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}


/* .training_option {
    float: right;
} */


.custom-card {
  background: #fff;
  border-radius: 4px;
      box-shadow: 0 18px 27px rgb(165 106 114 / 28%);
  margin-bottom: 20px;
      margin-top: 49px;
}

.card-header {
  padding: 10px 15px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  background-color: #444;
    color: #fff;
	border-radius: 5px;
}

.card-body {
  padding: 15px;
}


/* MOBILE (≤ 767px) */
@media (max-width: 767px) {
  .conference-details-speaker {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

    

 
}

/* TABLET (768px – 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  .conference-details-speaker {
    max-width: 1000px;
  }
}

/* DESKTOP (≥ 1200px) */
@media (min-width: 1200px) {
  .conference-details-speaker {
    width: 1600px;
  }
}
