:root{
    --primary-color: #dc3545;
    --secondary-color: #0167B1;
    
    --eactaic-red: #b32d2e;
            --eactaic-blue: #0056b3;
            --bg-light: #f8fafc;
}

body {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

button{
    box-shadow: none;
    outline: none;
}

.fs-18{
    font-size: 18px;
}

.text-brand{
    color: var(--primary-color);
}

.navbar .navbar-brand {
  width: 265px;
}
.navbar .nav-link {
  color: #000000;
}
.navbar .btn-group {
  font-size: 15px;
  border-radius: 20px;
  padding: 3px 7px;
  margin-left: 10px;
  background-color: #0167B1;
}
.navbar .btn-group a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar .btn-group a:not(:last-child) {
  padding-right: 5px;
  border-right: 1px solid #ffffff;
  margin-right: 5px;
}
header.fixed-top {
    background: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
}


.site-marquee {
  color: #ffffff;
  background-color: #BF3535;
  font-size: 18px;
  padding: 3px 7px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.highlight-title {
  font-weight: bold;
  color: #d62525;
}

.highlight-blue {
  color: #0056b3;
}

.btn-green {
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 50px;
}
.btn-green:hover{
    background-color: #4CAF50;
  color: white;
}

.btn-orange {
  background-color: #f15b43;
  color: white;
  border: none;
   border-radius: 50px;
}
.btn-orange:hover {
  background-color: #f15b43;
  color: white;
}

.icon-box i {
  font-size: 3rem;
  color: #4C4D8B;
}

.border img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.phishing-alert {
  background-color: #c8102e;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.phishing-alert img {
  width: 40px;
}

.footer {
  background-color: #0056a6;
  color: white;
  padding: 50px 20px 20px;
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.social-icons a {
  font-size: 20px;
  margin-right: 10px;
  color: white;
}

.subscribe-form input {
  border-radius: 20px 0 0 20px;
  padding: 10px;
  border: none;
}

.subscribe-form .btn {
  border-radius: 0 20px 20px 0;
  padding: 10px 20px;
  font-weight: 600;
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  margin-top: 30px;
}

.innerpage-banner {
  background-color: #ffe6e8;
  padding: 50px 0;
  text-align: center;
}

.sec-padding {
  padding: 80px 0;
}

.breadcrumb-item {
  color: #000000;
}
.breadcrumb-item.active {
  color: #0167B1;
}
.breadcrumb-item a {
  color: #000000;
}
.breadcrumb-item a:hover {
  color: #0167B1;
}

#eventSlider .slick-slide{
    margin: 0 10px;
}
#eventSlider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
#eventSlider .slick-dots button{
    border: none;
    background: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    margin: 0 5px;
    padding: 0;
    opacity: 0.6;
}
#eventSlider .slick-dots .slick-active button{
    opacity: 1;
}
.mission-vision .box {
  box-shadow: 0px 0px 10px 0px #ccc;
  padding: 40px;
  border-radius: 30px;
}

.mission-vision-wrapper {
  padding: 50px 0;
}

.thrusts-wrapper {
  padding: 50px 0;
  text-align: center;
}/*# sourceMappingURL=style.css.map */
/* Show dropdown on hover */
.hover-dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* Optional: aligns it closely to nav link */
}

     .dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border: none;
    animation: dropdownFade 0.3s ease;
    padding: 0.5rem 0;
  }

  .dropdown-item {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .dropdown-item:hover {
    background-color: #f0f4ff;
    color: #0d6efd;
    padding-left: 25px;
  }

  .dropdown-toggle::after {
    margin-left: 0.4rem;
    vertical-align: middle;
  }

  @keyframes dropdownFade {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .dropdown-menu li a::before {
    content: "\f054"; /* Font Awesome arrow icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #0d6efd;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .dropdown-item:hover::before {
    opacity: 1;
  }
  
  /*SHalu.css*/
  .bg-gray {
  background-color: #f5f5f5;
}

a {
  color: #BF3535;
}

.btn.btn-red {
  color: #ffffff;
  background-color: var(--primary-color);
  border-radius: 50px; 
  font-size: 15px;
  padding: 6px 15px;
}
.btn-red:hover {
  color: #ffffff;
  background-color: #9d2a2a;
}
.btn-secondary{
    color: #ffffff;
  background-color: var(--secondary-color);
  border-radius: 50px; 
  font-size: 15px;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: var(--secondary-color);
}

.section-title {
  position: relative;
}
.section-title .underline {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #adadad;
  display: none;
}
.section-title .text-start .underline{
    left: 120px;
}
.section-title .underline::before, .section-title .underline::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #adadad;
  top: 50%;
  transform: translateY(-50%);
}
.section-title .underline::before {
  left: -108px;
}
.section-title .underline::after {
  right: -108px;
}

.annual-congress .content-wrapper p {
  text-align: justify;
}
.annual-congress .event-box {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
  padding: 15px;
  border-radius: 7px;
  color: #555555;
  margin: 25px 0 20px 25px;
}
.annual-congress .event-box a {
  color: #555555;
}
.annual-congress .event-box i {
  color: #0167B1;
  margin-right: 5px;
}
.annual-congress .event-box .text {
  padding: 10px 0 0;
}
.annual-congress .event-box .event-title {
  font-size: 22px;
  font-weight: 800;
}
.annual-congress .event-box .event-title:hover {
  color: #0167B1;
}
.annual-congress .event-box .link {
  color: #0167B1;
  font-weight: 500;
  transition: 0.5s ease-in-out;
}
.annual-congress .event-box .link:hover {
  font-weight: 600;
}
.annual-congress .member-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.annual-congress .member-list .name {
  font-size: 18px;
  margin-bottom: 3px;
}
.annual-congress .member-list .box {
  box-shadow: 0px 0px 10px 0px #ccc;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  top: 0;
  transition: 0.8s ease-in-out;
}
.annual-congress .member-list .box::before {
  content: "";
  width: 5px;
  height: 150%;
  background-color: #BF3535;
  top: -20%;
  left: 0;
  position: absolute;
}
.annual-congress .member-list .box:hover {
  top: -5px;
}

.award-winners .accordion-item {
  border: none;
}
.award-winners .card {
  border: none;
  margin-bottom: 15px;
}
.award-winners .card:not(:first-of-type) .card-header:first-child {
  border-radius: 10px;
}
.award-winners .card .card-header {
  border: none;
  border-radius: 10px;
  padding: 0;
}
.award-winners .card .card-header button {
  color: #0167B1;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 15px 0 45px;
  height: 80px;
  display: block;
  width: 100%;
  color: rgba(1, 103, 177, 0.8);
  text-align: left;
  background: #fff;
  box-shadow: 0px -50px 140px 0px rgba(1, 103, 177, 0.1);
  border-radius: 10px 10px 0 0;
  position: relative;
}
.award-winners .card .card-header button:after {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  color: #BF3535;
  text-align: center;
  border: 1px solid #BF3535;
  border-radius: 50%;
  line-height: 100%;
  content: "\f067";
  font-size: 10px;
  line-height: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background: none;
}
.award-winners .card .card-header button.collapsed {
  background: #fff;
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid rgba(1, 103, 177, 0.2);
}
.award-winners .card .card-header button[aria-expanded=true]:after {
  content: "\f068";
  color: #fff;
  background-image: -webkit-linear-gradient(-180deg, #5e7eff 0%, #BF3535 30%, #a85fff 100%);
}
.award-winners .card .card-body {
  box-shadow: 0px 15px 140px 0px rgba(69, 81, 100, 0.1);
  border-radius: 0 0 10px 10px;
  padding-left: 45px;
  padding-right: 15px;
  padding-bottom: 18px;
  color: rgba(30, 48, 86, 0.8);
  line-height: 1.6;
  border-top: 1px solid #f3f8fb;
}

.congresses-box {
     background: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    margin-top: 30px;
    height: calc(100% - 30px);
    margin-bottom: 10px;
}
.congresses-box:hover {
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.3607843137);
}
.congresses-box .img-container img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.congresses-box a {
  color: #555555;
}
.congresses-box .text {
  padding: 12px;
}
.congresses-box .label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 22px;
  text-transform: uppercase;
}
.congresses-box .label.upcoming {
  background: #dee9f3;
  color: #0167B1;
}
.congresses-box .label.expired {
  background: #f7d0d4;
  color: #d38b8b;
}
.congresses-box .event-title {
  font-size: 16px;
    font-weight: 500;
    margin: 18px 0;
    color: #000;
}
.congresses-box .event-title:hover {
  color: #0167B1;
}
.congresses-box .date {
  color: #555555;
  font-size: 12px;
}
.congresses-box .date i {
  color: #0167B1;
  margin-right: 5px;
  font-size: 15px;
  vertical-align: middle;
}

.article-box {
  background: #fff;
  box-shadow: 0px 0px 10px 0px #ccc;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  margin-top: 30px;
  height: calc(100% - 30px);
}
.article-box:hover {
  box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.3607843137);
}
.article-box p {
  font-size: 14px;
  color: #555;
  word-break: break-word;
}
.article-box .img-container img {
  height: 225px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-box .text {
  padding: 12px;
}
.article-box .label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 22px;
  text-transform: uppercase;
  background: #f7d0d4;
  color: #BF3535;
}
.article-box .event-title {
  font-size: 18px;
  font-weight: 800;
  margin: 12px 0;
  color: #555555;
}
.article-box .event-title:hover {
  color: #0167B1;
}
.article-box .date {
  color: #555555;
  font-size: 12px;
}
.article-box .date i {
  color: #0167B1;
  margin-right: 5px;
  font-size: 15px;
  vertical-align: middle;
}

.industry .content p {
  text-align: justify;
}

.become-sponsor-wrapper {
  box-shadow: 0px 0px 10px 0px #ccc;
  padding: 50px;
  border-radius: 20px;
  background-color: #BF3535;
  color: #ffffff;
}
.become-sponsor-wrapper .btn {
  color: #BF3535;
  font-weight: 600;
}

.contacts-wrapper {
  background-color: #0167B1;
  color: #ffffff;
  border-radius: 20px;
  position: relative;      /* REQUIRED for absolute image */
  overflow: hidden;
}

.contacts-wrapper .content {
  padding: 55px 40px;
}

/* DESKTOP IMAGE POSITION */
.contacts-wrapper .side-img {
  position: absolute;
  right: 7%;
  bottom: 0;
  height: 100%;
  max-height: 320px;
  width: auto;
}


/*SIDEBAR (ABOUT US)*/
.side-bar{
    position: sticky;
        top: 100px;
    border-radius: 15px;
    background: var(--secondary-color);
    max-height: calc(100vh - 200px);
    overflow: auto;
}
.side-bar::-webkit-scrollbar {
  width: 0px;
}
.side-bar.active{
 left: 0;
}
.side-bar h1{

  text-align: center;
  font-weight: 500;
  font-size: 25px;
  padding-bottom: 13px;
  font-family: sans-serif;
  letter-spacing: 2px;
}

.side-bar .menu{
 width: 100%;
 margin-top: 30px;
}

.side-bar .menu .item{
 position: relative;
 cursor: pointer;
}

.side-bar .menu .item a{
 color: #fff;
 font-size: 16px;
 text-decoration: none;
 display: block;
 padding: 5px 15px;
 line-height: 50px;
 border-radius: 10px;
}

.side-bar .menu .item a:hover{
 background: #0f629e;
 transition: 0.3s ease;
}

.side-bar .menu .item i{
 margin-right: 15px;
}

.side-bar .menu .item a .dropdown{
 position: absolute;
 right: 0;
 margin: 20px;
 transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu,
.side-bar .menu .item .sub-menu-2{
 background: #0f629e;
 display: none;
 border-radius: 10px;
}

.side-bar .menu .item .sub-menu a{
 padding-left: 30px;
}

.side-bar .rotate{
 transform: rotate(90deg);
}
.side-bar .menu .item .sub-menu-2 a {
    font-size: 14px;
    line-height: 2.5;
}

/* MOBILE FIX ONLY */
@media (max-width: 768px) {

  .contacts-wrapper {
    padding-bottom: 20px;
  }

  .contacts-wrapper .side-img {
    position: static;          /* remove absolute positioning */
    display: block;
    margin: 20px auto 0;       /* center image below text */
    height: auto;
    max-width: 80%;
  }

  .contacts-wrapper .content {
    padding: 30px 20px;
    text-align: center;
  }
}


.offices-details p {
  font-size: 18px;
}
.offices-details .left-box {
  border-right: 1px solid #cccccc;
}
.offices-details .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #ffffff;
  background-color: #BF3535;
}
.offices-details a:hover {
  font-weight: 600;
}/*# sourceMappingURL=shalu.css.map */

     .dropdown-menu,
     .dropdown-submenu-list{
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border: none;
    animation: dropdownFade 0.3s ease;
    padding: 0.5rem 0;
  }

  .dropdown-item {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .dropdown-item:hover {
    background-color: #f0f4ff;
    color: #0d6efd;
    padding-left: 25px;
  }

  .dropdown-toggle::after {
    margin-left: 0.4rem;
    vertical-align: middle;
  }

  @keyframes dropdownFade {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }

  .dropdown-menu li a::before {
    content: "\f054"; /* Font Awesome arrow icon */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #0d6efd;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .dropdown-item:hover::before {
    opacity: 1;
  }
  
  /************ Nav Pills **********/
.nav-pills {
  position: relative;
  border-radius: 50px;
  border: 1px solid #dddddd;
  margin-bottom: 40px;
}

.nav-pills .nav-link {
   width: 33.33%; 
  /*width: 25%;*/
  z-index: 1;
  background: transparent;
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 20px;
}

 .nav-pills .nav-link.active {
  color: white;
}

.nav-tab-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3px;
  pointer-events: none;
  z-index: 0;
}

.nav-tab-slider .slider {
   width: 33.3%; 
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: 50px;
  transition: transform 0.4s;
  box-shadow: 1px 1px 3px rgba(0, 42, 50, 0.15);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    /*background: transparent;*/
    background: var(--secondary-color);
}
.sub-tabs .nav-pills .nav-link.active,
.sub-tabs .nav-pills .show>.nav-link{
    background: var(--primary-color);
    color: #ffffff;
}
.sub-tabs .nav-pills .nav-link{
    color: var(--primary-color);
    text-transform: capitalize;
}

.event-detail-tabs .nav-pills .nav-link{
    /*width: 12.5%;*/
    font-size: 14px;
    line-height: 1.3;
    min-height: 50px;
    flex: 1;
    border-radius: 50px;
}
.event-detail-tabs .nav-tab-slider .slider {
    /*width: 12.5%;*/
}

/*** Webinars ******/
/*.tab-content .speaker-card {*/
/*    border: none;*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    box-shadow: 0px 0px 5px 0px #ccc;*/
/*}*/
/*.tab-content .speaker-card .bottom-div {*/
/*    padding: 10px 5px;*/
/*}*/
/*.tab-content .speaker-card .designation {*/
/*    font-size: 15px;*/
/*    line-height: 1.4;*/
/*    color: #818181;*/
/*}*/
/*.tab-content .speaker-card .name {*/
/*    font-weight: 500;*/
/*}*/
.webinar-tab .team-item {
  border-radius: 15px;
  margin-bottom: 65px;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
  position: relative;
  z-index: 1;
  background: #eaeaea;
  transition: all 0.5s ease-in-out;
}

.webinar-tab .team-item:hover {
  transform: translateY(-10px);
}

.webinar-tab .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ebebeb;
  top: 0;
  left: 0;
  border-radius: 15px;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

.webinar-tab .team-item:hover::after {
  top: -10px;
  left: 10px;
}

.webinar-tab .team-item img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.webinar-tab .team-content {
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: -35px;
  background: #fff;
  border-radius: 10px;
  padding: 1px 5px 1px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}
.webinar-tab .team-bio {
  padding-top: 15px;
  padding-bottom: 10px;
}

.webinar-tab .team-bio h5 {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--secondary-color);
}



.webinar-tab .team-bio span {
  text-transform: capitalize;
  font-size: 14px;
  /* color: var(--secondary-color); */
  /* font-weight: 500; */
  /*font-weight: 600;*/
  color: #000;
  line-height: 1.4;
  display: inline-block
}
.webinar-tab .tab-content>.tab-pane {
    padding: 20px 0 0;
}


/*Custom Table*/
.custom-table {
  box-shadow: 0px 0px 20px 0px #dbdbdb;
  border-radius: 15px;
}
.custom-table .table {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 0;
}
.custom-table .table > thead th {
  background: var(--secondary-color);
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
.custom-table .table td {
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
}
.custom-table .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: #f3f4f9;
}
.custom-table .table tr:last-child td {
  border-bottom: 0;
}
.custom-table .table tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}
.custom-table .table tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}


/******* EVENT - MASTERCLASS *******/
.event-section .bottom-text .event-title {
      font-size: 20px;
    font-weight: 500;
    margin: 18px 0;
    color: #2f2f2f;
}
.event-section .bottom-text .event-title:hover {
  color: #0167B1;
}
.event-section .bottom-text .date {
  color: #555555;
  font-size: 15px;
}
.event-section .bottom-text .date i {
  color: #0167B1;
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

/*INTERACTIVE CASES*/
.interactive-cases .congresses-box .img-container img {
    height: auto;
}
.interactive-cases .congresses-box .text{
    font-size: 15px;
}
.interactive-cases .congresses-box .event-title{
    margin-bottom: 10px;
}
.interactive-cases .congresses-box p{
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*ACCORDION - Endorsment*/
.accordion-item{
    box-shadow: 0px 0px 10px 0px #ccc;
    border-radius: 10px;
    background: #e8f1f8;
    border-color: #e8f1f8;
    margin-bottom: 10px;
}
.accordion-button{
    font-size: 18px;
    font-weight: 500;
      background-color: var(--secondary-color);
    color: #fff;
    border-radius: 10px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button{
    border-radius: 10px;
}
.accordion-item:last-of-type{
     border-radius: 10px;
    overflow: hidden;
}
.accordion-button:focus{
    box-shadow: none;
  
}
.accordion {
    --bs-accordion-bg: #f3f4f9;
}

.accordion-item .accordion-body {
    background-color: #f3f4f9 !important;
}

.accordion-button:not(.collapsed) {
    background-color: var(--secondary-color);
    color: #fff;
}

.accordion-item .custom-table .table > thead th {
    background: #cadfef;
    color: var(--secondary-color);
}

/*Form COntrol*/
.form-control:focus {
    box-shadow: none;
    border-color: var(--secondary-color);
}
.form-control:focus::placeholder{
    opacity: 0.4;
}
.form-control {
    font-size: 15px;
    padding: 10px 15px;
}
.btn-submit{
    background: var(--secondary-color);
    color: #fff;
    border-radius: 50px;
    padding: 6px 20px;
    min-width: 140px;
}
.btn-submit:hover {
    color: #fff;
    background-color: #0b5489;
    border-color: #519fd3;
}
.btn-submit.disabled, .btn-submit:disabled, fieldset:disabled .btn-submit {
    background: var(--secondary-color);
    color: #fff;
    opacity: 0.3;
}
.form-label {
    font-weight: 600;
    color: #5b5b5b;
}
.form-check-input{
    border-color: var(--secondary-color);
}
.form-check-input:focus{
    box-shadow: none;
    border-color: var(--secondary-color);
}
.form-check-input:checked {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
/*//Form COntrol*/


.eacvi-section .welcome-message {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*margin: 0 10%;*/
  /*padding: 20px;*/
  border-radius: 10px;
}

.eacvi-section .welcome-message-inner {
  /* box-shadow: 0px 0px 10px 0px #ccc; */
  padding: 35px;
  border-radius: 10px;
  position: relative;
  background: #fff;
  border: 5px solid var(--secondary-color);
}

.eacvi-section .welcome-message-inner ul li {
  list-style-type: disc;
  margin-left: 16px;
}

.signature img {
  width: 90px;
  border-radius: 50%;
}


/***** EVENT DETAILS ************/
.event-detail-section .cta-wrap {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
.event-detail-section .cta-wrap .btn {
    border-radius: 50px;
    padding: .9rem 3.25rem;
    font-weight: 600;
    width: max-content;
    margin: auto;
}
.btn-violet{background:var(--violet); color:#fff;}
.btn-violet:hover{filter:brightness(.95); color:#fff;background:var(--violet);}
.share-list a{display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:50%; background:#f5f5f7; color:var(--ink); text-decoration:none;}
    .share-list a:hover{background:#ececf0}
:root{
      --ink:#222;
      --muted:#6c757d;
      --card:#fff;
      --violet:#6f42c1;
    }
 
    /*.tab-pills .nav-link{border-radius:8px; font-weight:600; color:var(--ink)}*/
    /*.tab-pills .nav-link.active{background:var(--primary-color); color:#fff}*/
  .sidebar-card{background:#fff; border:1px solid #eee; border-radius:16px; padding:1rem}
    .event-detail-section .count-box{
        display:grid; 
        grid-template-columns:repeat(4,1fr); 
        gap:.5rem
    }
    .event-detail-section .count-chip{
        background:var(--primary-color); 
        border-radius:10px; 
        text-align:center; 
        padding:.6rem .4rem
    }
    .event-detail-section .count-chip .num{
        font-size:25px; 
        font-weight:800; 
        line-height:1;
        color: #ffffff;
    }
    .event-detail-section .count-chip .lbl{
        font-size:.7rem; 
        text-transform:uppercase; 
        color:#ffffff;
    }
    .meta-row{
        display:flex;   
        gap:.75rem;   
        align-items:flex-start 
    }
    .meta-row .ico{width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center; border-radius:8px; background:#f7f7f9; color:var(--primary-color)}
   .badge-status{background:#28a745}
   .badge-status.expired{background: var(--primary-color);}
     .btn-calendar{display:block; width:100%; border-radius:50px; padding:.9rem; background:var(--primary-color); color:#fff; text-align:center; text-decoration:none; font-weight:700}
     .btn-calendar:hover{filter:brightness(.95); color:#fff}
  .lead-para strong{color:var(--primary-color)}
    table.pricing thead th{vertical-align:middle}
    
/***** HOME PAGE******/
.intro-section .echo-img{
    border-radius: 50px 5px 5px 50px;
}
.research-section .card-text{
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

/*ARTICLE OF THE MONTH - Detail Page*/
.search-form {
    border: 1px solid var(--primary-color);
    border-radius: 32px;
    overflow: hidden;
}
.search-form .btn{
    width: 42px;
    height: 42px;
}
.search-form input{
    border: none;
    outline: none;
    border-radius: 0;
}

.sub-title {
    font-size: 18px;
    font-weight: 600;
    /*color: var(--primary-color);*/
    padding-bottom: 5px;
    position: relative;
}
.sub-title::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: var(--primary-color);
    bottom: 0;
    left: 0;
}

.recent-post-div img{
    width: 90px;
    border-radius: 5px;
    margin-right: 5px;
}
.recent-post-div h5 {
    color: #000;
    font-size: 16px;
    transition: 0.5s ease-in-out;
}
.recent-post-div:hover h5{
    color: var(--primary-color);
}
.recent-post-div:not(:last-child){
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.questionnaire-div {
    text-align: center;
    box-shadow: 0px 0px 10px 0px #ccc;
    padding: 30px;
}

.url-and-date i{
    color: var(--secondary-color);
    margin-right: 5px;
    /*vertical-align: middle;*/
}
.url-and-date a{
    color: #000;
}
.url-and-date a:hover{
    color: var(--primary-color);
}

.radio-button {
    position: relative;
}
.radio-button input[type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.radio-button .btn-light {
    background: #d3d4d5;
    min-width: 85px;
}
.radio-button .btn-light:hover,
.radio-button [type="radio"]:hover + .btn{
    background: grey;
}
.radio-button [type="radio"]:checked + .btn{
    background-color: #4CAF50;
    color: #ffffff;
}
.red-pill-tabs {
    background: #ffffff;
    border: 1px solid #e3dcdc;
    border-radius: 50px;
    padding: 0px;
}

.red-pill-tabs .nav-link {
    color: #c40018; /* red text */
    font-weight: 600;
    border-radius: 50px;
    padding: 10px 26px;
}

.red-pill-tabs .nav-link.active {
    background-color: #c40018 !important; /* solid red pill */
    color: #fff !important; /* white text */
    font-weight: 600;
}

.red-pill-tabs .nav-link:hover {
    color: #a00014;
}

/**** Carousel ********/
.inner_carousel .carousel-control-next-icon, 
.inner_carousel .carousel-control-prev-icon{
    background-image: none;
    font-size: 30px;
    color: var(--secondary-color);
}
.gallery-grid-2 img:hover {
  cursor: pointer;
}
/* Lightbox */
.carosuel-lightbox.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.carosuel-lightbox.lightbox.show {
  display: flex;
}

.carosuel-lightbox .lightbox-img {
  max-width: 85vw;
  max-height: 85vh;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  box-shadow: 0 0 30px rgba(255,255,255,0.3);
}

/* Navigation */
.carosuel-lightbox .prev, 
.carosuel-lightbox .next {
  position: absolute;
  top: 50%;
  font-size: 45px;
  color: white;
  padding: 12px;
  background: rgba(0,0,0,0.4);
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  transform: translateY(-50%);
  transition: background 0.3s;
}
.carosuel-lightbox .prev:hover, 
.carosuel-lightbox .next:hover {
  background: rgba(0,0,0,0.6);
}
.carosuel-lightbox .prev { left: 5%; }
.carosuel-lightbox .next { right: 5%; }

/* Close button */
.carosuel-lightbox .close {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 40px;
  font-weight: bold;
  color: white;
  cursor: pointer;
}
.carosuel-lightbox .close:hover {
  color: #ccc;
}

/* Counter */
.carosuel-lightbox .counter {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
}

.members-modal .button-group{
    /*display: flex;*/
    text-transform: uppercase;
}
.members-modal .button-group .btn{
    padding: 12px 18px;
    font-weight: 500;
    border-radius: 15px;
}
.members-modal .btn-close{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--primary-color);
    background-image: none;
    color: #ffffff;
    font-size: 20px;
    opacity: 1;
    top: -10px;
    right: -12px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.members-modal .modal-body {
    padding: 50px 18px;
    border-left: 5px solid var(--brand);
}
.members-modal .form-control {
    border-radius: 0;
    border: none;
}
.standard-members .d-flex{
    border: 1px solid var(--secondary-color);
    border-radius: 50px;
    overflow: hidden;
}
.standard-members .btn{
    border-radius: 0 50px 50px 0;
}

.accordion-item .accordion-body {
    background-color: #f3f4f9 !important;
}

/*.members-modal .button-group .btn-left{*/
/*    border-radius: 50px 0 0 50px;*/
/*}*/
/*.members-modal .button-group .btn-right{*/
/*    border-radius: 0 50px 50px 0;*/
/*}*/

/******* ABOUT SECTION (ECHO COURSE) **********/


        .about-section .content-header {
            color: var(--eactaic-red);
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .about-section .course-item {
            background: white;
            border-left: 4px solid var(--eactaic-blue);
            padding: 8px 10px;
            margin-bottom: 15px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.04);
            transition: transform 0.2s;
        }

        .about-section .course-item:hover {
            transform: translateX(5px);
        }
        
        .about-section .course-item small{
            font-size: 14px;
        }

        .about-section .course-title {
            color: var(--eactaic-blue);
            font-weight: 600;
            display: block;
        }

        /* Right Side Card Styling */
        .about-section .event-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            position: sticky;
            top: 100px;
        }
        
        .about-section .event-image-container {
            position: relative;
            height: 300px;
            overflow: hidden;
        }
        .about-section.master-sec .event-image-container{
            height: 325px;
        }

        

        .about-section .event-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .about-section .event-badge {
            position: absolute;
            top: 20px;
            right: 20px;
            background: var(--eactaic-red);
            color: white;
            padding: 5px 15px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 0.85rem;
        }

        .about-section .event-details {
            padding: 20px;
        }

        .about-section .event-date {
            color: #64748b;
            font-size: 0.9rem;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 10px;
        }

        .about-section .btn-eactaic {
            background-color: var(--eactaic-red);
            color: white;
            border-radius: 50px;
            padding: 12px 30px;
            font-weight: 600;
            border: none;
            /*width: 100%;*/
            transition: all 0.3s;
            display: block;
            width: max-content;
            margin: auto;
        }

        .about-section .btn-eactaic:hover {
            background-color: #8e2324;
            color: white;
            box-shadow: 0 4px 12px rgba(179, 45, 46, 0.3);
        }
        
        @media (max-width: 768px){
            .about-section .event-image-container{
                height: auto;
            }
            .about-section .event-image{
                height: auto;
            }
            
        }
        
         @media (min-width: 1400px){
           .about-section.annual-congress .event-image-container,
           .about-section.master-sec .event-image-container{
                height: 375px;
            }
            .about-section.webinar-sec .event-image-container{
                height: 350px;
            }  
         }
         
#cookie-banner{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#222;
color:#fff;
padding:15px 20px;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
font-family:Arial, sans-serif;
z-index:9999;
box-shadow:0 -2px 10px rgba(0,0,0,0.3);
}

#cookie-banner p{
margin:0;
font-size:14px;
max-width:75%;
}

.cookie-buttons{
display:flex;
gap:10px;
}

.cookie-buttons button{
border:none;
padding:8px 16px;
cursor:pointer;
font-size:14px;
border-radius:4px;
}

.accept-btn{
background:#28a745;
color:#fff;
}

.reject-btn{
background:#dc3545;
color:#fff;
}

@media(max-width:768px){
#cookie-banner{
flex-direction:column;
align-items:flex-start;
gap:10px;
}
#cookie-banner p{
max-width:100%;
}
}

/*Header css*/
/* ============================================================
   NAVBAR & MOBILE MENU
   Paste this into your existing style.css.
   If you already have a :root block, merge the variables
   into it instead of adding this one.
   ============================================================ */

:root {
    --nav-primary:    #dc3545;
    --nav-secondary:  #0167B1;
    --nav-text-dark:  #2d3436;
    --nav-light-bg:   #f8f9fa;
    --nav-border:     #edf2f7;
}

/* ---- Desktop: Flyout Submenu ---- */
.nav-item .dropdown-submenu { position: relative; }

.nav-item .dropdown-submenu-list {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    border-top: 3px solid var(--nav-secondary);
    padding: 10px 0;
    min-width: 220px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    list-style: none;
    z-index: 1000;
}

.nav-item .dropdown-submenu:hover > .dropdown-submenu-list {
    display: block;
}

/* ---- Desktop Only ---- */
@media (min-width: 992px) {
    .mobile-menu { display: none; }
}

/* ---- Mobile Drawer (max 991.98px) ---- */
@media (max-width: 991.98px) {

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 85%;
        max-width: 320px;
        height: 100dvh;
        background-color: #fff;
        z-index: 9999;
        transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        display: flex !important;
        flex-direction: column;
        box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
        padding: 1.5rem;
        overflow-y: auto;
    }

    .navbar-collapse.show { left: 0; }

    .navbar-nav {
        margin-top: 1rem;
        margin-bottom: 20px;
    }

    .nav-item { border-bottom: 1px solid var(--nav-border); }

    .nav-link {
        font-weight: 600 !important;
        font-size: 1.05rem;
        color: var(--nav-text-dark) !important;
        padding: 16px 8px !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-menu {
        border: none !important;
        background-color: var(--nav-light-bg) !important;
        margin: 0 0 10px 0 !important;
        border-radius: 8px !important;
    }

    .btn-group {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 10px 0;
        background: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .btn-group .nav-link {
        justify-content: center !important;
        border-radius: 8px;
        padding: 15px !important;
        text-transform: uppercase;
        font-size: 0.95rem;
        font-weight: 700 !important;
        letter-spacing: 0.5px;
        border: none !important;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .btn-group .nav-link:first-child {
        background-color: var(--nav-primary) !important;
        color: #fff !important;
    }

    .btn-group .nav-link:last-child {
        background-color: var(--nav-secondary) !important;
        color: #fff !important;
    }

    .menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        z-index: 9998;
        display: none;
        backdrop-filter: blur(2px);
    }

    .menu-overlay.active { display: block; }
}

/* ---- Mobile Only (max 991px) ---- */
@media (max-width: 991px) {

    .desktop-menu { display: none !important; }

    .mobile-drop ul li a,
    .mobile-subdrop ul li a { color: #000 !important; }

    .mobile-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100vw;
        max-width: 420px;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        transition: .3s;
        padding: 20px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-menu.show { left: 0; }

    .mobile-drop > div,
    .mobile-subdrop > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        cursor: pointer;
    }

    .mobile-drop i,
    .mobile-subdrop i {
        margin-left: auto;
        font-size: 14px;
    }

    .mobile-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .mobile-header img { height: 40px; }

    .mobile-nav {
        list-style: none;
        padding: 0;
        margin-top: 20px;
    }

    .mobile-nav > li {
        padding: 14px 0;
        border-bottom: 1px solid #eee;
    }

    .mobile-nav ul li {
        border-bottom: none !important;
        padding: 10px 0;
    }

    .mobile-drop ul {
        display: none;
        padding-left: 15px;
    }

    .mobile-drop.open ul { display: block; }

    .mobile-buttons a {
        display: block;
        text-align: center;
        padding: 14px;
        margin-top: 10px;
        border-radius: 8px;
        color: #fff;
    }

    .mobile-buttons a.red  { background: var(--nav-primary); }
    .mobile-buttons a.blue { background: var(--nav-secondary); }
}

@media (max-width: 991.98px){
.event-detail-tabs .nav-pills .nav-link {
    width: auto!important;
    flex: auto!important;
}
.event-detail-tabs .nav-pills .nav-link.active{color: #fff!important}
}

@media (max-width: 767.98px){
.navbar .navbar-brand{
    width: 210px;
}
.become-member-section{padding: 35px 0}

.become-member-section .lead {
    font-size: 1rem;
    margin-left: 6rem;
    font-weight: 300;
}
.congresses-box{
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
}
.congresses-box .event-title{
    margin: 5px 0;
}
}




/* *************** CASE OF THE MONTH **************** */
/* ── Case Overview Section ── */
  .case-overview {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.07);
    margin-top: 32px;
  }

  .case-overview .case-media {
    background: #0a0f1e;
    min-height: 400px;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .media-tabs {
    display: flex;
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .media-tab {
    padding: 10px 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    background: none;
    transition: all 0.2s;
    letter-spacing: 0.3px;
  }

  .media-tab.active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid var(--eactaic-red);
  }

  .media-tab:hover:not(.active) {
    color: rgba(255, 255, 255, 0.85);
  }

  .media-panel {
    display: none;
    flex: 1;
  }

  .media-panel.active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .image-display {
    width: 100%;
    /* height: 340px; */
    object-fit: cover;
    display: block;
  }

  .image-placeholder {
    width: 100%;
    /* height: 340px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0a0f1e;
    color: rgba(255, 255, 255, 0.4);
  }

  .image-placeholder svg {
    margin-bottom: 12px;
    opacity: 0.5;
  }

  .image-placeholder p {
    font-size: 13px;
  }

  .video-placeholder {
    width: 100%;
    /* height: 340px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #0d1117;
    cursor: pointer;
    transition: background 0.2s;
  }

  .video-placeholder:hover {
    background: #111827;
  }

  .play-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--eactaic-red);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    box-shadow: 0 0 0 12px rgba(179, 45, 46, 0.18);
    transition: transform 0.2s;
  }

  .video-placeholder:hover .play-btn {
    transform: scale(1.08);
  }

  .play-btn svg {
    margin-left: 4px;
  }

  .video-placeholder span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
  }

  /* Image thumbnails strip */
  .image-strip {
    display: flex;
    gap: 6px;
    padding: 8px 12px;
    background: rgba(0, 0, 0, 0.4);
    overflow-x: auto;
  }

  .img-thumb {
    width: 60px;
    height: 44px;
    border-radius: 4px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    flex-shrink: 0;
    background: #1a2035;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.3);
    font-size: 10px;
    transition: border-color 0.2s;
  }

  .img-thumb.active,
  .img-thumb:hover {
    border-color: var(--eactaic-red);
  }

  /* ── Case Info Panel ── */
  .case-info {
    padding: 28px 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .case-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #fff0f0;
    color: var(--eactaic-red);
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid #fccfcf;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: fit-content;
  }

  .case-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1.35;
    margin: 0;
  }

  .case-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .meta-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--bg-light);
    border: 1px solid #e3e8ef;
    border-radius: 6px;
    padding: 5px 11px;
    font-size: 12px;
    color: #555;
  }

  .meta-chip svg {
    color: var(--eactaic-blue);
    flex-shrink: 0;
  }

  .divider {
    height: 1px;
    background: #eef0f4;
  }

  .section-label {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--eactaic-blue);
    margin-bottom: 8px;
  }

  .case-description {
    font-size: 14px;
    line-height: 1.75;
    color: #444;
  }

  .findings-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
  }

  .findings-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
  }

  .findings-list li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--eactaic-red);
    flex-shrink: 0;
    margin-top: 7px;
  }

  .alert-box {
    background: #fff8e1;
    border: 1px solid #ffe082;
    border-left: 4px solid #f59e0b;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 13px;
    color: #6b4c00;
    line-height: 1.6;
  }

  .alert-box strong {
    color: #92400e;
  }

  /* ── Quiz Section ── */
  .quiz-section {
    margin-top: 32px;
    margin-bottom: 48px;
  }

  .quiz-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
  }

  .quiz-icon {
    width: 42px;
    height: 42px;
    background: var(--eactaic-blue);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .quiz-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
  }

  .quiz-header p {
    font-size: 13px;
    color: #777;
    margin: 0;
  }

  .question-card {
    background: #fff;
    border-radius: 12px;
    padding: 26px 28px;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    border: 1px solid #edf0f5;
    transition: box-shadow 0.2s;
  }

  .question-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  }

  .q-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: var(--eactaic-red);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .q-text {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 1.45;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .options-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 22px;
  }

  @media (max-width: 576px) {
    .options-grid {
      grid-template-columns: 1fr;
    }
  }

  .option-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1.5px solid #e3e8ef;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 14px;
    color: #333;
    text-align: left;
    font-family: "Roboto", sans-serif;
  }

  .option-btn:hover:not(:disabled) {
    border-color: var(--eactaic-blue);
    background: #f0f7ff;
    color: var(--eactaic-blue);
  }

  .option-btn.selected {
    border-color: var(--eactaic-blue);
    background: #e8f2ff;
    color: var(--eactaic-blue);
    font-weight: 500;
  }

  .option-btn.correct {
    border-color: #16a34a;
    background: #f0fdf4;
    color: #15803d;
  }

  .option-btn.wrong {
    border-color: var(--eactaic-red);
    background: #fff5f5;
    color: var(--eactaic-red);
  }

  .option-btn:disabled {
    cursor: default;
  }

  .option-letter {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eef2f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    color: #555;
    flex-shrink: 0;
    transition: all 0.2s;
  }

  .option-btn.selected .option-letter {
    background: var(--eactaic-blue);
    color: #fff;
  }

  .option-btn.correct .option-letter {
    background: #16a34a;
    color: #fff;
  }

  .option-btn.wrong .option-letter {
    background: var(--eactaic-red);
    color: #fff;
  }

  /* ── Bar Graph ── */
  .bar-chart-area {
    display: none;
    margin-top: 4px;
  }

  .bar-chart-area.visible {
    display: block;
  }

  .chart-title {
    font-size: 12px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .chart-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #eef0f4;
  }

  .bar-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .bar-letter {
    width: 26px;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    flex-shrink: 0;
    text-align: center;
  }

  .bar-track {
    flex: 1;
    height: 28px;
    background: #f0f2f7;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
  }

  .bar-fill {
    height: 100%;
    background: var(--eactaic-blue);
    border-radius: 6px;
    transition: width 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 0%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
    min-width: 0;
    position: relative;
    color: #fff;
  }

  .bar-fill.highlight {
    background: var(--eactaic-red);
  }

  .bar-fill.correct-bar {
    background: #16a34a;
  }

  .bar-pct {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s 0.4s;
  }

  .bar-fill.has-value .bar-pct {
    opacity: 1;
  }

  .bar-count {
    width: 46px;
    font-size: 12px;
    color: #888;
    flex-shrink: 0;
    text-align: right;
  }

  .total-responses {
    font-size: 12px;
    color: #aaa;
    margin-top: 6px;
    text-align: right;
  }

  .answer-reveal {
    display: none;
    margin-top: 16px;
    padding: 14px 18px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-left: 4px solid #16a34a;
    border-radius: 8px;
    font-size: 13.5px;
    color: #166534;
    line-height: 1.65;
  }

  .answer-reveal.visible {
    display: block;
  }

  .answer-reveal strong {
    color: #15803d;
  }



  /* Progress tracker */
  .quiz-progress {
    background: #fff;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 24px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    border: 1px solid #edf0f5;
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .progress-stat {
    text-align: center;
  }

  .progress-stat .num {
    font-size: 22px;
    font-weight: 700;
    color: var(--eactaic-blue);
    line-height: 1;
  }

  .progress-stat .lbl {
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 3px;
  }

  .progress-divider {
    width: 1px;
    height: 36px;
    background: #eef0f4;
  }

  .progress-bar-wrap {
    flex: 1;
  }

  .progress-bar-bg {
    height: 8px;
    background: #eef0f4;
    border-radius: 4px;
    overflow: hidden;
  }

  .progress-bar-fill {
    height: 100%;
    background: var(--eactaic-blue);
    border-radius: 4px;
    transition: width 0.4s ease;
    width: 0%;
  }

  .progress-bar-lbl {
    font-size: 11px;
    color: #aaa;
    margin-top: 5px;
  }

  .source-card {
    max-width: 600px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-left: 5px solid var(--eactaic-blue);
    border-radius: 10px;
    padding: 16px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  }

  .source-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--eactaic-blue);
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .source-content {
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
  }


  .video-card {
    max-width: 600px;
    font-family: Arial, sans-serif;
  }

  .video-wrapper {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
  }

  /* Thumbnail image */
  .video-thumb {
    width: 100%;
    display: block;
  }

  /* Video (hidden initially) */
  .video-player {
    width: 100%;
    display: none;
  }

  /* Play button */
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 30px;
    padding: 12px 18px;
    border-radius: 50%;
  }

  /* Title */
  .video-title {
    margin-top: 10px;
    font-size: 15px;
    color: #374151;
  }
  
  .final-finding-wrapper{
      margin-top:12px; 
      margin-bottom:48px;
  }
.final-finding-wrapper .header-bar{
    background:var(--eactaic-blue); 
    padding:20px 28px; 
    display:flex; 
    align-items:center; gap:14px;
}

.final-finding-wrapper .header-bar .icon{
    width:42px;
    height:42px;
    border-radius:50%;
    background:rgba(255,255,255,0.15);
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}
.final-finding-wrapper .entry-title{
    color:#fff;font-size:18px;font-weight:700;line-height:1.2;
}
.final-finding-wrapper .sub-text{
    color:rgba(255,255,255,0.75);font-size:13px;margin-top:2px;
}
  
@media (max-width: 767.98px){
    .bar-fill{
        min-width: 18px;
        padding-right: 2px;
    }
}

@media (max-width: 575.98px){
    .bar-fill {
        min-width: 25px;
    }
    .question-card{
        padding: 20px 15px;
    }
}