/* Mobile Phones */
@media (max-width: 992px) {

.text-md-end {
  text-align: left !important;
}

  h2 {
    font-size: 23pt;
  }

  h5 {
    font-size: 13pt;
  }

  h6 {
    font-size: 11pt;
  }

  p {
    font-size: 11pt;
  }

  .btn-primary {
    background-color: #1ba9de;
    border-radius: 25px;
    border: none;
    padding: 10px;
    font-size: 11pt;
  }

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

  .btn-secondary {
    background-color: #142a3b;
    border-radius: 25px;
    border: none;
    padding: 10px;
    font-size: 11pt;
  }

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

  .btn-outline {
    border: solid #ce9b01 3px;
    border-radius: 15px;
    background-color: transparent;
    color: #fff;
    padding: 10px;
  }

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

  /* Hero */

  /* HERO SECTION */
  .hero-section {
    position: relative;
    height: 50vh;
    width: 100%;
    /*
    background-image: url('../images/hero-city.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    */
    opacity: 0.3;
    color: #142a3b;
    overflow: hidden;
  }

  /* NAVBAR STYLING */
  .hero-section .navbar {
    background: transparent !important;
    position: absolute;
    top: 0; /* places nav near top inside hero */
    left: 0;
    z-index: 10;
    width:100%;
  }

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

  .hero-section .navbar .navbar-brand img {
    width: 160px;
    margin:0;
    padding:0;
  }

  .hero-section .navbar .navbar-toggler {
    text-align:right;
    width: 50%;
  }

  .hero-section .navbar .navbar-collapse {
    border-bottom: solid #e8e8e8 1px;
    background-color: #fff;
    padding: 1em 3.5em;
    height: 30vh;
  }

  .hero-section .navbar .nav-item {
    border-bottom: solid #e8e8e8 1px;
  }

  .hero-section .navbar .nav-item:last-child {
    border-bottom: solid #e8e8e8 0px;
  }

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


    .hero-section .navbar .nav-link {
    margin-right: 0;
  }

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

  .hero-content h1 {
    font-weight: 700;
    color: #142a3b;
    font-size: 25pt;
    text-align: left;
  }

  .hero-content h5 {

    color: #ce9b01;
    font-size: 13pt;
    font-weight: 400;
  }

  .hero-content p {
    font-weight: 400;
    font-size: 12pt;
  }

  .event-desktop {
    display: none;
  }

  .hide-mobile {
    display: none;
  }

  .mobile-desktop {
    display: block;
  }

  .mobile-desktop .carousel-item .card {
    height: 280px;
    display: flex;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

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

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

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

  .headline-sponsors .col-lg-5  {
    text-align: left;
  }

  .headline-sponsors h4 {
    text-align: left;
    font-size: 12pt
  }

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

  .headline-sponsors p {
    font-size: 11pt;
    text-align: left;
  }


  .who-attend h2 {
    text-align: center;
  }

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

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

  .who-graphic {
    max-width: 80%;
    margin: 0 auto 2rem;
  }

  .headline-sponsors h2 {
    text-align: left;
  }


  .sponsor-name, .headline-sponsors p, .btn-outline-gold {
    text-align: center;
    display: block;
    margin: 0 auto;
  }

  .sponsor-logo-card {
    margin-top: 2rem;
  }


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

  .exhibitors .exhibitor-image {
    display: flex;
    border: solid #1ba9de 1px;
    padding: 4px;
    border-radius: 10px;
    flex: 1 1 auto;               /* Adjust for 4 per row */
    display: block ;
    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: 60px;
    text-align: center;
  }

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

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

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

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

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

  .footer .highlight-links a {
    color: #ce9b01;
    padding-right:5px;
    font-weight: 600;

    font-size: 11pt;
    border-right: solid #fff 1px;
  }

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

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

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

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

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

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

  .footer-logo img {
    width: 220px;
    margin-bottom: 1em;
  }

  .carousel-item .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

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

  /*speaker carousel */
.speakers .carousel-controls {
 position: absolute;
 top: 1%;
 right: 1.5%;
 z-index: 10;
}

//formMessage
.register-hero h1 {
  font-family: 'Neue-Montreal', sans-serif;
  font-size: 13pt;
  color: #fff;
}

.register-hero img {
  width: 150px;
  margin-bottom: 3em;
}

.register-hero p {
  font-size: 11pt;
}

}

/* Tablet */
@media (min-width: 767px) and (max-width: 992px) {
  .col-md-3 {
    width:50%;
  }
  .col-lg-3 {
    width: 50%;
  }
  .col-md-4 {
    width: 100%;
  }
}

/* Laptops */
@media (max-width: 1200px) {

}

/* Desktops */
@media (min-width: 1200px) {
  .navbar {
    top: -40%; /* places nav near top inside hero */
    left: 30%;
  }

  /* LEFT IMAGE */
  .hero-bg-left {
    position: absolute;
    top: -50%;
    left: -5%;
  }
}
