#ig00-carousel {
  --ig00-header-inset: max(45px, calc((100vw - 1140px) / 2 + 15px));
}

#ig00-carousel .carousel-item .carousel-caption {
  position: absolute;
  top: clamp(5%, 5vw, 7%);
  left: var(--ig00-header-inset) !important;
  right: auto !important;
  transform: none !important;
  width: max-content !important;
  max-width: min(52vw, 520px) !important;
  text-align: left;
  display: flex;
  justify-content: flex-start !important;
  align-items: flex-start;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.35));
}

.caption-box {
  display: inline-flex;
  align-items: flex-start;
  gap: clamp(14px, 1.8vw, 32px);
}

.carousel-partner-logos {
  position: absolute;
  top: clamp(5%, 5vw, 7%);
  right: var(--ig00-header-inset);
  z-index: 2;
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.1vw, 16px);
  margin-top: calc(clamp(6px, 0.9vw, 12px) + 24px);
}

.carousel-partner-logos img {
  display: block;
  width: auto;
  height: clamp(45px, 4vw, 55px);
  max-width: none;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.55));
}

/* .conf-year-stack {
  display: grid;
  grid-auto-rows: minmax(0, 1fr);
  gap: clamp(3px, 0.75vw, 10px);
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-size: clamp(15px, 3.5vw, 25px);
  line-height: 0.9;
  letter-spacing: -0.06em;
  color: #ffffff;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.15);
  margin-top: clamp(0px, 0.4vw, 6px);
} */

/* .conf-year-stack span {
  display: block;
} */

.conf-title-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(6px, 0.9vw, 12px);
  margin-top: calc(clamp(6px, 0.9vw, 12px) + 10px);
  max-width: 100%;
}

.conf-name {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(13px, 3.25vw, 22.5px);
  line-height: 1.25;
  white-space: normal;
  text-shadow: 2px 2px 12px rgba(0, 0, 0, 0.55);
}

/* .conf-date-location {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, 2.6vw, 17px);
  line-height: .35;
  color: #f4f7fb;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.55);
} */

@media (max-width: 992px) {
  .carousel-caption {
    display: none !important;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  padding: 5px;
}

.carousel-control-prev {
  left: 8.75%;
}

.carousel-control-next {
  right: 8.75%;
}

#ig00-carousel.compact .carousel-item .carousel-caption {
  top: 50px;
  left: var(--ig00-header-inset) !important;
  right: auto !important;
  width: max-content !important;
  max-width: min(52vw, 520px) !important;
  justify-content: flex-start !important;
}

#ig00-carousel.compact .caption-box {
  gap: clamp(10px, 1.2vw, 20px);
  max-width: min(820px, 92vw);
  padding: 0;
}

#ig00-carousel.compact .carousel-partner-logos {
  top: 50px;
  right: var(--ig00-header-inset);
  margin-top: calc(clamp(3px, 0.6vw, 8px) + 22px);
}

#ig00-carousel.compact .conf-abbrev {
  font-size: clamp(28px, 3.4vw, 44px);
}

#ig00-carousel.compact .conf-year-stack {
  font-size: clamp(39px, 7.1vw, 82px);
  gap: clamp(3px, 0.55vw, 7px);
}

#ig00-carousel:not(.initialized) .carousel-item.active .conf-year-stack {
  opacity: 0;
  transform: translateX(-50px);
  animation: confYearSlideIn 1s ease-out 0.45s forwards;
}

@keyframes confYearSlideIn {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

#ig00-carousel.compact .conf-title-block {
  gap: clamp(4px, 0.7vw, 10px);
  margin-top: calc(clamp(3px, 0.6vw, 8px) + 10px);
}

#ig00-carousel.compact .conf-name {
  font-size: clamp(13px, 3.25vw, 22.5px);
}

/* #ig00-carousel.compact .conf-date-location {
  font-size: clamp(11px, 2.75vw, 18px);
} */

@media (max-width: 768px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }
}

.sidebar-widget:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-custom-color {
  background: transparent !important;
}

@media (max-width: 992px) {
  .navbar-custom-color {
    background: linear-gradient(to right, #4a5455, #383f40, #2d3334) !important;
  }

  .navbar-custom-color .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .navbar-custom-color .navbar-toggler-icon {
    filter: invert(1) grayscale(100%) brightness(200%);
  }

  .navbar-custom-color .navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.3);
  }
}

.navbar-custom-color .navbar-brand,
.navbar-custom-color a {
  color: #ffffff !important;
}

.navbar-custom-color .navbar-brand,
.navbar-custom-color .nav-link,
.navbar-custom-color .dropdown-toggle {
  text-transform: uppercase;
}

.navbar-custom-color .dropdown-menu {
  --bs-dropdown-bg: #000000;
  --bs-dropdown-border-color: #000000;
  --bs-dropdown-link-color: #ffffff;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-link-hover-bg: #000000;
  --bs-dropdown-link-active-color: #ffffff;
  --bs-dropdown-link-active-bg: #000000;
  background-color: #000000 !important;
  border-color: #000000 !important;
}

.navbar-custom-color .dropdown-menu a {
  background-color: #000000 !important;
  color: #ffffff !important;
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
}

.navbar-custom-color .dropdown-menu .dropdown-item:hover,
.navbar-custom-color .dropdown-menu .dropdown-item:focus,
.navbar-custom-color .dropdown-menu .dropdown-item.active,
.navbar-custom-color .dropdown-menu .dropdown-item:active {
  background-color: #000000 !important;
  color: #ffffff !important;
}

html,
body {
  height: 100%;
}

.wrapper {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
}

#footer {
  background: linear-gradient(to left, #ffffff, #c3d6da, #adc3c8);
}

.footer a {
  color: white;
}

#footer p {
  margin-bottom: 0;
}

.footer {
  padding: 5px 0;
  font-size: 0.8rem;
}

@media (max-width: 795px) {
  .footer {
    padding: 0px 0;
    font-size: 0.5rem;
  }
}

.fs-custom {
  font-size: 1.75rem;
}

@media (max-width: 795px) {
  .fs-custom {
    font-size: 1rem;
  }
}

.ig-lime-text {
  color: #89ff77 !important;
}

.ig-primary-text {
  color: #261659 !important;
}

.ig-secondary-text {
  color: #322070 !important;
}

.ig-index-font-h1 {
  color: #ffffff;
  font-size: 37.5px;
  font-weight: 400;
  font-style: normal;
  /* text-transform: uppercase; */
}

.ig-index-font-h2 {
  color: #ffffff;
  font-size: 32.5px;
  font-weight: 400;
  font-style: normal;
  /* text-transform: uppercase; */
}

p,
li,
ul,
ol,
tr,
td,
th,
thead,
tbody,
table,
span,
div,
nav,
button,
input,
select,
textarea {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

b,
strong,
fw-bold {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

em {
  font-family: "Instrument Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Instrument Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.committee-cards .card {
  --committee-card-outline-width: clamp(6px, 0.6vw, 8.5px);
  border: 0;
  border-radius: 0;
  color: #ffffff;
  box-shadow: none;
  filter: drop-shadow(5px 5px 10px #261659);
  padding: 1.5em 0.75em 2em;
  background: linear-gradient(
    to right,
    #261659 0%,
    #1f1345 25%,
    #150d2d 50%,
    #252a2b 50%,
    #171c1d 75%,
    #0c1112 100%
  );
  background-size: 200%;
  background-position: left;
  position: relative;
  isolation: isolate;
  transition:
    background-position 0.5s ease-out,
    filter 0.5s ease-out,
    color 0.5s ease-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* .committee-cards .card-icon img {
  width: 75%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  margin: 0 auto;
} */

.committee-cards .card::before {
  content: "";
  position: absolute;
  inset: var(--committee-card-outline-width);
  z-index: 0;
  clip-path: inherit;
  background: linear-gradient(
    to right,
    #150d2d 0%,
    #1f1345 25%,
    #261659 50%,
    #0c1112 50%,
    #171c1d 75%,
    #252a2b 100%
  );
  background-size: 200%;
  background-position: left;
  transition: background-position 0.5s ease-out;
  pointer-events: none;
}
/* Exact cell geometry from igarss27-logo-horizontal-blue.svg. */
.committee-cards .row > :nth-child(1) .card {
  clip-path: polygon(
    7.767% 5.859%,
    0 87.735%,
    62.232% 100%,
    100% 90.173%,
    88.295% 11.705%,
    24.552% 0
  );
}

.committee-cards .row > :nth-child(2) .card {
  clip-path: polygon(
    0 10.768%,
    12.974% 93.381%,
    57.053% 100%,
    100% 89.568%,
    90.567% 7.172%,
    42.922% 0
  );
}

.committee-cards .row > :nth-child(3) .card {
  clip-path: polygon(
    0 10.788%,
    9.584% 93.202%,
    56.277% 100%,
    100% 88.86%,
    90.416% 6.804%,
    43.683% 0
  );
}

.committee-cards .card-body {
  position: relative;
  z-index: 1;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  transition: color 0.5s ease-out;
}

.committee-cards .card-text {
  flex-grow: 1;
}

.committee-cards .card-icon {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 1rem 0;
  margin: 0 1em;
  transition: color 0.5s ease-out;
}

/* Homepage General Chairs alignment. */
#chairs .card {
  text-align: center;
}

#chairs .card-icon {
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#chairs .card-icon .rounded-circle {
  align-self: center;
  margin-inline: auto;
}

#chairs .card-body {
  min-height: 140px;
  padding-inline: 12%;
}

.committee-cards .card:hover::before {
  background-position: right;
}

.committee-cards .card:hover {
  background-position: right;
  color: #ffffff;
}

.committee-cards .card:hover .card-body,
.committee-cards .card:hover .card-title,
.committee-cards .card:hover .card-text,
.committee-cards .card:hover .card-text small {
  color: #89ff77 !important;
}

.destination-section {
  background: linear-gradient(to right, #150d2d, #1f1345, #261659) !important;
  /* background: linear-gradient(to left, #252a2b, #171c1d, #0c1112) !important; */
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  box-shadow:
    -100vmax 0 0 100vmax #150d2d,
    100vmax 0 0 100vmax #261659;
  /* -100vmax 0 0 100vmax #0c1112,
    100vmax 0 0 100vmax #252a2b; */
  clip-path: inset(0 -100vmax);
  padding: 3rem 0;
  clear: both;
}

.destination-section > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.destination-section .ig-index-font-h2,
.destination-section .p-helvetica {
  color: #ffffff !important;
}

.destination-section-2 {
  /* background: linear-gradient(to right, #150d2d, #1f1345, #261659) !important; */
  background: linear-gradient(to left, #252a2b, #171c1d, #0c1112) !important;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  box-shadow:
    /* -100vmax 0 0 100vmax #150d2d,
    100vmax 0 0 100vmax #261659; */
    -100vmax 0 0 100vmax #0c1112,
    100vmax 0 0 100vmax #252a2b;
  clip-path: inset(0 -100vmax);
  padding: 3rem 0;
  clear: both;
}

.destination-section-2 > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.destination-section-2 .ig-index-font-h2,
.destination-section-2 .p-helvetica {
  color: #ffffff !important;
}

/* .destination-video-wrapper {
  background-color: #0f2742;
  border: 1px solid #0f2742;
  border-radius: 0;
  overflow: hidden;
}

.destination-video {
  border: 0;
  border-radius: 0;
  object-fit: cover;
} */

@media (max-width: 767.98px) {
  .destination-section {
    padding: 2.5rem 0;
  }
}

.btn-lime {
  --bs-btn-color: #000;
  --bs-btn-bg: #89ff77;
  --bs-btn-border-color: #89ff77;

  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #72e962;
  --bs-btn-hover-border-color: #72e962;

  --bs-btn-focus-shadow-rgb: 137, 255, 119;

  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #5fd650;
  --bs-btn-active-border-color: #5fd650;

  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #89ff77;
  --bs-btn-disabled-border-color: #89ff77;
}

.bg-dark {
  background-color: #2b3038 !important;
  background-image: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.025) 38%,
    rgba(0, 0, 0, 0.12) 100%
  ) !important;
}
