/* Light */
@font-face {
  font-family: 'Neue';
  src: url('../fonts/Neue/NeueMachina-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: 'Neue';
  src: url('../fonts/Neue/NeueMachina-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/* Ultrabold */
@font-face {
  font-family: 'Neue';
  src: url('../fonts/Neue/NeueMachina-Ultrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

/* Ultrabold */
@font-face {
  font-family: 'Akkurat';
  src: url('../fonts/Akkurat.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Neue-Montreal';
  src: url('../fonts/Neue-Montreal/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

/* Bold
@font-face {
  font-family: 'Neue-Montreal';
  src: url('../fonts/Neue-Montreal/NeueMontreal-BoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
*/

/* Normal
@font-face {
  font-family: 'Neue-Montreal';
  src: url('../fonts/Neue-Montreal/NeueMontreal-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
*/

/* Light
@font-face {
  font-family: 'Neue-Montreal';
  src: url('../fonts/Neue-Montreal/NeueMontreal-LightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
 */

/* Medium */
@font-face {
  font-family: 'Neue-Montreal';
  src: url('../fonts/Neue-Montreal/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

/*
@font-face {
  font-family: 'Neue-Montreal';
  src: url('../fonts/Neue-Montreal/NeueMontreal-MediumItalic.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
*/

/* Regular */
@font-face {
  font-family: 'Neue-Montreal';
  src: url('../fonts/Neue-Montreal/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

.mobile-desktop {
  display: none;
}

body, p, a, span {
  font-family: 'Lato', sans-serif;
  color: #142a3b;
}

body.modal-open {
  overflow: hidden !important;
}

/* Optional: darken or blur background behind modal */
.modal-backdrop.show {
  opacity: 0.7 !important;
  backdrop-filter: blur(3px);
}

h1, h2, h3, h4, h5 {
  font-family: 'Neue-Montreal', sans-serif;
  font-weight: 600;
}

h2 {
  font-size: 35pt;
}

h5 {
  font-size: 21pt;
}

h6 {
  font-size: 18.4pt;
}

p {
  font-size: 15pt;
}



.bg-black {
  background-color: #142a3b;
  color: #fff;
}

.bg-black p {
  color: #fff;
}

.bg-blue {
  background-color: #1caddf;
  color: #142a3b;
}

.bg-dark-brown-gradient {
  background: linear-gradient(90deg, #000000 0%, #C89116 100%);
  color: #fff;
}

.bg-dark-brown-gradient p {
  color: #fff;
}

.bg-light-blue {
  background-color: #d9eaf5;
  color: #142a3b;
}

.btn-primary {
  background-color: #1ba9de;
  border-radius: 35px;
  border: none;
  padding: 9x 15px;
  font-size: 12pt;
}

.btn-primary:hover {
  background-color: #142a3b;
  border-radius: 35px;
  border: none;
}

.btn-secondary {
  background-color: #142a3b;
  border-radius: 35px;
  border: none;
  padding: 9px 15px;
  font-size: 12pt;
}

.btn-secondary:hover {
  background-color: #1bacdf;
  border-radius: 35px;
  border: none;
}

.btn-outline {
  border: solid #ce9b01 3px;
  border-radius: 35px;
  background-color: transparent;
  color: #fff;
  padding: 9px 15px;
  font-size: 12pt;
}

.btn-outline:hover {
  color: #ce9b01;
  border: solid #ce9b01 3px;
  border-radius: 35px;
}

.about img, .speakers img {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.about img:hover, .speakers img:hover, .attend-card:hover, .sponsor-logo-card img:hover, .exhibitors .exhibitor-image:hover {
  transform: scale(1.05); /* subtle zoom */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}



/* HERO CONTENT ABOVE IMAGES */
.hero-section .container,
.hero-section nav {
  position: relative;
  z-index: 0;
}

/* HERO SECTION */
.hero-section {
  height: 80vh;
  /*
  background-image: url('../images/hero-city.png');
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  */
  padding:0;
  z-index: 5;
}

/* NAVBAR STYLING */
.hero-section .navbar {
  background: transparent !important;
  position: absolute;
  top: 0; /* places nav near top inside hero */
  left: 0;
  z-index: 1;
  display: flex;
  align-items: left;
  justify-content: left;
  width:100%;

}

.hero-section .navbar .navbar-brand {
  margin: 0;
  padding:0;
  width:40%;
  text-align: left;
}

.hero-section .navbar .navbar-brand img {
  width: 200px;
  filter: brightness(100%);
  margin:0;
  padding:0;
}

.hero-section .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.hero-section .navbar .nav-link {
  flex-wrap: nowrap;
  white-space: nowrap; /* ✅ No wrapping per link */
  color: #142a3b !important;
  font-size: 17pt;
  font-weight: 400;
  margin: 0 20px;
  transition: color 0.3s ease;
}

.hero-section .navbar .nav-link:hover {
  color: #ce9b01 !important;
}

.hero-section .hero-content {
  margin: 0px;
  color: #142a3b;
  z-index: 0;
  width: 100%;
  padding:0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;  /* vertically center text */
  align-items: left;
}

.hero-content h1 {
  font-family: 'Neue-Montreal', sans-serif;
  font-weight: 700;
  color: #142a3b;
  font-size: 42pt;
  text-align: left;
}

.hero-content h5 {
  font-family: 'Lato', sans-serif;
  color: #ce9b01;
  font-size: 19.5pt;
  text-align: left;
  font-weight: 350;
}

.hero-content p {
  font-weight: 400;
  text-align: left;
  font-size: 14pt;
}

.about {
  background-image: url('../images/about-bg.webp');
  margin-top: 1em;
  background-repeat: no-repeat;
  background-size: cover;
}

.speakers {
  background: linear-gradient(to top, #000000 0%, #000000 5%, #ffffff 60%);
}

.speakers a {
  text-decoration: none;
}

.speakers .text-center h5 {
  color: #ce9b01;
  font-weight: 300;
}

.speakers .text-center p {
  font-size: 17pt;
  color: #fff;
}

.speakers p {
  font-size: 17pt;
  color: #142a3b;
}

.speakers img {
  width: 100%;
  height: 350px;
  object-fit: cover;   /* crops the image proportionally */
  object-position: top; /* keeps the focus centered */
}

.speakers .btn-outline {
  color: #fff;
  padding: 5px 25px;
  font-size: 12pt;
}

.why-attend  {
  background-color: #fff;
}

.why-attend p {
  font-family: 'Neue-Montreal', sans-serif;
  font-weight: 300;
}

.topics {
  background: linear-gradient(to top, #142a3b 5%, #142a3b 34%, #fff 80%);
}

.topics .card {
  border-right: solid #1ba9de 3px;
  border-radius: 0px;
  box-shadow: none;
  background-color: transparent;
}

.topics .topics-row-1 h5 {
  color: #142a3b;
}

.topics .topics-row-1 p {
  color: #fff;
  font-size: 15pt;
}

.topics .topics-row-2 h5 {
  color: #d9eaf5;
}

.topics .topics-row-2 p {
  color: #fff;
  font-size: 15pt;
}

/* WHO ATTEND SECTION */
.who-attend {
  background: #fff;
  color: #001d3d;
  position: relative;
}

/* Graphic on the left */
.who-graphic {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

/* Attendee cards */
.attend-card {
  background: #fff;
  border: 1px solid #1ba9de;
  border-radius: 15px;
  padding: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.attend-card h5 {
  font-size: 18.5pt;
}

.attend-card p {
  font-size: 15pt;
  margin-bottom: 0;
}

/* HEADLINE SPONSORS SECTION */
.headline-sponsors {
  background-color: #fff;
  color: #142a3b;
}


.headline-sponsors p {
  font-size: 15pt;
}

.headline-sponsors .btn-outline, .cta-btn .btn-outline {
  color: #ce9b01;
}

.headline-sponsors .btn-outline:hover, .btn-outline, .cta-btn .btn-outline:hover {
  color: #000;
}

.headline-sponsors .sponsor-name {
  color: #1ba9de; /* Light blue accent like Canva */
  font-size: 25.5pt;
}

.headline-sponsors .sponsor-logo-card {
  border-radius: 15px;
  display: inline-block;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.headline-sponsors .sponsor-logo-card img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  border-radius: 15px;
}

.cta-btn {
  padding: 1em;
  display: flex;
  align-items: right;
  justify-content: right;
}

.cta-btn .btn-outline {
  width: 200px;
}

.exhibitors .exhibitor-box {
  display: flex;
  flex-wrap: nowrap;              /* ✅ Prevents logos from dropping down */
  justify-content: center;        /* Centers all logos */
  gap: 1rem;                      /* Equal spacing between them */
  margin-bottom: 1em;
}

.exhibitors .exhibitor-image {
  display: flex;
  border: solid #1ba9de 1px;
  padding: 10px;
  border-radius: 15px;
  flex: 1 1 auto;               /* Adjust for 4 per row */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.exhibitors .exhibitor-image img {
  object-fit: cover;
  max-width: 150px;
}

.card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.speaker-card {
  border-radius: 25px;
}

.speaker-card img {
  filter: grayscale(100%);
  width: 100%;
}

.icon {
  font-size: 2rem;
}

.icon img {
  width: 15%;
}

.sponsor-card img {
  max-height: 80px;
  object-fit: contain;
}

.social-icons a {
  font-size: 1.5rem;
  margin-right: 10px;
  color: #fff;
}

.social-icons a:hover {
  color: #ce9b01;
}

.footer {
  position: relative;
  background-color: #ffffff; /* your background color stays solid */
  z-index: 1;
  overflow: hidden;
  padding: 60px 20px;
  background-color: #142a3b;
  height: auto;
}

   .footer::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-image: url('../images/hero-city.svg');
     background-size: cover;
     background-position: bottom bottom;
     opacity: 0.1; /* adjust image transparency */
     z-index: -1;
   }

   .footer h2 {
     color: #1bacdf;
     font-size: 35pt;
   }

   .footer p {
     color: #fff;
     font-size: 15.4pt;
   }

   .footer a {
     color: #ffffff;
     text-decoration: none;
   }

   .footer a:hover {
     color: #00b3e6;
   }

   .footer .highlight-links a {
     color: #ce9b01;
     padding-right:15px;
     font-weight: 600;
     font-family: 'Neue-Montreal', sans-serif;
     font-size: 18pt;
     border-right: solid #fff 1px;
   }

   .footer .highlight-links a:hover {
     color: #fff;
   }

   .footer .highlight-links a:not(:first-child) {
     padding-left: 15px;
   }

   .footer .highlight-links a:last-child {
     border-right: solid #fff 0px;
   }


   .footer .footer-links h5 {
     color: #1bacdf;
     margin-bottom: 15px;
     font-weight: 300;
   }

   .footer .footer-links a {
     font-size: 15pt;
     line-height: 2;
   }

   .footer .social-icons a {
     font-size: 20pt;
     color: white;
     margin-right: 15px;
   }


   .footer-logo img {
     width: 90%;
   }


   /*speaker carousel */
.carousel-controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.carousel-controls .btn {
  background: transparent;
  color: #000;
  border: solid #ce9b01 2px;
  padding: 5px 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.carousel-controls .btn:hover {
  background: transparent;
  color: #ce9b01;
}

.speaker-card img {
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.speaker-card img:hover {
  transform: scale(1.05);
}

.speaker-modal {
  background: #0b0b0b;
  color: #fff;
  border-radius: 15px;
  padding: 40px 20px;
  position: relative;
  box-shadow: 0 0 20px rgba(255,255,255,0.1);
}

.speaker-modal img {
  border: 4px solid #fff;
  box-shadow: 0 0 10px rgba(255,255,255,0.2);
}

.speaker-modal h4 {
  color: #ffd700;
}

.modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.45) !important; /* softer overlay */
  backdrop-filter: none !important;
}

.modal.fade .modal-dialog {
  transform: translateY(-20px);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: translateY(0);
}

.modal .modal-speaker-photo {
  width: 200px;
   height: 200px;
   border-radius: 50%;
   overflow: hidden;
   margin: 0 auto 1rem auto; /* centers the block horizontally */
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}

.modal .modal-speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center; /* or top, depending on preferred focus */
  border-radius: 50%;
}
/*
.modal-backdrop {
  pointer-events: none;
}
*/
body.modal-open {
  overflow: hidden !important;
}

.modal-backdrop {
  pointer-events: none;
}

/* Event outcome slides */
/* EVENT OUTCOME CAROUSEL */
#eventOutcomeCarousel .carousel-item {
  transition: transform 0.8s ease-in-out;
}

.why-attend .btn {
  background: transparent;
  color: #000;
  border: solid #ce9b01 2px;
  padding: 5px 10px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.why-attend .btn:hover {
  background: transparent;
  color: #ce9b01;
}

.why-attend .card {
  border: none;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.why-attend .card:hover {
  transform: translateY(-5px);
}
/* Icons */
.icon {
  font-size: 2rem;
}
