/* index */
.jarallax {
  height: 100dvh;
}

.jarallax video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-container {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: end;
  align-items: center;
  padding: 60px 120px;
}

.hero-content h1 {
  margin-top: 45px;
}

.hero-content h1 {
  color: #076ec6;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  text-align: end;
  font-style: italic;
  letter-spacing: 0.1rem;
}

.hero-sub-content {
  color: #076ec6;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-align: end;
  display: flex;
  flex-direction: column;
}

.hero-sub-content .button-group {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

@media (max-width: 1260px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-container {
    padding: 40px 30px;
    align-items: end;
  }

  .hero-content h1 {
    font-size: 1.5rem;
    text-align: start;
  }

  .hero-sub-content {
    text-align: start;
  }

  .jarallax:has(.video-content) {
    height: auto;
  }

  .jarallax .video-content {
    height: auto;
  }
}

.button-group button {
  flex: 1;
}

.btn {
  font-size: 0.8rem;
  height: auto;
  background-color: transparent;
  border: 1px solid #076ec6;
  letter-spacing: 0.3rem;
  color: #076ec6;
}

.btn:hover {
  background-color: #076ec6;
  color: white;
}

.section {
  padding: 60px 120px;
}

.container-section {
  display: flex;
  justify-content: space-between;
}

.align-text-start {
  text-align-last: start !important;
}

.content {
  width: 100%;
}

.content .heading {
  color: #fff;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 0.1rem;
}

.heading {
  color: #fff;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  font-style: italic;
  letter-spacing: 0.1rem;
}

.sub-heading {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
}

.border-top-bottom {
  border-top: 1px solid #076ec6;
  border-bottom: 1px solid #076ec6;
  width: max-content;
}

.calender {
  width: 50%;
  height: auto;
  object-fit: contain;
}

.bg-blue {
  background-color: #076ec6 !important;
}

.bg-cream {
  background-color: #fcfbca !important;
}

.text-blue {
  color: #076ec6 !important;
}

.text-yellow {
  color: #fff39c !important;
}

.top-box {
  padding: 30px 15px;
  border-radius: 30px;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgb(230 225 116 / 50%);
}

.top-box i {
  font-size: 1.5rem;
}

.opportunity-box {
  border-radius: 60px;
  padding: 40px;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  line-height: 1.3;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-style: italic;
}

.bg-light-green {
  background-color: #caff55;
}

.bg-light-pink {
  background-color: #f4befc;
}

.bg-light-orange {
  background-color: #efa420;
}

.opportunity-left {
  width: 40%;
}

.opportunity-left-content {
  height: 50%;
}

.opportunity-center {
  width: 40%;
}

.opportunity-right {
  width: 20%;
}

.opportunity-right .opportunity-box {
  height: 50%;
}

.opportunity-right img {
  height: 50%;
}

.opportunity-img {
  border-radius: 60px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1260px) {
  .heading {
    font-size: 2rem;
    text-align: start !important;
  }

  .sub-heading {
    text-align-last: start;
  }

  .opportunity-box {
    border-radius: 40px;
    padding: 20px;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .calender {
    width: 50%;
  }

  .opportunity-left {
    width: 100%;
  }

  .opportunity-center {
    width: 100%;
  }

  .opportunity-right {
    width: 100%;
    display: flex;
  }

  .opportunity-right .opportunity-box {
    width: 50%;
  }

  .opportunity-box {
    height: 200px !important;
  }

  .opportunity-right img {
    height: auto;
    width: 50%;
  }

  .opportunity-img {
    border-radius: 40px;
    height: 200px !important;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 40px 30px;
  }

  .content .heading {
    font-size: 1.5rem;
    text-align: start !important;
    text-align-last: start !important;
  }

  .calender {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .top-box {
    font-size: 1rem;
  }

  .top-box i {
    font-size: 1.2rem;
  }
}

.rounded-container {
  background-color: white;
  border-radius: 120px 120px 0 0;
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: -165px;
  box-shadow: 0 -30px 50px -20px rgba(116, 170, 230, 0.5);
  padding: 60px 120px;
}

.rounded-heading {
  color: #fff;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  font-style: italic;
  letter-spacing: 0.1rem;
  text-align: center;
}

.divider {
  margin: 20px 0;
  height: 2px;
  background-color: #4b91f7;
  border: none;
}

.sponsorship-content-v2 h3 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}

.sponsorship-content-v2 img {
  height: 70px;
  margin: 1rem;
}

.p-for-rounded {
  padding-bottom: 235px;
}

@media (max-width: 1400px) {
  .rounded-container {
    border-radius: 100px 100px 0 0;
    margin-top: -130px;
  }

  .p-for-rounded {
    padding-bottom: 190px;
  }
}

@media (max-width: 1200px) {
  .rounded-container {
    border-radius: 90px 90px 0 0;
    margin-top: -110px;
  }

  .p-for-rounded {
    padding-bottom: 175px;
  }
}

@media (max-width: 860px) {
  .rounded-container {
    border-radius: 80px 80px 0 0;
    margin-top: -90px;
  }
}

@media (max-width: 768px) {
  .rounded-container {
    padding: 40px 30px;
    border-radius: 50px 50px 0 0;
    margin-top: 235px;
  }

  .rounded-heading {
    font-size: 1.5rem;
  }

  .p-for-rounded {
    padding-bottom: 85px;
    margin-bottom: -275px;
  }
}

@media (max-width: 550px) {
  .rounded-container {
    margin-top: 155px;
  }

  .p-for-rounded {
    padding-bottom: 85px;
    margin-bottom: -195px;
  }
}

.top-border-dashed {
  position: relative;
}

.top-border-dashed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(
    to right,
    #076ec6 0px,
    #076ec6 10px,
    transparent 10px,
    transparent 20px
  );
}

.video-clickers {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-clickers .inner-content {
  width: 100%;
  cursor: pointer;
  -webkit-user-drag: none;
  aspect-ratio: 16 / 9;
  border-radius: 30px;
}

.video-clickers i {
  position: absolute;
  color: #efefefc4;
  font-size: 5rem;
  cursor: pointer;
}

.video-clickers i:hover,
.video-clickers .inner-content:hover ~ i {
  color: #fff;
}

.video-wrapper video {
  height: 100%;
  width: 100%;
  border-radius: 30px;
}

/* contact */
.first-section {
  padding-top: 410px;
}

h3.sub-heading {
  font-weight: 600;
  font-size: 1.3rem;
}

.search-exhibitor {
  border-bottom: none;
}

.social-icon2 {
  color: #076ec6;
  font-size: 1.2rem;
}

.form-contact {
  border-radius: 50px;
  padding: 60px 40px;
}

.form-contact h2 {
  color: #fff;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 0.1rem;
}

.form-contact input {
  border: none;
  background: transparent;
  color: #fff;
  border-bottom: 2px solid white;
  width: 100%;
  padding: 1.5rem 0 0.8rem;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}

.form-contact textarea {
  border: none;
  background: transparent;
  color: #fff;
  width: 100%;
  padding: 1.5rem 0 1.5rem;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}

.form-contact input:-webkit-autofill,
.form-contact textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 9999s ease-out !important;
}

.form-contact input::placeholder,
.form-contact textarea::placeholder {
  color: #fff;
  opacity: 1;
}

.btn-white {
  font-size: 0.8rem;
  height: auto;
  background-color: transparent;
  border: 1px solid #fff;
  letter-spacing: 0.3rem;
  color: #fff;
  padding: 5px 25px 5px 37px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .first-section {
    padding-top: 215px;
  }

  .form-contact {
    border-radius: 35px;
    padding: 40px 25px;
  }

  .form-contact h2 {
    font-size: 1.5rem;
  }

  .form-contact input {
    padding: 1rem 0 0.8rem;
  }

  .form-contact textarea {
    padding: 1rem 0 1rem;
  }
}

/* agenda */
.nav.nav-pills.nav-agenda-pills {
  border: 1px solid #b4cbdf;
  padding: 0.2rem;
  border-radius: 99999px;
}

.nav-pills.nav-agenda-pills .nav-link {
  border-radius: 999px !important;
}

.nav-pills.nav-agenda-pills .nav-link.active,
.nav-pills.nav-agenda-pills .show > .nav-link {
  color: #fff;
  background-color: #076ec6 !important;
}

/* information */
.booth-info-card {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: visible !important;
  /* background-color: rgba(243, 244, 246, 0.9); */
  backdrop-filter: blur(40px) saturate(110%);
  background: #ffffffcc;
  width: 350px;
  width: 100%;
  padding: 1.5rem;
  position: relative;
  margin-top: 45px;
  box-sizing: border-box;
}

.logo-container {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.gradient-border {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  padding: 3px;
  background: conic-gradient(#f9ce34, #ee2a7b, #6228d7, #f9ce34);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.inner-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.inner-circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  padding: 5px;
}

.booth-info-name {
  letter-spacing: -0.025em;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: #1a202c;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0.75rem;
}

.booth-number {
  background-color: #076ec6 !important;
  border-radius: 16px;
  padding: 0.35rem 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  width: fit-content;
  margin: 0 auto;
}

.booth-number svg {
  width: 1rem;
  fill: #fff;
}

.booth-number span {
  font-weight: 500;
  line-height: 1rem;
  font-size: 0.75rem;
  color: #fff;
}

.booth-number .number {
  font-weight: 700;
  font-size: 0.875rem;
  color: #fff;
}

@media (max-width: 600px) {
  .booth-info-card {
    width: 90%;
    margin-left: auto;
    margin-right: 0;
    border-radius: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    padding-left: 70px;
    margin-top: 20px;
    min-height: 120px;
  }

  .logo-container {
    position: absolute;
    top: 42%;
    left: -45px;
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
  }

  .gradient-border {
    width: 100px;
    height: 100px;
  }

  .inner-circle img {
    padding: 3px;
  }

  .booth-info-name {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.75rem;
    -webkit-line-clamp: unset;
    overflow: visible;
    white-space: normal;
    flex-grow: 1;
    margin-right: 0.5rem;
  }

  .booth-number {
    margin: 0;
    justify-content: flex-start;
    font-size: 0.7rem;
    padding: 0.25rem 0.6rem;
    flex-shrink: 0;
  }

  .booth-number svg {
    width: 0.9rem;
    height: 0.9rem;
  }

  .booth-number span {
    font-size: 0.7rem;
  }

  .booth-number .number {
    font-size: 0.8rem;
  }
}

.row.g-4 [class*="col-"] {
  margin-top: 1.25rem;
}

.booth-info {
  text-align: start;
  text-align-last: left;
  line-height: 1;
  font-size: 1rem;
}

.booth-section {
  margin-top: 2rem;
}

.search-exhibitor {
  border-bottom: none;
}

.accordion-item .accordion-button {
  border-color: #076ec6;
  color: #076ec6;
}

/* registration visitor*/
.bg-registration-image {
  width: 100%;
  display: block;
}

.registration-form-container {
  background-color: white;
  border-radius: 120px 120px 0 0;
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: -130px;
  box-shadow: 0 -30px 50px -20px rgba(116, 170, 230, 0.5);
  padding: 60px 120px;
}

.registration-heading {
  font-size: 1.2rem;
  color: #076ec6;
}

.registration-heading-bold {
  font-weight: 600;
}

.registration-input {
  margin-bottom: 20px;
  text-align: center;
  border-radius: 60px;
  padding: 0.8rem;
  font-size: 1rem;
  color: black;
  border-color: #076ec6;
}

.registration-label {
  color: #076ec6;
}

.registration-divider {
  margin: 20px 0;
  height: 2px;
  background-color: #076ec6;
  border: none;
}

.registration-subheading {
  margin-top: 10px;
  font-size: 1rem;
  color: #076ec6;
}

.registration-link {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.registration-submit-button {
  width: 50%;
}

.form-control::placeholder {
  color: hsl(216, 91.5%, 63.1%);
}

.invalid-placeholder::placeholder {
  color: red;
}

.radio-primary {
  width: 20px;
  height: 20px;
  accent-color: #076ec6;
  border: 2px solid #076ec6;
}

.radio-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 145, 247, 0.25);
}

.label-primary {
  color: #076ec6;
  font-size: 1rem;
  margin-left: 5px;
}

@media (max-width: 1400px) {
  .registration-form-container {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
  }
}

@media (max-width: 1200px) {
  .registration-form-container {
    border-radius: 90px 90px 0 0;
    margin-top: -90px;
  }
}

@media (max-width: 860px) {
  .registration-form-container {
    border-radius: 80px 80px 0 0;
    margin-top: -70px;
  }
}

@media (max-width: 768px) {
  .registration-form-container {
    padding: 40px 30px;
    border-radius: 50px 50px 0 0;
    margin-top: -70px;
  }

  .registration-input {
    margin-bottom: 20px;
    padding: 0.4rem;
  }

  .registration-submit-button {
    width: 100%;
    height: 42.8px;
  }
}

@media (min-width: 768px) {
  .registration-submit-button {
    height: 55.6px;
  }
}

@media (max-width: 550px) {
  .registration-form-container {
    margin-top: -40px;
  }
}

.select2-selection {
  height: calc(2px + 3.5rem) !important;
  padding: 0.8rem !important;
  text-align: center !important;
  border-radius: 60px !important;
  font-size: 1rem !important;
}

.select2-container--bootstrap-5
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 1.8;
}

@media (max-width: 768px) {
  .select2-selection {
    padding: 0.4rem !important;
    margin-bottom: 20px;
  }

  .select2-container--bootstrap-5
    .select2-selection--single
    .select2-selection__rendered {
    line-height: 1.75;
  }

  .select2-container--bootstrap-5 .select2-selection {
    height: 42.4px !important;
  }
}

.select2-container--bootstrap-5 .select2-selection {
  border: 1px solid #4b91f7 !important;
}

.select2-container--bootstrap-5 .select2-selection.error {
  border: 1px solid red !important;
}

.select2-container--bootstrap-5 .select2-selection--single {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%234b91f7' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}

/* swal */
.alert-registration {
  border-radius: 30px !important;
  overflow: hidden;
  padding: 0;
  width: 580px !important;
  height: auto !important;
}

.alert-registration .swal2-image {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin: 0;
}

.alert-registration .swal2-title {
  font-size: 28px;
  color: #076ec6;
  font-style: italic;
  font-family: "Merriweather", "Poppins", sans-serif;
  letter-spacing: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.alert-registration .swal2-html-container {
  font-size: 14px;
  padding: 0 10%;
  color: #076ec6;
  margin: 1em auto 0;
}

.alert-registration .swal2-confirm {
  font-size: 0.8rem;
  height: auto;
  background-color: transparent;
  border: 2px solid #076ec6;
  color: #076ec6;
  min-width: 160px;
  border-radius: 20px;
  margin: 1.5em auto 2em;
}

.alert-registration .swal2-cancel {
  font-size: 0.8rem;
  height: auto;
  background-color: transparent;
  border: 2px solid #076ec6;
  color: #076ec6;
  min-width: 160px;
  border-radius: 20px;
  margin: 1.5em auto 2em;
}

.alert-registration div:where(.swal2-actions) {
  margin: 0;
}

.alert-registration .swal2-confirm:hover {
  background-color: #076ec6;
  color: white;
}

.alert-registration .swal2-cancel:hover {
  background-color: #076ec6;
  color: white;
}

.alert-registration div:where(.swal2-container) img:where(.swal2-image) {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .alert-registration {
    width: 325px !important;
  }

  .alert-registration .swal2-image {
    height: 160px;
    object-fit: cover;
  }

  .alert-registration .swal2-title {
    font-size: 1.2rem;
  }

  .alert-registration .swal2-html-container {
    font-size: 1rem;
  }

  .alert-registration .swal2-confirm {
    margin: 1.5em auto 0;
  }
}

/* registation exhibitor */
.bg-exhibitor-section {
  border-radius: 120px 120px 0 0;
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: -130px;
  box-shadow: 0 -30px 50px -20px rgba(116, 170, 230, 0.5);
  padding: 60px 120px;
  background: radial-gradient(
    ellipse 145% 120% at bottom,
    #f7e37c 5%,
    #4a90e2 60%
  );
}

.container-floorplan {
  background-color: white;
  padding: 60px 120px;
  width: 100%;
}

.floorplan {
  width: 75%;
}

.floorplan-2 {
  width: 65%;
}

.exhibitor-heading {
  font-size: 1.2rem;
  color: #ffffff;
}

.floorplan-heading {
  font-size: 1.2rem;
}

.exhibitor-heading-bold {
  font-weight: 600;
}

.exhibitor-booth-title {
  font-size: 1.8rem;
  color: #076ec6;
}

.exhibitor-accordion-button {
  color: #076ec6 !important;
  font-weight: 600;
  font-size: 1.2rem !important;
}

.exhibitor-button {
  width: max-content;
  margin-top: 20px;
}

.exhibitor-note {
  color: #076ec6;
}

.accordion-body {
  border-radius: 1rem;
  border-top: 0;
  font-size: 14px;
  padding: 18px 24px;
  background-color: #fff;
}

@media (max-width: 1400px) {
  .bg-exhibitor-section {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
  }
}

@media (max-width: 1200px) {
  .bg-exhibitor-section {
    border-radius: 90px 90px 0 0;
    margin-top: -90px;
  }
}

@media (max-width: 860px) {
  .bg-exhibitor-section {
    border-radius: 80px 80px 0 0;
    margin-top: -100px;
    background: radial-gradient(
      ellipse 150% 30% at bottom,
      #f7e37c 5%,
      #4a90e2 60%
    );
  }
}

@media (max-width: 768px) {
  .bg-exhibitor-section {
    padding: 40px 30px;
    border-radius: 50px 50px 0 0;
    margin-top: -255px;
  }

  .container-floorplan {
    padding: 40px 30px;
  }

  .img-exhibitor {
    height: 160px;
  }

  .exhibitor-booth-title {
    font-size: 1.6rem;
  }

  .floorplan {
    width: 100%;
  }

  .floorplan-2 {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .bg-exhibitor-section {
    margin-top: -170px;
  }
}

.color-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.color-box {
  padding: 8px 16px;
  border-radius: 20px;
  color: white;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  min-width: 160px;
}

.booth-type {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.booth-item {
  display: flex;
  align-items: center;
  border: 2px solid #076ec6;
  border-radius: 20px;
  font-size: 16px;
  color: #076ec6;
  min-width: 160px;
}

.booth-label {
  padding: 5px 15px;
  border-right: 2px solid #076ec6;
}

.booth-size {
  padding: 5px 15px;
  font-style: italic;
}

.registration-divider {
  margin: 20px 0;
  height: 2px;
  background-color: #076ec6;
  border: none;
}

.exhibitor-note a i {
  text-decoration: underline;
  font-weight: 600;
}

/* registration exhibitor booth */
.blurred {
  filter: blur(5px);
}

.swal2-show:has(.inner-popup) {
  overflow: hidden;
}

.inner-popup {
  min-height: 50%;
  width: 100%;
  position: absolute;
  z-index: 99999;
  bottom: -50%;
  left: 0;
  border-top: 2px dashed #bdbdbd;
  border-radius: 20px 20px 0 0;
  transition: bottom 0.5s ease-in-out;
  display: none;
}

.nav.nav-pills.registration-booth {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.nav-pills.registration-booth .nav-link {
  background-color: #f3f4f63b;
  height: auto;
  width: 20%;
  font-size: 1.2rem;
  text-align: center;
  padding: 20px 15px;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1rem;
  border-radius: 0 !important;
  border-right: 2px solid #e1e1e1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-pills.registration-booth .nav-link:first-child {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.nav-pills.registration-booth .nav-link:last-child {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
  border-right: 0;
}

.nav-pills.registration-booth .nav-link.active,
.nav-pills.registration-booth .show > .nav-link {
  color: #076ec6;
  border-bottom: 5px solid #076ec6;
  background-color: rgba(7, 109, 198, 0.05);
}

.nav-number {
  width: 40px;
  height: 40px;
  border: 2px solid #e1e1e1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  color: #666;
}

.nav-pills.registration-booth .nav-link.active .nav-number {
  color: #f3f4f6;
  background: #076ec6;
  border: 2px solid #076ec7;
}

.nav-success {
  color: green !important;
}

.nav-success .nav-number {
  border-color: green !important;
}

.nav-success .nav-number i {
  color: green !important;
  font-size: 1.5rem;
}

.nav-failed {
  color: red !important;
}

.nav-failed .nav-number {
  border-color: red !important;
}

.nav-failed .nav-number i {
  color: red !important;
  font-size: 1.5rem;
}

.w-65 {
  width: 65% !important;
}

.w-35 {
  width: 35% !important;
}

.exhibitor-registration {
  background-color: #f3f4f63b;
  padding: 20px 15px;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: max-content;
  font-family: "Poppins", sans-serif;
}

/* form */
.registration-input[type="file"] {
  padding: 0.4rem 0.8rem;
  color: #4b91f7;
  text-align: center;
  margin-bottom: 0;
}

.registration-input[type="file"]::-webkit-file-upload-button {
  background-color: transparent !important;
  border-right: 1px solid #6666663b;
}

.registration-input[type="file"]::-webkit-file-upload-button:hover {
  background-color: transparent !important;
}

.card-information-registration {
  border: 1px solid #4b91f7;
  border-radius: 20px;
  padding: 15px 20px;
  height: 100%;
}

.card-information-registration p {
  color: #4b91f7;
  font-size: 1rem;
  text-align-last: start;
}

.grid-list-registration li {
  text-align: start;
  list-style: disc;
  color: #4b91f7;
  margin-left: 1rem;
}

.btn-accomondation {
  height: 55px;
}

.iti--show-selected-dial-code .iti__selected-flag {
  background-color: transparent !important;
  border-right: 1px solid #6666663b;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e8f0fe !important;
}

.form-datepicker.form-control:disabled,
.form-datepicker.form-control[readonly] {
  background-color: transparent !important;
  cursor: pointer;
}

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

.btn-input-file {
  background-color: #1f6cb1;
  border: 2px solid #1f6cb1;
  box-shadow: none;
  border-radius: 0 60px 60px 0 !important;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 3px;
  padding: 5px 15px;
  text-align: center;
}

.tab-section .tab-pane h2 {
  font-size: 1.2rem;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1rem;
}

.summary-section h1 {
  font-size: 1.2rem;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1rem;
}

.summary-section .card {
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1rem;
  background-color: transparent;
  border-color: #4b91f750;
}

#informationConfirmation {
  display: flex;
  flex-direction: column;
}

.btn-next-style {
  background-color: #076ec6;
  border-radius: 50rem !important;
  color: #fff;
  border: 1px solid #076ec6;
  font-size: 1rem;
  height: auto;
  letter-spacing: 0.3rem;
  padding: 8px 20px;
}

.btn-next-style:hover {
  background-color: rgb(5, 98, 178);
  border-radius: 50rem !important;
  color: #fff;
}

.btn-back-style {
  font-size: 1rem;
  height: auto;
  background-color: transparent;
  border: 1px solid #076ec6;
  letter-spacing: 0.3rem;
  color: #076ec6;
  padding: 8px 20px;
}

.btn-back-style:hover {
  background-color: #076ec6;
  border-radius: 50rem !important;
  color: #fff;
}

#informationConfirmation button {
  font-size: 1rem;
  height: auto;
  background-color: transparent;
  border: 1px solid #076ec6;
  letter-spacing: 0.3rem;
  color: #076ec6;
  padding: 8px 20px;
}

#informationConfirmation button:hover {
  background-color: #076ec6;
  border-radius: 50rem !important;
  color: #fff;
}

#informationConfirmation a {
  background-color: #076ec6;
  border-radius: 50rem !important;
  color: #fff;
  border: 1px solid #076ec6;
  font-size: 1rem;
  height: auto;
  letter-spacing: 0.3rem;
  padding: 8px 20px;
}

/* accomondation */
.bg-accomondation-image {
  width: 100%;
  display: block;
}

.accomondation-container {
  background-color: white;
  border-radius: 120px 120px 0 0;
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: -130px;
  box-shadow: 0 -30px 50px -20px rgba(116, 170, 230, 0.5);
  padding: 60px 120px;
}

.accomondation-heading-bold {
  font-weight: 600;
}

@media (max-width: 1400px) {
  .accomondation-container {
    border-radius: 100px 100px 0 0;
    margin-top: -100px;
  }
}

@media (max-width: 1200px) {
  .accomondation-container {
    border-radius: 90px 90px 0 0;
    margin-top: -90px;
  }
}

@media (max-width: 860px) {
  .accomondation-container {
    border-radius: 80px 80px 0 0;
    margin-top: -70px;
  }
}

@media (max-width: 768px) {
  .accomondation-container {
    padding: 40px 30px;
    border-radius: 50px 50px 0 0;
    margin-top: -70px;
  }
}

@media (max-width: 550px) {
  .accomondation-container {
    margin-top: -40px;
  }
}

/*** Case Study ***/
.case-item {
  border-radius: 2.25rem;
  height: 100%;
}

.case-item img {
  transition: 0.5s;
  height: 100%;
  width: auto;
  object-fit: cover;
}

.case-item:hover img {
  transform: scale(1.2);
}

.case-overlay {
  position: absolute;
  padding: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  background: linear-gradient(rgba(20, 24, 62, 0), #4c4c4c);
  z-index: 1;
  cursor: pointer;
}

.case-overlay small {
  display: inline-block;
  padding: 3px 15px;
  color: #ffffff;
  background: rgba(20, 24, 62, 0.7);
  border-radius: 25px;
  margin-bottom: 15px;
}

.case-overlay span.btn:hover {
  color: var(--primary);
  background: #ffffff;
  border-color: #ffffff;
}

.text-star {
  color: #ffcd3c !important;
}

.container-hotels {
  background-color: #4a90e2;
  padding: 60px 120px;
  width: 100%;
}

.content-hotels {
  display: flex;
}

.Information-hotels {
  text-align-last: start;
  color: #fff;
  padding-right: 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Information-hotels .hotel-heading {
  font-size: 2rem;
  font-weight: 600;
  text-align-last: start;
  color: #fff;
}

.Information-hotels p {
  color: #fff;
  text-align: justify;
  text-align-last: start;
}

.btn-white:hover {
  background-color: #fff !important;
  color: #076ec6 !important;
}

.divider-white {
  margin: 20px 0;
  height: 2px !important;
  background-color: #fff;
  border: none;
}

.img-hotels {
  min-width: 300px;
  height: auto;
}

.object-fit-cover {
  object-fit: cover;
}

.img-hotels img {
  height: 100%;
  max-width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.img-hotel {
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.hotel-card p {
  text-align: start;
  text-align-last: start;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .case-item {
    width: 100%;
    height: 285px;
    border-radius: 1.75rem;
  }

  .case-item img {
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
  }

  .container-hotels {
    padding: 40px 30px;
  }

  .content-hotels {
    flex-direction: column-reverse;
  }

  .img-hotels img {
    height: 285px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 1.5rem;
    border-radius: 1.75rem;
  }
}

.modal-title {
  font-size: 1.3rem;
  font-family: "Merriweather", "Poppins", sans-serif;
}

.btn-modal {
  border: none;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-family: "Poppins", sans-serif;
}

.list-inclusion {
  font-size: 1.2rem;
  line-height: 1.5;
}

.list-inclusion i {
  width: 45px;
  height: 30px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .grid-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .grid-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
}

.container-booking {
  padding: 60px 120px;
  width: 100%;
}

@media (max-width: 768px) {
  .container-booking {
    padding: 40px 30px;
  }
}

.text-info {
  color: #076ec6 !important;
}

.registration-information-heading {
  margin-top: 10px;
  font-size: 1.3rem;
  color: #076ec6;
  text-align: start;
}

.alert-theme {
  color: #076ec6;
  border-color: #b4cbdf;
}

.theme-agenda {
  font-family: "Merriweather", "Poppins", sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  letter-spacing: 0.1rem;
  font-weight: 800;
  line-height: 0.1;
}

.speakers-list {
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  cursor: default;
}

.category-bodybuilder {
  background-color: #ffd1dc;
  color: #5c2b33;
}

.category-influencer {
  background-color: #c5f1ff;
  color: #2b4a5c;
}

.category-sports {
  background-color: #d4ffea;
  color: #264f3c;
}

.category-wellness {
  background-color: #fff4c2;
  color: #5a4d1e;
}

.category-leadership {
  background-color: #e6ddff;
  color: #3c2c63;
}

.category-environment {
  background-color: #d8f7dc;
  color: #2e4d34;
}

.category-sustainability {
  background-color: #f0fdf4;
  color: #295c3a;
}

.category-socialimpact {
  background-color: #fff1e6;
  color: #5a3825;
}

.speakers-list .card-title {
  color: #076ec6;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

.speakers-list .card-desc {
  color: #076ec6;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-align: start;
  text-align-last: start;
}

.read-more {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.speakers-list .img-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-image: url(https://baliwellness.co.id/assets/images/speakers/bg-speakers.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.speakers-list .img-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blur-container {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.blur-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  filter: blur(15px);
  z-index: 0;
}

.blur-text-content {
  position: relative;
  color: #000;
  padding: 5px 15px;
  z-index: 1;
}

@keyframes smooth-bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.speakers-list:hover .blur-container {
  animation: smooth-bounce 1s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}

.speakers-list img {
  transition: transform 0.3s ease;
}

.speakers-list:hover img {
  transform: scale(1.1);
}

.blur-container:hover .blur-background {
  filter: blur(0);
  transition: filter 0.15s ease;
}

@media (max-width: 768px) {
  .speakers-list .card-title {
    font-size: 1.5rem;
  }

  .speakers-list .card-desc {
    font-size: 0.9rem;
  }
}

.speaker-details {
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  cursor: default;
}

.speaker-details-title {
  color: #076ec6;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  border-bottom: #076ec6 solid 1px;
  padding-bottom: 10px;
}

.speaker-details-topic {
  color: #076ec6;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-align: start;
  text-align-last: start;
  border-bottom: #076ec6 solid 1px;
  padding-bottom: 10px;
}

.speaker-details-topic span {
  font-weight: 800;
  font-style: italic;
  letter-spacing: 1px;
}

.speaker-details-desc {
  color: #076ec6;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-align: justify;
  text-align-last: start;
  padding-bottom: 10px;
}

.speaker-details .card-desc {
  color: #076ec6;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  text-align: start;
  text-align-last: start;
  border-bottom: #076ec6 solid 1px;
  padding-bottom: 10px;
}

.speaker-details .card-desc:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.speaker-details .img-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-image: url(https://baliwellness.co.id/assets/images/speakers/bg-speakers.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.speaker-details .img-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 768px) {
  .speaker-details .card-desc {
    font-size: 0.9rem;
  }
}

.card .header-title {
  color: #fff;
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-style: italic;
  letter-spacing: 0.05rem;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid #4b90f770 !important;
  color: #076ec6;
}

.dataTables_info {
  color: #4b90f770 !important;
}

.clickable-row {
  cursor: pointer;
}

.clickable-row:hover {
  background-color: #f3f4f6;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none !important;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0 !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  color: #076ec6;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: #f3f4f6;
  color: #076ec6 !important;
}

.table-striped > tbody > tr:hover > * {
  --bs-table-accent-bg: #076ec6;
  background-color: #076ec6;
  color: #f3f4f6 !important;
}

.c10-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  padding: 16px 20px;
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  user-select: none;
  backdrop-filter: blur(6px);
}

.c10-banner h5 {
  font-family: "Merriweather", "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
}

.c10-banner p {
  line-height: 1.4;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  text-align-last: start;
}

.c10-banner p span {
  font-weight: 600;
}

.c10-banner p a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .c10-banner {
    flex-direction: column;
  }

  .c10-banner h5 {
    margin-top: 30px;
  }

  .c10-banner p {
    font-size: 0.9rem;
  }

  .close-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 2rem;
    font-weight: 500;
    color: #f41010;
    padding: 4px 10px;
    line-height: 1;
    border: none;
    text-align: end;
  }

  .close-btn::before {
    content: "×";
  }

  .close-btn:hover {
    background: none;
    color: darkred;
  }
}

.pb-220 {
  padding-bottom: 220px;
}

.g-10 {
  gap: 10px;
}

.mb-10 {
  margin-bottom: 10px !important;
}
