@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: IMT;
  font-size: 16px;
  color: #000;
  line-height: 150%;
  letter-spacing: 1.5px;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

p, h3 {
  font-family: 'Montserrat';
}

p {
  letter-spacing: 0px;
}

@font-face {
  font-family: IMT;
  src: url(/MDNichromeTest-Regular.otf);
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 15px;
  }
}

::-webkit-scrollbar {
  width: 12px; 
  height: 12px;
  background-color: transparent;
}

/* Scrollbar track (background) */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Scrollbar thumb (draggable part) */
::-webkit-scrollbar-thumb {
  background: #664F9F;
  border: 3px solid #fff; 
  border-radius: 10px;
}

/* Scrollbar thumb on hover */
::-webkit-scrollbar-thumb:hover {
  background: #664F9F;
}

.container {
  pointer-events: all;
}

.text-align {
    text-align: center;
}

.mil-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}


.mt-100 {
  margin-top: 100px;
}

.mt-200 {
  margin-top: 250px;
}

.mil-p-0-120 {
  padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .mil-p-0-120 {
    padding-bottom: 90px;
  }
}

.mil-p-120-0 {
  padding-top: 120px;
}
@media screen and (max-width: 992px) {
  .mil-p-120-0 {
    padding-top: 90px;
  }
}

.mil-soft-bg {
  background-color: rgb(255, 255, 255);
}


/* ====================================== Colors ================================= */
.purple {
    color: #6e38cd;
}
.gold {
    color: #f9d704;
}
.red {
    color: #DC2D25;
}
.blue {
    color: #490fa9;
}

.sky {
  color: #2993e7;
}

.pink {
  color: #ea2971;
}


.purple-bg {
  background-color: #6e38cd;
}

.sky-bg {
  background-color: #2993e7;
}

.pink-bg {
  background-color: #ea2971;
}

.gold-bg {
    background-color: #f9d704;
}

.purple-br {
    border-color: #6E36C5;
}
.gold-br {
    border-color: #f9d704;
}
.red-br {
    border-color: #ea2971;
}
.blue-br {
    border-color: #490fa9;
}

/* typography */
h3,
.mil-h3,

h3,
.mil-h3 {
  font-size: 42px;
}
@media screen and (max-width: 1200px) {
  h3,
.mil-h3 {
    font-size: 39px;
  }
}
@media screen and (max-width: 992px) {
  h3,
.mil-h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  h3,
.mil-h3 {
    font-size: 30px;
  }
  
}


.section-title {
	text-align: center;
	color: #664F9F;
}

.section-title .icon {
	font-size: 25px;
}

.section-title .h2 {
	font-size: 36px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	position: relative;
	overflow: visible;
  width: max-content;
  text-align: center;
  margin-bottom: 40px;
}

.section-title .h2:before {
	border-bottom: 2px solid #d1d1d1;
	content: " ";
	width: 100px;
	position: absolute;
	left: -120px;
	right: 0;
	bottom: 12px;
}

.section-title .h2:after {
	border-bottom: 2px solid #d1d1d1;
	content: " ";
	width: 100px;
	position: absolute;
	right: -120px;
	bottom: 12px;
}

.section-title .des {
	opacity: 0.8;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: row;
	margin-right: -15px;
	margin-left: -15px;
	gap: 1rem;
}

.col-lg-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

@media (max-width: 768px) {
  .section-title .h2 {
	font-size: 18px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	display: inline-block;
	position: relative;
	overflow: visible;
  width: max-content;
  text-align: center;
  margin-bottom: 40px;
}
  .section-title .h2:before {
	border-bottom: 2px solid #d1d1d1;
	content: " ";
	width: 50px;
	position: absolute;
	left: -120px;
	right: 0;
	bottom: 12px;
}

.section-title .h2:after {
	border-bottom: 2px solid #d1d1d1;
	content: " ";
	width: 50px;
	position: absolute;
	right: -120px;
	bottom: 12px;
}

}

/* preloader */

.mil-preloader {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0);
  }
  .mil-preloader .mil-preloader-animation {
    opacity: 0;
    position: relative;
    height: 100vh;
    color: rgb(255, 255, 255);
  }
  .mil-preloader .mil-preloader-animation .mil-pos-abs {
    position: absolute;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mil-preloader .mil-preloader-animation .mil-pos-abs p {
    opacity: 0;
    margin-right: 15px;
  }
  @media screen and (max-width: 992px) {
    .mil-preloader .mil-preloader-animation .mil-pos-abs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .mil-preloader .mil-preloader-animation .mil-pos-abs p {
      margin-right: 0;
      margin-bottom: 10px;
    }
  }
  .mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame {
    position: relative;
    padding: 0 30px;
  }
  .mil-preloader .mil-preloader-animation .mil-pos-abs .mil-reveal-frame .mil-reveal-box {
    z-index: 4;
    position: absolute;
    opacity: 0;
    height: 100%;
    background-color: #e53945;
  }
  .mil-preloader.mil-hidden {
    pointer-events: none;
  }

.mil-thin {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
}
.mil-muted {
    color: rgba(255, 255, 255, 0.9);
}


/* scrollbar */
.mil-progress-track {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background-color: rgb(0, 0, 0);
  }
  .mil-progress-track .mil-progress {
    width: 4px;
    height: 0;
    background-color: #664f9f;
  }
  @media screen and (max-width: 992px) {
    .mil-progress-track {
      display: none;
    }
  }
  
  /* From Uiverse.io by adamgiebl */ 
.sponsor-btn {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0.7em 2em;
  background: linear-gradient(to right, #f92a5e 40%, #823bbb 80%);
  border: none;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease all;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.sponsor-btn:hover, .sponsor-btn:focus {
  color: #8a68d7;
  background: #fff;
  border: 3px solid #8a68d7;
}



/* Menu */ 
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    background-color: #483770;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

/* Dark version (for light backgrounds) */
.navbar.dark .logo img {
  background: url('img/logo-color.png');
}

.navbar.dark .hamburger span {
  background-color: #333;
}        

.logo {
  text-decoration: none;
  transition: all 0.3s ease;
}

.logo img{
    height: 30px;
    width: auto;
}

.logo-color {
  display: none;
}

.navbar.dark .logo-white {
  display: none;
}
.navbar.dark .logo-color {
  display: block;
}

.hamburger {
    width: 30px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 101;
}

.hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
}
.hamburger span:nth-child(3) {
    width: 20px;
}


.hamburger.open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.hamburger.open span:nth-child(2) {
    opacity: 0;
}

.hamburger.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    width: 100%;
}

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: right 0.8s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
    padding-top: 70px;
}

.sidebar.open {
    right: 0;
}

body.sidebar-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.sidebar a {
    padding: 3rem 0;
    font-size: 3rem;
    color: #2e2e2e;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 700;
}

.sidebar a:hover {
    color: #664f9f;
}

/* Hero Section */
.hero-section {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-vid {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); 
  z-index: 1;
}

.hero-content {
    position: absolute;
    margin:  104px;
    inset: 0;
    align-content: center;
    display: grid;
    grid-template-columns: repeat(1, 4fr);
    gap: 30px;
    z-index: 2;
}

.hero-content h1 {
    font-size: 64px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 10px;
}

.hero-content .timing {
    margin-top: 20px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    align-items: center;
}

.hero-content .timing p {
    font-size: 16px;
    font-style: bold;
    color: #fff;
    font-weight: 400;
    width: max-content;
}

.hero-content .timing .divide {
    width: 2px;
    height: 50px;
    background-color: #fff;
}

@media (max-width: 768px) {
    .hero-content {
      margin:  10px;
      align-content: center;
      text-align: center;
      justify-content: center;
      flex-direction: column;
      display: flex;
      gap: 10px;
    }
    .hero-content h1 {
      font-size: 30px;
    }
    .hero-content .timing p {
      font-size: 14px;
      font-style: bold;
      color: #fff;
      font-weight: 400;
      width: max-content;
    }
}


/* About Section */
.about-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.about-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/img/Firefly\ 20240711115647.png');
    background-position: right;
    right: -500px; /* Pulls image further right */
    left: auto;
    width: calc(100% + 500px);
    background-size: cover;
    transform: scaleX(-1); 
    z-index: 0;
}

.image-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(255, 255, 255, 0.2));
  /* background-color: rgba(0, 0, 0, 0.7); */
}

.about-content {
  display: grid;
  margin-left: 104px;
  width: 100%;
}

.about-content h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 400;
  margin-top: 150px;
  /* text-shadow: #fff 0px 4px; */
}

.about-content p {
  margin-top: 70px;
  text-align: justify;
  color: #fff;
  width: 40%;
  font-size: 16px;
  /* text-shadow: #fff 0px 2px; */
}

.stats {
  display: flex;
  width: fit-content;  
  gap: 50px;
}

.stats h1 {
  font-size: 34px;
  color: #fff;
  font-style: bold;
  margin-top: 30px;
}

.sub-stat {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: fit-content;
  
}

.sub-stat p {
  font-family: "Montserrat", sans-serif;
  font-family: 800;
  font-style: bold;
  font-size: 12px;
  margin-top: 10px;
  width: max-content;
}

@media (max-width: 768px)  {
    .about-content {
      margin-left: 0px;
      text-align: center;
      padding: 20px;
    }
    .about-content h1 {
      font-size: 30px;
      margin-top: 20px;
      /* text-shadow: #fff 0px 4px; */
    }
    .about-content p {
      margin-top: 30px;
      text-align: center;
      width: 100%;
      font-size: 14px;
      /* text-shadow: #fff 0px 2px; */
    }
    .stats {
      flex-wrap: wrap;
      gap: 10px;
    }
    .stats h1 {
      font-size: 24px;
      margin-top: 25px;
    }

    .sub-stat {
      width: 100%;      
    }

    .sub-stat p {
      font-style: bold;
      font-size: 12px;
      margin-top: 10px;
      width: max-content;
    }
}


/* =========================================== NEWS ================================================ */
.article-container {
  width: 100%;
  padding: 0px 50px;
}

.article-list {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  transition: transform 0.5s ease;
  gap: 30px;
  padding: 50px 0;
  margin: 0;
  list-style: none;
}

.article {
  max-width: 300px;
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.5s ease-out;
}

.news-outlet {
  width: 100%;
  height: 40px;
}

.article-date {
  color: #a6a4a4;
  font-size: 14px;
}

.article-title {
  font-size: 18px;
  color: #000;
  width: 100%;
}

.article-img {
  width: 300px;
  height: 168.75px;
  aspect-ratio: 16/9;
}

.article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-link {
  text-decoration: none;
  font-weight: 500;
}

/* Responsive styles */
@media (max-width: 1024px) {
    .speaker-container {
        padding: 80px 60px;
    }
}

@media (max-width: 768px) {
    .speaker-container {
        padding: 60px 40px;
    }
    
    .speaker-nav {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .speaker-nav-list {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 480px) {
    .speaker-container {
        padding: 40px 20px;
    }
}


/* ============================================= Speaker Section =============================================== */
.fourthedition-speakers {
  width: 100%;
  padding: 120px 50px 0px;
}

.fourthedition-speakers h1 {
  font-size: 48px;
  font-weight: 400;
  color: #c43a6e;
  text-align: center;
  margin-bottom: 50px;
}

.fourth-speakers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px;
}

.speaker-card {
  max-width: 150px;
  width: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: 0.5s ease-out;
}

.speaker-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
    .fourthedition-speakers {
        padding: 50px 20px;
    }
    .fourthedition-speakers h1 {
        font-size: 48px;
        text-align: center;
        line-height: 40px;
    }
}


.speaker-container {
    width: 100%;
    padding: 50px 104px 0px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.speaker-nav {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 20px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end; /* Align buttons to the right */
}

.speaker-nav p {
    font-size: 64px;
    font-family: IMT;
    font-weight: 400;
    color: #fff; 
    margin-right: auto; 
}

.speaker-nav button {
    border-radius: 50%;
    border: none;
    background-color: #ACA9A9;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.speaker-nav button:hover {
    background-color: #664F9F;
}

.speaker-nav i {
    color: #2e2e2e;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.speaker-nav button:hover i {
    color: #fff;
}

.speaker-wrapper {
    width: 100%;
    height: var(--height);
    overflow: hidden;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent,
      #000 10% 90%,
      transparent
    );
    mask-image: linear-gradient(
      to right,
      transparent,
      #000 10% 90%,
      transparent
    );
}

.speaker-list {
    display: flex;
    gap: 5px;
    padding: 20px 0px 0px 0px;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    width: calc(var(--width) * var(--quantity) * 2);
    transform: translateX(0);
    animation: autoRun var(--duration) linear infinite;
}

/* The speaker item container */
.speaker-item {
    width: var(--width);
    height: var(--height);
    flex-shrink: 0;
    box-sizing: border-box;
    position: relative; /* Needed for absolute positioning of card-front/back */
}

/* The inner card container that holds both sides */
.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* The front and back of the card */
.card-front,
.card-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s ease-in-out; /* Smooth fade transition */
}

.card-front {
    background-color: #fff;
    opacity: 1; /* Starts visible */
}

.card-back {
    background-image: linear-gradient(to right, #f92a5e , #823bbb ); /* Added gradient background */
    color: #fff;
    padding: 15px;
    opacity: 0; /* Starts hidden */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-y: scroll;
    padding-bottom: 20px;
}

.card-back h2 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.card-back p {
    font-size: 0.8rem;
    line-height: 1.4;
    text-align: left;
}

/* The fade effect on hover */
.speaker-item:hover .card-front {
    opacity: 0; /* Fades out the front */
}

.speaker-item:hover .card-back {
    opacity: 1; /* Fades in the back */
}

.speaker-item img {
    width: 100%;
}

.speaker-wrapper:hover .speaker-list {
    animation-play-state: paused;
}

@keyframes autoRun {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(var(--width) * var(--quantity) * -1));
    }
}
/* Responsive styles */
        @media (max-width: 1024px) {
            .speaker-container {
                padding: 80px 60px;
            }
        }

        @media (max-width: 1149px) {
            .speaker-card {
              margin-top: 10px;
            }
        }

        @media (max-width: 768px) {
            .speaker-item {
                width: 150px; 
                height: 350px;
            }
            .speaker-container {
                padding: 20px;
            }
            .speaker-nav p {
                font-size: 48px;
                text-align: center;
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .speaker-container {
                padding: 40px 20px;
            }
        }

/* ============================================================= Sponsor Packet ======================================= */
.sponsor-packet {
  width: 100%;
  background: #ececec;
  padding: 50px 104px;
}

.sponsor-packet-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sponsor-packet-content a {
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  padding: 10px 20px;
  width: fit-content;
  background: #2992E9;
}


@media (max-width: 768px) {
  .sponsor-packet {
    padding: 10px;
  }
  .sponsor-packet-content {
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* ============================================================= What to Expect ======================================= */

.wte-section {
    width: 100%;
    height: fit-content;
    padding: 104px 104px;
    background-color: rgba(0, 0, 0, 1);
    background-image: radial-gradient(rgba(255, 255, 255, 0.171) 2px, transparent 0);
    background-size: 30px 30px;
    background-position: -5px -5px
}

.wte-content {
    margin-top: 50px
}

.expect-section {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding: 0;
}

.expect-info {
    display: flex;
    flex: 1;
    gap: 1rem;
    align-items: center; 
}

.expect-des {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* background-color: #ffffff; */
    color: #fff;
    padding: 2rem;
    gap: 20px;
    transition: transform 0.2s ease-in-out;
    max-width: 400px; 
    flex-shrink: 0; 
}

.expect-des img {
    width: 70px;
}

.expect-des p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.5;
}

.event-flow {
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    padding: 10px 20px;
    width: fit-content;
    background: #664F9F;
    transition: background 1s ease, color 1s ease;
}

.event-flow:hover {
    background: #fff;
    color: #664F9F;
}

.expect-card {
    height: 384px;
    border-radius: 4px;
    display: flex;
    gap: 5px;
    padding: .4em;
    flex-wrap: wrap;
    width: 100%;
}

.expect-card div {
    flex: 1;
    overflow: hidden;
    cursor: pointer;
    border-radius: 2px;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-size: 800px;
    background-position: center;
    object-fit: cover;
}

.expect-card div:hover {
    flex: 4;
    background-size: cover;
}

.expect-card div span {
    width: 100%;
    padding: 1em .5em;
    text-align: center;
    transition: all .5s;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
    letter-spacing: .1em;
}

.mil-infinite-show .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.mil-upper {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}

.swiper-slide .mil-portfolio-item .mil-descr {
  pointer-events: none;
}

.swiper-slide.swiper-slide-active .mil-portfolio-item .mil-descr {
  pointer-events: all;
}

.mil-partner-frame {
  display: block;
}
.mil-partner-frame img {
  width: 100%;
}

@media (max-width: 768px) {
  .wte-section {
    padding: 20px;
  } 
  .wte-content h1 {
    text-align: center;
    margin-bottom: 50px;
  }
  .expect-section {
    flex-direction: column; 
    padding: 0 20px; 
  }
  .expect-info {
    flex-direction: column; 
    align-items: center; 
    gap: 20px;
  }
}


/* =============================================== OFFICIAL SPONSOR ========================================== */
.gold-sponsor {
  width: 100%;
  padding: 50px ;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sponsor-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  gap: 60px;
  justify-content: center;
}

.official-sponsor {
  display: flex; 
  justify-content: center; 
  flex-direction: column; 
  gap: 50px;
}

.gold-sponsor-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  padding: 20px;
  gap: 30px;
}

.sponsor-details {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 112px;
}


.gold-sponsor-info h1 {
  font-size: 24px;
  letter-spacing: 2px;
  cursor: pointer;
  color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  transition: color 0.5s ease-in-out;
  background-size: 200% auto;
  background-position: 0% 0%;
  transition: color 1s ease-in-out, background-position 1s ease-in-out;
  display: inline-block;
  line-height: 1.2;
}

.gold-sponsor-info h1:hover {
  color: transparent;
  background-position: -100% 0%;
}


@media (max-width: 768px) {
  .gold-sponsor-info {
    flex-direction: column;
  }
  .gold-sponsor-info h1 {
    font-size: 24px;
    line-height: 70px;
    text-align: center;
  }
  .sponsor-details {
    flex-direction: column;
    gap: 20px;
  }
  
}



/* ========================================================== Gallery ================================================== */
.gallery-section {
  width: 100%;
  height: fit-content;
  padding: 50px 104px;
  background-color: rgba(0, 0, 0, 1);
  background-image: radial-gradient(rgba(255, 255, 255, 0.171) 2px, transparent 0);
  background-size: 30px 30px;
  background-position: -5px -5px
}

.gallery-section h1 {
  font-size: 64px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 50px;
}

.gallery-container {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px;
}

.gallery a {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
}


.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gallery-more {
  display: none;
}

.view-btn {
  position: relative;
  margin: 50px;
}

.view-btn button {
  width: 130px;
  height: 40px;
  font-size: 1.1em;
  cursor: pointer;
  background-color: #fff;
  color: #171717;
  border: none;
  border-radius: 5px;
  transition: all .4s;
}

.view-btn button:hover {
  border-radius: 5px;
  transform: translateY(-10px);
  box-shadow: 0 7px 0 -2px #664F9F,
  0 15px 0 -4px #2b93ea,
  0 16px 10px -3px #2b93ea;
}

.view-btn button:active {
  transition: all 0.2s;
  transform: translateY(-5px);
  box-shadow: 0 2px 0 -2px #664F9F,
  0 8px 0 -4px #2b93ea,
  0 12px 10px -3px #2b93ea;
}

@media (max-width: 768px) {
  .gallery-section h1 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 30px;
  }
}


/* SPEAKER'S PAGE */
.speaker-page {
  width: 100vw;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.speaker-page h1 {
  font-size: 38px;
  color: #2e2e2e;
  font-weight: 500;
  text-align: center;
}

.speakers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 300px));
  gap: 30px;
  margin: 0 auto;
  max-width: 1200px;
  justify-content: center;
}

.speaker-card {
  width: 300px;
}

.card {
  position: relative;
  width: 220px;
  height: 250px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;
  box-shadow: 0 0 0 5px #ffffff80;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin-bottom: 20px;
}

.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
  position: relative;
  line-height: 0;
}


.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}

.card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #fff;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  overflow-y: auto;
}

.card:hover .card__content {
  transform: rotateX(0deg);
}

.card__title {
  margin: 0;
  font-size: 24px;
  color: #333;
  font-weight: 700;
}

.card__description {
  margin: 10px 0 0;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  max-height: calc(100% - 20px); 
  overflow-y: auto;
  padding-right: 5px
}

.card__description::-webkit-scrollbar {
  width: 1px;
}

.card__description::-webkit-scrollbar-track {
  background: #000;
  border-radius: 10px;
}

.card__description::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 767px) {
    .speakers-grid {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 30px;
      width: 100%;
    }
}


/* FOOTER */
/* Add this to your CSS */
.site-footer {
  background-color: #fff;
  color: #f92a5e;
  padding: 40px 0 20px;
  font-family: 'Montserrat', sans-serif;
}

.footer-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0 20px;
}

.footer-logo img {
  height: 30px;
  width: auto;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-item i {
  font-size: 18px;
}

.social-media {
  display: flex;
  gap: 20px;
}

.social-icon {
  color: #ecf0f1;
  font-size: 16px;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f92a5e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/*.social-icon:hover {*/
/*  background-color: #664f9f;*/
/*  transform: translateY(-3px);*/
/*}*/

.copyright {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #664F9F;
  font-size: 14px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  
  .contact-item {
    justify-content: center;
  }
}
