
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile_primary{
    padding: 0;
    transition: all .6s;
    position: relative;
    z-index: 999;
    display: flex;
    align-items: center;
}
.mobile_primary li { 
    display: inline-block; 
    cursor: pointer; 
}
.mobile_primary ul li a {
    color: #4f60ac;
    font-weight: 400;
    padding: 11px 22px;
    font-size: 16px;
    display: block;
    position: relative;
    z-index: 99;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    transition: all .6s;
}
.mobile_primary ul li a:hover{text-decoration: none;}
.menu-button { display: none; }
.header-menu {
    background-color: #f0f2f1;
    display: flex;
    align-items: center;
    transition: .5s all;
}
.navbar-brand img{
    width: 285px;
}
.navbar-brand a{line-height: normal;}
.sticky-active{
    position: fixed !important;
    z-index: 9999;
    top: 0;
    background-color: #f0f2f1;
    box-shadow: 0 4px 2px -2px rgba(0,0,0,.2);
    width: 100%;
}
.header-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ==== hero section ==== */

.banner-section{
    position: relative;
}
.banner-section img{width: 100%;}
.banner-box h2{
    display: inline-block;
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
   
    margin-bottom: 40px;
    padding-bottom: 9px;
    line-height: 65px;
}
.banner-box p {
    font-size: 32px;
    color: #fff;
    margin-bottom: 35px;
    line-height: 36px;
    font-weight: 600;
}
.banner-layout-bg{
    background-color: #772b85;
}
.banner-layout{
    padding: 40px 0;
    position: relative;
    margin-top: -150px;
    z-index: 9;
}
.conference-content h2{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 40px;
}
.conference-content p{
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
}
.countdown-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: end;
    flex: 0 0 auto;
    width: 22%;
}
.countdown-item span{
    display: inline-block;
}
.countdown_value{
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}
.countdown_text{
    font-size: 18px;
    color: #fff;
}
.countdown-item:first-child{
    border-right: 0.25px solid #fff;
    padding-right: 45px;
    margin-right: 15px;
}
.sec--title{
    margin-bottom: 12px;
    padding-bottom: 8px;
}
.sec--title h3{
    color: #4f60ac;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 16px;
}
.sec--title p{
    font-size: 15px;
    margin-bottom: 20px;
    color: #4d4d4d;
}
.about-content p{
    font-size: 16px;
    color: #636467;
    margin-bottom: 10px;
    line-height: 26px;
 
}

.event-leftbox img{
    width: 100%;
  
    object-fit: cover;
}
.event-rightbox-bg{
    background-color: #772b85;
}
.event-rightbox{
    padding: 32px 30px;
}
.event-rightbox h3{
    color: #fff;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: none;
}
.event-rightbox p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
}
.event-rightbox h2{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    line-height: 26px;
}
.workshop-gardient-bg{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(240,242,241,1) 55%);
}
.column-item{
    width: 20%;
    flex: 0 0 auto;
}
.count-step {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background-color: #4f60ac;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: 700;
    font-family: "Encode Sans Condensed", sans-serif;
}
.card-round-shape {
    width: 100%;
    height: 210px;
    background-color: #fadfe1;
    position: absolute;
    top: -8px;
    left: 0;
    clip-path: ellipse(54% 28% at 50% 0%);
}.bg-gray {
    background: #dedada;
}
span.initial {
    color: #7a3088;
        font-weight: 600;
}
h4.highlight-heading {
    color: #4f60ac;
        font-weight: 500;
}
.owl-item:nth-child(even) .card .card-round-shape {
    background-color: #dbdbdc;
}
.owl-item:nth-child(even) .card-body .count-step{
    background-color: #772b85;
}
.workshop-card{
    filter: drop-shadow(0px 8px 25.5px rgba(0,0,0,0.05));
    overflow: hidden;
    min-height: 300px;
}
.workshop-card p{
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 6px;
    font-weight: 600;
    min-height: 72px;
}
.workshop-card h5{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 6px;
}
.workshop-card p:last-child{
    margin-top: 0;
}
.contact-btn-tab.tabs.tabs-simple .nav-tabs > li {
    margin: 0 6px;
}
.contact-btn-tab.tabs.tabs-simple .nav-tabs > li:first-child{
    margin-left: 0;
}
html .btn-light.active:not(.bg-transparent){
    color: #fff;
}


/* timeline accordian */

  .accordion-item:first-of-type .accordion-button, 
  .accordion-item:first-of-type{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accordion-button:focus{
    box-shadow: none;
    border: none;
  }
  .accordion-button:not(.collapsed){
    background: none;
    box-shadow: none;
    color: #000;
  }
  .accordion-item:last-of-type .accordion-button.collapsed, 
  .accordion-item:last-of-type .accordion-collapse, 
  .accordion-item:last-of-type{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .accordion-item {
    border: none;
    background: none;
    /* padding: 0 0 1rem 1.5rem;
    border-left: 2px solid #a39d9d; */
}
.accordion-button{
    background: none;
    padding: 0;
    box-shadow: none;
}
.accordion-header{line-height: normal;}
.accordion-header span{
    font-size: 18px;
    font-weight: 500;
}
.accordion-body p{
    font-size: 15px;
    margin-bottom: 8px;
    line-height: 22px;
    color: #000;
}
  /* timeline end */

  .footer-wiget-double{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-wiget-double img {
    width: 135px;
    margin: 0 8px;
}
.section-bg{
    background-color: #f0f2f1;
}
.img-thumbnail.img-thumbnail-hover-icon:before{
    border-radius: 0;
}

/* timeline demo */

.inner-container {
    max-width: 900px;
    margin: 0 auto;
}
.timeline {
  margin: 0 auto;
  position: relative;
  margin-top: 16px;
}
/* .timeline::before {
    content: "";
    display: block;
    height: 100%;
    margin-left: -2px;
    position: absolute;
    top: 24px;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity = 35);
    opacity: 0.35;
    background-color: #a39d9d;
} */
.timeline-item {
  color: #ffffff;
  padding: 0 0 1rem 1.5rem;
  border-left: 2px solid #a39d9d;
  position: relative;
  list-style-type: none;
  --item-width: calc(100%);
}
.timeline-item::after {
  content: attr(data-date);
  position: absolute;
  right: calc(var(--item-width) + 40px);
  top: -5px;
  left: -9%;
  font-weight: bold;
  white-space: nowrap;
  color: #000;
}
.timeline-item::before {
  content: "";
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: -9px;
  top: 0;
  outline: 2px solid #ccc;
}
.timeline-item:last-child {
  border: 0px;
  padding-bottom: 0;
}
.timeline-item:last-child::before{
    left: -8px;
}
/* .tab-content .tab-pane.active .accordion > ul.timeline .timeline-item:first-child .accordion-item{
    border-left: 2px solid #772b85;
} */
 .timeline-item.active{
    border-left: 2px solid #772b85;
}
.timeline-item.active::before{
    outline: 2px solid #772b85;
}
/* timeline demo */


.img-thumbnail.img-thumbnail-hover-icon:after{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #772b85;
    color: #fff;
    border-radius: 50%;
    border: 2px dashed #fff;
    left: 50%;
}
.img-thumbnail.img-thumbnail-hover-icon:after{
    content: "\f002";
}
.speaker-author{
    display: flex;
}
.speaker-author-thumbnail img{
    max-width: 55px;
}
.speaker-author p{
    margin-left: 12px;
    margin-bottom: 0;
}
.speaker-author strong {
    color: #111;
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
    font-size: 1rem;
}
.speaker-author span {
    color: #772b85;
    display: block;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 600;
}
.speaker-details-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.speaker-details-group span {
    display: inline-block;
    padding: 11px 12px;
    color: #fff;
    background-color: #4f60ac;
    line-height: normal;
    margin: 0;
}
.footer-widget-logo img{
    width: 100%;
}
.footer-widget .footer-widget-icon {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    display: flex;
    position: relative;
    align-items: center;
}
.footer-widget .footer-widget-icon i {
    margin-right: 10px;
    font-size: 20px;
    color: #772b85;
}
.footer-widget h5{color: #000; margin-bottom: 5px; text-transform: none; font-size: 18px;}
.footer-widget {
    padding-bottom: 15px;
}
.line{
    width: 80%;
    height: 1px;
    background-color: #33436e;
}

.program-section {
    margin-top: -200px;
    padding-top: 35px !important;
}
.margin-container {
    margin-top: -256px;
}
.about-section {
    margin-bottom: 190px;
    padding-bottom: 72px !important;
}
.pb-10{padding-bottom: 10rem;}
.program-section .tab-content{
    background-color: #f7f7f7 !important;
}
.registration-section .tab-content{background: none;}
.tab-scroll {
    width: 1116px;
    overflow-x: auto;
}
.tabs.tabs-bottom{
    margin: 0;
}
.tab-scroll ul {
    flex-wrap: nowrap;
}
.custom-border{border: 0.25px solid #792e87 !important;}
.py-2-3{padding-top: .7rem !important; padding-bottom: .7rem !important;}

.px-4-7 {
    padding-right: 1.7rem !important;
    padding-left: 1.7rem !important;
}
.nav-item .btn-space{padding: 1rem 1.6rem; font-size: 0.9rem;}
.about--bg{
    background-image: url('../img/about-bg.jpg');
    background-size: cover;
}
.about-header h4, .contact-header h4 {
    font-size: 20px;
    color: #4f60ac;
    font-weight: 400;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.about-header h2, 
.contact-header h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0;
    color: #4f60ac;
}
.about-header h3, 
.contact-header h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #4f60ac;
    line-height: 40px;
    text-transform: none;
}
.about-header p {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    margin-bottom: 20px;
}
/* .element-widget-wrapper{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
} */
 .element-widget-wrapper img{
    border-radius: 6px;
    filter: drop-shadow(0px 3px 47.5px rgba(0, 0, 0, 0.13));
    width: 100%;
 }
 .circle-btn {
    background-color: #4f60ac;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
}
.circle-btn img {
    width: 20px;
}
.icon-content h4{
    font-size: 18px;
    color: #161515;
    font-weight: 600;
    margin-bottom: 0;
}
.icon-content p{
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.icon-content p{
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.secondary--title h4{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    color: #4f60ac;
}
.secondary--title h2{
    color: #4f60ac;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 16px;
    text-transform: none;
}
.secondary--title {
    margin-bottom: 12px;
    padding-bottom: 8px;
}
.secondary--title h5 {
    font-size: 22px;
    color: #000;
    text-transform: none;
    margin-bottom: 10px;
    padding-bottom: 12px;
}
.member-card img{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 250px;
    object-fit: cover;
    object-position: top;
}
.member-card .card-body{
    padding: 12px 15px;
    background-color: #fff;
}
.member-card .card-body h3{
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: 600;
    color: #000;
    text-transform: none;
}
.member-card .card-body p{
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
    line-height: 22px;
}
.member-card .card-body p{min-height: 67px;}
.member-card .card-image{background-color: #e0dede;}
.secondary-bg{background-color: #4f60ac;}
.secondary--title img, .contact-header img{width: 22px;}
.national-committee-section .card-body{min-height: 108px;}
.contact-header p{
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    line-height: 30px;
    font-weight: 400;
}
.widget-item{
    border-bottom: 1px dashed #4f60ac;
    margin-bottom: 10px;
    padding-bottom: 20px;
}
.widget-item:last-child{border-bottom: none;}
.about-generic-content p{
    font-size: 16px;
    line-height: 30px;
    color: #000;
    margin-bottom: 10px;
}
.rightbox-title h3{color: #4f60ac; font-size: 20px; margin-bottom: 10px; font-weight: 500;}
.registration-rightbox .table thead th{background-color: #4f60ac; color: #fff; text-transform: uppercase;}
.registration-rightbox .table tbody{background-color: #fff; color: #000;}
.registration-rightbox .table tbody th{font-weight: 400; color: #666666;}
html body .registration-btn-tab .btn-light{color: #4f60ac;}
.announcement-main {
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: rgb(51 51 51);
    width: 100%;
}
.marquee-area {
    padding: 0;
    position: relative;
    display: block;
}
.marquee-area label {
    color: #ffffff;
    padding: 8px 10px;
    font-size: 16px;
    background: #4f60ac;
    width: 140px;
    margin: 0;
}
.marquee-area marquee {
    position: absolute;
    left: 150px;
    width: calc(100% - 160px);
    height: 100%;
    top: 0px;
    display: grid;
    align-items: center;
    color: #ffffff;
}
.marquee-area marquee a{color: #fff;}
.marquee-area marquee a:hover{text-decoration: none;}
.animate-btn{
    animation: pulse-ray 2s infinite;
}
.mfp-title {
    text-align: center;
    font-size: 25px;
    color: #000;
    background: #37353599;
    color: #fff;
    padding: 15px;
    line-height: 25px;
}
.radio-label{
    display: inline-flex;
    align-items: center;
}
.radio-label input[type="radio"] {
    margin-right: 0.5rem;
}

@keyframes pulse-ray {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgb(182 28 43 / 70%);;
    }
  
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }
  
    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
  }

.trip-card{ max-height: 300px; }
.trip-card a img{
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 0px;
}
.layer{
    height: 0%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.616) 0%, rgba(0, 0, 0, 0.616) 100%);
    position: absolute;
    left: 0;
    width: 100%;
    border-radius: 0px;
    bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    font-size: 14px;
    transition: height 0.5s;
}
.layer h4{
    font-size: 20px;
    color: white;
    letter-spacing: 0px;
}
.trip-card:hover .layer { height: 100%; }
.gallery-section .img-thumbnail .zoom{ background: #772b85 !important;}
.trip-card-body {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
	min-height: 261px;
    background-color: #5f2850;
    color: #fff;
}
.trip-card-body p { color: #fff; }
.hightlight-bg{
    background-image: url('../img/highlight-bg.jpg');
    background-size: cover;
    box-shadow: inset 0 0 0 1000px #5f28509e;
}
.hightlight-lists ul{list-style: none; padding-left: 0; position: relative;}
.hightlight-lists ul li{font-size: 16px; color: #fff; margin-bottom: 8px; position: relative;padding-left: 25px;}
.hightlight-lists ul li::before{
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    position: absolute;
    top: -2px;
    left: 0;
}
.main-content h2{
    font-size: 22px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
}
.main-content ul{position: relative; padding-left: 0; list-style: none;margin-bottom: 25px;}
.main-content ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.main-content ul li::before{
    content: "\f138";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
    color: #c71d22;
}
.main-content ol li{color: #000;font-size: 16px;}
.main-content ul{margin-left: 1rem;}
.hightlight-text h4{
    font-size: 20px;
    color: #000;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.hightlight-text h6{
    font-size: 17px;
    text-transform: none;
    color: #000;
    font-weight: 600;
}
.generic-section .hightlight-lists ul{margin-bottom: 20px;}
.generic-section .hightlight-lists ul li{color: #000;}


.doctor-card {
    background-color: #fff;
    padding: 20px 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #4f60ac;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    min-height: 110px;
}
.doctor-card h3{
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    color: #4f60ac;
    margin-bottom: 0;
}
.doctor-card:hover{background-color: #f0e0ec;}
.doctor-card p{margin-top: 6px; margin-bottom: 0; color: #000; font-size: 14px;}
.registration-box{background-color: #4f60ac; color: #fff;padding: 10px;}
.registration-box.registration-rightbox .table thead th{background-color: #fff !important; color: #000;}

.register-now-napem {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #5f2850;
    color: white;
    padding: 9px 6px;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 15px;
    text-align: center;
    z-index: 1000;
    cursor: pointer;
    writing-mode: sideways-lr;
}
.register-now-napem a {
    color: white;
    text-decoration: none;
}
.register-now-napem:hover {
    background-color: #5f2850;
    text-decoration: none;
}
.main-content h1 {
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.content-details h2{
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #000;
}
.content-details p{
    font-size: 16px;
    margin-bottom: 8px;
    color: #000;
    line-height: 22px;
}

.about-header ol li{
color:#000;
}
/* Center the tabs */
ul#conferenceTabs {
  justify-content: center;
  border-bottom: none;
  gap: 15px; /* spacing between tabs */
}

/* Tab button styling */
ul#conferenceTabs .nav-link {
  font-weight: 600;
  font-size: 16px;
  padding: 10px 22px;
  border: 2px solid #772b85;
  border-radius: 40px;;
  color: #772b85;
  background: #fff;
  transition: 0.3s ease;
}

/* Hover effect */
ul#conferenceTabs .nav-link:hover {
  background: #ffe6f6;
  color: #772b85;
}

/* Active tab styling */
ul#conferenceTabs .nav-link.active {
  background-color: #772b85 !important;
  color: #fff !important;
  border-color: #772b85 !important;
}

/* Remove default BS styling */
.nav-tabs .nav-link:focus {
  box-shadow: none;
}
.generic-section .hightlight-lists ul {
    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}
div#conferenceTabsContent {
    background: #f2f2f2;
}
h1.entry-title.main_title {
    font-size: 20px;
    color: #fff;
        line-height: 26px;
}
div#breadcrumbs span a {
    color: #ffffff;
}
div#breadcrumbs span {
    color: #fff;
}
div#breadcrumbs .container {
    padding-left: 0;
}

.schedule-wrapper {
    margin-top: 30px;
    border: solid 1px #4f60ac;
    border-top: none;
    border-bottom-width: 10px;
    border-radius: 30px 30px 10px 10px;
    overflow: hidden;
}
.schedule-tabslv1 {
    background-color: #4f60ac;
    color: #ffffff;
}
.schedule-tabslv2 {
    border: solid 1px #8598b0;
    border-top: none;
    background-color: #ffffff;
}
.schedule-tabslv1 .tab-content {
    padding: 0px;
}


.schedule-wrapper .schedule-tabslv1 > ul li.nav-item button {
    background: #bfc5ee !important;
    color: #fff !important;
    border: 0;
    border-left: 1px solid #d7ddff;
    border-radius: 0;
}

.schedule-wrapper .schedule-tabslv1 > ul li:first-child button {
    border-left: oldlace;
}

.schedule-wrapper .schedule-tabslv1 > .nav li button.active:before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -5px;
    right: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid var(--primary);
}
.schedule-wrapper .schedule-tabslv1 > .nav li button.active {
    position: relative;
    background: transparent !important;
}

.schedule-tabslv2 button.nav-link {
    border: 0;
    background: transparent !important;
    color: #4f60ac !important;
}
.schedule-tabslv2 button.nav-link:hover, .schedule-tabslv2 button.nav-link:focus{ border: 0; color: var(--secondary) !important;}
.schedule-tabslv2 button.active {
    color: var(--secondary) !important;
}

.tab-pane .tab-content {
    padding: 30px !important;
    background: #f6f7ff;
}
tbody tr:nth-child(odd) {
    background: #fff;
}

table.table.table-bordered td {
    padding: 6px 8px;
    border-bottom: 1.5px dotted;
    vertical-align: top;
    border-color: #bec6eb;
    border-collapse: collapse !important;
}

#header .header-nav-main nav > ul > li:hover ul {
    display: block;
}

table.package th, td {
    padding: 5px;
}
table.package {
    border-color: #c8d2ff;
}
table.package .tblhedlbg th {
    padding: 5px 10px !important;
}
/* 5 columns on desktop, 2 on mobile */
.faculty-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.col-custom {
  padding: 0 10px;
  width: 100%; /* 2 per row on mobile */
}

@media (min-width: 992px) {
  .col-custom {
    width: 20%; /* 5 per row on desktop */
  }
}
.cta-section {
  background: #792e87;
color: #fff;
}

h3.cta-heading {
    color: #fff;
    line-height: 32px;
}


span.amt-cta {
    font-weight: 600;
}

.logo-img:hover img {
    filter: none;
}
.staying {
    background: #f4f8ff;
}
.travel-card h4 {
    font-size: 18px;
    color: #4f60ac;
    font-weight: 500;
    margin-bottom: 4px;
}
/* work shop css*/
.numbered-list {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
	    display: inline-grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 15px;
}

.numbered-list li::before {
  content: counter(item);
  position: absolute;
  left: -4px;
  top: 0;
  background: #7c3389;
  color: #fff; 
  font-weight: 600;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.numbered-list li {
    counter-increment: item;
    margin-bottom: 6px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #636467;
}

.wrkshp-lst-clm {
    background: #f8f0fd;
    border-radius: 6px;
}
h4.wrksp-hding {
    border-bottom: 1px solid #c7cef1;
    text-align: center;
    font-size: 20px;
    color: #4f60ac;
    font-weight: 500;
    padding-bottom: 6px;
}
.hl-content h5 {
    font-size: 18px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    margin-bottom: 4px;
}
h4.sub-hding {
    font-size: 20px;
    color: #7e368b;
    font-weight: 500;
}
h4.sub-hding {
    font-size: 20px;
    color: #7e368b;
    font-weight: 500;
}
td.table-secondary.clr-sc.text-center {
    color: #4f60ac;
    font-weight: 600;
}
span.rgstrn-fee {
   
    text-transform: capitalize;

}
.sub-title h4 {
    font-size: 24px;
    color: #7d348a;
}


/* =====committe  Accordion Container ===== */
#committeeAccordion .accordion-item {
  border: none;
  margin-bottom: 18px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}

/* ===== Accordion Header ===== */
#committeeAccordion .accordion-button {
  background: #772b85; 
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border: none;
  padding: 18px 22px;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  transition: all 0.3s ease;
}

/* Hover and focus states */
#committeeAccordion .accordion-button:hover,
#committeeAccordion .accordion-button:focus {
  background: #4f60ac;
  color: #fff; 
  box-shadow: none;
  outline: none;
}

/* ===== Icon (Chevron) Styling ===== */
#committeeAccordion .accordion-button::after {
 
  font-size: 1rem;
  transition: transform 0.3s ease, color 0.3s ease;
      filter: brightness(0) invert(1);
}

#committeeAccordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  color: #fff;
    filter: brightness(0) invert(1);
}

/* ===== Accordion Body ===== */
#committeeAccordion .accordion-body {
  background: #f9f9f9;

  padding: 25px 25px 15px;
  color: #444;
}

/* ===== Member Card ===== */
#committeeAccordion .faculty-member {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 15px;
  transition: all 0.3s ease;
}

#committeeAccordion .faculty-member:hover {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

/* ===== Image Styling ===== */
#committeeAccordion .faculty-image {
  width: 100%;
  height: auto;
  border-radius: 6px;

  object-fit: cover;
}

/* ===== Faculty Text ===== */
#committeeAccordion .faculty-name {
     font-size: 20px;
    text-transform: capitalize;
    color: #4f60ac;
    font-weight: 500;
    margin-bottom: 6px;
}

#committeeAccordion .faculty-title {
  font-size: 15px;
  color: #666;
  margin-bottom: 5px;
}

#committeeAccordion .faculty-description {
  font-size: 14px;
  color: #777;
  line-height: 1.5;
}

/* ===== Responsive Layout ===== */
@media (max-width: 768px) {
  #committeeAccordion .accordion-button {
    font-size: 18px;
    padding: 14px 16px;
  }
  #committeeAccordion .faculty-member {
    margin-bottom: 20px;
  }
}

/* ===== Abstract Page ===== */
#presentations {
  background-color: #fff;
  padding: 60px 0;
}

/* Section Heading */
#presentations h2 {
  font-weight: 700;
  color: #222;
  margin-bottom: 40px;
  text-transform: capitalize;
}

/* ===== Tabs (Nav) ===== */
#presentations .nav-tabs {
  border-bottom: 2px solid #eee;
}

#presentations .nav-tabs .nav-link {
  font-weight: 600;
  color: #555;
  border: none;
  border-bottom: 3px solid transparent;
  background: none;
  padding: 10px 20px;
  transition: all 0.3s ease;
  font-size: 20px;
}

#presentations .nav-tabs .nav-link:hover {
  color: #772b85;
  border-color: #e1b3ea;
}

#presentations .nav-tabs .nav-link.active {
  color: #772b85;
  border-bottom: 3px solid #772b85;
  background: none;
}

/* ===== Tabs Content Wrapper ===== */
#presentations .tab-content {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  padding: 40px 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

/* Each tab content item */
#presentations .mb-4 {
  margin-bottom: 0px !important;
}

/* Tab Headings */
#presentations h4 {
  color: #222;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
}

.logo-item img {
 
  margin: 0 auto;
  
  transition: all 0.3s ease;
}

.logo-slider .slick-prev:before,
.logo-slider .slick-next:before {
  color: #4f60ac; 
}
.logo-slider .slick-prev
 {
    left: -8px !important;
    z-index: 99 !important;
}

.logo-slider .slick-next {
    right: -8px !important;
}


/* Typography inside tab content */
.tab-cntnt-are h5 {
  color: #0d6efd;
  font-size: 1.3rem;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 15px;
}

.tab-cntnt-are h6 {
  font-size: 1.1rem;
  margin-top: 1rem;
  color: #772b85;
    margin-bottom: 5px;
}

.tab-cntnt-are p,
.tab-cntnt-are li {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
        margin-bottom: 6px;
}

.tab-cntnt-are ul,
.tab-cntnt-are ol {
  margin-left: 1.5rem;
}

.tab-cntnt-are li {
  margin-bottom: 6px;
}

/* Highlight emojis or icons */
.tab-cntnt-are strong {
  color: #111;
}

/* Responsive */
@media (max-width: 767px) {
  #presentations .tab-content {
    padding: 25px 20px;
  }

  #presentations .nav-tabs .nav-link {
    font-size: 0.9rem;
    padding: 8px 14px;
  }

  .tab-cntnt-are {
    padding: 20px;
  }
}
