/* General Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #2ed88e;
  --bg-color: #f7f7f7;
  --text-color: #16303d;
}

body,
html {
  height: 100%;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

h1,
button,
span,
h4 {
  font-family: "Poppins", sans-serif;
}

p,
h2,
h3,
li,
ul,
input,
label {
  font-family: "Poppins", sans-serif;
}

/* Hero Section */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  top: 0;
  z-index: 1;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 33, 33, 0.8);
}

.content {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: left;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 80px;
  left: 10px;
}

.content h1 {
  font-size: 60px;
}

.content h2 {
  font-size: 26px;
  margin: 10px 0;
  font-weight: 500;
}

.content p,
h3 {
  font-size: 26px;
  margin: 10px 0;
  font-weight: 300;
}

.content p{
  font-weight: 500;
}

.hero-logo {
  width: 250px;
  margin: 10px 0;
}

.animated-text {
  font-size: 80px;
  font-weight: bold;
  display: inline-block;
  min-height: 1px;
  color: var(--primary-color);
  font-family: "Meganté-Personal-Use-Only", sans-serif;
  margin: -30px 0 20px 0;
}

@keyframes fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

.top-header {
  position: fixed;
  top: 30px;
  left: 40px;
  right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}

.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.logo {
  height: 45px;
}

.register-button {
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: var(--primary-color);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.register-button:hover {
  background-color: #1e9f6b;
}

.next-section {
  position: relative;
  z-index: 2;
  background: var(--bg-color);
  color: black;
  padding: 50px;
  min-height: 100vh;
  margin-top: 100vh;
}

@media (max-width: 1024px) {
  .content h1 {
    font-size: 50px;
  }

  .content h2 {
    font-size: 22px;
  }

  .content p,
  .content h3 {
    font-size: 18px;
  }

  .animated-text {
    font-size: 60px;
  }

  .register-button {
    padding: 12px 25px;
    font-size: 14px;
  }

  .logo {
    height: 40px;
  }
}

@media (max-width: 768px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
    bottom: 30px;
  }

  .content h1 {
    font-size: 40px;
  }

  .content h2 {
    font-size: 20px;
    line-height: 2rem;
  }

  .content p,
  .content h3 {
    font-size: 16px;
    line-height: 2rem;
  }

  .animated-text {
    font-size: 50px;
    margin: -20px 0 15px 0;
  }

  .register-button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .logo {
    height: 35px;
  }

  .top-header {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .logos {
    gap: 15px;
  }

  .next-section {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  .content h1 {
    font-size: 30px;
  }

  .content h2 {
    font-size: 18px;
  }

  .content p,
  .content h3 {
    font-size: 14px;
  }

  .animated-text {
    font-size: 40px;
    margin: -15px 0 10px 0;
  }

  .register-button {
    padding: 8px 15px;
    font-size: 10px;
  }

  .logo {
    height: 30px;
  }

  .top-header {
    top: 15px;
    left: 15px;
    right: 15px;
  }

  .logos {
    gap: 10px;
  }

  .next-section {
    padding: 20px;
  }
}

.container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrap {
  width: 90%;
  display: flex;
}

.insight-panel {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 50px;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .insight-panel::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 40px;
  width: 350px;
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M802.5 655Q679 810 466.5 868.5T185 713.5Q116 500 230.5 366T507 220q162-12 290.5 134t5 301Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%232ed88e%22 d=%22M802.5 655Q679 810 466.5 868.5T185 713.5Q116 500 230.5 366T507 220q162-12 290.5 134t5 301Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  z-index: -1;
}

.insight-panel::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 350px;
  height: 350px;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 1000 1000%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3CclipPath id=%22a%22%3E%3Cpath fill=%22currentColor%22 d=%22M802.5 655Q679 810 466.5 868.5T185 713.5Q116 500 230.5 366T507 220q162-12 290.5 134t5 301Z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg clip-path=%22url(%23a)%22%3E%3Cpath fill=%22%232ed88e%22 d=%22M802.5 655Q679 810 466.5 868.5T185 713.5Q116 500 230.5 366T507 220q162-12 290.5 134t5 301Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  z-index: -1;
} */

.focus-card {
  background: var(--card-bg);
  border-radius: 20px;
  padding: 40px;
  max-width: 1100px;
  box-shadow: 0 10px 30px var(--shadow-color);
  border: 1px solid rgba(22, 48, 61, 0.1);
}

.focus-card__title {
  font-size: 36px;
  color: var(--text-color);
  margin-bottom: 20px;
  text-align: center;
}

.focus-card__text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: var(--text-color);
}

.focus-card__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.focus-card__item {
  font-size: 17px;
  margin: 15px 0;
  position: relative;
  padding-left: 30px;
  color: var(--text-color);
  transition: color 0.3s ease;
}

.focus-card__item:before {
  content: "-";
  position: absolute;
  left: 0;
  font-size: 20px;
}

.focus-card__item:hover {
  color: var(--primary-color);
}

.emphasis {
  color: var(--primary-color);
  font-weight: bold;
}

.invite-text {
  text-align: center;
  font-size: 20px;
  font-family: "Meganté-Personal-Use-Only", sans-serif;
  color: var(--text-color);
  margin-top: 30px;
}

@keyframes riseIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.focus-card {
  animation: riseIn 1s ease-out forwards;
}


.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(
    100% 100% at 100% 0,
    var(--primary-color) 0,
    #62ebb0 100%
  );
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, rgba(58, 65, 111, 0.5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow 0.15s, transform 0.15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow, transform;
  font-size: 18px;
  letter-spacing: 1.2px;
}

.button-29:focus {
  box-shadow: #2ed88e 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #2ed88e 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px,
    rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #2ed88e 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #2ed88e 0 3px 7px inset;
  transform: translateY(2px);
}

@media (max-width: 1024px) {
  .insight-panel {
    padding: 40px;
    min-height: 70vh;
  }

  .insight-panel::before,
  .insight-panel::after {
    width: 250px;
    height: 250px;
  }

  .focus-card {
    padding: 30px;
  }

  .focus-card__title {
    font-size: 32px;
  }

  .focus-card__text {
    font-size: 16px;
  }

  .focus-card__item {
    font-size: 16px;
  }

  .invite-text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .wrap {
    width: 98%;
  }

  .insight-panel {
    min-height: 60vh;
  }

  .insight-panel::before,
  .insight-panel::after {
    width: 200px;
    height: 200px;
  }

  .focus-card {
    padding: 20px;
  }

  .focus-card__title {
    font-size: 28px;
  }

  .focus-card__text {
    font-size: 15px;
  }

  .focus-card__item {
    font-size: 15px;
  }

  .invite-text {
    font-size: 16px;
  }
  .button-29 {
    height: 40px; 
    padding-left: 20px; 
    padding-right: 20px;
    font-size: 16px; 
    letter-spacing: 1px; 
  }
}

@media (max-width: 480px) {
  .wrap {
    width: 98%;
  }

  .insight-panel {
    padding: 0px;
    min-height: 50vh;
  }

  .insight-panel::before,
  .insight-panel::after {
    width: 150px;
    height: 150px;
  }

  .insight-panel::before {
    top: 50px;
  }

  .focus-card {
    padding: 15px;
  }

  .focus-card__title {
    font-size: 24px;
  }

  .focus-card__text {
    font-size: 14px;
  }

  .focus-card__item {
    font-size: 14px;
    padding-left: 20px;
  }

  .invite-text {
    font-size: 14px;
  }
  .button-29 {
    height: 36px; 
    padding-left: 15px; 
    padding-right: 15px;
    font-size: 14px; 
    letter-spacing: 0.8px; 
  }
}

@media (max-width: 320px) {
  .insight-panel {
    padding: 10px;
    min-height: 40vh;
  }

  .insight-panel::before,
  .insight-panel::after {
    width: 100px;
    height: 100px;
  }

  .focus-card {
    padding: 10px;
  }

  .focus-card__title {
    font-size: 20px;
  }

  .focus-card__text {
    font-size: 13px;
  }

  .focus-card__item {
    font-size: 13px;
    padding-left: 15px;
  }

  .invite-text {
    font-size: 13px;
  }
}


/* Agenda */

.agenda-panel {
  width: 100%;
  padding: 40px 0;
  border-radius: 25px;
}

.agenda-title {
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 60px;
  text-align: center;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
}

.timeline-item .time {
  font-size: 1.1rem;
  font-weight: bold;
  color: #2c5282;
  min-width: 230px;
}

.agenda-content {
  flex: 1;
  background: #f7fafc;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin: 0 20px;
  position: relative;
  overflow: hidden;
}

.agenda-content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 17px;
  background: linear-gradient(90deg, var(--primary-color), var(--primary-color), var(--primary-color)); 
  background-size: 200% 100%;
 
  z-index: 0;
}

.agenda-content > * {
  position: relative;
  z-index: 1;
}

.agenda-content h4 {
  font-size: 1.15rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 10px;
  letter-spacing: 1.1px;
}

.agenda-content p {
  font-size: 1rem;
  margin: 5px 0;
}

.agenda-content ul {
  list-style: none;
  padding-left: 0;
  margin: 10px 0;
}

.agenda-content ul li {
  font-size: 1rem;
  color: #2d3748;
  margin-bottom: 8px;
  position: relative;
  padding-left: 20px;
}

.agenda-content ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}

.timeline-item.break .agenda-content {
  background: #e2e8f0;
  text-align: center;
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 165px;
  width: 2px;
  height: 100%;
  background: #e2e8f0;
  z-index: -1;
}

@media (max-width: 1024px) {
  .agenda-title {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .timeline-item .time {
    min-width: 200px;
  }

  .agenda-content {
    padding: 15px;
    margin: 0 15px;
  }

  .agenda-content h4 {
    font-size: 1.1rem;
  }

  .agenda-content p,
  .agenda-content ul li {
    font-size: 0.95rem;
  }

  .timeline:before {
    left: 150px;
  }
}

@media (max-width: 768px) {
  .agenda-panel {
    background-color: var(--bg-color);
  }
  .agenda-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  .timeline-item {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .timeline-item .time {
    min-width: 100%;
    margin-bottom: 10px;
    font-size: 1rem;
  }

  .agenda-content {
    width: 100%;
    margin: 0;
    padding: 15px;
  }

  .agenda-content h4 {
    font-size: 1rem;
  }

  .agenda-content p,
  .agenda-content ul li {
    font-size: 0.9rem;
  }

  .timeline:before {
    left: 10px;
  }
}

@media (max-width: 480px) {
  .agenda-title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .timeline-item {
    margin-bottom: 30px;
  }

  .timeline-item .time {
    font-size: 0.95rem;
  }

  .agenda-content {
    padding: 10px;
  }

  .agenda-content h4 {
    font-size: 0.95rem;
  }

  .agenda-content p,
  .agenda-content ul li {
    font-size: 0.85rem;
  }

  .timeline:before {
    display: none;
  }
}

@media (max-width: 320px) {
  .agenda-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .timeline-item .time {
    font-size: 0.9rem;
  }

  .agenda-content h4 {
    font-size: 0.9rem;
  }

  .agenda-content p,
  .agenda-content ul li {
    font-size: 0.8rem;
  }
}

/* Who Should Attend */

.attendee-section {
  width: 100%;
  padding: 40px 0;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.attendee-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.attendee-split {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  position: relative;
}

.attendee-left {
  flex: 1;
  background: var(--primary-color);
  color: #fff;
  padding: 30px;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  z-index: 1;
  animation: slideReveal 2.5s infinite ease-in-out;
}

@keyframes slideReveal {
  0% {
    transform: translateX(-10px); 
    opacity: 0.8;
  }
  50% {
    transform: translateX(0); 
    opacity: 1;
  }
  100% {
    transform: translateX(-10px); 
    opacity: 0.8;
  }
}

.attendee-subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #000;
}

.attendee-intro {
  font-size: 1.1rem;
  opacity: 0.9;
  line-height: 1.6;
  color: #000;
}

.attendee-right {
  flex: 1.5;
  background: #f7fafc;
  padding: 30px 30px 30px 60px;
  border-radius: 0 8px 8px 0;
}

.attendee-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.attendee-item {
  font-size: 1.2rem;
  color: #2d3748;
  margin-bottom: 15px;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
}

.attendee-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--primary-color);
  border-radius: 50%;
}

.attendee-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.pattern {
  width: 100%;
}

.pattern img {
  width: 100%;
}

@media (max-width: 1024px) {
  .attendee-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .attendee-split {
    max-width: 800px;
  }

  .attendee-left {
    padding: 25px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  }

  .attendee-subtitle {
    font-size: 1.4rem;
  }

  .attendee-intro {
    font-size: 0.95rem;
  }

  .attendee-right {
    padding: 25px 25px 25px 50px;
  }

  .attendee-item {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .attendee-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .attendee-left {
    animation: none;
  }

  .attendee-section {
    padding: 20px 0;
  }

  .attendee-split {
    flex-direction: column;
    max-width: 600px;
  }

  .attendee-left {
    clip-path: none;
    padding: 20px;
    border-radius: 8px 8px 0 0;
  }

  .attendee-right {
    padding: 20px;
    border-radius: 0 0 8px 8px;
  }

  .attendee-subtitle {
    font-size: 1.3rem;
  }

  .attendee-intro {
    font-size: 0.9rem;
  }

  .attendee-item {
    font-size: 0.9rem;
  }
  .pattern {
    padding: 20px 0;
  }

  .pattern img {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .attendee-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .attendee-split {
    max-width: 100%;
  }

  .attendee-left {
    padding: 15px;
  }

  .attendee-right {
    padding: 15px;
  }

  .attendee-subtitle {
    font-size: 1.2rem;
  }

  .attendee-intro {
    font-size: 0.85rem;
  }

  .attendee-item {
    font-size: 0.85rem;
  }
  .pattern {
    padding: 20px 0;
  }
}

@media (max-width: 320px) {
  .attendee-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .attendee-left {
    padding: 10px;
  }

  .attendee-right {
    padding: 10px;
  }

  .attendee-subtitle {
    font-size: 1.1rem;
  }

  .attendee-intro {
    font-size: 0.8rem;
  }

  .attendee-item {
    font-size: 0.8rem;
  }
}

/* Why Attend Section */

.why-attend-section {
  width: 100%;
  padding: 40px 0;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.why-attend-title {
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.why-attend-split {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.why-attend-content {
  flex: 1.2;
  padding: 30px;
  background: #f7fafc;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.why-attend-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 20px 0;
}

.why-attend-item {
  font-size: 1.2rem;
  color: var(--text-color);
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
}

.why-attend-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: var(--text-color);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%); /* Diamond shape */
}

.why-attend-callout {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text-color);
  margin: 20px 0;
  line-height: 1.6;
  font-family: "Meganté-Personal-Use-Only", sans-serif;
}

.why-attend-action {
  font-size: 1.1rem;
  color: var(--text-color);
  font-weight: bold;
  margin: 0;
  font-family: "Meganté-Personal-Use-Only", sans-serif;
}

.why-attend-image {
  flex: 1;
  position: relative;
}

.why-attend-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.why-attend-content:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -15px;
  width: 30px;
  height: 2px;
  background: #2c5282;
  transform: rotate(45deg);
}

.why-attend-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    45deg,
    rgba(44, 82, 130, 0.1) 0%,
    transparent 50%
  );
  z-index: 0;
  pointer-events: none;
}

.color-change-span {
  color: var(--primary-color);
}

@media (max-width: 1024px) {
  .why-attend-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .why-attend-split {
    max-width: 800px;
    gap: 20px;
  }

  .why-attend-content {
    padding: 25px;
  }

  .why-attend-item {
    font-size: 0.95rem;
  }

  .why-attend-callout {
    font-size: 1rem;
  }

  .why-attend-action {
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .why-attend-section {
    padding: 20px 0;
  }
  .why-attend-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .why-attend-split {
    flex-direction: column;
    max-width: 600px;
    gap: 0;
  }

  .why-attend-content {
    border-radius: 8px 8px 0 0;
    padding: 20px;
    background: none;
  }

  .why-attend-image img {
    border-radius: 0 0 8px 8px;
  }

  .why-attend-item {
    font-size: 0.9rem;
  }

  .why-attend-callout {
    font-size: 0.95rem;
  }

  .why-attend-action {
    font-size: 0.9rem;
  }

  .why-attend-content:after {
    display: none;
  }
}

@media (max-width: 480px) {
  .why-attend-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .why-attend-split {
    max-width: 100%;
  }

  .why-attend-content {
    padding: 15px;
    background: none;
  }

  .why-attend-item {
    font-size: 0.85rem;
  }

  .why-attend-callout {
    font-size: 0.9rem;
  }

  .why-attend-action {
    font-size: 0.85rem;
  }
}

@media (max-width: 320px) {
  .why-attend-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .why-attend-content {
    padding: 10px;
  }

  .why-attend-item {
    font-size: 0.8rem;
  }

  .why-attend-callout {
    font-size: 0.85rem;
  }

  .why-attend-action {
    font-size: 0.8rem;
  }
}

/* Register Page */

.register-section {
  width: 100%;
  padding: 40px 0;
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.register-title {
  font-size: 36px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.register-split {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  gap: 30px;
}

.register-video {
  flex: 1;
  position: relative;
}

.register-video video {
  width: 85%;
  object-fit: cover;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.register-form {
  flex: 1.2;
  padding: 30px;
  background: #ebebeb;
  border-radius: 0 10px 10px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 5px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  color: #2d3748;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background: #fff;
  outline: none;
  transition: border-color 0.3s;
}

.form-group input:focus {
  border-color: var(--primary-color);
}

.register-btn {
  width: 100%;
  padding: 12px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background: var(--primary-color);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 30px;
}

.register-btn:hover {
  background: #1a3552;
}

.register-form:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -15px;
  width: 30px;
  height: 2px;
  background: var(--primary-color);
  transform: rotate(-45deg);
}

.register-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 1024px) {
  .register-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .register-split {
    max-width: 800px;
    gap: 20px;
  }

  .register-form {
    padding: 25px;
  }

  .form-group label {
    font-size: 0.85rem;
  }

  .form-group input {
    font-size: 0.95rem;
  }

  .register-btn {
    font-size: 0.95rem;
  }
  .register-video{
    display: none;
  }

}

@media (max-width: 768px) {
  .register-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .register-split {
    flex-direction: column;
    max-width: 600px;
    gap: 0;
  }

  .register-video{
    display: none;
  }

  .register-video video {
    border-radius: 8px 8px 0 0;
  }

  .register-form {
    border-radius: 0 0 8px 8px;
    padding: 20px;
  }

  .form-group label {
    font-size: 0.8rem;
  }

  .form-group input {
    font-size: 0.9rem;
  }

  .register-btn {
    font-size: 0.9rem;
  }

  .register-form:after {
    display: none; 
  }
}

@media (max-width: 480px) {
  .register-title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .register-split {
    max-width: 100%;
  }

  .register-form {
    padding: 15px;
  }

  .form-group label {
    font-size: 0.75rem;
  }

  .form-group input {
    font-size: 0.85rem;
  }

  .register-btn {
    font-size: 0.85rem;
  }
}

@media (max-width: 320px) {
  .register-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .register-form {
    padding: 10px;
  }

  .form-group label {
    font-size: 0.7rem;
  }

  .form-group input {
    font-size: 0.8rem;
  }

  .register-btn {
    font-size: 0.8rem;
  }
}


/* Speakr Section */
 /* Speakers Section Styles */
 .speakers-section {
  width: 100%;
  padding: 60px 0;
  position: relative;
  z-index: 10;
}

.speakers-title {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 50px;
  color: black;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  justify-content: center;
}

.speaker-card {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.speaker-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.15);
}

.speaker-image {
  height: 300px;
  overflow: hidden;
}

.speaker-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.speaker-card:hover .speaker-image img {
  transform: scale(1.05);
}

.speaker-info {
  padding: 20px;
  text-align: center;
  color: black;
}

.speaker-info h3 {
  margin: 0 0 5px 0;
  font-size: 1.5rem;
}

.speaker-info p {
  margin: 0;
  color: black;
  font-size: 1rem;
}

/* Modal Styles */
.speaker-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  overflow-y: auto;
  backdrop-filter: blur(5px);
}

.modal-content {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  margin: 5% auto;
  padding: 30px;
  width: 80%;
  max-width: 800px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  position: relative;
}

.close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s;
}


.modal-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 30px;
}

.modal-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(0, 255, 255, 0.3);
}

.modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-title h2 {
  margin: 0 0 10px 0;
  font-size: 2rem;
}

.modal-title p {
  margin: 0;
  font-size: 1.2rem;
}

.modal-body {
  line-height: 1.6;
  font-size: 1.1rem;
}

.modal-body p {
  margin-bottom: 15px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .speakers-grid {
      grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
  
  .modal-header {
      flex-direction: column;
      text-align: center;
  }
  
  .modal-content {
      width: 90%;
      padding: 20px;
  }
  
  .modal-image {
      width: 120px;
      height: 120px;
  }
}