.feature_small-p {
  font-size: 12px;
  color: black;
  padding: 10px;
  line-height: 20px;

}

.feature-twelev__item:hover .feature_small-p {
  background-color: white;
  /* padding: 10px; */
  border-radius: 10px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.exi-box {
  background: #fff;
  padding: 20px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Shadow effect */
  border-radius: 8px;
  transition: all 0.4s ease;
  /* Smooth transition for all properties */
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
  /* Initial state */
}

.exi-box:hover {
  background: var(--thm-base);
  color: white;
  transform: scale(1.08) rotateX(10deg) rotateY(10deg);
  /* 3D tilt and scale */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.4);
  /* More shadow for depth */
}

.exi-box {

  animation: floatSide 3s ease-in-out infinite;
  transition: transform 0.5s ease;

}

.exhibitors-twelev {
  position: relative;
  background-color: #FDF5F3;
  border-radius: 6px;
  padding: 30px;
  overflow: hidden;
}

.exhibitors-twelev p {
  font-size: 14px;
}

.header-style-twelev .main-menu .navigation>li {
  margin-right: 18px !important
}

.header-style-twelev__btn {
    margin-left: 3% !important;
}

.register-btn {
  border-radius: 5px;
    padding: 4px 9px;
  background: red;
  font-weight: 600;
  color: #fff;
  padding: 2px 7px
}
.register-btn:hover{
  color:#fff
}
/* ---popup----- */


.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    width: 300px;
}

.popup h2 {
    margin-bottom: 20px;
        font-size: 36px !important;
    color: #00173c;

}

.popup button {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
}

.popup .book-space {
    background: #28a745;
    color: white;
}

.popup .visitor-reg {
    background: #dc3545;
    color: white;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    cursor: pointer;
}
.overlay1 {
    display: none;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}


/* ----popup ok---- */


@keyframes floatSide {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(10px);
    /* Move slightly to the right */
  }

  100% {
    transform: translateX(0);
    /* Move back to the original position */
  }
}

.text-black {
  color: black;
}
.conference-sec i.flaticon-check {
    margin-right: 10px;
}
.conference-sec li {
   /* color: black; */
       margin-bottom: 7px;
}
.text-light{
  color: white !important;
}
.concurrent-events {
  background: linear-gradient(135deg, #f0f7ff, #e6f0fa);
  border-top: 4px solid #0077b6;
  border-bottom: 4px solid #0077b6;
}

.concurrent-events .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  position: relative;
  display: inline-block;
}

.concurrent-events .section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #0077b6;
  margin: 8px auto 0;
  border-radius: 2px;
}

.concurrent-events .event-list {
  font-size: 1.2rem;
  line-height: 2;
  color: #222;
  margin-top: 20px;
}

.concurrent-events .event-list li {
  background: #fff;
  margin: 10px auto;
  padding: 12px 20px;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  max-width: 650px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.concurrent-events .event-list li:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}
