.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 rgba(226, 143, 123, 0.8),
      0 0 20px rgba(11, 93, 133, 0.8);
    opacity: 1;
  }

  50% {
    box-shadow:
      0 0 3px rgba(226, 143, 123, 0.4),
      0 0 6px rgba(11, 93, 133, 0.4);
    opacity: 0.6;
  }
}

.award-btn {
  /* background-color: #23cafd; */
  background-color: #e28f7b;
  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 6px 16px rgba(11, 93, 133, 0.25);
  /* 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(255, 140, 0, 0.7);
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 140, 0, 0.7);
  }

  70% {
    box-shadow: 0 0 0 20px rgba(255, 140, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 140, 0, 0);
  }
}

.btn-highlight::after {
  box-shadow: 0 0 15px 3px rgba(255, 140, 0, 0.5);
  animation: pulse-glow-after 2s infinite ease-in-out;
}

@keyframes pulse-glow-after {
  0% {
    box-shadow: 0 0 5px 2px rgba(226, 143, 123, 0.2);
  }

  70% {
    box-shadow: 0 0 20px 6px rgba(255, 140, 0, 0.1);
  }

  100% {
    box-shadow: 0 0 5px 2px rgba(255, 140, 0, 0.3);
  }
}

/* end btn highlight */

/* countdown */

.locationDivTop img {
  width: 30px;
  height: 30px;
}

.countdown-timer-widget {
  background: #000000;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

/* Animated Background */
.countdown-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}

.countdown-bg-animation::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg at 50% 50%, transparent, #e28f7b, transparent, #e28f7b, transparent);
  /* background: conic-gradient(from 0deg at 50% 50%, transparent, #23cafd, transparent, #23cafd, transparent); */
  animation: countdown-rotate 20s linear infinite;
}

@keyframes countdown-rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.countdown-container {
  text-align: center;
  /* max-width: 1200px; */
  width: 100%;
  /* padding: 2rem; */
  padding: 6rem 0 2rem 0;
  position: relative;
  z-index: 1;
}

/* .countdown-header {
  margin-bottom: 4rem;
} */

.countdown-title {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, #e28f7b, #ffffff, #e28f7b);
  /* background: linear-gradient(135deg, #23cafd, #ffffff, #23cafd); */
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: countdown-gradientShift 3s ease-in-out infinite;
  letter-spacing: -2px;
}

@keyframes countdown-gradientShift {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.countdown-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.countdown-event-date {
  font-size: 1.5rem;
  /* color: #23cafd; */
  font-weight: 500;
  margin-top: 1rem;
  padding: 1rem 2rem;
  /* border: 1px solid rgba(35, 202, 253, 0.3); */
  border-radius: 50px;
  /* background: rgba(35, 202, 253, 0.05); */
  backdrop-filter: blur(10px);
  display: inline-block;
  color: #e28f7b;
  border: 1px solid rgba(255, 140, 0, 0.3);
  background: rgba(255, 140, 0, 0.05);
}

.countdown-timer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  /* margin: 4rem 0; */
  margin: 1.5rem 0;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.countdown-timer-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(226, 143, 123, 0.8);
  border-radius: 24px;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.countdown-timer-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #e28f7b, transparent);
  /* background: linear-gradient(90deg, transparent, #23cafd, transparent); */
  transition: all 0.6s ease;
}

.countdown-timer-card:hover::before {
  left: 100%;
}

.countdown-timer-card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: rgba(11, 93, 133, 1);
  background: rgba(255, 140, 0, 0.08);
  box-shadow: 0 20px 40px rgba(255, 140, 0, 0.1);
  /* border-color: rgba(35, 202, 253, 0.4);
  background: rgba(35, 202, 253, 0.08);
  box-shadow: 0 20px 40px rgba(35, 202, 253, 0.1); */
}

.countdown-timer-number {
  font-size: clamp(3rem, 8vw, 4.5rem);
  font-weight: 700;
  /* color: #23cafd; */
  display: block;
  margin-bottom: 0.5rem;
  line-height: 1;
  text-shadow: 0 0 30px rgba(35, 202, 253, 0.3);
  transition: all 0.3s ease;
}

.countdown-timer-card:hover .countdown-timer-number {
  transform: scale(1.1);
  text-shadow: 0 0 30px rgba(255, 140, 0, 0.3);
  /* text-shadow: 0 0 40px rgba(35, 202, 253, 0.5); */
}

.countdown-timer-label {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
}

.countdown-progress-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  opacity: 0.2;
}

.countdown-progress-ring circle {
  fill: none;
  stroke: #e28f7b;
  /* stroke: #23cafd; */
  stroke-width: 2;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.countdown-expired-message {
  grid-column: 1 / -1;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  /* color: #23cafd; */
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: 2rem 0;
  animation: countdown-pulseGlow 2s ease-in-out infinite;
  color: #e28f7b;
  text-shadow: 0 0 20px rgba(255, 140, 0, 0.5);
}

@keyframes countdown-pulseGlow {
  0%,
  100% {
    opacity: 1;
    text-shadow: 0 0 20px rgba(255, 140, 0, 0.5);
  }

  50% {
    opacity: 0.7;
    text-shadow: 0 0 40px rgba(255, 140, 0, 0.8);
  }
}

.countdown-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.countdown-particle {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #e28f7b;
  /* background: #23cafd; */
  border-radius: 50%;
  animation: countdown-float 6s linear infinite;
}

@keyframes countdown-float {
  0% {
    transform: translateY(100vh) scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(-100vh) scale(1);
    opacity: 0;
  }
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .countdown-container {
    padding: 1rem;
  }

  .countdown-timer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin: 3rem 0;
  }

  .countdown-timer-card {
    padding: 2rem 1rem;
  }

  .countdown-event-date {
    font-size: 1.1rem;
    padding: 0.8rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .countdown-timer-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

/* end countdown */

/* sponsors section */
.sponsorsSection {
  padding: 100px 0;
}

.sponsorContainer {
  background: #ffffff;
  border-radius: 5px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all 0.3s ease-in-out;
}

.sponsorContainer img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.titleSponsor {
  font-size: 35px;
  line-height: 40px;
}

.glass-sponsor {
  background: rgb(255, 255, 255);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

.glass-sponsor::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: skewX(-20deg);
  transition: all 0.7s ease;
}

.sponsor-link:hover .glass-sponsor {
  transform: translateY(-8px);
  border-color: rgba(226, 143, 123, 0.5);
  box-shadow: 0 15px 35px rgba(226, 143, 123, 0.15);
  /* background: rgba(255, 255, 255, 0.05); */
}

.sponsor-link:hover .glass-sponsor::before {
  left: 200%;
}

.sponsor-link:hover .glass-sponsor img {
  transform: scale(1.08);
}

/* end sponsors section */

/* Premium Strategic Partners Section (Below RegBtns) */
.hero-sp-section {
  position: relative;
  overflow: hidden;
}

/* Base glowing effect under the cards */
.hero-sp-section::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  width: 50vw;
  height: 50vh;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(226, 143, 123, 0.05) 0%, rgba(11, 93, 133, 0.05) 50%, rgba(0, 0, 0, 0) 80%);
  filter: blur(80px);
  z-index: 0;
  pointer-events: none;
}

.hero-sp-link {
  text-decoration: none;
  border-radius: 12px;
  outline: none;
  /* Removed default outline to replace with focus-visible */
  height: 100%;
}

/* Accessibility: focus-visible implementation */
.hero-sp-link:focus-visible .hero-sp-card {
  box-shadow:
    0 0 0 3px rgba(226, 143, 123, 0.8),
    0 10px 40px rgba(0, 0, 0, 0.3);
  border-color: rgba(226, 143, 123, 1);
}

.hero-sp-card {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  height: 100%;
  padding: 24px 32px;
  min-height: 120px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background-color 0.3s ease;
}

/* Glow sweep element */
.hero-sp-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(226, 143, 123, 0.1), transparent);
  transform: skewX(-20deg);
  transition: all 0.5s ease-in-out;
}

.sp-img {
  object-fit: contain;
  transition: transform 0.3s ease;
}

.hero-sp-link:hover .hero-sp-card {
  border-color: rgba(226, 143, 123, 0.4);
  background: #fafafa;
  box-shadow: 0 12px 40px rgba(226, 143, 123, 0.15);
  transform: translateY(-4px);
}

.hero-sp-link:hover .hero-sp-card::after {
  left: 150%;
}

.hero-sp-link:hover .sp-img {
  transform: scale(1.05);
}

/* Honor prefers-reduced-motion for animations */
@media (prefers-reduced-motion: reduce) {
  .hero-sp-card,
  .hero-sp-card::after,
  .sp-img {
    transition: none !important;
    transform: none !important;
  }
}

.title-strategic-top {
  color: #e28f7b;
  font-weight: 400;
  /* text-transform: uppercase; */
}

/* end Premium Strategic Partners Section */

/* ── SECTION WRAPPER ── */
.gaip-section {
  position: relative;
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 100px 48px 120px;
  overflow: hidden;
}

/* background decorative arcs */
.gaip-section__arc {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(226, 143, 123, 0.2);
  pointer-events: none;
}

.gaip-section__arc--1 {
  width: 700px;
  height: 700px;
  top: -200px;
  right: -180px;
  animation: gaip-rotate 40s linear infinite;
}

.gaip-section__arc--2 {
  width: 420px;
  height: 420px;
  top: -80px;
  right: 60px;
  border-color: rgba(226, 143, 123, 0.08);
  animation: gaip-rotate 28s linear infinite reverse;
}

.gaip-section__arc--3 {
  width: 220px;
  height: 220px;
  bottom: 60px;
  left: -60px;
  border-color: rgba(226, 143, 123, 0.1);
  animation: gaip-rotate 20s linear infinite;
}

@keyframes gaip-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* faint radial behind headline */
.gaip-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle at 80% 20%, rgba(226, 143, 123, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

/* ── EYEBROW ── */
.gaip-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #e28f7b;
  margin-bottom: 28px;
  opacity: 0;
  animation: gaip-fade-up 0.8s ease forwards 0.1s;
}

.gaip-eyebrow__line {
  width: 32px;
  height: 1px;
  background: #e28f7b;
}

/* ── HEADLINE ── */
.gaip-headline {
  font-size: clamp(44px, 6vw, 60px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: #ffffff;
  /* max-width: 680px; */
  /* margin-bottom: 18px; */
  opacity: 0;
  animation: gaip-fade-up 0.9s ease forwards 0.25s;
}

.gaip-headline em {
  font-style: italic;
  color: #e28f7b;
}

/* ── SUBTEXT ── */
.gaip-subtext {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.45);
  max-width: 560px;
  margin-bottom: 20px;
  opacity: 0;
  animation: gaip-fade-up 0.9s ease forwards 0.4s;
}

/* ── DIVIDER ── */
.gaip-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(226, 143, 123, 0.2) 20%,
    rgba(226, 143, 123, 0.2) 80%,
    transparent 100%
  );
  margin-bottom: 64px;
  opacity: 0;
  animation: gaip-fade-up 0.6s ease forwards 0.5s;
}

/* ── GRID ── */
.gaip-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
}

/* ── CARD ── */
.gaip-card {
  position: relative;
  padding: 44px 40px 40px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.06);
  cursor: default;
  overflow: hidden;
  opacity: 0;
  animation: gaip-fade-up 0.8s ease forwards;
  transition:
    background 0.4s ease,
    border-color 0.4s ease;
}

.gaip-card:nth-child(1) {
  animation-delay: 0.55s;
  border-right: none;
  border-bottom: none;
}

.gaip-card:nth-child(2) {
  animation-delay: 0.7s;
  border-bottom: none;
}

.gaip-card:nth-child(3) {
  animation-delay: 0.85s;
  border-right: none;
}

.gaip-card:nth-child(4) {
  animation-delay: 1s;
}

.gaip-card:hover {
  background: rgba(226, 143, 123, 0.12);
  border-color: rgba(226, 143, 123, 0.25);
  z-index: 1;
}

/* corner glow on hover */
.gaip-card::after {
  content: "";
  position: absolute;
  top: -60px;
  left: -60px;
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, rgba(226, 143, 123, 0.35) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.gaip-card:hover::after {
  opacity: 1;
}

/* ── CARD ICON AREA ── */
.gaip-card__icon-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.gaip-card__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  position: relative;
}

.gaip-card__icon svg {
  width: 100%;
  height: 100%;
}

.gaip-card__number {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: rgba(226, 143, 123, 0.6);
  margin-left: auto;
}

/* ── CARD TITLE ── */
.gaip-card__title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}

/* ── CARD BODY ── */
.gaip-card__body {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.45);
}

/* ── CARD PILL TAG ── */
.gaip-card__tag {
  display: inline-block;
  margin-top: 24px;
  padding: 5px 14px;
  border: 1px solid rgba(226, 143, 123, 0.3);
  border-radius: 40px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e28f7b;
  background: transparent;
  transition: background 0.3s ease;
}

.gaip-card:hover .gaip-card__tag {
  background: rgba(226, 143, 123, 0.12);
}

/* ── FADE-UP ANIMATION ── */
@keyframes gaip-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
