.logoo {
  width: 200px;
}
.socail-info {
  border-top: 3px solid #000000;
  padding-top: 25px;
}
.bannerBtn {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
  width: fit-content;
}
.bannerBtn a {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  transition: all 0.35s ease-in-out;
}
.btnRow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.titleCstm {
  font-size: 45px;
  line-height: 50px;
}
.service-icon-cstm img {
  width: 64px;
  height: 64px;
}
.itemInnerCstm h3 {
  font-size: 30px;
  line-height: 30px;
}

/* footer */

.footerIconsCstm {
  width: 30px;
}

/* end footer */

/* previous sponsors */

.prevSponsorsMarqItem img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

/* end previous sponsors */

/* nomination form styling */

.formCheckCstm {
  display: flex;
}

/* end nomination form styling */

/* media reg */

.modalContentCstm {
  background: #1a1a1a;
}
.modalContentCstm .modal-body {
  padding: 2rem 1rem;
}
/* .headerBtnMedia {
  background: url(assets/icons/close.png);
  width: 30px;
} */

.btnModalFooter {
  background: #000000;
  color: #ffffff;
  border-radius: 5px;
  padding: 0.5rem 1rem;
  border: 1px solid #000000;
}
.headerBtnMedia {
  width: 30px;
  transition: transform 0.3s ease;
}
.headerBtnMedia:hover {
  transform: scale(1.2);
}
.btnModalFooter {
  transition: transform 0.3s ease;
}
.btnModalFooter:hover {
  transform: scale(1.1);
}
.modalFooterMedia {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.modalHeaderMedia {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
/* end media reg */

/* previous Speakers */

.prevSpeakerImgContainer img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.previousSpeakerInfoContainer a {
  cursor: initial;
}
.previousSpeakerInfoContainer p {
  margin-bottom: 5px;
}

/* end previous Speakers */

/* event location */

.evtLocationContainer img {
  width: 25px;
  height: 25px;
}
.locationDiv {
  background: #1a1a1a;
  padding: 1rem;
  border-radius: 5px;
}

/* end event location */

/* inner page banner */

.innerPageBanner {
  position: relative;
  background-image: url(assets/images/commonImages/innerPageBanner.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-attachment: fixed;
}

/* end inner page banner */

/* award nomination button */

@keyframes blinkGlow {
  0%,
  100% {
    box-shadow: 0 0 10px #23cafd, 0 0 20px #23cafd;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 2px #23cafd, 0 0 4px #23cafd;
    opacity: 0.6;
  }
}

.award-btn {
  background-color: #23cafd;
  color: white;
  border: none;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(35, 202, 253, 0.4);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;

  /* Blinking effect */
  animation: blinkGlow 1.5s infinite;
}

/* end award nomination button */

/* btn highlight */

.btn-highlight {
  position: relative;
  animation: pulse-glow 2s infinite ease-in-out;
  box-shadow: 0 0 0 0 rgba(119, 190, 255, 0.7);
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(119, 190, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(119, 190, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(119, 190, 255, 0);
  }
}
.btn-highlight::after {
  box-shadow: 0 0 15px 3px rgba(119, 190, 255, 0.5);
  animation: pulse-glow-after 2s infinite ease-in-out;
}

@keyframes pulse-glow-after {
  0% {
    box-shadow: 0 0 5px 2px rgba(119, 190, 255, 0.4);
  }
  70% {
    box-shadow: 0 0 20px 6px rgba(119, 190, 255, 0.1);
  }
  100% {
    box-shadow: 0 0 5px 2px rgba(119, 190, 255, 0.3);
  }
}
/* end btn highlight */
