	
			.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: #1C2541;
				/* 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 {
				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-top: 20px;
				display: flex;
				align-items: center;
			}


			.hero-speaker img {
				width: 40px;
				height: 40px;
				margin-right: 10px;
			}

			/* 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: 25px;
				margin-top: -199px;
				border-radius: 6px;
				box-shadow: 0 4px 15px rgba(0, 0, 0, .15);
				position: relative;
				/* z-index: 10; */
			}


			.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;
			}

			/* .option-line {
font-weight: 200 !important; 
} */



/* remove default bootstrap border */
.custom-tabs {
    border-bottom: none;
    background: #0b3a6e;
    padding: 0 10px;
}

/* tab links */
.custom-tabs > li > a {
    color: #fff;
    /* font-weight: 600; */
    border: none;
    margin-right: 110px;
    padding: 14px 20px;
    background: transparent;
	text-align: center;
}

/* hover */
.custom-tabs > li > a:hover {
    background: #082e57;
    color: #fff;
}

/* active tab */
.custom-tabs > li.active > a,
.custom-tabs > li.active > a:hover,
.custom-tabs > li.active > a:focus {
    background: #082e57;
    color: #fff;
    border: none;
    position: relative;
	text-align: center;
}

/* arrow under active tab */
.custom-tabs > li.active > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #082e57;
}

/* remove bootstrap focus outline */
.custom-tabs > li > a:focus {
    outline: none;
	/* background-color: #0B3A6E; */
}
/* FIX active tab width issue */
.fixed-tabs > li > a {
width: 100%;
}


.fixed-tabs > li.active > a {
	display: block;
width: 100%;
}

.tab-margin {
margin-bottom: 20px; /* same as mb-4 */
}



/* 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;
    }
}

/* 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: 2px;
  width: 30px;
  height: 28px;
  border: none;
  background: #fff;
}



/* new css */


.option-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 12px;
    margin-bottom: 14px;   /* THIS creates gap like 2nd image */
    border-radius: 6px;
    transition: 0.2s ease;
}

.option-left {
    display: flex;
    align-items: center;
    gap: 10px;
    color:#444;
}

.option-line input[type="checkbox"] {
    margin-top: 0;
}

.option-price {
    color: #444;
    font-weight: 500;
}

.option-line:hover {
    background: #f5f5f5;
}

img.img-responsive.speaker-img {
    width: 25%;
    display: unset !important;
}

.speakImg {
    text-align: center;
}

p.speaker-text {
    text-align: justify;
        color: #444;
}


.speaker-card {
    
    box-shadow: unset;
}

	
/* ===== SECTION TITLE ===== */
.related-title{
    font-size:26px;
    font-weight:700;
    margin-bottom:25px;
    color:#000;
}

/* ===== SWIPER FIX (VERY IMPORTANT) ===== */
.swiper-wrapper{
    align-items:stretch; /* ⭐ force all slides same height */
}

/* Each slide must stretch */
.swiper-slide{
    display:flex;
    height:auto;
}

/* Card must take full slide height */
.swiper-slide .related-card{
    height:100%;
}

/* ===== CARD ===== */
.related-card{
    background:#fff;
    border-radius:10px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    height:100%;
    box-shadow:0 8px 18px rgba(0,0,0,0.08);
    transition:all 0.3s ease;
}

.related-card:hover{
    transform:translateY(-5px);
    box-shadow:0 14px 28px rgba(0,0,0,0.15);
}

/* ===== TOP HEADING ===== */
.card-body-related{
    background:#cfeef6;
    padding:14px;
}

.card-body-related h4{
    font-size:15px;
    font-weight:700;
    line-height:1.4;
    margin:0;
    word-break:break-word;
}

.card-body-related h4 a{
    color:#000;
    text-decoration:none;
}

.card-body-related h4 a:hover{
    color:#0d6efd;
}

/* ===== BLUE BODY (FLEX FILL AREA) ===== */
.card-top-related{
    background:#cfeef6;
    padding:14px;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    flex:1;                 /* ⭐ equal height magic */
}

/* ===== LEFT CONTENT ===== */
.card-left-related{
    width:65%;
    font-size:13px;
    color:#000;
}

.card-tag-related{
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:4px;
    display:block;
}

.webinar-meta-related{
    margin-top:6px;
    line-height:1.6;
}

.meta-type-related{
    font-weight:600;
}

.meta-date-related{
    font-size:12px;
    color:#333;
    margin-top:2px;
}

/* ===== DURATION ===== */
.duration-related{
    font-size:12px;
    font-weight:600;
    margin-top:8px;
}

/* ===== RIGHT CONTENT ===== */
.card-right-related{
    width:35%;
    text-align:center;
}

/* ===== SPEAKER IMAGE ===== */
.speaker-img-related{
    width:70px;
    height:70px;
    margin:0 auto 6px;
    border-radius:50%;
    overflow:hidden;
    background:#fff;
    box-shadow:0 4px 10px rgba(0,0,0,0.15);
}

.speaker-img-related img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* ===== SPEAKER NAME ===== */
.speaker-name-related{
    font-size:12px;
    font-weight:600;
    color:#000;
}

.orderForm {
    margin-top: -38px;
}

.fill-btn-order {
    align-items: center;
    background-color: #fff;
    border: 1px solid #1e3b57;
    border-radius: 11px;
    box-sizing: border-box;
    /* color: #1e3b57 !important; */
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: center;
    line-height: 32px;
    overflow: hidden;
    padding: 4px 12px;
    /* 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;
}

/* ===== RESPONSIVE ===== */
@media(max-width:991px){
    .related-card{
        height:100%;
    }
}

@media(max-width:767px){

    .related-title{
        font-size:22px;
    }

    .card-top-related{
        flex-direction:column;
    }

    .card-left-related,
    .card-right-related{
        width:100%;
    }

    .card-right-related{
        margin-top:12px;
        text-align:center;
    }

    .speaker-img-related{
        width:65px;
        height:65px;
    }
    
    .orderForm
     {
        margin-top: -47px;
    }
    
    .hero-date {
    display: inline-block;
    background: #0B2C4D;
    color: #fff;
     padding:0px; 
    border-radius: 4px;
    /* font-weight: 600; */
    margin-bottom: 15px;
}
}

a.fill-btn-order {
    text-decoration: none;
}


