body {
      font: 400 15px Lato, sans-serif;
      line-height: 1.8;
      font-size: 16px;
      font-weight: 400;
      letter-spacing: 0px;
      line-height: 27px;
      text-transform: none;
      color: #303030;
      align-items: center;
      justify-content: center;
    }

    h2 {
      font-size: 24px;
      /* text-transform: uppercase; */
      color: #303030;
      font-weight: 600;
      margin-bottom: 30px;
    }

    h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
    }

    .jumbotron {
      background-color: white;
      color: #fff;
      padding: 80px 25px;
      font-family: Montserrat, sans-serif;
    }

    .container-fluid {
      padding:40px 40px;
      max-width: 1350px;
      margin-left: auto;
      margin-right: auto;
    }

    .container-body {
      padding:40px 40px;
      max-width: 1350px;
      margin-top: -80px;
      margin-left: auto;
      margin-right: auto;
    }

    .bg-grey {
      background-color: #f6f6f6;
    }

    .logo-small {
      color: white;
      font-size: 50px;
    }

    .logo {
      color: black;
      font-size: 200px;
    }

    .thumbnail {
      padding: 0 0 15px 0;
      border: none;
      border-radius: 0;
    }

    .thumbnail img {
      width: 100%;
      height: 100%;
      margin-bottom: 10px;
    }

    .carousel-control.right,
    .carousel-control.left {
      background-image: none;
      color: black;
    }

    .carousel-indicators li {
      border-color: white;
    }

    .carousel-indicators li.active {
      background-color: black;
    }

    .item h4 {
      font-size: 19px;
      line-height: 1.375em;
      font-weight: 400;
      font-style: italic;
      margin: 70px 0;
    }

    .item span {
      font-style: normal;
    }

    .panel {
      border: 1px solid white;
      border-radius: 0 !important;
      transition: box-shadow 0.5s;
    }

    .panel:hover {
      box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
    }

    .panel-footer .btn:hover {
      border: 1px solid white;
      background-color: #fff !important;
      color: white;
    }

    .panel-heading {
      color: black !important;
      background-color: white !important;
      padding: 25px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
    }

    .panel-footer {
      background-color: white !important;
    }

    .panel-footer h3 {
      font-size: 32px;
    }

    .panel-footer h4 {
      color: #aaa;
      font-size: 14px;
    }

    .panel-footer .btn {
      margin: 15px 0;
      background-color: white;
      color: #fff;
    }

    .navbar {
      margin-bottom: 0;
      background-color: white;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 2px;
      border-radius: 0;
      font-family: Montserrat, sans-serif;
      text-align:center;
    }

    .navbar li a,
    .navbar .navbar-brand {
      color: black !important;
      margin:0 auto;
    }

    a.nav-item.nav-link.active {
      color: white;
      /*background-color: #b86d69;*/
      background-color: #4A7FB5;
      text-decoration: none;
      font-weight: bold;
    }

    .navbar-nav li a:hover,
    .navbar-nav li.active a {
      color: black !important;
      /*background-color: #e1adaa !important;*/
      background-color: #c4d6e5 !important;
    }



    .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
    }

    .navbar img {
      display: block;
      width: 40px;
      height: 40px;
      margin: auto;

    }

    footer .glyphicon {
      font-size: 40px;
      margin-bottom: 20px;
      color: black;
    }

    .slideanim {
      visibility: hidden;
    }

    .slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
    }


    #myBtn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: black;
      background: white;
      width: 50px;
      height: 50px;
      display: block;
      outline: none;
      border: none;
      text-decoration: none;
      -webkit-border-radius: 35px;
      -moz-border-radius: 35px;
      border-radius: 35px;
      display: none;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
    }

    #myBtn:hover {
      background-color: #b86d69;
    }

    .responsive {
      max-width: 100%;
      height: auto;
    }

    .hero {
      background: #f7f9fb;
      border: 1px solid #e6edf2;
      border-radius: 12px;
      padding: 28px 24px;
      margin-bottom: 28px;
    }

    .hero-title {
      font-size: 34px;
      font-weight: 700;
      margin: 6px 0 8px;
      color: #1f2a37;
    }

    .hero-subtitle {
      font-size: 17px;
      color: #4b5563;
      margin-bottom: 18px;
    }

    .pill {
      display: inline-block;
      padding: 6px 12px;
      border-radius: 999px;
      background: #fde7e7;
      color: #8e1b1b;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 0.3px;
    }

    .cta-buttons .btn {
      font-size: 16px;
      margin: 8px 6px 0 0;
      padding: 10px 14px;
      border-radius: 8px;
    }

    .hero-logo {
      max-width: 220px;
      margin: 6px auto 12px;
      display: block;
    }

    .btn-raid {
      background-color: #c62828;
      border-color: #c62828;
      color: #fff;
    }

    .btn-raid:hover,
    .btn-raid:focus {
      background-color: #b71c1c;
      border-color: #b71c1c;
      color: #fff;
    }

    .btn-raid-outline {
      background: #fff;
      border: 2px solid #f2c7c7;
      color: #1f2a37;
    }

    .btn-raid-outline:hover,
    .btn-raid-outline:focus {
      background: #fde7e7;
      color: #1f2a37;
    }

    .info-grid {
      margin-bottom: 18px;
    }

    .info-card {
      background: #fff;
      border: 1px solid #e6edf2;
      border-radius: 10px;
      padding: 16px;
      margin-bottom: 16px;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    }

    .info-card h3 {
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 6px;
      color: #1f2a37;
    }

    .info-meta {
      color: #4b5563;
      margin: 0;
      font-size: 14px;
    }

    .section-title {
      font-size: 22px;
      font-weight: 700;
      margin: 6px 0 10px;
      color: #1f2a37;
    }

    .section-lead {
      color: #4b5563;
      margin-bottom: 12px;
    }

    .key-points {
      padding-left: 18px;
      color: #374151;
    }

    .quick-links {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .quick-links li {
      margin-bottom: 8px;
    }

    .quick-links a {
      color: #1f4f8a;
      text-decoration: none;
    }

    .quick-links a:hover {
      text-decoration: underline;
    }

    .toggle-link {
      color: #4389df;
      text-decoration: none;
      cursor: pointer;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      transition: color 0.2s ease;
    }

    .toggle-link:hover {
      color: #346297;
      text-decoration: none;
    }

    .toggle-icon {
      display: inline-block;
      margin-right: 6px;
      transition: transform 0.2s ease;
      font-size: 12px;
    }

    .toggle-link[aria-expanded="true"] .toggle-icon {
      transform: rotate(90deg);
    }

    .organizers {
      margin-top: 24px;
      text-align: center;
    }

    .organizers-title {
      font-weight: 700;
      font-size: 22px;
      color: #024852;
      margin-bottom: 14px;
    }

    .organizers-logos {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 16px;
    }

    .organizers-logos img {
      max-width: 240px;
    }

    .award-list {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
      justify-content: center;
      margin-top: 12px;
    }

    .award-card {
      flex: 1 1 320px;
      max-width: 520px;
      background: #fff;
      border: 1px solid #e6edf2;
      border-radius: 10px;
      padding: 16px;
      text-align: left;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    }

    .award-title {
      font-size: 16px;
      font-weight: 700;
      margin: 0 0 8px;
      color: #1f2a37;
    }

    .award-paper {
      font-weight: 600;
      margin: 0 0 6px;
    }

    .award-authors {
      color: #4b5563;
      margin: 0;
      font-size: 14px;
    }


    @keyframes slide {
      0% {
        opacity: 0;
        transform: translateY(70%);
      }

      100% {
        opacity: 1;
        transform: translateY(0%);
      }
    }

    @-webkit-keyframes slide {
      0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
      }

      100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
      }
    }

/* Footer Styles */
.site-footer {
  background: #2c3e50;
  color: #ecf0f1;
  padding: 25px 0 15px;
  margin-top: 60px;
  font-size: 14px;
}

.site-footer h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 0;
}

.site-footer p {
  margin-bottom: 8px;
  line-height: 1.6;
}

.site-footer a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #5dade2;
  text-decoration: underline;
}

.footer-section {
  margin-bottom: 15px;
}

.footer-bottom {
  border-top: 1px solid #34495e;
  margin-top: 20px;
  padding-top: 15px;
  text-align: center;
  color: #95a5a6;
  font-size: 13px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
}

.attraction-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.attraction-card:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.attraction-card h4 a {
  color: inherit;
  text-decoration: none;
}

.attraction-card h4 a:hover {
  color: #d9534f;
}

/* Search Container Styles */
.search-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto 30px auto;
  padding: 0 15px;
}

.search-input-container {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  width: 100%;
  padding: 12px 50px 12px 16px;
  font-size: 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}

.search-input:focus {
  border-color: #c62828;
  box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.1);
}

.search-btn {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #c62828;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  outline: none;
}

.search-btn:hover {
  background-color: #b71c1c;
}

.search-btn:active {
  transform: translateY(-50%) scale(0.95);
}

.search-clear-btn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 8px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease, color 0.2s ease;
  z-index: 1;
}

.search-clear-btn:hover {
  background-color: #f5f5f5;
  color: #333;
}

.search-clear-btn.active {
  display: flex;
}

.search-stats {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

/* Hamburger Menu Styles */
.hamburger-menu {
  display: none; /* Hide on desktop by default */
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 10000;
  margin-left: 15px;
}

.hamburger-menu span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #c62828;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.hamburger-menu:hover span {
  background-color: #8b0000;
}

/* Mobile Menu Overlay */
.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.menu-overlay.active {
  display: block;
  opacity: 1;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 300px;
  height: 100vh;
  background: white;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-menu.active {
  right: 0;
}

.mobile-menu-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 36px;
  color: #333;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 36px;
}

.mobile-menu-links {
  padding: 60px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mobile-menu-links a {
  display: block;
  padding: 12px 15px;
  color: #333;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: background 0.2s ease;
}

.mobile-menu-links a:hover {
  background: #f5f5f5;
}

.mobile-menu-links a.active {
  background: #c62828;
  color: white;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
  /* General Layout */
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }

  .btn-lg {
    width: 100%;
    margin-bottom: 35px;
  }

  /* Carousel */
  .carousel-indicators {
    display: none; /* Hides the three dots */
  }

  /* Hero Section */
  .hero-title {
    font-size: 28px;
  }

  .organizers-logos img {
    max-width: 200px;
  }

  /* Footer */
  .site-footer {
    padding: 20px 0 10px;
  }
  
  .footer-section {
    margin-bottom: 15px;
    text-align: center;
  }

  /* Navigation */
  /* Hide desktop navigation buttons */
  #stickyNav .btn {
    display: none !important;
  }
  
  /* Show hamburger menu */
  .hamburger-menu {
    display: flex !important;
  }
  
  /* Adjust sticky nav layout for mobile */
  #stickyNav > div {
    justify-content: space-between !important;
  }
  
  /* Slightly smaller logo on mobile */
  #stickyNav img {
    height: 50px !important;
  }
}