.bg-gray {
  background-color: #f5f5f5;
}

a {
  color: #BF3535;
}

.btn-red {
  color: #ffffff;
  background-color: #BF3535;
}
.btn-red:hover {
  color: #ffffff;
  background-color: #9d2a2a;
}

.section-title {
  position: relative;
}
.section-title .underline {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  color: #adadad;
}
.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;
}
.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: 10px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  margin-top: 30px;
}
.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: 14px;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 22px;
  text-transform: uppercase;
}
.congresses-box .label.upcoming {
  background: #dee9f3;
  color: #0167B1;
}
.congresses-box .label.expired {
  background: #f7d0d4;
  color: #BF3535;
}
.congresses-box .event-title {
  font-size: 18px;
  font-weight: 800;
  margin: 12px 0;
}
.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;
}
.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;
}
.contacts-wrapper .content {
  padding: 55px 40px 40px;
}
.contacts-wrapper .side-img {
  position: absolute;
  right: 7%;
  bottom: 0;
  height: 100%;
}

.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 {
    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;
  }z