.logo {
  width: 120px;
}
.sectionPaddingCstm {
  padding: 90px 0;
}
.textJustify {
  text-align: justify;
}

/* media partners */

.logo-grid {
  display: grid;
  gap: 0; /* No gap to maintain grid borders */
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #d1d5db;
}
.sponsorsPaddingBottom {
  padding-bottom: 90px;
}

/* end media partners */

.innerPageBanner {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.innerPageBanner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Adjust the opacity as needed */
  z-index: 1;
}
.innerPageBanner * {
  position: relative;
  z-index: 2;
}
.contact-form {
  background: var(--bs-primary);
  padding: 80px 50px;
}
.fromCstmBtn {
  background: white !important;
  border: 1px solid white !important;
  color: var(--bs-primary) !important;
}
.form-check-input:checked {
  background-color: #132443 !important;
  border-color: #132443 !important;
}
.formHeading {
  padding-bottom: 30px;
}

/* med reg modal */
.modal-bg-media {
  background: var(--bs-primary);
}
/* end med reg modal */

/* countdown */

.hq-countdown {
  display: flex;
  /* gap: 2rem; */
  padding: 2rem 4.5rem;
  background: #2c46a7;
  /* background: linear-gradient(145deg, var(--primary), var(--secondary)); */
  border-radius: 1.5rem;
  box-shadow: var(--shadow);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  justify-content: space-between;
  /* width: fit-content; */
}

.hq-countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding: 2rem; */
  padding: 1rem;
  background: #2c46a7;
  border-radius: 1rem;
  backdrop-filter: blur(5px);
  /* border: 1px solid rgba(255, 255, 255, 0.1); */
  transition: transform 0.3s ease;
}

.hq-countdown-item:hover {
  transform: translateY(-5px);
}

.hq-number {
  font-size: 3.5rem;
  /* font-size: 2.2rem; */
  font-weight: 700;
  background: linear-gradient(45deg, #fff, #e0e7ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* margin-bottom: 0.5rem; */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hq-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* Ended state */
.hq-ended {
  background: linear-gradient(145deg, #ef4444, #dc2626);
  animation: pulse 1.5s infinite;
}

.hq-ended .hq-countdown-item {
  background: rgba(255, 255, 255, 0.15);
}

.hq-countdown-ended {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}

.hq-number {
  transition: transform 0.3s ease;
}

.hq-number-update {
  transform: scale(1.1);
  opacity: 0.8;
}

/* mystyles */
.countdownRow {
  /* margin-top: -107px; */
  position: relative;
  z-index: 3;
}
/* end mystyles */

/* end countdown */

/* presentation topic */

.topicsSection {
  background: #3554be;
}

.numberContainer h2 {
  font-size: 3rem;
  font-weight: 900;
  color: var(--bs-navy, #343f52);
}

.topicContainer {
  text-align: center;
}

.presentation.line {
  position: relative;
  /* padding: 2rem; */
  padding: 1rem 0.8rem;
  border-radius: var(--bs-border-radius-lg, 0.4rem);
  /* background-color: var(--bs-white, #fff); */
  background-color: #eaedf6;
  box-shadow: var(--bs-box-shadow-sm, 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02));
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
  border: 1px solid var(--bs-gray-200, #f6f7f9);
}

/* .presentation.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--bs-primary, #3f78e0);
  border-top-left-radius: var(--bs-border-radius-lg, 0.4rem);
  border-bottom-left-radius: var(--bs-border-radius-lg, 0.4rem);
} */

.numberContainer h2 {
  font-size: 2.5rem;
  font-weight: 900;
  color: #3554be;
  /* color: var(--bs-navy, #343f52); */
  margin-bottom: 0;
}

.topicContainer h4 {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--bs-heading-color, #343f52);
  line-height: 1rem;
}

/* Hover effects */
.presentation.line:hover {
  transform: translateY(-5px);
  background-color: var(--bs-gray-100, #fefefe);
  box-shadow: var(--bs-box-shadow, 0rem 0rem 1.25rem rgba(30, 34, 40, 0.04));
}

/* If you want a different color for the vertical line on hover */
.presentation.line:hover::before {
  background: var(--bs-blue, #3f78e0); /* Or try another accent color like --bs-purple or --bs-aqua */
}
/* end presentation topic */

/* event location */

.eventLocDetailsContainer {
  background: #2c46a7;
  /* height: 100%; */
  padding: 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.eventLocDetails p {
  color: #e6e6e6;
  margin-bottom: 0;
}
.eventLocDetails h4 {
  color: #e6e6e6;
  margin-bottom: 0;
}
.evtIconDiv {
  margin-bottom: 5px;
}
.evtIconDiv img {
  width: 30px;
  height: 30px;
}
.evtLocImgDiv {
  width: 100%;
  object-fit: cover;
}
/* end event location */

/* speaker section */
.card-body-cstm {
  text-align: center;
}
/* end speaker section */

.modalBodySpeakers {
  padding: 1rem !important;
}
.modalBodySpeakers p {
  text-align: justify;
}
.modalHeaderSpeakers {
  padding: 1rem !important;
  border-bottom: 1px solid #89cff0 !important;
}
.modalHeaderSpeakers div p {
  margin-bottom: 0 !important;
}
.modalFooterSpeakers {
  padding: 1rem !important;
  border-top: 1px solid #89cff0 !important;
}
.modalFooterSpeakers button {
  padding: 7px 30px !important;
}
.card-body-cstm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .delegateBannerSponImg {
  width: 250px;
  height: 150px;
} */
.blinkBtn {
  animation: blinkAgendaBg 1.5s infinite;
  padding: 10px 10px;
  border-radius: 5px;
}

@keyframes blinkAgendaBg {
  0%,
  100% {
    background-color: #3554be;
    color: #fff;
  }
  50% {
    background-color: transparent;
    color: #3554be;
  }
}
