@import "./main.css";
@import "./countdown.css";
@import "./util.css";
@import "./timeline.css";
@import "./carousel.css";
@import "./speaker.css";
@import "./participants.css";
@import "./imgrid.css";
@import "./pricing.css";
@import "./swipe-carousel.css";
@import "./number-list.css";


html, body {
  margin: 0;
  scroll-behavior: smooth;
}

.row {
  margin-left: 0;
  margin-right: 0;
}


.content-section {
  min-height: calc(100vh - 100px);
  padding: 0 50px;

  display: flex;
  flex-direction:  column;
  position: relative;
  z-index: 6;
}

.gradient {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 1) 80%);
  display: block;
  position: absolute;
  z-index: 6;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.simpleslide100 {
  display: block;
  position: absolute;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.simpleslide100-item {
  display: block;
  position: absolute;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1;
  /* transition: all 0.5s ease-in-out; */
}

.register-btn {
  font-size: 16px;
  font-weight: bold;
  border: 0;
  padding: 20px 40px;
}

.register-btn:hover {
  background-color: #ff7f00;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.about-content, .why-content {
  max-width: 900px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-top: 10px solid #ff7f00;
  border-bottom: 10px solid #ff7f00;
  padding: 50px !important;
  border-radius: 20px;
  margin: 0 auto;
}

.contact {
  height: 100vh;
}
.highlights {
  height: 100vh;
  min-height: 100vh;
}

.about-content, .why-content {
  position: relative;
  z-index: 2;
  height: 100%;
  width: fit-content;
}

.watermark {
  filter: invert(58%) sepia(41%) saturate(4693%) hue-rotate(359deg) brightness(101%) contrast(107%);
  opacity: 0.2;
  width: 35%;
  padding: 10px;
  border: 10px solid #000;
  border-radius: 50%;
}

.watermark-wrapper {
  height: inherit;
  width: 80% !important;
  left: 10%;
  top: 0;
  margin: auto;
  margin-left: -5%;
}

.contact {
  /* background-color: white; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  padding-top: 50px;
  padding-left: 50px;
}

.thanks-content {
  max-width: 1000px;
  width: calc(100vw - 100px);
  margin: auto;
}

.thanks img {
  padding: 20px 0;
  margin: 0 20px;
}

.lodging-section {
  width: calc(50% - 50px);
  /* height: 80vh; */
  padding-right: 50px;
}

.lodging-section a, .full-page-content a {
  text-decoration: underline;
}

.side-border {
  border-left: 6px solid #ff7f00;
  padding: 10px 20px;
  border-radius: 12px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 500px;
}

h1, h2 {
  position: relative; /* Position the h1 element relatively to anchor the :after element */
  display: inline-block; /* Makes the h1 element shrink-wrap to its content's width */
  margin: 50px 0 100px;
}

h1:after, h2:after {
  content: "";
  display: block;
  height: 10px;
  width: 100px; /* Set your desired fixed width for the underline */
  background-color: #ff7f00; /* Set the color of the underline */
  position: absolute;
  bottom: -15px;
  left: 0;
}

.venue-content {
  height: 90vh;
}


@media only screen and (max-width: 600px) {

  .full-page-heading {
    padding-left: 10px;
    padding-bottom: 20px;
  }

  .full-page-content {
    padding: 0 10px;
  }

  h1.l1-txt1,
  h2.l2-txt1 {
    font-size: 38px;
    line-height: 40px;
  }


.contact, .content-section, .lodging, .highlights {
    /* background-color: white; */
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }


  .program-day {
    padding-bottom: 40px;
  }
  .program .p-b-100 {
    padding-bottom: 0;
  }

  .payment .p-l-60, .payment .p-r-60 {
    padding: 0 30px;
  }

  .about-content, .why-content {
    max-width: calc(100vw - 90px) !important;
    box-shadow: none;
    padding: 20px 10px !important;
  }

  .lodging-section {
    width: 100vw;
    height: auto;
    padding-right: 10px;
    padding-left: 20px;
    margin-bottom: 50px;
  }

  .side-border {
    box-shadow: none;
    border: 0;
    padding-left: 0;
  }

  .mobile-wrap div {
    width: 100%;
  }

  .thanks {
    padding-right: 10px;
  }

  .thanks-content div {
    justify-content: center;
  }

  .thanks-content img {
    max-width: 100%;
    max-height: 200px;
  }

  .payment-content {
    width: calc(100vw - 20px);
    margin: 0 auto;
  }

  body {
    overflow-x: hidden;
  }

  .watermark {
    width: 85%;
  }

  .watermark-logo {
    margin-top: -30%;
    width: 85%;
  }

  .col-sm-12, .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.program-day .col-12,
.program-day .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.program-title, .payment-title {
  text-align: center;
}

.payment-card-title {
  font-size: 30px;
  font-weight: 600;
  padding: 20px 0;
  text-align: center;
  border-bottom: 12px solid #ff7f00;
  transition: all 0.5s ease-in-out;
}

.payment-strike-through {
  font-size: 20px;
}

.payment-card-amount {
  font-size: 30px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  background-color: rgba(255, 127, 0, 0.5);
  color: white;
  transition: all 0.5s ease-in-out;
}


.payment-benefits {
  text-align: center;
  padding: 20px 10px;
  transition: all 0.5s ease-in-out;
  min-height: 260px;
}

/* .color-silver {
  color: #B0BEC5;
}

.color-gold {
  color: #FBC02D;
}

.color-platinum {
  color: #E0E0E0;
} */

/* .payment-benefits p {
  font-size: 20px;
} */



.payment li::before, .lodging li::before {
  content: "\2022";
  color: #ff7f00;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  transition: all 0.5s ease-in-out;
}

#menu-wrap li a, #menu-wrap li.active a {
  padding: 9px 12px;
}

#menu-wrap li {
  margin: 5px;
}

.menu-row {
  max-height: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
  display: none;
  scroll-behavior: smooth
}

/* Hide scrollbar for IE, Edge and Firefox */
* {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  scroll-behavior: smooth
}

body {
  padding-bottom: 1000px;
}


/* Custom dark navbar styling */
.custom-navbar, .bd-header {
    background: #000 !important;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.custom-navbar .navbar-brand {
    color: #fff;
}

.navbar-nav .nav-link {
    color: #fff !important;
    background: none !important;
    border: none;
    position: relative;
    transition: color 0.2s;
}

.navbar-nav .nav-link.active {
    color: var(--pst-color-link-hover) !important;
}

ul.navbar-nav>li.nav-item>.nav-link.active:before {
  border-bottom: max(3px, .1875rem, .12em) solid var(--pst-color-secondary);
}

.navbar-brand img {
  padding: 10px;
}

/* Ensure navbar works with existing pydata theme */
.bd-navbar .navbar-nav {
  flex-direction: row;
}

.bd-navbar .navbar-center {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Add some offset for fixed navbar */
.section, h1 {
  scroll-margin-top: 5rem;
  padding-top: 1rem;
}

/* Hide default sidebar navigation if desired */
.bd-sidebar-primary {
  display: none !important;
}

/* Adjust main content to use full width */
.bd-main .bd-content {
  max-width: 100vw;
  margin: 0 auto;
  padding: 2rem;
}

@media screen and (min-width:960px) {
  .bd-header .navbar-header-items {
    justify-content: flex-end;
  }
  .navbar-header-items .me-auto {
    margin-right: 0 !important;
  }

  .bd-main .bd-content .bd-article-container {
    max-width: 80em;
  }

  section {
    margin-bottom: 100px;
  }

}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .navbar-nav {
      flex-direction: column;
      gap: 0.5rem;
  }

  .custom-navbar {
      flex-direction: column;
      gap: 1rem;
  }

  .navbar-center {
      width: 100%;
  }

  .bd-sidebar-primary {
    display: block !important;
    background-color: #000 !important;
  }
}

@media (min-width: 1200px) {
    .bd-main .bd-content .bd-article-container .bd-article {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 1.5rem;
    }
}

/* Navbar Styles */
.bd-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
}

.bd-header.show {
    transform: translateY(0);
}

/* Add padding to body to prevent content from hiding under navbar */
body {
    padding-top: 60px;
}

/* Ensure content sections have proper spacing */
section {
    scroll-margin-top: 80px;
}

html[data-theme="light"] {
  --pst-color-secondary: #ff7f00;
}

html[data-theme="dark"] {
  --pst-color-secondary: #ff7f00;
}
