html, body { overflow-x: hidden; width: 100%; max-width: 100%; }
:root {
  --ratio: 1;
  --height-width-ratio: 1;
  --font-ratio: 0.7;
}

.flex {
  display: flex !important;
}

.col-flex {
  flex-direction: column;
}
.hero-section {
  padding: 1rem 2rem !important;
  display: flex !important;
  gap: 2.5rem;
  justify-content: space-between !important;
  align-items: center !important;
}

.hero-left {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  row-gap: 1rem !important;
}

.hero-schedule-title {
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: calc(var(--font-ratio) * 96px) !important;
  line-height: 100% !important;
  background: linear-gradient(157deg, #2c4a8e 0%, #4b5f8b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0px 25px 50px rgba(0, 0, 0, 0.25) !important;
}

.hero-schedule-page-tag {
}

.hero-schedule-page-tag span {
  color: #fb923c !important;
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: calc(var(--font-ratio) * 25px) !important;
  line-height: 28px !important;
}

.hero-schedule-page-tag span:nth-child(1) {
  color: #71717a !important;
  margin-left: 5px !important;
}

.hero-image-box {
  width: 100% !important; max-width: 100%;
  max-width: 100%;
  height: 214px !important;
  /* border: .1rem solid #fb923c; */
  border-radius: 20px !important;
  overflow: hidden;
  /* background: #d9d9d9 !important; */
}

.hero-image-box img {
  object-position: 0% 20%;
  width: 100% !important; max-width: 100%;
  max-width: 100%;
  height: 214px !important;
  object-fit: cover;
}

.schedule-day-title {
  text-decoration: none !important;
  color: #71717a !important;
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: calc(var(--font-ratio) * 48px) !important;
  line-height: 100% !important;
}

.schedule-day.active .schedule-day-title {
  font-style: normal !important;
  font-weight: 600 !important;
color: #fb923c !important;
  /* background: linear-gradient(157deg, #2c4a8e 0%, #4b5f8b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; */
  text-shadow: 0px 25px 50px rgba(0, 0, 0, 0.25) !important;
}

input[name="schedule-day-radio"] {
  display: none !important;
}

.schedule-day-dropdown {
  display: none;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  row-gap: 0.8rem;
  margin: 40px 11px 0 !important;
  background: #f8fafc !important;

  border-radius: 1rem !important;
  width: 334px !important;
  height: 138px !important;
}

.schedule-day.active .schedule-day-dropdown {
  display: flex !important;
}

.schedule-section {
  margin: 60px 1rem !important;
  padding: calc(var(--ratio) * var(--height-width-ratio) * 69px)
    calc(var(--ratio) * 48px);
  background: transparent !important;
  border: 2px solid rgba(251, 146, 60, 0.5);
  border: 2px solid rgb(44, 74, 142, 0.2);

  border-radius: 1rem !important;
}

.schedule-wrapper {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
}
.schedule-days-list {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

.schedule-day-dropdown-item.active {
  color: #09090b !important;
}
.schedule-day-dropdown-item {
  text-decoration: none !important;
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: calc(var(--font-ratio) * 32px) !important;
  line-height: 100% !important;
  color: #71717a !important;
}

/* schedule-box-right */
.schedule-box-right {
  padding-block: 80px 30px;
  width: 100%;
  background: transparent !important;
  border: 2px solid rgba(251, 146, 60, 0.5);
  box-shadow: 5px 25px 50px rgba(0, 0, 0, 0.15) !important;
  border-radius: 1rem;
  position: relative;
}

/* .schedule-box-right-bottom-fade {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 500; 
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
  border-radius: 0 0 16px 16px;
  pointer-events: none;
} */

.schedule-box-right-wrapper {
  overflow-y: scroll;
  padding-inline: 30px;
  height: calc(1080px - 2 * 70px);
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.schedule-box-right-wrapper::-webkit-scrollbar {
  width: 14px;
  top: 10px;
}

.schedule-box-right-wrapper::-webkit-scrollbar-track {
  background-color: transparent;
}

.schedule-box-right-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.25);
}

.schedule-box-right-wrapper::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

#top-rectangle-design {
  position: absolute;
  width: 100px;
  height: 10px;
  justify-self: center;
  top: 25px;
  left: 0;
  right: 0;
  background: rgb(44, 74, 142, 0.2);
  border-radius: 100px;
}

.schedule-box-title {
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: calc(var(--font-ratio) * 41px) !important;
  line-height: 140% !important;
  font-style: normal !important;
  font-weight: 600 !important;
  background: linear-gradient(157deg, #2c4a8e 0%, #4b5f8b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0px 25px 50px rgba(0, 0, 0, 0.25) !important;
  text-shadow: 0px 25px 50px rgba(0, 0, 0, 0.25) !important;
  text-align: center;
}

.schedule-box-title {
}

.schedule-session-blocks {
  display: grid;
  margin-top: 2rem;
  /* grid-template-rows: 1fr; */
  row-gap: 0.5rem;
}
.schedule-session-block {
  display: flex;
  flex-direction: row !important;
  padding: 19px 2rem;
  column-gap: 3.2rem;
  align-items: center !important;
  border-radius: 1rem !important;
  width: 100% !important;
  height: auto !important;
  min-height: 80px;
  transition: 0.4s background;
}
.schedule-session-block.active,
.schedule-session-block:hover {
  background: #f8fafc !important;
}

.schedule-session-block-session-details {
  row-gap: 6px;
}

.schedule-session-block-time {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: calc(var(--font-ratio) * 59.895px);
  line-height: 100%;
  color: rgba(9, 9, 11, 0.8);
  position: relative;
}
.schedule-session-block-time::before {
  content: "-";
  position: absolute;
  top: 23%;
  right: -23px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: calc(var(--font-ratio) * 59.895px);
  line-height: 100%;
  color: rgba(9, 9, 11, 0.8);
}
.schedule-session-block-time::after {
  content: var(--time-appendix, "");
  position: absolute;
  top: -8px;
  right: -28px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: rgba(9, 9, 11, 0.7);
}
.schedule-session-block-session-title {
  font-family: "Inter";
  width: 100%;
  flex: 1;
  font-style: normal;
  font-weight: 600;
  font-size: calc(var(--font-ratio) * 34.26px);
  line-height: 110%;
  color: #71717a;
}
.schedule-session-block-session-anchor {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: calc(var(--font-ratio) * 28.57px);
  line-height: 115%;
  color: rgba(9, 9, 11, 0.7);
}

/* Responsive */
@media screen and (max-width: 1250px) {
  :root {
    --ratio: 0.64;
    --height-width-ratio: 2;
  }
}
@media screen and (max-width: 1250px) {
  :root {
    --ratio: 0.4;
    --height-width-ratio: 2;
  }
}

@media screen and (max-width: 1130px) {
  :root {
    --ratio: 0.4;
    --height-width-ratio: 2;
  }
}

@media screen and (max-width: 1120px) {
  :root {
    --ratio: 0.4;
    --height-width-ratio: 1.8;
  }

  .schedule-box-left {
    transform: scale(0.9);
  }
  .schedule-box-right {
    transform: scale(0.96);
  }
}

@media screen and (max-width: 1115px) {
  .schedule-box-left {
    display: none;
  }

  .schedule-wrapper {
    grid-template-columns: 1fr;
  }
  .schedule-section {
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
  }

  .schedule-box-right-wrapper {
    height: auto !important;
    overflow-y: visible !important;
    overflow: visible !important;
  }

  .schedule-session-block-session-title {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --font-ratio: 0.5;
  }

  .hero-section {
    flex-direction: column-reverse;
    row-gap: 2rem;
  }

  .hero-image-box {
    border-radius: 0px !important;
  }

  .hero-schedule-page-tag span {
    font-size: 1rem !important;
  }

  .hero-schedule-page-tag span:nth-child(1) {
    font-size: 1rem !important;
  }

  .schedule-section {
    margin: 20px 0.5rem !important;
  }

  .schedule-box-right-wrapper {
    padding-inline: 15px;
  }
  .schedule-box-title {
    padding-inline: 0.2rem;
  }

  .schedule-box-right-wrapper {
    height: auto !important;
    overflow-y: visible !important;
    overflow: visible !important;
  }

  .schedule-session-block {
    height: auto !important;
    padding: 0.85rem 1rem !important;
  }

  .cta-section {
    gap: 30px;
    padding: 50px 56px;
  }
  .cta-title {
    width: 100%;
    font-size: 38px;
  }
}

/* ==========================================================================
   Mobile Navigation & Day Switching Styles
   ========================================================================== */
.mobile-schedule-nav-container {
  position: sticky;
  top: 70px;
  z-index: 900;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 0.85rem 1.25rem;
  border-bottom: 1px solid rgba(44, 74, 142, 0.12);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
}

.mobile-day-tabs {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 2px;
}

.mobile-day-tabs::-webkit-scrollbar {
  display: none;
}
/* 
.day-tab-pill {
  flex: 0 0 auto;
  padding: 0.6rem 1.35rem;
  border-radius: 9999px;
  border: 1px solid rgba(44, 74, 142, 0.2);
  background: #ffffff;
  color: #475569;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.day-tab-pill:hover {
  border-color: #2c4a8e;
  color: #2c4a8e;
  background: rgba(44, 74, 142, 0.05);
}

.day-tab-pill.active {
  background: linear-gradient(135deg, #2c4a8e 0%, #4b5f8b 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(44, 74, 142, 0.3);
} */

.schedule-filter-chips {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.schedule-filter-chips::-webkit-scrollbar {
  display: none;
}

.filter-chip,
.day-tab-pill {
  flex: 0 0 auto;
  padding: 0.42rem 0.95rem;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f8fafc;
  color: #64748b;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.82rem;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.filter-chip:hover,
.day-tab-pill:hover {
  background: #f1f5f9;
  color: #0f172a;
}

.filter-chip.active,
.day-tab-pill.active {
  background: #fb923c;
  color: #ffffff;
  border-color: #fb923c;
  box-shadow: 0 2px 8px rgba(251, 146, 60, 0.25);
}

.session-category-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.6rem;
  border-radius: 6px;
  margin-bottom: 0.35rem;
  width: fit-content;
  background: #fff  ;
  color: #fb923c;
  border: 1px solid #fb923c;
}

.badge-plenary,
.badge-breakout,
.badge-prayer,
.badge-break {
  background: transparent;
  color: #fb923c;
  border: 1px solid #fb923c;
}

/* Clickable Breadcrumbs Styles */
.hero-schedule-page-tag,
.hero-breakout-page-tag,
.hero-videos-page-tag {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.hero-schedule-page-tag a,
.hero-breakout-page-tag a,
.hero-videos-page-tag a,
.hero-schedule-page-tag span,
.hero-breakout-page-tag span,
.hero-videos-page-tag span {
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
  font-size: calc(var(--font-ratio) * 25px) !important;
  line-height: 28px !important;
  text-decoration: none !important;
  color: #71717a !important;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.hero-schedule-page-tag a:hover,
.hero-breakout-page-tag a:hover,
.hero-videos-page-tag a:hover {
  color: #2c4a8e !important;
  text-decoration: underline !important;
}

.hero-schedule-page-tag a.active,
.hero-breakout-page-tag a.active,
.hero-videos-page-tag a.active {
  color: #fb923c !important;
}

.breadcrumb-separator {
  color: #a1a1aa !important;
}
