@property --gradient-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --gradient-angle-offset {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@property --gradient-percent {
  syntax: "<percentage>";
  initial-value: 5%;
  inherits: false;
}
@property --gradient-shine {
  syntax: "<color>";
  initial-value: white;
  inherits: false;
}
@keyframes gradient-angle {
  to {
    --gradient-angle: 360deg;
  }
}
@keyframes shimmer {
  to {
    rotate: 360deg;
  }
}
@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
  background: linear-gradient(90deg, #034052 0%, #0b5b73 80%, #117b80 100%);
}

.section-divider {
  height: 100%;
  width: 2px;
  background: rgb(125, 185, 232);
  background: linear-gradient(to bottom, transparent 0%, #fff 30%, transparent 90%);
}

.lang-switch {
  position: fixed;
  top: 30px;
  left: 30px;
  right: auto;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lang-switch a {
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
}
.lang-switch a img {
  width: 20px;
  height: 12px;
}

.ss-back {
  position: fixed;
  bottom: 0px;
  left: 0;
  background-image: url("../img/BG-left.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-size: 50%;
  background-position: left bottom;
  display: none;
}
@media (max-width: 768px) {
  .ss-back {
    display: block;
  }
}

.hero {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  overflow: hidden;
}

.hero-back {
  position: fixed;
  width: 100%;
}
.hero-back .section-content {
  width: 100%;
  height: 100%;
  background-image: url("../img/BG-left.png"), url("../img/BG-right.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right bottom;
}

/* Animated water particles */
.water-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.particle {
  position: absolute;
  background: radial-gradient(circle, rgba(135, 206, 235, 0.8), rgba(135, 206, 235, 0));
  border-radius: 50%;
  animation: floatUp 8s infinite ease-in-out;
}

.hero-content {
  z-index: 3;
  max-width: 1200px;
  padding: 0 20px;
}
.hero-content .logo-container {
  display: flex;
  justify-content: center;
}
.hero-content .trens-logo {
  width: 140px;
  margin-bottom: 30px;
}
.hero-content .trens-logo img {
  width: 100%;
}
.hero-content .trens-logo.no-mob {
  width: auto;
  padding: 0 1rem;
}

@keyframes heroEnter {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.conference-badge {
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.15), rgba(135, 206, 235, 0.3));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 15px 15px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.conference-badge::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}

@keyframes badgePulse {
  0%, 100% {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 40px rgba(135, 206, 235, 0.6);
    transform: scale(1.05);
  }
}
@keyframes badgeShine {
  0%, 100% {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(135, 206, 235, 0.6);
  }
}
@keyframes badgeRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
h1 {
  font-size: clamp(3rem, 6vw, 3rem);
  --angle: 75deg; /* sweep angle */
  --speed: 2.2s; /* animation duration */
  --stripe: 28%; /* width of the bright band */
  letter-spacing: 0.02em;
  color: #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(var(--angle), rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) calc(50% - var(--stripe) / 2), rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0) calc(50% + var(--stripe) / 2), rgba(255, 255, 255, 0) 100%);
  background-size: 100% 100%, 220% 100%;
  background-repeat: no-repeat;
  background-position: 0 0, -120% 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; /* lets the gradients show through */
  animation: shine var(--speed) linear infinite;
  will-change: background-position;
  background-image: linear-gradient(70deg, #fff 45%, #a8a6a7 50%, #fff 55%);
  background-size: 500% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: shine 4s infinite;
}

@keyframes titleShimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.subtitle {
  font-size: clamp(1.3rem, 3vw, 2rem);
  margin-bottom: 10px;
  opacity: 0.9;
  font-weight: 300;
  text-shadow: 0 0 15px rgb(0, 0, 0);
}

@keyframes subtitleFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.event-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 20px 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.detail-card {
  padding: 0.5rem;
  border-radius: 25px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.detail-card::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, transparent, transparent, transparent, transparent);
  background-size: 300% 300%;
  border-radius: 25px;
  z-index: -1;
  animation: borderGlow 4s ease-in-out infinite;
  opacity: 0;
}

.detail-card:hover::before {
  opacity: 1;
}

.detail-icon {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: block;
}

@keyframes iconSpin {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(5deg) scale(1.1);
  }
  50% {
    transform: rotate(0deg) scale(1);
  }
  75% {
    transform: rotate(-5deg) scale(1.1);
  }
}
.button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.cta-button {
  position: relative;
  will-change: padding;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  border: 0.1vw solid rgba(255, 255, 255, 0.33);
  border-radius: 120px;
  padding: 18px 36px 18px 30px;
  white-space: nowrap;
  color: #fff;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: padding 0.8s ease;
}
.cta-button .button-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform 0.5s ease;
}

.hover-block {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  border-radius: 120px;
  overflow: hidden;
  background: transparent;
  opacity: 1;
  mix-blend-mode: screen;
  pointer-events: none;
  --duration: 5s;
  transition: opacity 0.5s ease, var(--gradient-angle-offset) var(--duration) ease, var(--gradient-percent) var(--duration) ease, var(--gradient-shine) var(--duration) ease;
  background: linear-gradient(#000000, #000000) padding-box, conic-gradient(from calc(var(--gradient-angle) - var(--gradient-angle-offset)), transparent, #117b80 var(--gradient-percent), white calc(var(--gradient-percent) * 2), #117b80 calc(var(--gradient-percent) * 3), transparent calc(var(--gradient-percent) * 4)) border-box;
  animation: gradient-angle 4.5s linear infinite;
}

.special-programm {
  padding: 0.5rem 0;
}
.special-programm p {
  padding: 1rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #40c6cd;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(26, 54, 93, 0.1);
}

.panels-section {
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.panels-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(0,102,204,0.1)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
  animation: gridMove 20s linear infinite;
}

@keyframes gridMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(10px, 10px);
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.section-title {
  text-align: center;
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin-bottom: 20px;
  background: linear-gradient(45deg, #0066cc, #004080, #0066cc);
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  animation: titleWave 4s ease-in-out infinite;
  position: relative;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(45deg, #ff6b35, #f7931e);
  border-radius: 2px;
  animation: underlineGrow 2s ease-out;
}

@keyframes titleWave {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes underlineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}
.section-subtitle {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  margin-bottom: 80px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  animation: fadeInUp 1s ease-out 0.5s both;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.panels-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
  margin-bottom: 80px;
}

.panel-card {
  background: white;
  border-radius: 25px;
  padding: 40px 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
  animation: cardSlideIn 0.8s ease-out both;
}

.panel-card:nth-child(1) {
  animation-delay: 0.1s;
}

.panel-card:nth-child(2) {
  animation-delay: 0.2s;
}

.panel-card:nth-child(3) {
  animation-delay: 0.3s;
}

.panel-card:nth-child(4) {
  animation-delay: 0.4s;
}

.panel-card:nth-child(5) {
  animation-delay: 0.5s;
}

.panel-card:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes cardSlideIn {
  from {
    opacity: 0;
    transform: translateX(-50px) rotate(-5deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}
.panel-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(0, 102, 204, 0.1), transparent);
  transition: left 0.6s ease;
}

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

.panel-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(45deg, #0066cc, #ff6b35);
  border-radius: 25px 25px 0 0;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.panel-card:hover::after {
  transform: scaleX(1);
}

.panel-card:hover {
  transform: translateY(-15px) scale(1.02) rotate(1deg);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 102, 204, 0.3);
}

.panel-number {
  background: linear-gradient(45deg, #0066cc, #004080);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 1.4rem;
  animation: numberBounce 2s ease-in-out infinite;
  position: relative;
  overflow: hidden;
}

.panel-number::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

.panel-card:hover .panel-number::before {
  width: 100px;
  height: 100px;
}

@keyframes numberBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.panel-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 18px;
  color: #333;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.panel-card:hover .panel-title {
  color: #0066cc;
}

.panel-description {
  color: #666;
  line-height: 1.7;
  font-size: 1rem;
}

.venue-section {
  background: linear-gradient(135deg, #001a2e, #002040, #003366);
  color: white;
  padding: 120px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.venue-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.venue-particle {
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: venueFloat 12s infinite ease-in-out;
}

@keyframes venueFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(100px, -50px) scale(1.5);
    opacity: 0.8;
  }
}
.venue-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.venue-title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  margin-bottom: 40px;
  font-weight: 800;
  animation: venueGlow 3s ease-in-out infinite;
}

@keyframes venueGlow {
  0%, 100% {
    text-shadow: 0 0 20px rgba(135, 206, 235, 0.5);
  }
  50% {
    text-shadow: 0 0 40px rgba(135, 206, 235, 0.8), 0 0 60px rgba(255, 255, 255, 0.3);
  }
}
.venue-highlight {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(135, 206, 235, 0.1));
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 50px;
  border-radius: 30px;
  margin: 50px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: highlightPulse 4s ease-in-out infinite;
  position: relative;
}

@keyframes highlightPulse {
  0%, 100% {
    box-shadow: 0 0 30px rgba(135, 206, 235, 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 50px rgba(135, 206, 235, 0.5);
    transform: scale(1.02);
  }
}
footer {
  background: #000510;
  color: white;
  padding: 10px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.trends-logo {
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 25px;
  background: linear-gradient(45deg, #0066cc, #87ceeb, #0066cc);
  background-size: 200% 200%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: logoShimmer 3s ease-in-out infinite;
}

@keyframes logoShimmer {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
/* Scroll indicator with enhanced animation */
.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  text-align: center;
  animation: scrollBounce 2s infinite;
  cursor: pointer;
}

.scroll-arrow {
  font-size: 2.5rem;
  animation: arrowPulse 1.5s ease-in-out infinite;
}

@keyframes scrollBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-15px);
  }
  60% {
    transform: translateX(-50%) translateY(-8px);
  }
}
@keyframes arrowPulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.2);
  }
}
@media (max-width: 768px) {
  .event-details {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .panels-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .detail-card,
  .panel-card {
    padding: 30px 25px;
  }
  .hero {
    height: auto;
    min-height: 100vh;
    padding: 80px 0;
  }
}
.conference-details {
  position: relative;
  padding: 4rem 0;
}
.conference-details .cd-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (max-width: 920px) {
  .conference-details .cd-container {
    padding: 0 20px 0 50px !important;
  }
}
@media (max-width: 600px) {
  .conference-details .cd-container {
    padding: 0 20px 0 30px !important;
  }
}
.conference-details .cd-container h3 {
  font-weight: 600;
  font-size: 1.7rem;
  position: relative;
  text-transform: uppercase;
}
.conference-details .cd-container .cd-grid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 20px;
  margin-top: 30px;
  width: 100%;
  padding: 2rem 0;
}
@media (max-width: 1400px) {
  .conference-details .cd-container .cd-grid {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    padding: 1.5rem;
    border-radius: 1rem;
  }
}
.conference-details .cd-container .cd-grid .cd-card {
  text-align: left;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.conference-details .cd-container .cd-grid .cd-card.full {
  grid-column: span 10;
  font-size: 1.2rem;
  font-weight: 500;
}
.conference-details .cd-container .cd-grid .cd-card.time {
  grid-column: span 2;
  font-size: 0.9rem;
  font-weight: 500;
}
@media (max-width: 560px) {
  .conference-details .cd-container .cd-grid .cd-card.time {
    grid-column: span 10;
  }
}
.conference-details .cd-container .cd-grid .cd-card.details {
  grid-column: span 8;
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 560px) {
  .conference-details .cd-container .cd-grid .cd-card.details {
    grid-column: span 10;
  }
}
.conference-details .cd-container .cd-grid .cd-card p {
  padding: 0.5rem 0;
}
.conference-details .cd-container .cd-grid .cd-card ul {
  padding: 0rem 0 1rem 2rem;
}
.conference-details .cd-container .cd-grid .cd-card ul li {
  padding: 1.3rem 0;
}

.cd-divider {
  background: linear-gradient(to right, white, transparent);
  height: 1px;
  width: 100%;
}

.register-container {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  overflow: hidden;
  padding: 2rem;
}
.register-container .rc-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
  padding: 2rem 0;
  width: 100%;
}
.register-container .rc-grid .rc-card {
  grid-column: span 6;
  padding: 0.5rem 1rem;
  /* For older browsers that may require vendor prefixes */
}
@media (max-width: 700px) {
  .register-container .rc-grid .rc-card {
    grid-column: span 12;
  }
}
.register-container .rc-grid .rc-card select,
.register-container .rc-grid .rc-card input[type=text],
.register-container .rc-grid .rc-card input[type=email] {
  -webkit-appearance: none; /* Remove Safari default */
  -moz-appearance: none; /* For Firefox */
  appearance: none;
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  margin-bottom: 10px;
}
.register-container .rc-grid .rc-card select option {
  color: #000;
}
.register-container .rc-grid .rc-card input::-moz-placeholder {
  color: #eae7e7; /* Sets the placeholder color to red using a hex code */
}
.register-container .rc-grid .rc-card input::placeholder {
  color: #eae7e7; /* Sets the placeholder color to red using a hex code */
}
.register-container .rc-grid .rc-card input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
  color: #eae7e7;
}
.register-container .rc-grid .rc-card input::-moz-placeholder { /* Firefox 19+ */
  color: #eae7e7;
  opacity: 1; /* Ensures full opacity in Firefox, as it defaults to a lower opacity */
}
.register-container .rc-grid .rc-card input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #eae7e7;
}
.register-container .rc-grid .rc-card input::-ms-input-placeholder { /* Microsoft Edge */
  color: #eae7e7;
}
.register-container .rc-grid .rc-card.rc-full {
  grid-column: span 12;
  display: flex;
  align-items: center;
  justify-content: center;
}
.register-container .rc-grid .rc-card.select {
  flex-direction: column;
  align-items: start;
}
.register-container .rc-grid .rc-card.select label {
  text-align: left;
  padding-bottom: 0.5rem;
  color: #e3e2e2;
}
.register-container .rc-grid .rc-card .gd-choice {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.register-container .rc-grid .rc-card fieldset {
  border: none;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.register-container .rc-grid .rc-card fieldset label {
  letter-spacing: 0.1rem;
  text-align: center;
  padding: 0.5rem 0;
  cursor: pointer;
  font-size: 0.9rem;
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #ccc;
  position: relative;
  z-index: 1;
  display: block;
}
.register-container .rc-grid .rc-card fieldset label:hover {
  background: #5ca3a0;
}
.register-container .rc-grid .rc-card fieldset input[type=radio] {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.register-container .rc-grid .rc-card fieldset input[type=radio]:checked ~ label {
  background: #5ca3a0;
  color: white;
  box-shadow: 0 0.2em 0.45em 0.1em rgba(0, 0, 0, 0.4);
  transform: scale(1.1);
  animation: checked 200ms 1;
  border: 1px solid #56b056;
  position: relative;
  z-index: 5;
}

.btn-liquid {
  background: linear-gradient(45deg, #17637b, #17637b, #17637b);
  background-size: 200% 200%;
  color: white;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 30px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  animation: buttonPulse 2s ease-in-out infinite;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(33, 33, 33, 0.3);
  font-size: 1rem;
  font-weight: 300;
  line-height: 120%;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: transform 0.5s ease;
}

.btn-liquid::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: left 0.5s ease;
}

.nav-dots {
  position: fixed;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 950px) {
  .nav-dots {
    display: none;
  }
}

.inner-dot {
  display: flex;
  flex-direction: row;
  padding: 0.5rem;
}
.inner-dot p {
  font-size: 0.8rem;
  padding: 0 0.5rem;
  color: #fff;
}

p.nav-dot {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  list-style: none;
  background: transparent;
  transition: all 0.3s;
  margin-top: 5px;
  padding: 0;
}

.nav-dot:hover, .nav-dot.is-active {
  transform: scale(1.6);
  background: transparent;
}

/* Scroll indicator */
.scroll-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1001;
}

.scroll-progress {
  height: 100%;
  background: linear-gradient(90deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57);
  width: 0%;
  transition: width 0.1s ease;
}

/* Fixed Timeline Navigation  */
.timeline-nav {
  position: fixed;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
@media (max-width: 1200px) {
  .timeline-nav {
    left: 15px;
  }
}
@media (max-width: 600px) {
  .timeline-nav {
    left: 5px;
  }
}

.timeline-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 220px;
  background: linear-gradient(180deg, #221c35 0%, #221c35 25%, #00a19b 50%, #221c35 75%, #221c35 100%);
  border-radius: 2px;
}

.timeline-progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  background: linear-gradient(180deg, #fff 0%, #ff6b6b 100%);
  border-radius: 2px;
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  top: 0;
  height: 0;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.timeline-bullet {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, white, transparent);
  border: 3px solid #221c35;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 30px 0;
  z-index: 2;
}

.timeline-bullet:hover {
  transform: scale(1.3);
  box-shadow: 0 0 25px rgba(102, 126, 234, 0.6);
  border-color: rgba(255, 255, 255, 0.8);
}

.timeline-bullet.active {
  background: linear-gradient(135deg, #4ead9f, #4ead9f);
  transform: scale(1.4);
  box-shadow: 0 0 30px rgba(255, 107, 107, 0.8);
  border-color: white;
}

.timeline-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.timeline-bullet:hover::before {
  transform: translate(-50%, -50%) scale(1);
}

/* Tooltip */
.timeline-bullet .tooltip {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.timeline-bullet .tooltip::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.9);
}

.timeline-bullet:hover .tooltip {
  opacity: 1;
}

.day-navigations {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0 2rem 0;
}
@media (max-width: 390px) {
  .day-navigations {
    flex-direction: column;
  }
}
.day-navigations .day-navig {
  width: 200px;
  margin: 0.5rem;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, #034052 0%, #034052 80%, #034052 100%);
  z-index: 99999999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .loading {
  width: 90px;
  height: 90px;
}
.loader img {
  width: 100%;
  height: auto;
  animation: spin 3s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#gradient {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  z-index: 999999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  align-items: center;
  justify-content: center;
}
#gradient div.message {
  width: 500px;
  max-width: 90%;
  height: 200px;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#gradient div.message h5 {
  font-weight: 700;
  color: #17637b;
  font-size: 0.95rem;
  text-align: center;
  line-height: 2rem;
  margin: 0;
  text-shadow: none;
  animation: none;
}
#gradient div.message a {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 10px 10px;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-decoration: none;
  color: #17637b;
  background: transparent;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #17637b;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #17637b;
  font-weight: 700;
}
#gradient div.message a:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #17637b;
}
#gradient div.message a:active {
  transform: scale(0.9);
}

#partners {
  padding: 0 0 3rem 0;
  z-index: 9999;
  position: relative;
}
#partners .partners-content {
  background: transparent;
}
#partners .part-main-cont {
  max-width: 1200px;
  margin: 3rem auto;
  text-align: center;
}
#partners .part-main-cont h2 {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}
#partners .part-main-cont .part-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 2rem 0;
}
#partners .part-main-cont .part-main .part-child {
  flex: 0 1 180px;
  background: rgba(200, 192, 192, 0.7607843137);
  border-radius: 0.8rem;
  overflow: hidden;
}
#partners .part-main-cont .part-main .part-child .part-text {
  background: #5ca3a0;
  text-align: center;
  padding: 0.5rem 0;
  color: #d6d5d5;
  font-weight: 500;
}
#partners .part-main-cont .part-main .part-child img {
  max-width: 100%;
  height: auto;
  transition: 0.3s;
}

.scrolltop {
  position: fixed;
  bottom: 70px;
  right: 40px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #17637b;
  border: 2px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: none;
  z-index: 999999;
  cursor: pointer;
}
@media (max-width: 600px) {
  .scrolltop {
    bottom: 35px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
.scrolltop .arrow-top {
  width: 1em;
  height: 1em;
  background-color: transparent;
  z-index: 80;
  bottom: 8px;
  position: absolute;
  border-width: 0 0.25em 0.25em 0;
  border-style: solid;
  border-color: antiquewhite;
  animation: scrolldown 1.2s ease-in-out infinite 0.15s;
  left: 30%;
  transform: translateY(0%) rotate(-135deg);
}
.scrolltop .arrow-bottom {
  width: 1em;
  height: 1em;
  background-color: transparent;
  z-index: 80;
  bottom: 18px;
  position: absolute;
  border-width: 0 0.25em 0.25em 0;
  border-style: solid;
  border-color: antiquewhite;
  animation: scrolldown 1.2s ease-in-out infinite;
  left: 30%;
  transform: translateY(0%) rotate(-135deg);
}

@keyframes scrolldown {
  0% {
    transform: translateY(20%) rotate(-135deg);
    opacity: 0.7;
  }
  50% {
    transform: translateY(0%) rotate(-135deg);
    opacity: 0.2;
  }
  100% {
    transform: translateY(20%) rotate(-135deg);
    opacity: 0.7;
  }
}
.main-heading::before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #73c9c5;
}
.main-heading::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 5px;
  left: 50%;
  margin-left: -50px;
  background-color: #73c9c5;
}

.timeContainer {
  z-index: 2;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeContainer .wrapper {
  width: 400px;
  padding: 4rem 0;
  max-height: 400px;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.timeContainer .wrapper div {
  color: #ccc;
  text-align: center;
  width: 20%;
  border-radius: 12px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  padding: 0.5rem 0;
  font-size: 0.7rem;
}

.timeContainer .wrapper div:first-child {
  color: white;
}

.timeContainer .wrapper div:nth-child(2) {
  color: white;
}

.timeContainer .wrapper div:nth-child(3) {
  color: #fff;
}

.timeContainer .wrapper div:last-child {
  color: #fff;
}

.timeContainer .wrapper div h2 {
  font-size: 1.5rem;
}

.timeline-container {
  padding: 50px 0;
  position: relative;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 4px;
  background: linear-gradient(to bottom, #17637b, #9b9b9b, #39aaaf);
  top: 0;
  bottom: 0;
  margin-left: -3px;
  border-radius: 3px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 2s ease;
  z-index: -22;
}
@media (max-width: 760px) {
  .timeline::after {
    left: 0;
  }
}

.timeline.animate-line::after {
  transform: scaleY(1);
}

.timeline-item {
  padding: 25px 50px;
  position: relative;
  background: inherit;
  width: 50%;
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  .timeline-item {
    width: 100%;
    padding: 25px 0px 25px 25px;
  }
}

.timeline-item.right {
  left: 50%;
}
@media (max-width: 760px) {
  .timeline-item.right {
    left: 0;
  }
}

.timeline-item.animate {
  opacity: 1;
  transform: translateX(0);
}

.timeline-item::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  right: -12px;
  background: linear-gradient(135deg, #17637b, #17637b);
  border: 5px solid white;
  top: 40px;
  border-radius: 50%;
  z-index: 222;
  box-shadow: 0 6px 15px rgba(197, 40, 47, 0.4);
  opacity: 0;
  transform: scale(0);
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation: pulseWhite 2s infinite;
}
@media (max-width: 760px) {
  .timeline-item::after {
    left: -15px;
    right: auto;
  }
}

.timeline-item.animate::after {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.4s;
}

.timeline-item:hover::after {
  transform: scale(1.2);
  box-shadow: 0 8px 20px rgba(197, 40, 47, 0.6);
}

.left {
  left: 0;
}

.right::after {
  left: -15px;
}

.content {
  padding: 20px;
  background: transparent;
  position: relative;
  border-radius: 18px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  cursor: pointer;
  transform: scale(0.95);
  opacity: 0.8;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.timeline-item.animate .content {
  transform: scale(1);
  opacity: 1;
  transition-delay: 0.3s;
}

.content:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.time {
  display: inline-block;
  background: linear-gradient(135deg, #17637b, #9b9b9b, #39aaaf);
  color: white;
  padding: 12px 20px;
  border-radius: 30px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 18px;
  box-shadow: 0 6px 15px rgba(26, 54, 93, 0.3);
  transform: translateY(15px);
  opacity: 0;
  transition: all 0.6s ease;
}

.timeline-item.animate .time {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}

.session-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: rgba(236, 229, 229, 0.7882352941);
  margin-bottom: 12px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s ease;
  line-height: 1.3;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.timeline-item.animate .session-title {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.6s;
}

.session-subtitle {
  font-size: 1.2rem;
  font-weight: 600;
  color: #40c6cd;
  margin-bottom: 15px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.6s ease;
  line-height: 1.4;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.timeline-item.animate .session-subtitle {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}

.speakers-section {
  margin-top: 20px;
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.6s ease;
}

.timeline-item.animate .speakers-section {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.8s;
}

.speaker-role {
  font-weight: 600;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 2rem 0 0.5rem 0;
}

.speaker {
  margin-bottom: 12px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(26, 54, 93, 0.1);
}

.speaker:last-child {
  border-bottom: none;
}

.speaker-name {
  font-weight: 700;
  color: #fdfdfd;
  font-size: 1.05rem;
  margin-bottom: 2px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.speaker-title {
  color: #fdfdfd;
  font-size: 0.9rem;
  line-height: 1.4;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.status-indicator {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.8s ease;
}

.timeline-item.animate .status-indicator {
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.9s;
}

.status-upcoming {
  background: #f39c12;
  animation: pulseOrange 2s infinite;
}

.status-current {
  background: #27ae60;
  animation: pulseGreen 2s infinite;
}

.status-break {
  background: #9b59b6;
  animation: pulsePurple 2s infinite;
}

@keyframes pulseOrange {
  0% {
    box-shadow: 0 0 0 0 rgba(243, 156, 18, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(243, 156, 18, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(243, 156, 18, 0);
  }
}
@keyframes pulseGreen {
  0% {
    box-shadow: 0 0 0 0 rgba(39, 174, 96, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(39, 174, 96, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(39, 174, 96, 0);
  }
}
@keyframes pulsePurple {
  0% {
    box-shadow: 0 0 0 0 rgba(155, 89, 182, 0.7);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(155, 89, 182, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(155, 89, 182, 0);
  }
}
@keyframes pulseWhite {
  0% {
    box-shadow: 0 0 0 0 rgba(252, 252, 253, 0.8);
  }
  70% {
    box-shadow: 0 0 0 12px rgba(155, 89, 182, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(155, 89, 182, 0);
  }
}/*# sourceMappingURL=style.css.map */