body {
    background: #fff ;
}
body.page-eventsdetails footer.elekore-footer {
    background: #0a0319 !important;
}
.tgs-slider {
    background-color: #0a0319 !important;
}

/* Single-event testimonials — matches the supplied events_details.html design. */
#about .testimonial-section {
  padding: 80px 0;
  background: #fff;
}

#about .testimonial-wrapper {
  overflow: hidden;
}

#about .testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}

#about .testimonial-card {
  flex: 0 0 calc(100% / 3);
  padding: 20px 30px;
  text-align: center;
}

#about .testimonial-card p {
  margin-bottom: 0;
  color: #222;
  font-size: 18px;
  line-height: 1.8;
}

#about .testimonial-card img {
  width: 130px;
  height: auto;
  object-fit: contain;
}

#about .testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
}

#about .testimonial-dots button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c9d2df;
  cursor: pointer;
}

#about .testimonial-dots button.active {
  background: #37588f;
}

@media (max-width: 991px) {
  #about .testimonial-card {
    flex-basis: 50%;
  }
}

@media (max-width: 767px) {
  #about .testimonial-card {
    flex-basis: 100%;
  }
}
section.new {
    background: #0a0319;
    margin-bottom: -20px;
    padding-bottom: 40px;
    margin-top: -40px;
    padding-top: 20px;
}
.nav-link1{
    background: #000000;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    border: none;
        font-size: 18px;
    font-weight: 600;
}
.nav-link1.active,
.nav-link1:hover,
.nav-link1.active:hover {
    background-color: #133061 !important;
    color: #fff !important;
}
ul#conferenceTab {
    gap: 20px;
    justify-content: start;
    background: #fff;
    border: none;
    padding-top: 30px;
    padding-left: 60px;
}
section.formbg {
    background: #fff;
    padding: 40px;
}

/* registerform */

.subscribe-box {
  background: #121029 !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 32px;
  padding: 41px 44px;
  width: 100%;
  max-width: 1150px !important;
  backdrop-filter: blur(12px);
  position: relative;
  margin: auto !important;
}
section#register {
    background: #fff;
}
section#register {
    padding: 40px 0px;
}
.form-group{
    position: relative;
}

.form-group input{
    width: 100%;
    padding: 18px 15px 8px;
    border: 1px solid #ccc;
    outline: none;
    background: transparent;
}

.form-group label{
    position: absolute;
    left: 15px;
    top: 42%;
    transform: translateY(-40%);
    background: transparent;
    padding: 0 5px;
    color: #000;
    transition: 0.3s ease;
    pointer-events: none;
}

/* Focus ya value hone te */
.form-group input:focus + label,
.form-group input:valid + label{
    top: -10px !important;
    font-size: 12px;
    color: #fff;
}
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px !important;
}
button.custom-btn {
    margin-top: 20px;
}
.form-group{
    position: relative;
}

.form-group select{
     width: 100%;
    padding: 10px 15px 10px;
    outline: none;
    background: #ffffff;
    appearance: none;
    cursor: pointer;
    border-radius: 20px !important;
    margin-top: 0px;
}

/* .form-group label{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 5px;
    color: #777;
    transition: 0.3s ease;
    pointer-events: none;
} */

.form-group select:focus + label,
.form-group select:valid + label{
    top: -10px !important;
    font-size: 12px;
    color: #ffffff;
}
/* regisster */


.event_details {
  background-image: url(../../images/restart_2026/event\ banner.png );
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  padding: 100px 0 60px;
  display: flex;
  justify-content: center;
  height: 740px;
    align-items: center;
}


.sponsor-info p {
    color: #000;
}
button.tab-btn {
    border: 2px solid #7787a2;
    padding: 10px 30px;
    border-radius: 10px;
}
button.tab-btn.active {
    border: 2px solid #133061;
    padding: 10px 30px;
    border-radius: 10px;
    background: #133061;
    color: #fff ;
}
.event_details_banner p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
}
.event_details::before {
  content: "";
  background: linear-gradient(to bottom, rgba(55, 88, 143, 0) 0%, rgb(10 3 25 / 94%) 0%, rgb(10 3 25 / 92%) 80%, #0a0319e3 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.event_details_banner {
  background: transparent;
  position: relative;
  width: 90%;
  padding: 80px 40px;
  border-radius: 60px;
}

.event_details_banner h1 {
  font-size: 82px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: 'Albert Sans';
  line-height: 102px;
}

.event_details_banner .heading {
  display: flex;
  justify-content: center;
  position: relative;
}

.event_details_banner p b {
  font-weight: 700;
}


/* ── TABS NAV ── */
.tabs-nav {
  background: #fff;
  border-bottom: 1px solid var(--border);
  top: 0;
  z-index: 100;
  padding-top: 30px;
}

.tabs-nav-inner {
  margin: 0 auto;
  padding: 0 60px;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scrollbar-width: none;
}

.tabs-nav-inner::-webkit-scrollbar {
  display: none;
}
.img-slider-wrap {
    background: #fff;
    padding: 0px 0px 40px 0px;
    margin-top: -80px !important;
}
.tab-btn {
  color: #fff !important;
  background: #000;
  border: none;
  color: var(--text-muted);
  font-family: 'Albert Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0px 24px;
  cursor: pointer;
  border-right: 1px solid #f1f1f173;
  position: relative;
  white-space: nowrap;
  transition: color 0.3s;
}

.tab-btn::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.tab-btn.active {
  color: var(--accent);
}

.tab-btn.active::after {
  transform: scaleX(1);
}

/* ── TAB CONTENT ── */
.tab-section {
  display: none;
  animation: fadeUp 0.4s ease;
}

.tab-section.active {
  display: block;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.content-wrap {
  margin: 0 auto;
  padding: 0px 60px 40px;
  background-color: #fff;
  margin-bottom: 60px;
}
section.formbg {
    margin-bottom: 60px;
}

.title-line {
  width: 48px;
  height: 3px;
  background: var(--accent);
  margin-bottom: 36px;
  color: #000;
}

.about-text h2 {
  color: #000;
  margin-bottom: 20px;
}

.about-text .scroll-reveal-dark {
  color: #000;
}

.about-text p {
  font-size: 17px;
  line-height: 27px;
  color: #000;
  margin-bottom: 20px;
}

.about-text p strong {
  color: var(--accent-light);
}

/* image slider — infinite marquee */
.img-slider-wrap {
  overflow: hidden;
  margin-top: 36px;
  position: relative;
}

/* fade edges */
.img-slider-wrap::before,
.img-slider-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.img-slider-wrap::before {
  left: 0;
  background: linear-gradient(90deg, var(--coal), transparent);
}

.img-slider-wrap::after {
  right: 0;
  background: linear-gradient(270deg, var(--coal), transparent);
}

.img-slider {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: marquee-scroll 22s linear infinite;
}

.img-slider:hover {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.img-slider img {
  width: 350px;
  height: 247px;
  object-fit: cover;
  border-radius: 20px;
  flex-shrink: 0;
  border: 1px solid var(--border);
  transition: border-color 0.3s, transform 0.3s;
}

.img-slider img:hover {
  border-color: var(--accent);
  transform: scale(1.03);
}

.sponsor-tier {
  margin-bottom: 20px;
  margin-top: 26px;
}

.sponsor-logo img {
  width: 345px;
  height: 253px;
  object-fit: cover;
}

.tier-label {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  width: 24%;
  padding: 12px;
      color: #fff;
    text-align: center;
    background-color: #133061;
  justify-content: center;
  flex-direction: column;
  border-radius: 12px;
}

.tier-label::after {
  content: '';
  display: block;
  width: 60px;
  height: 1px;
  background: var(--accent);
}

.sponsor-card {
  display: flex;
  gap: 87px;
  align-items: flex-start;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 0px 0px;
  margin-bottom: 0px;
  transition: border-color 0.3s;
  align-items: center;
}

.sponsor-card:hover {
  border-color: var(--accent);
}

.sponsor-logo {
  width: 300px;
  min-width: 300px;
  height: 220px;
  border-radius: 20px;
}

.sponsor-info h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}

.section-title {
  font-family: 'Albert Sans';
  font-size: 32px;
  color: #000;
  margin-bottom: 9px;
  border-bottom: 2px solid;
  padding-bottom: 30px;
}

/* ── SPEAKERS ── */
.speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 65px;
}


/* avatar wrapper — circle with white ring */
.speaker-avatar-wrap {
  position: relative;
  width: 110px;
  height: 110px;
  margin: 0 auto 0;
}

.speaker-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #d6d6d6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: var(--accent);
  overflow: hidden;
}

.speaker-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* badge — bottom-right of avatar circle */
.speaker-badge {
  position: absolute;
  bottom: -13px;
  right: -33px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #133061;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.5s;
}
.speaker-badge:hover{
  transform: scale(1.1);
}
.speaker-badge img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.speaker-badge i {
  font-size: 14px;
  color: var(--accent);
}

.speaker-info {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 2px dashed rgb(0, 0, 0);
  text-align: center;
  border-radius: 20px;
}
a.social-item {
    color: #000;
}
.speaker-card h6 {
  font-size: 15px;
  font-weight: 700;
  color: black;
  margin-bottom: 6px;
}

.speaker-card .role {
  font-size: 14px;
  color: #000000ed;
  line-height: 1.5;
  font-weight: 300;
}

/* ── AGENDA ── */
/* new */
.highlight-wrapper {
  width: 100%;
  max-width: 900px; /* increase karo (600-700 di jagah) */
  margin: 0 auto;
}
.agenda-day {
    background: #090419;
    padding: 40px;
    max-width: 100%;
    border-radius: 20px;
}
.highlight-card.reception-card {
    margin-bottom: 0;
}
.highlight-card {
position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 500px;
    padding: 40px 40px;
    margin-bottom: 70px;
    color: #fff;
    background: linear-gradient(to bottom, #e2eeffa6, #3f5f9100);
}

.highlight-content {
  position: relative;
  z-index: 2;
  width: 68%;
}

.dot-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  position: relative;
  padding-left: 14px;
}

.dot-title::before {
 display: none;
}

.highlight-card h3 {
  font-size: 32px;
  margin: 0 0 12px;
  font-weight: 700;
  text-decoration: underline;
}

.highlight-card p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    width: 90%;
    color: #000;
}

.highlight-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
  height: 100%;
  z-index: 2;
}

.highlight-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}

.reception-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: url("../../images/restart_2026/meeting\ 1.jpg") center/cover no-repeat;
}

.speaker-card .speaker-avatar{
   border: 4px solid #2f80ed;
  transition: 0.5s;
}
.speaker-card:hover .speaker-avatar:hover{
  border: 4px solid #133061;
  transform: scale(1.1);
}
.speaker-card a.social-item {
    transition: 0.7s;
    color: #000;
}
.speaker-card:hover a.social-item {
    color: #133061;
    font-weight: 600;
}
/* overlay */
.reception-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f3f1fff0 30%, #0001035c 100%);
  z-index: 1;
}
.highlight-card.leader-card p {
    color: #fff;
}
span.dot-title {
    background: #0a0319;
    padding: 10px 30px;
    width: fit-content;
    border-radius: 30px;
        text-align: center;
}
/* content upar */
.reception-card > * {
  position: relative;
  z-index: 2;
}

.reception-card .highlight-content {
  width: 60%;
}

.sponsored {
  margin-top: 22px;
}

.sponsored span {
display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.sponsored img {
  max-width: 110px;
  height: auto;
}
/* new */
.agenda-day-tabs {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

div#day1 {
  background: #09061d;
  border-radius: 50px;
  padding: 60px 60px;
  margin-bottom: 69px;
  margin: auto;
  gap: 36px;
  font-family: 'Albert Sans', sans-serif;
}

div#day2 {
  background: linear-gradient(180deg, rgb(127 153 194) 0%, rgb(55 88 143) 100%);
  border-radius: 50px 50px 0px 0px;
  padding: 60px 60px;
  margin-bottom: 69px;
  margin: auto;
  gap: 36px;
  font-family: 'Albert Sans', sans-serif;
}

.day-btn {
  background: #dadad800;
  border: 2px solid #0f346c;
    color: #000;
  font-family: 'Albert Sans', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 42px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
}

.day-btn.active {
 background: #133061;
    border-color: #133061;
    color: #fff;
    font-weight: 700;
    border-radius: 25px;
    font-size: 16px;
}

h3.title {
  font-size: 18px;
  font-weight: 600;
}

.agenda-day {
  display: none;
}

.agenda-day.active {
  display: block;
  animation: fadeUp 0.35s ease;
}

.agenda-item {
  display: flex;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #fff;
  position: relative;
}

.agenda-item:last-child {
  border-bottom: none;
}

.agenda-time {
  min-width: 70px;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  padding-top: 3px;
}

.agenda-body h5 {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
}

.agenda-body p,
.agenda-body li {
  font-size: 16px;
  color: var(--text-muted);
  line-height: 1.7;
}

.agenda-body ul {
  padding-left: 18px;
  margin-top: 6px;
}

.agenda-break {
  border-bottom: 2px solid #fff;
  padding: 20px 0px;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: start;
  margin: 8px 0;
}

.topgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  justify-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.bottomgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px;
  justify-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.agenda-speakers {
  justify-content: center;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
}

.speaker-card {
  text-align: center;
  transition: transform 0.3s ease;
}

.speaker-img {
  position: relative;
  width: 110px;
  height: 110px;
  margin: auto;
  border-radius: 50%;
}

/* IMAGE */
.speaker-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #d9d9d9;
  display: block;
  position: relative;
  z-index: 2;
}

/* 🎨 ARC (SMOOTH / ROUNDED LOOK) */
.speaker-img::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  z-index: 1;

  background: conic-gradient(transparent 0deg 20deg,
      #63c132 20deg 95deg,
      transparent 95deg 200deg,
      #2f80ed 200deg 300deg,
      transparent 300deg 360deg);

}

/* CUT CENTER */
.speaker-img::after {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #5f7ea6;
  /* match bg */
  z-index: 1;
}

/* 🔥 HOVER SPIN */
.speaker-card:hover .speaker-img::before {
  animation: spinArc 1.6s linear infinite;
}

@keyframes spinArc {
  100% {
    transform: rotate(360deg);
  }
}

/* TEXT */
.speaker-card h6 {
  margin: 10px 0 4px;
  font-size: 16px;
  font-weight: 600;
}

.speaker-card p {
  font-size: 13px;
  color: #ffffff;
}

/* ── PODCAST ── */
.podcast-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.podcast-card {
  background-color: #8796b37d;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  transition: border-color 0.3s;
}

.podcast-card:hover {
  border-color: var(--accent);
}

.podcast-ep {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.podcast-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.4;
}

.podcast-card p {
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 16px;
}

.podcast-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.podcast-duration {
  font-size: 12px;
  color: var(--text-muted);
}

.play-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--accent);
  color: var(--coal);
  border: none;
  font-family: 'Albert Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.3s;
}

.play-btn:hover {
  background: var(--accent-light);
}

/* ── TESTIMONIAL ── */

/* ── SLIDER WRAPPER ── */
.tgs-slider {
  position: relative;
  width: 100%;
  padding-bottom: 28.57%;
  /* overflow: hidden; */
}

.tgs-slider-inner {
  position: absolute;
  inset: 0;
  margin-bottom: -4%;
}

/* ── SVG BACKGROUND ── */
.tgs-slider svg {
  position: absolute;
    top: 0%;
    left: 0px;
    width: 101%;
    height: 75%;
    display: block
}

.tgs-quote.entering {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-end;
}

/* ── QUOTES – base: off-screen LEFT ── */
.tgs-quote {
  position: absolute;
  bottom: 20%;
  background-color: #7b94b9e0;
  left: 31%;
  max-width: 34%;
  padding: 55px;
  border-radius: 20px;
  font-size: clamp(10px, 1.05vw, 15px);
  line-height: 1.65;
  opacity: 0;
  transform: translateX(-130%) translateY(6%);
  pointer-events: none;
  will-change: transform, opacity;
}

/* ── ENTERING: slide in from left, stop centre ── */
.tgs-quote.entering {
  opacity: 1;
  transform: translateX(0%) translateY(0%);
  transition:
    opacity 1.1s ease,
    transform 1.4s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: auto;
}

/* ── EXITING: travel up-right along purple path angle (~25°) ── */
.tgs-quote.exiting {
  opacity: 0;
  transform: translateX(140%) translateY(-32%);
  transition:
    opacity 0.9s ease-in,
    transform 1.1s cubic-bezier(0.4, 0, 1, 1);
}

.tgs-quote.exiting {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-end;
}

.tgs-quote p {
  margin: 0;
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
}

.tgs-quote b {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 0.9em;
  margin-top: 0.55em;
  letter-spacing: 0.01em;
}

.tgs-quote span {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 0.78em;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.15em;
}

.tgs-slider img {
  width: 80px;
  height: 37px;
  object-fit: cover;
  /* align-items: end; */
}

/* ── RESPONSIVE – taller on small screens ── */
@media (max-width: 900px) {
  .event_details_banner h1 {
    font-size: 26px;
    line-height: 36px;
}
  .tgs-slider {
    padding-bottom: 52%;
  }

  .tgs-quote {
    max-width: 52%;
    font-size: clamp(9px, 2.2vw, 13px);
    bottom: 8%;
  }
}

@media (max-width: 540px) {
  .tgs-slider {
    padding-bottom: 72%;
  }

  .tgs-quote {
    max-width: 70%;
    font-size: clamp(8px, 3vw, 12px);
    bottom: 6%;
  }
}


/* Pulse animations */
@keyframes pulsePath {
  0% {
    stroke-dashoffset: 0;
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  92% {
    opacity: 1;
  }

  100% {
    stroke-dashoffset: -2200;
    opacity: 0;
  }
}

.pulse-a {
  animation: pulsePath 4.2s ease-in-out infinite;
}

.pulse-b {
  animation: pulsePath 5s ease-in-out 1.5s infinite;
}

/* ── REGISTER CTA ── */
.cta-section {
  padding: 80px 0;
  text-align: center;
}

.cta-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: var(--white);
  margin-bottom: 12px;
}

.cta-section p {
  font-size: 15px;
  color: var(--text-muted);
  margin-bottom: 32px;
}

.btn-register {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: var(--coal);
  font-family: 'Albert Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s, transform 0.2s;
}

.btn-register:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
}

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .highlight-content {
    position: relative;
    z-index: 2;
    width: 100%;
}
  .highlight-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}
  .highlight-img {
    position: absolute;
    right: 0;
    bottom: -0px;
    width: 39%;
    height: 100%;
    z-index: 2;
}
.highlight-card p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    width: 90%;
}
.highlight-card h3 {
    font-size: 18px;
    margin: 0 0 12px;
    font-weight: 700;
    text-decoration: underline;
}
.dot-title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 12px;
    position: relative;
    padding-left: 14px;
}
.highlight-card{
min-height: 370px;
padding: 30px;
}
.reception-card .highlight-content {
    width: 110%;
}
.highlight-card.reception-card {
    min-height: 280px;
}
  .banner-meta {
    gap: 12px;
  }

  .meta-item {
    padding: 8px 14px;
  }

  .speaker-card {
    padding: 18px 12px;
  }

  .sponsor-card {
    flex-direction: column;
  }

  .content-wrap {
    padding: 40px 20px;
  }
}

/* ══════════════════════════════════════
   RESPONSIVE — TABLET (max-width: 1024px)
══════════════════════════════════════ */
@media (max-width: 1024px) {
button.tab-btn.active {
    border: 2px solid #7787a2;
    padding: 5px 10px;
    border-radius: 10px;
    background: #7787a2;
}
.tabs-nav-inner.cantainer {
    gap: 10px;
}
  .event_details_banner {
    padding: 60px 30px;
    border-radius: 40px;
  }

  .event_details_banner h1 {
    font-size: 38px;
    width: 90%;
  }

  .content-wrap {
    padding: 40px 30px;
  }

  .tabs-nav-inner {
    padding: 0 20px;
  }

  .tab-btn {
    font-size: 15px;
    padding: 14px 16px;
  }

  /* Speakers */
  .speakers-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }

  /* Agenda grids */
  .topgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .bottomgrid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
.event_details::before {
    content: "";
    background: linear-gradient(to bottom, rgba(55, 88, 143, 0) 0%, rgb(10 3 25 / 94%) 0%, rgb(10 3 25 / 92%) 80%, #0a0319e3 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}
  div#day1,
  div#day2 {
    padding: 40px 30px;
    border-radius: 30px 30px 0 0;
  }

  /* Sponsor */
  .sponsor-card {
    gap: 40px;
    padding: 17px 0px;

  }

  .sponsor-logo {
    width: 100%;
    min-width: unset;
    height: auto;
  }

  .sponsor-logo img {
    width: 225px;
    height: 165px;
  }

  .tier-label {
    width: 31%;
    font-size: 17px;
  }

  /* Podcast */
  .podcast-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Testimonial */
  .tgs-quote {
    max-width: 50%;
    padding: 35px;
    left: 25%;
  }
  
}

/* ══════════════════════════════════════
   RESPONSIVE — MOBILE (max-width: 767px)
══════════════════════════════════════ */
@media (max-width: 767px) {
  
  section.cta-outer.container {
    border-radius: 0;
}

  /* Banner */
  .event_details {
    padding: 80px 0 40px;
  }

  .event_details_banner {
    width: 94%;
    padding: 40px 20px;
    border-radius: 24px;
  }

  .event_details_banner h1 {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }

  .event_details_banner p {
    font-size: 14px;
    line-height: 1.7;
  }

  /* Tabs nav */
  .tabs-nav-inner {
    padding: 0 12px;
    gap: 0;
  }
.tabs-nav-inner.cantainer {
    display: grid;
    grid-auto-flow: column;
     grid-template-columns: 1fr;
}
  .tab-btn {
    font-size: 13px;
    padding: 12px 12px;
    letter-spacing: 0;
  }

  /* Content wrap */
  .content-wrap {
    padding: 28px 16px;
  }

  .section-title {
    font-size: 26px;
    padding-bottom: 16px;
  }

  /* About text */
  .about-text p {
    font-size: 15px;
    line-height: 1.7;
  }

  /* Image slider */
  .img-slider img {
    width: 220px;
    height: 160px;
    border-radius: 12px;
  }

  /* Sponsors */
  .sponsor-card {
    flex-direction: column;
    gap: 16px;
  }

  .sponsor-logo {
    width: 100%;
    min-width: unset;
    height: auto;
  }

  .sponsor-logo img {
    width: 100%;
    height: 256px;
    object-fit: contain;
}

  .tier-label {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border-radius: 8px;
    letter-spacing: 1px;
  }

  .sponsor-info p {
    font-size: 14px;
    line-height: 1.7;
    color: #fff;
  }

  /* Speakers */
  .speakers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 16px;
  }

  .speaker-avatar-wrap {
    width: 90px;
    height: 90px;
  }

  .speaker-avatar {
    width: 90px;
    height: 90px;
  }

  .speaker-badge {
    width: 50px;
    height: 50px;
    right: -20px;
    bottom: -10px;
  }

  .speaker-badge img {
    width: 50px;
    height: 50px;
  }

  .speaker-card h6 {
    font-size: 13px;
  }

  .speaker-card .role {
    font-size: 12px;
  }

  /* Agenda */
  .agenda-day-tabs {
    gap: 8px;
  }

  .day-btn {
    font-size: 13px;
    padding: 8px 16px;
  }

  div#day1,
  div#day2 {
    padding: 24px 16px;
    border-radius: 20px 20px 0 0;
    gap: 20px;
  }

  .agenda-item {
    flex-direction: column;
    gap: 8px;
    padding: 18px 0;
  }

  .agenda-time {
    font-size: 13px;
    min-width: unset;
  }

  .agenda-body h5 {
    font-size: 14px;
  }

  .agenda-body p,
  .agenda-body li {
    font-size: 14px;
  }

  .agenda-break {
    font-size: 14px;
    padding: 14px 0;
  }

  h3.title {
    font-size: 15px;
  }

  /* Agenda speaker grids */
  .topgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

 .bottomgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

  .speaker-img {
    width: 80px;
    height: 80px;
  }

  .speaker-card h6 {
    font-size: 13px;
  }

  .speaker-card p {
    font-size: 12px;
  }

  /* Podcast */
  .podcast-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .podcast-card {
    padding: 18px;
  }

  .podcast-card h5 {
    font-size: 15px;
  }

  /* Testimonial */
  .tgs-slider {
    padding-bottom: 80%;
  }

  .tgs-quote {
    left: 10%;
    max-width: 78%;
    padding: 24px 20px;
    font-size: 13px;
    bottom: 10%;
    border-radius: 14px;
  }

  .tgs-quote p {
    font-size: 13px;
    line-height: 1.6;
  }

  .tgs-slider img {
    width: 60px;
    height: 28px;
  }
  .day-btn.active {
    background: #dadad8;
    border-color: #dadad8;
    color: #000;
    font-weight: 700;
    border-radius: 25px;
    font-size: 13px;
}
}

/* ══════════════════════════════════════
   RESPONSIVE — SMALL MOBILE (max-width: 480px)
══════════════════════════════════════ */
@media (max-width: 480px) {
  .sponsor-info p {
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
}

  .event_details_banner h1 {
    font-size: 26px;
  }

.tab-btn {
    font-size: 11px;
    padding: 7px 8px;
}

  .speakers-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 12px;
  }

  .topgrid,
  .bottomgrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
.speaker-img {
    width: 87px;
    height: 87px;
}

  .tgs-slider {
    padding-bottom: 65%;
  }

  .tgs-quote {
    left: 8%;
    max-width: 84%;
    padding: 18px 16px;
  }

  .podcast-grid {
    grid-template-columns: 1fr;
  }

  .event_details_banner p {
    font-size: 16px;
    line-height: 1.7;
  }

  .section-title {
    font-size: 20px;
  }

  .tgs-slider svg {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    height: 87%;
    display: block;
  }
  .tabs-nav-inner.cantainer {
    display: grid;
    grid-auto-flow: column;
     grid-template-columns: 1fr;
}
}

/* Dynamic event sponsor layout */
#sponsors .sponsor-tier {
  margin: 0 0 38px;
}

#sponsors .tier-label {
  width: auto;
  min-width: 240px;
  margin-bottom: 18px;
  padding: 11px 24px;
}

#sponsors .sponsor-card {
  gap: 32px;
  margin-bottom: 18px;
  padding: 22px;
  border-radius: 14px;
}

#sponsors .sponsor-card:last-child {
  margin-bottom: 0;
}

#sponsors .sponsor-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 345px;
  min-width: 345px;
  height: 253px;
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(19, 48, 97, 0.12);
  border-radius: 12px;
}

#sponsors .sponsor-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#sponsors .sponsor-info {
  flex: 1;
  min-width: 0;
}

#sponsors .sponsor-info h5 {
  margin-bottom: 10px;
  color: #133061;
  font-size: 20px;
}

#sponsors .sponsor-info p {
  margin-bottom: 12px;
  color: #000;
}

#sponsors .sponsor-info a {
  color: #133061;
  font-weight: 600;
}

@media (max-width: 768px) {
  #sponsors .sponsor-tier {
    margin-bottom: 30px;
  }

  #sponsors .tier-label {
    width: 100%;
    min-width: 0;
    margin-bottom: 14px;
  }

  #sponsors .sponsor-card {
    align-items: stretch;
    gap: 14px;
    margin-bottom: 16px;
    padding: 18px;
  }

  #sponsors .sponsor-logo {
    width: 100%;
    min-width: 0;
    height: 256px;
  }

  #sponsors .sponsor-logo img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  #sponsors .sponsor-logo {
    width: 225px;
    min-width: 225px;
    height: 165px;
  }
}

/* Event detail schema v2: overview, awards and inline registration */
#about .overview-content-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  width: 90%;
  margin: 0 auto 60px;
  padding: 45px 0 105px;
  background: #fff;
}

#about .overview-content-wrap--single {
  grid-template-columns: 1fr;
  padding-bottom: 120px;
}

#about .overview-content-left {
  min-width: 0;
}

#about .overview-title-line {
  width: 62px;
  height: 3px;
  margin-bottom: 26px;
  background: #101b3d;
}

#about .overview-about-text h2 {
  margin-bottom: 22px;
  color: #101b3d;
  font-size: clamp(28px, 3vw, 42px);
}

#about .overview-about-text,
#about .overview-about-text p,
#about .overview-about-text li,
#about .overview-about-text span,
#about .overview-about-text strong,
#about .overview-about-text em {
  color: #20263a;
}

#about .overview-about-text p {
  margin: 0 0 22px;
  font-size: 17px;
  line-height: 1.55;
}

#about .overview-about-text > :last-child,
#about .overview-about-text .scroll-reveal-dark > :last-child {
  margin-bottom: 0;
}

#about .overview-image-box {
  width: 100%;
  height: 520px;
  overflow: hidden;
}

#about .overview-image-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.award-nomination-section {
  --award-navy: #0d0a24;
  --award-blue: #123d67;
  --award-light-blue: #416da9;
  --award-green: #98b936;
  --award-border: #aeb7c2;
  padding: 70px 20px;
  background: #fff;
  color: #111827;
}

.award-container {
  width: min(1380px, 100%);
  margin: 0 auto;
}

.award-intro {
  margin-bottom: 50px;
}

.award-intro h1 {
  margin: 0 0 25px;
  color: var(--award-blue);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.5px;
  text-align: left;
  text-transform: uppercase;
}

.award-intro p,
.award-intro li,
.award-intro span,
.award-intro strong {
  color: #171717;
}

.award-intro p {
  max-width: 1260px;
  margin: 0;
  font-size: 20px;
  line-height: 1.65;
}

.award-form-section {
  margin-bottom: 46px;
}

.award-form-section h2 {
  margin: 0 0 25px;
  color: var(--award-blue);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.15;
}

.award-field {
  width: 100%;
}

.award-field-grid,
.award-name-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.award-field-grid {
  gap: 25px 30px;
  margin-top: 25px;
}

.award-name-grid {
  gap: 14px;
}

.award-field label {
  display: block;
  margin-bottom: 9px;
  color: #111;
  font-size: 18px;
  font-weight: 500;
}

.award-field input,
.award-field textarea,
.award-name-grid input {
  width: 100%;
  padding: 15px 18px;
  border: 1px solid var(--award-border);
  border-radius: 0;
  outline: none;
  background: #fff;
  color: #111;
  font-family: inherit;
  font-size: 17px;
  box-sizing: border-box;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.award-field input,
.award-name-grid input {
  min-height: 58px;
}

.award-field textarea {
  min-height: 145px;
  resize: vertical;
}

.award-field input:focus,
.award-field textarea:focus,
.award-name-grid input:focus {
  border-color: var(--award-light-blue);
  box-shadow: 0 0 0 3px rgba(65, 109, 169, 0.12);
}

.award-field small {
  display: block;
  margin-top: 14px;
  color: #111;
  font-size: 14px;
  font-weight: 600;
}

.award-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 35px;
}

.award-category-item {
  position: relative;
  display: block;
  cursor: pointer;
}

.award-category-item > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.award-checkmark {
  position: absolute;
  top: 8px;
  left: -23px;
  z-index: 3;
  width: 14px;
  height: 14px;
  border: 1px solid #7a8390;
  border-radius: 2px;
  background: #fff;
}

.award-category-item > input:focus-visible ~ .award-category-card {
  outline: 3px solid rgba(65, 109, 169, 0.35);
  outline-offset: 3px;
}

.award-category-item > input:checked + .award-checkmark {
  border-color: var(--award-green);
  background: var(--award-green);
}

.award-category-item > input:checked + .award-checkmark::after {
  content: "✓";
  position: absolute;
  top: -3px;
  left: 2px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.award-category-card {
  display: flex;
  min-height: 215px;
  padding: 25px 22px 18px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid var(--award-light-blue);
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.award-category-item:hover .award-category-card {
  transform: translateY(-4px);
  border-color: var(--award-green);
  box-shadow: 0 12px 28px rgba(13, 10, 36, 0.1);
}

.award-category-item > input:checked ~ .award-category-card {
  border-color: var(--award-green);
  background: rgba(152, 185, 54, 0.06);
}

.award-flower {
  display: block;
  margin-bottom: 14px;
  color: var(--award-green);
  font-size: 36px;
  line-height: 1;
}

.award-category-card strong {
  display: block;
  color: var(--award-navy);
  font-size: 17px;
  line-height: 1.25;
}

.award-category-name {
  display: block;
  max-width: 260px;
  margin-top: 6px;
  color: #121212;
  font-size: 15px;
  line-height: 1.35;
}

.award-line {
  display: block;
  width: 60%;
  height: 1px;
  margin: 12px auto 8px;
  background: var(--award-green);
}

.award-year {
  display: block;
  color: #7a7f87;
  font-size: 39px;
  font-weight: 700;
  line-height: 1;
}

.award-reason-section {
  margin-bottom: 0;
}

.award-bottom-actions {
  display: flex;
  margin-top: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.award-upload-btn,
.award-submit-btn {
  display: inline-flex;
  min-height: 52px;
  padding: 13px 25px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  border-radius: 3px;
  background: var(--award-blue);
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease;
}

.award-upload-btn input {
  display: none;
}

.award-upload-btn:hover,
.award-submit-btn:hover {
  transform: translateY(-2px);
  background: var(--award-green);
  color: var(--award-navy);
}

#register .subscribe-header {
  margin-bottom: 34px;
}

#register .subscribe-header h2 {
  margin-bottom: 8px;
  color: #fff;
  font-size: clamp(28px, 3vw, 44px);
}

#register .subscribe-header p,
#register .contact-small-label {
  color: rgba(255, 255, 255, 0.7);
}

#register .subscribe-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 55px;
  align-items: start;
}

#register .subscribe-form-area {
  width: 100%;
  min-width: 0;
}

#register .subscribe-form .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

#register .subscribe-form .form-group {
  width: 100%;
  margin: 0;
}

#register .subscribe-form .form-group input,
#register .subscribe-form .form-group select {
  width: 100%;
  min-height: 54px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  color: #111827 !important;
  caret-color: #111827;
  box-sizing: border-box;
}

#register .subscribe-form .form-group label {
  top: 50%;
  color: #4b5563;
}

#register .subscribe-form .form-group input:focus + label,
#register .subscribe-form .form-group input:valid + label,
#register .subscribe-form .form-group select:focus + label,
#register .subscribe-form .form-group select:valid + label {
  top: -10px;
  color: #fff;
}

#register .subscribe-contact-box {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}

#register .subscribe-contact-box h3 {
  margin: 8px 0 32px;
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
}

#register .subscribe-contact-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

#register .subscribe-contact-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
}

#register .subscribe-contact-icon {
  display: flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #4169a6;
  color: #fff;
  font-size: 20px;
}

#register .subscribe-contact-item small {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

#register .subscribe-contact-item p {
  margin: 0 0 7px;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
}

#register .subscribe-contact-item a {
  color: inherit;
  text-decoration: none;
}

#register .subscribe-form .custom-btn {
  display: inline-flex;
  margin-top: 26px;
  padding: 13px 25px;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 8px;
  background: #4169a6;
  color: #fff;
}

#register .subscribe-form .custom-btn:disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
  box-shadow: none;
}

.event-submit-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.45);
  border-top-color: #fff;
  border-radius: 50%;
  animation: event-submit-spin 0.7s linear infinite;
}

.event-submit-spinner[hidden] {
  display: none !important;
}

@keyframes event-submit-spin {
  to {
    transform: rotate(360deg);
  }
}

.event-form-message {
  margin: 0 0 28px;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 600;
}

.event-form-message--success {
  border-color: #7aa120;
  background: #eef7d7;
  color: #385007;
}

.event-form-message--error {
  border-color: #dc8a8a;
  background: #fff0f0;
  color: #8a1f1f;
}

.event-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 1100px) {
  .award-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  #about .overview-content-wrap,
  #register .subscribe-layout {
    grid-template-columns: 1fr;
  }

  #about .overview-content-wrap {
    gap: 40px;
  }

  #about .overview-image-box {
    height: 420px;
  }
}

@media (max-width: 767px) {
  #about .overview-content-wrap {
    width: calc(100% - 30px);
    padding: 35px 0 90px;
  }

  #about .overview-image-box {
    height: 300px;
  }

  .award-nomination-section {
    padding: 50px 15px;
  }

  .award-intro p {
    font-size: 16px;
  }

  .award-field-grid,
  .award-name-grid,
  .award-category-grid {
    grid-template-columns: 1fr;
  }

  .award-category-grid {
    padding-left: 22px;
  }

  .award-bottom-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .award-upload-btn,
  .award-submit-btn {
    width: 100%;
  }

  section.formbg {
    padding: 30px 15px;
  }

  #register .subscribe-box {
    padding: 32px 22px;
    border-radius: 22px;
  }
}
