:root {
  --primary-blue: #4f6df5;
  --hover-bg: #fff;
  --footer-bg: #1f1f1f;
  --success-bg: #eef1ff;
  --success-border: #4f6df5;
  --success-text: #1f2d66;
  --error-bg: #ffe6e6;
  --error-border: #cc0000;
  --error-text: #660000;
  --spinner-bg: #f3f3f3;
}

html {
  scroll-padding-top: 80px !important;
  scroll-behavior: smooth;
}

nav.navbar.navbar-fixed-top.no-topbar.nav-transparent-secondary-logo,
#footer {
  display: none !important;
}

.no-topbar + #wrapper.hide-title-section {
  padding-top: 0px;
  padding-bottom: 0px;
}

/* Custom Menu */
#custom-menubar {
  width: 100% !important;
  padding: 0 15px;
  margin: 0 auto;
  background-color: transparent !important;
  border: none;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

#custom-menubar.scrolled {
  background-color: var(--hover-bg) !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

#main-logo {
  transition: opacity 0.4s ease;
}

/* Page Title */
.page-title h1,
.page-title h6,
.subtitle-hero-image {
  margin-bottom: 0 !important;
}

.page-title h1 {
  font-weight: bold;
}

.page-title h6 {
  font-weight: 600;
}

.content-area {
  padding-bottom: 0 !important;
}

/* Slideshow */
.custom-slideshow {
  position: relative;
  width: 100%;
  max-width: 750px;
  height: 500px;
  margin: 0 auto;
  overflow: hidden;
}

.custom-slideshow img.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 0;
}

.custom-slideshow img.active {
  opacity: 1;
  z-index: 1;
}

.two-column-list {
  columns: 2;
}

/* Calendar Links */
.calendar-links p {
  margin: 0 0 10px;
}

.calendar-links a {
  font-weight: 600;
  color: var(--primary-blue);
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
  white-space: nowrap;
}

.calendar-links a:hover {
  text-decoration: underline;
}

.calendar-links a i {
  margin-right: 8px;
  color: inherit;
  transition: color 0.3s ease;
}

/* Countdown */
.countdown-counter {
  font-size: 14px;
  text-align: left;
  margin: 0;
}

.countdown-counter .CountdownContent {
  display: block;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 4px;
  text-align: left;
}

.countdown-counter .CountdownLabel {
  display: block;
  font-size: 24px;
  margin-top: 2px;
  text-align: left;
}

.countdown-counter .CountdownSeparator {
  display: none;
}

/* List Fix */
ul.fa-ul {
  padding-left: 0;
}

.tt_button:hover {
  background-color: var(--hover-bg) !important;
}

/* Footer */
.lower-footer {
  background: var(--footer-bg);
  padding: 20px 0;
}

.footer-copy {
  margin: 0;
  font-size: 12pt;
  font-family: "Calibri", sans-serif;
}

.footer-legal {
  margin: 5px 0 0;
  font-size: 11pt;
}


/* Spinner */
.wpcf7 .wpcf7-spinner {
  border: 3px solid var(--spinner-bg);
  border-top: 3px solid var(--primary-blue);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: spin 0.8s linear infinite;
  margin: 10px auto;
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Messages */
.wpcf7 form.sent .wpcf7-response-output {
  background-color: var(--success-bg);
  border: 2px solid var(--success-border);
  color: var(--success-text);
  padding: 20px;
  border-radius: 6px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: var(--error-bg);
  border: 2px solid var(--error-border);
  color: var(--error-text);
  padding: 20px;
  border-radius: 6px;
  margin-top: 20px;
  font-weight: 600;
  text-align: center;
}

.wpcf7-response-output {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.wpcf7 form.sent .wpcf7-response-output {
  opacity: 1;
}

.wpcf7-submit:disabled {
  pointer-events: none;
}

.wpcf7-submit:not(:disabled) {
  border: 2px solid var(--primary-blue) !important;
  background-color: var(--primary-blue) !important;
  color: white !important;
}

.wpcf7-submit:not(:disabled):hover {
  background-color: white !important;
  color: var(--primary-blue) !important;
  border-color: var(--primary-blue) !important;
}


#register-now-form .vc_column-inner {
  padding-top: 0px !important;
}


.mr-0 {
  margin-right: 0 !important;
}

.text-center {
  text-align: center;
}


.desktopView {
  display: block;
}

.mobileView {
  display: none;
}


@media (max-width: 959px) {
  .vc_row[data-vc-full-width],
  .vc_row.vc_row-has-fill {
    padding-bottom: 0 !important;
  }
}




/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

  
 .site-content {
   padding-top: 68px;
 }

 #register-now-form {
   padding-left: 0px !important;
   padding-right: 0px !important;

   h4 {
    font-size: 30px;
   }
 }

 .footer-inline {
  display: inline;
}

.lower-footer span, .lower-footer a {
  display: inline;
}

.lower-footer .row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.lower-footer .col-xs-12 {
  flex: 0 0 auto;
  white-space: nowrap;
  margin: 0 10px;
}

.lower-footer {
  padding: 50px 0;
}

.vc_row.wpb_row.vc_inner {
  padding-top: 0px !important;
}

  #custom-menubar {
    background-color: white !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0;
    display: flex;
    align-items: center;
    height: 67px;
  }

  #wrapper .tt_button {
    margin-bottom: 0px;
  }

  .button {
    padding: 10px 10px;
    min-width: 100px !important;
  }

  #custom-menubar .container-fluid{
    padding-right: 0px;
    padding-left: 0px;
  }


  #main-logo img {
    content: url('/path/to/dark-logo.png'); /* Update with actual path to dark logo */
  }

  #hero-image {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .hero-image-space {
    padding-bottom: 90px;
  }

  .page-title .subtitle {
    text-align: center !important;
    font-size: 30px !important;
  }

  /* Countdown */
  .countdown-counter {
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 0px;
    flex-wrap: wrap;
  }

  .countdown-counter .CountdownContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
    font-weight: bold;
  }

  .countdown-counter .CountdownLabel {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
  }

  .countdown-counter .CountdownSeparator {
    display: none;
  }

  .custom-slideshow {
    height: 250px;
    margin-top: 30px;
  }

  #linkedin-btn,
  .calendar-links,
  .page-title h1,
  .page-tile-under-hero-image h6 {
    text-align: center !important;
  }

  .kd-section-title.col-lg-8.text-left, header.kd-section-title {
    margin-top: 50px;
    margin-bottom: 50px !important;
  }

  .page-title h1 {
    font-size: 60px !important;
  }

  #subtitle-hero-image {
    font-size: 16px;
  }

  #hero-image {
    background-position: 85% 20% !important;
    background-size: 1600px auto !important;
  }

  .bulleted-list ul {
    margin-bottom: 0;
  }

  .bulleted-list li {
    margin-bottom: 0.25rem;
  }

  .two-column-list {
    columns: 1;
  }

  .font-bold {
    font-weight: bold !important;
  }
  

  .two-column-list ul {
    margin-left: auto;
    margin-right: auto;
  }


  .desktopView {
    display: none;
  }
  
  .mobileView {
    display: block;
  }

}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  /* Your styles here */
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  /* Your styles here */

  .desktopView {
    display: block;
  }
  
  .mobileView {
    display: none;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* Your styles here */

  .desktopView {
    display: block;
  }
  
  .mobileView {
    display: none;
  }
}
