@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --bg-color: #f8f9fa;
  --primary: rgba(32, 77, 47, 1);
  --secondary: rgb(230, 182, 53);
  --Neutral-Accent: #64748b;
  --Accent-color: rgba(230, 182, 53, 0.8);
  --light-accent: #e2e8f0;
  --font: "Inter", serif;
  --logo-font: "Bebas Neue", serif;
  --transition: all 0.3s ease;
  --shadow: 0 4px 10px rgba(37, 99, 235, 0.15);
  --radius: 10px;
}

body {
  background-color: var(--bg-color);
  color: var(--secondary);
  font-family: var(--font);
  line-height: 1.6;
  overflow-x: hidden;
}

/* HERO SECTION */
.hero {
  background-image: linear-gradient(
      rgba(32, 77, 47, 0.4),
      rgba(30, 41, 59, 0.4)
    ),
    url("/img/eiffel-tower-2000717.jpg");
  color: #ffffff;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 80px;
  width: 100%;
  min-height: 70vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 5%;
  transition: var(--transition);
  position: relative;
}

.hero-content {
  max-width: 600px;
}

.hero-content h2 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: var(--secondary);
  /* letter-spacing: 0.3rem; */
  /* font-family: var(--logo-font); */
}

/* .hero-content h2 span {
  font-family: var(--logo-font);
  font-size: 2.5rem;
  letter-spacing: 0.3rem;
  display: block;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
} */

.hero-content p {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}

.hero-content p i {
  font-size: 1.5rem;
  margin-right: 10px;
  color: var(--secondary) !important;
}

.hero-reg {
  margin-top: 2rem;
  display: flex;
  justify-content: center;  
  gap: 20px;
}

.hero-reg a {
  background-color: var(--primary);
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 1rem;
  text-decoration: none;
  color: #ffffff;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  box-shadow: var(--shadow);
}

.hero-reg a i {
  font-size: 1rem;
  margin-right: 8px;
}

.hero-reg a:hover {
  background-color: var(--Accent-color);
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(220, 38, 38, 0.3);
}

.hero-reg .call-btn {
  background-color: var(--secondary);
  /* margin-left: 20px; */
}

.hero-buttons{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.workshop-banner{
  background-color: rgba(255, 255, 255, .6);
  box-shadow: var(--shadow);
  border-radius: var(--radius);
  width: 80%;
  margin: auto;
  
}

.marquee-text{
  color: rgba(32, 77, 47, 1);
  padding: 20px;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  /* white-space: nowrap; */
}

/* .marquee-text span{
  color: var(--secondary);
} */

/* COUNT DOWN */
.countdown {
  text-align: center;
  background: rgba(255, 255, 255, 0.95);
  color: var(--secondary);
  padding: 25px;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-top: 1.5rem;
  border-left: 4px solid var(--primary);
}

.timer {
  display: flex;
  justify-content: center;
  gap: 25px;
  font-size: 1.5rem;
}

.time-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 15px;
  border-right: 2px solid var(--primary);
  min-width: 70px;
}

.time-unit:last-child {
  border: none;
  padding-right: 0;
}

.time-unit span {
  font-size: 3.2rem;
  font-weight: bold;
  color: var(--primary);
  text-shadow: 1px 1px 2px rgba(37, 99, 235, 0.2);
}

.label {
  font-size: 1rem;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--Neutral-Accent);
}

/* SECTION DEMARCATOR */
.section-demarcator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
  padding: 0 5%;
}

.demarcator-line {
  flex: 1;
  height: 2px;
  background-color: var(--light-accent);
  opacity: 0.8;
}

.demarcator-icon {
  color: var(--primary);
  font-size: 1.8rem;
  margin: 0 20px;
  transition: var(--transition);
}

.demarcator-icon:hover {
  color: var(--Accent-color);
  transform: rotate(180deg);
}

/* SPONSORS */
.sponsors {
  width: 100%;
  padding: 60px 5%;
  position: relative;

  /* text-align: center; */
  /* padding: 60px 20px; */
  /* background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.8)
  );
  border-radius: var(--radius);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow); */
}

/* .sponsors h2 {
   margin-bottom: 20px;
  font-size: 2.2rem;
  position: relative;
  display: inline-block;
  color: var(--primary);
}

.sponsors h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--secondary), var(--Accent-color));
  border-radius: 2px;
} */

.sponsor-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  align-items: center;
  justify-items: center;
  padding: 20px;
}

.sponsor-logos img {
  max-width: 180px;
  max-height: 180px;
  object-fit: contain;
  filter: grayscale(20%) brightness(1.1);
  transition: var(--transition);
  border-radius: var(--radius);
  padding: 20px;
  /* background: rgba(255, 255, 255, 0.7); */
  /* box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); */
  animation: gentleRotate 8s ease-in-out infinite;
}

.sponsor-logos img:hover {
  filter: grayscale(0%) brightness(1.2);
  transform: scale(1.1) rotate(0deg) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  /* background: rgba(255, 255, 255, 0.95); */
  animation-play-state: paused;
}

/* Different rotation animations for each logo */
.sponsor-logos img:nth-child(1) {
  animation: gentleRotate 8s ease-in-out infinite;
  animation-delay: 0s;
}

.sponsor-logos img:nth-child(2) {
  animation: gentleRotateReverse 10s ease-in-out infinite;
  animation-delay: -2s;
}

.sponsor-logos img:nth-child(3) {
  animation: gentleRotate 12s ease-in-out infinite;
  animation-delay: -4s;
}

.sponsor-logos img:nth-child(4) {
  animation: gentleRotateReverse 9s ease-in-out infinite;
  animation-delay: -6s;
}

@keyframes gentleRotate {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-2deg);
  }
}

@keyframes gentleRotateReverse {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(2deg);
  }
}

.dramatic-rotation {
  animation: dramaticRotate 6s linear infinite !important;
}

@keyframes dramaticRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* WHY ATTEND */
.why-attend {
  background-color: #ffffff;
  border: 1px solid var(--light-accent);
  padding: 60px 5%;
  color: var(--secondary);
  width: 100%;
  transition: var(--transition);
  position: relative;
}

/* .why-attend::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(90deg, var(--primary), var(--Accent-color));
} */

.why-attend h2,
.sponsors h2 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  position: relative;
  display: inline-block;
  color: var(--primary);
}

.why-attend h2::after,
.sponsors h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--primary);
}

.why-attend p {
  margin-bottom: 15px;
  /* max-width: 800px; */
  font-size: 1.05rem;
  color: var(--Neutral-Accent);
}

.why-attend-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
}

.attend-card {
  background-color: #ffffff;
  border: 2px solid var(--light-accent);
  border-radius: var(--radius);
  text-align: center;
  padding: 30px 20px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  height: 100%;
  min-height: 250px;
}

.attend-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
  border-color: var(--primary);
}

.card-icon {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--primary), var(--primary));
  border-radius: 50%;
  margin-bottom: 15px;
}

.card-icon i {
  font-size: 2.5rem;
  color: #ffffff;
}

.attend-card h3 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: var(--secondary);
  position: relative;
}

.attend-card h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 2px;
  background-color: var(--primary);
}

.attend-card p {
  font-size: 0.95rem;
  line-height: 1.5rem;
  color: var(--Neutral-Accent);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulseScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.hero-content {
  animation: slideInLeft 1.2s ease-out;
}

.countdown {
  animation: fadeIn 1.5s ease-out forwards;
}

.hero-reg {
  animation: fadeIn 1.8s ease-out forwards;
}

.card-icon i {
  animation: pulseScale 2s infinite;
}

/* Enhanced Responsive Styles */
@media (max-width: 1280px) {
  .hero {
    padding: 3rem 5%;
  }

  .hero-reg {
  flex-direction: column; 
  gap: 20px;
}

.call-btn{
  margin: 0;
}

  .why-attend {
    padding: 50px 5%;
  }

  .time-unit span {
    font-size: 2.8rem;
  }
}

/* SPEAKERS */

/* SPEAKERS SECTION */
.speakers-section {
  background-color: #ffffff;
  border: 1px solid var(--light-accent);
  padding: 60px 5%;
  color: var(--secondary);
  width: 100%;
  transition: var(--transition);
  position: relative;
}

.speakers-section h2 {
  margin-bottom: 40px;
  font-size: 2.2rem;
  position: relative;
  display: inline-block;
  color: var(--primary);
}

.speakers-section h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--primary);
}

.speakers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 30px;
}

.speaker {
  background-color: #ffffff;
  border: 2px solid var(--light-accent);
  border-radius: var(--radius);
  text-align: center;
  padding: 40px 30px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.speaker::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--Accent-color));
  transform: translateX(-100%);
  transition: var(--transition);
}

.speaker:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(37, 99, 235, 0.2);
  border-color: var(--primary);
}

.speaker:hover::before {
  transform: translateX(0);
}

.speaker img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: contain;
  margin-bottom: 20px;
  /* border: 4px solid var(--light-accent); */
  transition: var(--transition);
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
}

.speaker:hover img {
  border-color: var(--primary);
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3);
}

.speaker h3 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: var(--primary);
  position: relative;
  line-height: 1.3;
}

.speaker h3 a {
  text-decoration: none;
  color: inherit;
  transition: var(--transition);
  position: relative;
}

.speaker h3 a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--Accent-color);
  transition: var(--transition);
}

.speaker h3 a:hover {
  color: var(--Accent-color);
}

.speaker h3 a:hover::after {
  width: 100%;
}

.speaker p {
  font-size: 1rem;
  color: var(--Neutral-Accent);
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.4;
}

.speaker small {
  font-size: 0.9rem;
  color: var(--secondary);
  font-style: italic;
  line-height: 1.3;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--light-accent);
  text-align: center;
}

/* Enhanced animations */
.speaker {
  animation: fadeIn 1s ease-out forwards;
}

.speaker:nth-child(1) {
  animation-delay: 0.2s;
}

.speaker:nth-child(2) {
  animation-delay: 0.4s;
}

/* Journals Section */

.Journals-section {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 249, 250, 0.95));
  border: 1px solid var(--light-accent);
  padding: 60px 5%;
  color: var(--secondary);
  width: 100%;
  transition: var(--transition);
  position: relative;
  backdrop-filter: blur(5px);
}

.Journals-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--primary), var(--Accent-color), var(--secondary));
}

.Journals-section h2 {
  margin-bottom: 25px;
  font-size: 2.2rem;
  position: relative;
  display: inline-block;
  color: var(--primary);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.Journals-section h2::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--Accent-color));
  border-radius: 2px;
}

.Journals-section p {
  margin-bottom: 40px;
  font-size: 1.1rem;
  color: var(--Neutral-Accent);
  line-height: 1.7;
  max-width: 900px;
  text-align: justify;
  background: rgba(255, 255, 255, 0.8);
  padding: 25px 30px;
  border-radius: var(--radius);
  border-left: 4px solid var(--primary);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
}

.Journals-section p::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 3rem;
  color: var(--Accent-color);
  font-family: serif;
  opacity: 0.6;
}

.Journals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
}

.Journal {
  position: relative;
  transition: var(--transition);
  opacity: 0;
  animation: slideUpFade 0.8s ease-out forwards, float 6s ease-in-out infinite;
}

.Journal:nth-child(1) {
  animation-delay: 0.2s, 0.2s;
}

.Journal:nth-child(2) {
  animation-delay: 0.4s, 2s;
}

.Journal:nth-child(3) {
  animation-delay: 0.6s, 4s;
}

/* .Journal:nth-child(4) {
  animation-delay: 0.8s, 4s;
} */

.Journal:hover {
  transform: translateY(-8px) scale(1.02);
}

.Journal a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  text-decoration: none;
}

.Journal img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  transition: var(--transition);
  filter: grayscale(20%) brightness(1.1) contrast(1.1);
  border-radius: 8px;
}

.Journal:hover img {
  filter: grayscale(0%) brightness(1.2) contrast(1.2);
  transform: scale(1.05);
}

@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
}

@media (max-width: 992px) {
  .hero-content h2 span {
    font-size: 2.5rem;
  }

  .time-unit {
    min-width: 60px;
    padding-right: 10px;
  }

  .time-unit span {
    font-size: 2.5rem;
  }

  .label {
    font-size: 0.9rem;
  }

  .hero-buttons{
  gap: 20px;
}

  .why-attend-cards {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  /* supporting journals */
   .Journals {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .Journal img {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 4rem 5% 5rem;
  }

  .hero-content {
    max-width: none;
  }

  .hero-content p {
    justify-content: center;
  }

  .hero-content h2 {
    font-size: 2.2rem;
  }

  .hero-content h2 span {
    font-size: 2.3rem;
  }

  .countdown {
    width: 100%;
    max-width: 500px;
    margin: 1.5rem auto;
  }

  .timer {
    gap: 15px;
  }

  .time-unit span {
    font-size: 2.2rem;
  }

  .sponsor-logos {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px;
  }

  .sponsor-logos img {
    max-width: 150px;
    max-height: 150px;
  }

  .why-attend h2::after,
  .sponsors h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .why-attend,
  .sponsors {
    text-align: center;
    padding: 50px 5%;
  }

  .why-attend h2,
  .sponsors h2 {
    display: block;
  }

  .why-attend p {
    margin-left: auto;
    margin-right: auto;
  }

  .section-demarcator {
    margin: 40px 0;
  }

  /* SPEAKERS SECTION */
   .speakers-section {
    padding: 50px 5%;
    text-align: center;
  }

  .speakers-section h2 {
    display: block;
  }

  .speakers-section h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .speakers {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .speaker {
    min-height: 350px;
    padding: 30px 20px;
  }

  .speaker img {
    width: 120px;
    height: 120px;
  }

  .speaker h3 {
    font-size: 1.2rem;
  }

  .speaker p {
    font-size: 0.95rem;
  }

  .speaker small {
    font-size: 0.85rem;
  }

  /* supporting journals */
   .Journals-section {
    padding: 50px 5%;
    text-align: center;
  }

  .Journals-section h2 {
    display: block;
  }

  .Journals-section h2::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .Journals-section p {
    text-align: left;
    padding: 20px 25px;
    font-size: 1rem;
  }

  .Journals {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .Journal img {
    width: 300px;
    height: 300px;
  }
  
}

@media (max-width: 576px) {
  .hero {
    min-height: auto;
    padding: 5rem 4% 4rem;
  }

  .hero-content h2 {
    font-size: 1.8rem;
  }

  .hero-content h2 span {
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }

  .hero-reg a{
    display: block;
  }

  .hero-reg .call-btn {
  margin: 20px 0px;
}

.workshop-banner{
  width: 100%;
}

  .timer {
    gap: 5px;
  }

  .time-unit {
    min-width: 50px;
    padding-right: 5px;
  }

  .time-unit span {
    font-size: 1.8rem;
  }

  .label {
    font-size: 0.8rem;
  }

  .sponsor-logos {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 10px;
  }

  .sponsor-logos img {
    max-width: 120px;
    max-height: 120px;
    padding: 15px;
  }

  .attend-card {
    padding: 20px 15px;
    min-height: 220px;
  }

  .card-icon {
    width: 60px;
    height: 60px;
  }

  .card-icon i {
    font-size: 2rem;
  }

  .attend-card h3 {
    font-size: 1.2rem;
  }

  .attend-card p {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }

  .why-attend,
  .sponsors {
    padding: 40px 4%;
  }

  .section-demarcator {
    margin: 30px 0;
  }

  .demarcator-icon {
    font-size: 1.5rem;
    margin: 0 10px;
  }

  /* SPEAKERS SECTION */
   .speakers-section {
    padding: 40px 4%;
  }

  .speaker {
    min-height: 320px;
    padding: 25px 15px;
  }

  .speaker img {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }

  .speaker h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }

  .speaker p {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }

  .speaker small {
    font-size: 0.8rem;
    padding-top: 12px;
  }

  /* supporting journals */
  .Journals-section {
    padding: 40px 4%;
  }

  .Journals-section p {
    padding: 15px 20px;
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .Journals {
    gap: 20px;
  }

  .Journal img {
    width: 250px;
    height: 250px;
  }
}
