/* Resetting default browser styles */

/* Make box model predictable: include padding/border in width calculations */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Make images responsive by default */
img,
picture,
video,
svg {
  max-width: 100%;
  height: auto;
  /* display: block; */
}

/* On small screens, prevent page-level horizontal scrolling (fallback) */
@media (max-width: 991.98px) {
  html,
  body {
    overflow-x: hidden;
  }
}

/* Hide form */
form#_form_66F3333A5D9AA_ {
  display: none !important;
}

/* Setting up basic styles */
body {
  font-family: 'brother-1816', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: white;
  background-color: #252424;
  line-height: 1.6;
}

h1 {
  font-size: 40px;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 32px;
  margin-bottom: 0.5rem;
}

.title {
  font-size: 90px;
  font-weight: 800;
}

.sub-page-title {
  font-size: 68px;
  font-weight: 800;
  line-height: 100px;
}

.subtitle {
  font-size: 28px;
}

.subtext {
  font-size: 20px;
  line-height: 2rem;
}

.fw-600 {
  font-weight: 600;
}

.fw-900 {
  font-weight: 900;
}

p {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.w-90 {
  width: 90% !important;
}

.w-xl-10 {
  width: 10% !important;
}

.pt-3-5 {
  padding-top: 1.5rem !important;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-20 {
  padding-top: 20rem;
}

a.nav-link {
  border-bottom: 2px solid transparent !important;
  font-size: 13px;
}

a.nav-link:hover {
  border-bottom: 2px solid #9a1e21 !important;
  border-radius: 0 !important;
}

/* ---------------------------------------------------------------------- BOOTSTRAP OVERRIDES */
a.text-secondary a.text-secondary {
  color: #91989f !important;
  background-color: transparent !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #91989f !important;
  background-color: transparent !important;
}

.btn-primary {
  background: #9a1e21;
  border: 0;
  cursor: pointer;
}

.btn {
  font-size: 18px;
}

.bg-danger {
  background: #9a1e21 !important;
}

.accordion-button {
  line-height: normal !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: #000000;
  border-color: #000000;
}

.text-success {
  color: #36d767 !important;
}

.btn-primary:hover {
  background: #cb0000 !important;
}

.btn-outline-primary {
  color: #9a1e21 !important;
  font-weight: 600;
}

.btn-outline-primary:hover {
  color: white !important;
}

.bg-black {
  background: black;
}

.btn-clear {
  height: fit-content;
  width: fit-content;
  background: transparent;
  border: 0;
  padding: 0;
}

.nav-link {
  font-size: 11px;
  position: relative;
  text-decoration: none;
}

.nav-link:hover {
  opacity: 0.8;
}

.py-6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-13 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.btn-outline-primary {
  border-color: #9a1e21;
  color: white;
}

.btn-outline-primary:hover {
  background-color: #9a1e21;
  border-color: #9a1e21;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #91989f !important;
}

.btn-outline-dark:hover {
  background-color: #9a1e21;
  border-color: #9a1e21;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #9a1e21 !important;
}

.dropdown-item:hover {
  background-color: #9a1e21 !important;
  color: #ffffff !important;
}

/* ----------------------------------------------------------------------- HELPERS */
.bg-traspar-black {
  background: #0000005c;
}

.mt-neg-13 {
  margin-top: -13em;
}

.text-justify {
  text-align: justify;
}

.mb-neg-20 {
  margin-bottom: -20px;
}
.min-h-177 {
  min-height: 177px;
}
.h-80 {
  height: 80%;
}

.w-45 {
  width: 45px !important;
}

.end-38 {
  right: 38px;
}

.h-119 {
  height: 119px;
  width: auto;
}

.h-155 {
  height: 155px;
  width: 100%;
}
.z-index-999 {
  z-index: 999 !important;
}

.z-index-minus-999 {
  z-index: -999 !important;
}

.hover-glide-up {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translateY(0);
}
.hover-glide-up:hover {
  transform: translateY(-10px); /* Move up by 20px */
}

.hover-glide-right {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transform: translateX(0);
}

.hover-glide-right:hover {
  transform: translateX(5px);
}

.glow-red:hover {
  box-shadow: 0 0 20px 0px #9a1e21;
}

.col-12.text-center.neg-mt-70 {
  margin-top: -70px;
}

.hide {
  display: none !important;
}

.ch-lth-half {
  width: 12ch;
}

.bg-wb-red {
  background: hsl(359, 67%, 36%) !important;
}

.bg-charcol {
  background-color: #171717 !important;
}

.bg-transpar {
  background-color: transparent !important;
}

.fs-small {
  font-size: 13px;
}

.fs- .mt-ng-4 {
  margin-top: -4rem;
}

.text-wb-red {
  color: #9a1e21;
}

.text-bg-wb-red {
  background: #9a1e21;
}

.skew {
  transform: skew(-7deg, 0deg);
}

.bg-lt-grey {
  background: #1a1a1a;
}

.border-bbt-red {
  border-color: #9a1e21 !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-start-20 {
  border-radius: 20px 0 0 20px;
}

.text-underline {
  text-decoration: underline !important;
}

.btn-pill {
  border-radius: 50px;
  cursor: pointer;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-15 {
  font-size: 15px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fs-42 {
  font-size: 42px;
}

.fs-26 {
  font-size: 26px;
}

.fs-33 {
  font-size: 33px;
}

.fs-35 {
  font-size: 35px;
}

/* Pricing cards: force column layout so footers (buttons) align at the bottom */
.row.gx-3.container-inner > [class*='col-'] > .rounded-4 {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.row.gx-3.container-inner > [class*='col-'] > .rounded-4 .price-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0; /* allow proper flexing */
}

.row.gx-3.container-inner > [class*='col-'] > .rounded-4 .price-footer {
  margin-top: auto;
}

/* Normalize button padding so visual bottoms line up better */
.row.gx-3.container-inner .price-footer .btn {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

/* Disable forced flex on small screens to preserve stacked flow */
@media (max-width: 991px) {
  .row.gx-3.container-inner > [class*='col-'] > .rounded-4 {
    display: block;
    min-height: auto;
  }
  .row.gx-3.container-inner > [class*='col-'] > .rounded-4 .price-body {
    display: block;
    flex: none;
  }
  .row.gx-3.container-inner > [class*='col-'] > .rounded-4 .price-footer {
    margin-top: 0;
  }
}

/* Center footer globally (covers both <footer> elements and an element with id="footer") */
footer,
#footer {
  text-align: center;
}

/* Opt-out for pages generated by the website-builder under /work/:
   these files include a data-wf-domain attribute on <html> (and many
   include body.class="body"). Use those attributes to keep their
   footers left-aligned without editing every file. */
html[data-wf-domain] footer,
body.body footer {
  text-align: left !important;
}

/* Override Bootstrap utility classes that may re-align footer text at
   certain breakpoints (for example .text-lg-start). These rules are
   intentionally specific and use !important so the footer is visually
   centered on non-work pages regardless of utility classes. */
footer .text-lg-start,
#footer .text-lg-start,
footer .text-center,
#footer .text-center,
footer p.text-lg-start,
#footer p.text-lg-start {
  text-align: center !important;
}

/* Preserve left alignment for work pages (opt-out) including when
   utility classes like .text-lg-start are present. */
html[data-wf-domain] footer .text-lg-start,
html[data-wf-domain] #footer .text-lg-start,
body.body footer .text-lg-start {
  text-align: left !important;
}

/* Bootstrap provides utilities like .justify-content-lg-between which
   on large screens sets `justify-content: space-between !important;`.
   That makes the footer's inner row push its children to edges. Neutralize
   that ONLY inside the footer so footer content centers as intended. */
#footer .justify-content-lg-between,
footer .justify-content-lg-between {
  justify-content: center !important;
}

/* More specific selector when the footer row uses the rounded/p-4/bg-lt-black
   combination seen in markup. This ensures the rule wins over the utility. */
#footer .row.rounded.p-4.bg-lt-black.justify-content-lg-between {
  justify-content: center !important;
}

/* Also center the column inside the footer row so single-column layout
   looks centered instead of hugging the left edge. */
#footer .row.rounded.p-4.bg-lt-black > .col-xl-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FINAL OVERRIDES: only center the copyright line in the dark grey bar.
   Do NOT center other footer columns or legal text. This narrowly
   targets the single paragraph that contains the © text. */
#footer .row.rounded.p-4.bg-lt-black > .col-xl-6 > p {
  text-align: center !important;
}

/* Ensure the main footer navigation columns and legal paragraphs remain left-aligned.
   This undoes earlier broad centering so lists, headings and secondary text keep their
   original left/start alignment. */
#footer .row.pt-4,
#footer .row.mb-4,
#footer .row.pt-4 .col-12,
#footer .row.mb-4 .col-6,
#footer .list-unstyled,
#footer h6,
#footer p.text-secondary {
  text-align: left !important;
}

.fs-45 {
  font-size: 45px;
}

.fs-60 {
  font-size: 60px;
}

.fs-65 {
  font-size: 65px;
}

.fs-75 {
  font-size: 75px;
}

.fs-115 {
  font-size: 102px;
}

.fs-100 {
  font-size: 75px;
}

.fs-200 {
  font-size: 138px;
}

@media (max-width: 992px) {
  .fs-75 {
    font-size: 43px;
  }
}

.mh-50 {
  max-height: 50px;
  height: 100%;
}

.fs-14 {
  font-size: 14px;
}

.fs-lrg {
  font-size: 3rem;
}

.small-title {
  font-size: 61px;
}

.ls-1 {
  letter-spacing: 0.05rem;
}

.gap-1 {
  grid-gap: 0.25rem !important;
}
.gap-2 {
  gap: 1rem !important;
}

.gap-10 {
  grid-gap: 10rem;
}

.bg-lt-black {
  background-color: #252424;
}

.text-lt-black {
  color: #303030;
}

.mb-6 {
  margin-bottom: 4rem;
}

.wrapper {
  max-width: 54vw !important;
  width: 100%;
  margin: 0 auto;
}

.cards-wrapper {
  display: flex;
}
.card {
  margin: 0 0em;
  width: calc(100% / 3);
}

@media (max-width: 576px) {
  .card {
    margin: 0 auto;
    width: calc(100% / 1);
  }
}

/* Maintain hover effect */
.cards-wrapper .card {
  opacity: 0.9;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  transform: translateY(0);
  cursor: pointer;
}

.cards-wrapper .card:hover {
  opacity: 1;
  transform: translateY(-10px);
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.container-inner {
  width: 100%;
  max-width: 78vw;
  margin: 0 auto;
}

.fs-icon-lrg {
  font-size: 51px !important;
}

.fs-icon-super-lg {
  font-size: 100px !important;
}

.thumbnail {
  cursor: pointer;
}

.fit-cover {
  object-fit: cover;
}

.fit-content {
  width: fit-content !important;
}

@media (min-width: 576px) {
  .fit-sm-content {
    width: fit-content !important;
  }
}

.mt-min-30 {
  margin-top: -30px;
}

.ms-min-18 {
  margin-left: -18px;
}

.rounded-4-top {
  border-radius: 1rem 1rem 0 0;
}

.cursor-pointer {
  cursor: pointer !important;
}

.position-center {
  object-position: center !important;
}

.img-square {
  width: 450px;
  height: 450px;
  object-fit: cover;
}

.fs-mini {
  font-size: 13px;
}

.h-800 {
  height: 800px;
}

.h-318 {
  height: 318px;
}

.g-6 {
  gap: 5rem;
}
.g-10 {
  gap: 10rem;
}

.fs-7 {
  font-size: 13px !important;
}

.fs-8 {
  font-size: 12px !important;
}

.grow {
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.04);
}

.grow-sm {
  transition: all 0.2s ease-in-out;
}

.grow-sm:hover {
  transform: scale(1.01);
}

.shake {
  transition: transform 0.3s ease-in-out !important;
}

.shake:hover {
  animation: shake 0.3s ease-in-out !important;
}

.zoom {
  overflow: hidden;
}

.zoom:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease-in-out;
}

.shine-container {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.shine-container img {
  display: block;
  width: 100%;
  height: auto;
}

.shine-container:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: none;
}

.shine-container:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.4s ease-in-out;
}

.mt-neg-5 {
  margin-top: -4rem;
}

.mt-neg-20 {
  margin-top: -20px !important;
}

.mt-neg-50 {
  margin-top: -50px;
}
.mb-neg-15 {
  margin-bottom: -15px !important;
}
.mb-neg-12 {
  margin-bottom: -12px;
}
.container-wide {
  max-width: 1500px !important;
}

.text-999 {
  color: #999;
}

.list-group li {
  color: #fff;
}
/* ----------------------------------------------------------------------- TOOLS */
img.img-fluid.mb-3.soft-tools-logos {
  height: 40px;
}
/* ----------------------------------------------------------------------- LAZY BACKGROUND */
.lazy-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  height: 100%;
}
.lazy-background.loaded {
  transition: background 0.5s ease-in-out;
}

/* ----------------------------------------------------------------------------- HEROS */
.hero.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  height: 100%;
  transition: background 0.5s ease-in-out;
  background-image: url(./images/backgrounds/large_group_nyc_bearbulltraders_bw-overlay.webp);
}

.pricing-booking {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  height: 100%;
  transition: background 0.5s ease-in-out;
  background-image: url(./images/backgrounds/Pricing\ &\ Booking.png);
}

.final-cta {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  height: 100%;
  transition: background 0.5s ease-in-out;
  background-image: url(./images/thailand-retreat/Final\ CTA\ +\ Contact.png);
}

.event-hero-tedx.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  height: 100%;
  transition: background 0.5s ease-in-out;
  background-image: url(./images/backgrounds/TEDX-ANDREW2.webp);
}

section.event-hero.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  height: 100%;
  transition: background 0.5s ease-in-out;
  background-image: url(./images/convert/hero.png);
}

.audiobooks-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  height: 100%;
  transition: background 0.5s ease-in-out;
  background-image: url(./images/backgrounds/Hero-edu.webp);
}

.gifts-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
  height: 100%;
  transition: background 0.5s ease-in-out;
  background-image: url(./images/backgrounds/group-background.webp);
}

.pivotbook-hero {
  margin-top: 50px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  height: 100%;
  transition: background 0.5s ease-in-out;
  background-image: url(./images/backgrounds/thor-background_pivotbook-2.webp);
}

.hero-retreat-thailand {
  margin-top: 50px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 80vh;
  transition: background 0.5s ease-in-out;
  background-image: url(./images/thailand-retreat/hero-thailand.png);
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.workshop-hero {
  background-image: url(./images/backgrounds/workhop-hero.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

#event-price {
  background-image: url(./images/backgrounds/x.png);

  background-repeat: no-repeat;
  background-attachment: scroll;
}

#tradebook-hero {
  background-image: url(./images/backgrounds/tradebook-hero-bkg.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: center;
}

/* ------------------------------------------------------------------------------- BACKGROUNDS */
.bg-black-cta {
  background-image: url(./images/backgrounds/tradebook-hero-bkg.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  background-position: top;
}
/*---------------------------------------------------------------------------- CAROUSELS */
button.carousel-control-next,
button.carousel-control-prev {
  border: none;
  background: transparent;
}

.carousel-inner {
  border-radius: 20px;
}

.carousel-caption {
  left: 0;
  padding-top: 1rem;
  padding-bottom: 2.25rem;
  background: black;
  right: 0;
  bottom: 0;
  border-radius: 0 0 20px 20px;
}

.carousel-testimonial-controls {
  position: absolute;
  width: 250px;
  display: flex;
  bottom: 0;
  right: 0;
  gap: 10px;
  justify-content: flex-end;
}

/*------------------------------------------------------------------------------- COUNT DOWN TIMER */
.countdown-item {
  background-color: transparent;
  color: #fff;
}

.countdown-value {
  font-size: 2em;
}

.countdown-label {
  font-size: 12px;
  color: white;
  text-transform: uppercase;
}

.countdown-warpper {
  max-width: 425px;
}

/* ----------------------------------------------------------------------------- MENTORS */
section.mentors {
  background-image: url(/images/backgrounds/group-background.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

/* ------------------------------------------------------------------------------- WORKSHOP */

.mod-workshop-position {
  left: 36px;
  right: 36px;
  bottom: 5px;
}

/* -------------------------------------------------------------- TABS & WORKSHOP SCHEDULE*/
.bbt-seminar-schedule-menu-container.workshop-schedule {
  grid-gap: 20px;
  display: grid;
  grid-template-columns: 27% 70%;
  align-items: flex-start;
}

.bbt-seminar-schedule-menu-container table td {
  padding: 11px;
  vertical-align: baseline;
}

.bbt-seminar-schedule-menu-container table.sem-schedule-table {
  margin-top: 1rem;
  width: 100%;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}

.btn-stacked-side {
  display: flex;
  font-size: 18px;
  flex-direction: column;
  text-transform: uppercase;
  color: #666;
}

button.seminar-schedule-menu-btn {
  text-align: left;
  font-size: 64px;
  border: none;
  font-family: 'brother-1816', sans-serif;
  cursor: pointer;
  position: relative;
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

button.seminar-schedule-menu-btn:hover:after,
button.seminar-schedule-menu-btn:focus:after,
button.seminar-schedule-menu-btn:active:after {
  position: absolute;
  background: #bb1115;
  height: 100%;
  content: '';
  bottom: -4px;
  left: -10px;
  width: 3px;
}

button.seminar-schedule-menu-btn.tablink:hover,
button.seminar-schedule-menu-btn.tablink:active,
button.seminar-schedule-menu-btn.tablink:focus {
  color: #bb1115;
}

.bbt-seminar-schedule-menu {
  display: flex;
  grid-gap: 3rem;
  flex-direction: column;
}

.bbt-seminar-schedule-menu-container td.bbt-sem-sched-title {
  text-transform: capitalize;
  font-size: 16.64px;
  margin-bottom: 1rem;
  text-align: left;
  line-height: 1.8rem;
  font-weight: 500;
}

li.sem-schedule-title {
  list-style: none;
  font-size: 18px;
  text-align: left;
  font-weight: 800;
}

/* .bbt-seminar-schedule-menu-container tr {
  border-bottom: 1px solid grey;
} */

.bbt-seminar-schedule-menu-container td.bbt-sem-schedu-time {
  text-align: left;
  color: grey;
  letter-spacing: 0;
  font-weight: 200;
}

span.bbt-table-strategy {
  color: #9a1e21;
  font-weight: 700;
}

.w3-red {
  color: #bb1115;
}

/* ------------------------------------------------------------------------------- PRICE CHART */
.bi-check-lg::before,
.bi-x::before {
  font-weight: 800 !important;
}

.off-sticker {
  z-index: 99999999999;
  right: -26px;
  top: -66px;
  width: 76px;
  background: #0c0c0c !important;
}

/* ------------------------------------------------------ COMPARE CHART */
img.bbt-th-badge.diamond.mt-0 {
  margin-top: 0 !important;
}

.bbt-badges-table-align {
  width: 100%;
  display: grid;
  justify-items: center;
  grid-template-columns: 33% 21.5% 23.5% 21.5%;
  margin: 0 auto 32px !important;
}

tr.bbt-intro-tbody-tr.view:hover {
  opacity: 0.8;
}

table,
table.bbt-intro-course {
  width: 100%;
}

table.fold-table tbody tr.view td,
table.fold-table tbody tr.view th {
  cursor: pointer;
}

table.fold-table tbody tr.view td:first-child,
table.fold-table tbody tr.view th:first-child {
  position: relative;
  padding-left: 4px;
}

table.fold-table tbody tr.view td:first-child:before,
table.fold-table tbody tr.view th:first-child:before {
  content: '';
}

table.fold-table tbody tr.view td:first-child:before {
  transform: rotate(-180deg);
  display: inline-block;
  color: #333;
  top: 17px;
}

table.fold-table tbody tr.fold {
  display: none;
}

table.fold-table tbody tr.fold.open {
  display: table-row;
}

table.bbt-intro-course {
  width: 100%;
  border-collapse: collapse !important;
  margin: 0 auto;
}

img.bbt-th-badge {
  margin: 11px 0 0 0 !important;
}

th.bbt-intro-course-th h3 {
  position: relative;
}

th.badge {
  position: absolute;
  top: 0;
}

.bbt-table-course-title {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  margin-left: 35px;
  color: white;
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
th.bbt-intro-course-th h3 {
  color: white;
  font-size: 1rem;
  letter-spacing: 0;
}

td.bbt-td-no-background {
  border: none !important;
  padding-top: 40px !important;
  padding-bottom: 20px !important;
  background-color: transparent;
}

table.bbt-intro-course td {
  background: transparent;
  border-radius: 0;
  padding: 11px;
  border-bottom: 1px solid #ddd;
}

.bbt-seminar-schedule-menu-container table {
  width: 100%;
  border-collapse: collapse;
}

.bbt-seminar-schedule-menu-container .details {
  display: none;
}
.bbt-seminar-schedule-menu-container .details.expanded {
  display: table-row;
}
.bbt-seminar-schedule-menu-container .expand-btn {
  cursor: pointer;
}

tr.border-bottom.view td:first-child,
tr.border-bottom.view th:first-child {
  position: relative;
  padding-left: 20px;
}

tr.border-bottom.view td:first-child:before,
tr.border-bottom.view th:first-child:before {
  content: '';
}

/* Inline SVG arrow styles */
.bbt-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  color: #999;
}
.bbt-arrow-icon {
  display: block;
  width: 16px;
  height: 16px;
}
/* Arrow always up now; keep color change on open if desired */
tr.view.open .bbt-arrow {
  color: #333;
}

/* Removed custom inline arrow styles (now using bootstrap-icons via pseudo-element) */

/* ---------------------------------------------------------------------------------------- ACCORDION */
.accordion-button:not(.collapsed) {
  background-color: #cfe2ff00;
}

.accordion-button:focus {
  box-shadow: none;
}

/* --------------------------------------------------------------------------------------- CHATROOM SCHEDULE */

table.bbt-chat-schedule-table {
  max-width: 1060px;
  margin: 0 auto;
  width: 100%;
}

table.bbt-chat-schedule-table td {
  padding: 32px 0 !important;
  text-align: left;
  font-size: 16px;
}

table.bbt-chat-schedule-table tr {
  border-bottom: 1px solid;
}

td.bbt-chat-scheudle-table-name {
  padding: 30px 0 !important;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

td.bbt-chat-schedule-table-time {
  font-weight: 400 !important;
  color: #666;
  letter-spacing: 0;
  text-transform: uppercase;
}

span.bbt-chat-sched-red {
  color: #991e20;
  display: block;
  font-style: italic;
}

.bbt-chat-check-schedule th {
  font-size: 13px;
}

/* --------------------------------------------CHATROOM SCHEDULE CHECKS */
table.bbt-chat-check-schedule tr {
  border-bottom: none;
}

table.bbt-chat-check-schedule tr td {
  padding: 0 !important;
}

/* ------------------------------------------------------------------------- BIG SIDE IMAGES */
.community-setup-right-img {
  background-image: url(./images/photos/image-31-1.webp);
  background-size: cover;
  padding: 15rem 0;
  height: 100%;
  background-position: center;
}

.brian-newsletter-img {
  background-image: url(./images/photos/Right-1.webp);
  background-size: cover;
  padding: 15rem 0;
  height: 100%;
  background-position: center;
}

/* -------------------------------------------------------------------------------------- EDUCATION PG */
hr.dotted-path-line {
  border: none;
  border-top: 3px dashed #999;
  position: absolute;
  width: 100%;
  z-index: -9;
  top: 31px;
  right: 151px;
  max-width: 1226px;
}

.brian-newsletter-padding {
  padding-left: 16.8rem !important;
}

/* -------------------------------------------------------------------------------------  HOME PAGE */
.row.member-stats-container {
  background: #9a1e21;
  border-radius: 20px;
  box-shadow: 0 0 20px #00000045;
  position: absolute;
  bottom: -26px;
  left: 111px;
}
@media (max-width: 1200px) {
  .row.member-stats-container {
    bottom: 0px;
    left: 0px;
    width: fit-content;
    position: relative;
    margin-top: 25px;
    justify-content: center;
  }
}

/* -----------------------------------------------------------------------------------TEDX EVENT PAGE */
.location-card {
  width: 559px;
  max-width: 523px;
  bottom: -28px;
  right: 38px;
  position: absolute;
}

@media (max-width: 1200px) {
  .location-card {
    max-width: fit-content;
    position: relative;
    margin: 0 auto;
    display: block;
    right: 0;
  }
}

/* -------------------------------------------------------------------------------------- GDPR POP */

.cookie-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 20px;
  width: 400px;
  background-color: rgb(255 255 255);
  color: rgb(0, 0, 0);
  padding: 30px 30px;
  display: none;
  z-index: 1000;
  box-shadow: #00000052 0 0 11px;
}

/* ----------------------------------------------------------------------------------------- BACK TO TOP */
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background: transparent;
  color: rgba(147, 147, 147, 0.639);
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#backToTopBtn:hover {
  opacity: 0.6;
}

/* ----------------------------------------------------------------------------------------- SHAKE */
@keyframes shake {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-2px);
  }

  40% {
    transform: translateX(2px);
  }

  60% {
    transform: translateX(-2px);
  }

  80% {
    transform: translateX(2px);
  }

  100% {
    transform: translateX(0);
  }
}

.shake:hover {
  animation: shake 0.3s ease-in-out;
  animation-iteration-count: 1;
}

.shake {
  transition: transform 0.3s ease-in-out;
}

/* --------------------------------------------------------------------------------------- FORMS */

label._form-label {
  display: none !important;
}

._button-wrapper {
  margin: 0px 12.5px 0 10px !important;
}

._submit {
  margin-top: 0 !important;
  font-size: 16px !important;
}

._form_element {
  margin-bottom: 0 !important;
}

._inline-style input[type='text'] {
  width: 529px !important;
  padding: 13px 12px !important;
}

#_form_47_ ._form-thank-you {
  background: #0c0c0c !important;
  padding: 20px;
  border-radius: 5px;
  margin-top: 8px;
}

._form-content {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

button#_form_61_submit:hover {
  background-color: #cb0000 !important;
}

button#_form_11_submit:hover {
  background-color: #3e3e3e !important;
}

button#_form_47_submit:hover {
  background-color: #cb0000 !important;
}

._form_11 {
  margin: 0 !important;
  padding: 0 !important;
  margin-left: -56px !important;
}

._form_11 #fullname {
  width: 250px !important;
  border-radius: 5px !important;
  margin: 0 !important;
}

._form_11 input#email {
  width: 250px !important;
  padding: 12px !important;
}

button#_form_61_submit {
  text-transform: uppercase !important;
  font-weight: 500 !important;
  letter-spacing: 0.09rem !important;
  padding: 14px 24px !important;
  margin: 0 !important;
}

/* -------------------------------------------------------------------------------------- WEBINARS */

.presenter-imgs img {
  border: 2px solid white;
}

.second-presenter img {
  margin-left: -23px;
}

span.read-less-toggle,
span.read-more-toggle {
  color: #9a1e21;
  cursor: pointer;
  font-style: italic;
}

/* --------------------------------------------------------------------------------------  HIDE */
.audiobooks-pg .box-title {
  display: none;
}

/* -------------------------------------------------------------------------------------- LANDING PAGE */
.bg-landing-gifts {
  width: 100%;
  bottom: -7px;
  height: 128px !important;
}

/* --------------------------------------------------------------------------------------- TRADING TERMINAL */
.tt-bg-red {
  background: #d63232 !important;
}
/* ---------------------------------------------------------------------------------------  MEDIA QUERIES */

@media (min-width: 2300px) {
  .container-inner {
    max-width: 60vw;
  }
}

@media (max-width: 1700px) {
  .container-inner {
    max-width: 98vw;
  }

  .wrapper {
    max-width: 75vw !important;
  }
}

@media (max-width: 1500px) {
  hr.dotted-path-line {
    display: none;
  }
  ._form-content {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }
  input#email {
    width: 100%;
    /* max-width: 200px; */
  }
  ._form {
    padding: 0 0 18px 0 !important;
  }
  .mt-neg-13 {
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }

  .w-xl-75 {
    width: 70% !important;
  }
}

@media (max-width: 1228px) {
  .mentor-images img {
    width: 111px;
  }
}

@media (max-width: 1200px) {
  .wrapper {
    max-width: 100vw !important;
  }
  .mt-min-30 {
    margin-top: 10px;
  }
  .sub-page-title {
    font-size: 34px;
    line-height: 53px;
  }
  .h-800 {
    height: fit-content;
  }
}

@media (min-width: 992px) {
  .mt-lg-neg-5 {
    margin-top: -70px !important;
  }

  .g-lg-6 {
    gap: 6rem;
  }
}

@media (max-width: 992px) {
  .cube {
    background: #f7f7f7;
    border-radius: 20px;
    padding: 1rem;
    min-width: 250px !important;
  }
  .neg-mt-70 {
    margin-top: 1rem;
  }
  .carousel-testimonial-controls {
    height: 41px;
    bottom: 0 !important;
    position: inherit;
    left: 0;
    top: 397px;
  }

  ._form-content {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  ._inline-style input[type='text'] {
    width: 100% !important;
    max-width: 529px !important;
  }
  ._submit {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  iframe {
    max-width: fit-content;
  }
  .py-13 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  #backToTopBtn {
    right: 0px;
  }
  ._form_11 {
    margin-left: 0px !important;
  }
  .py-6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .d-grid.footer-button {
    display: block !important;
  }
  .hide-mobile {
    display: none;
  }
  .hero-retreat-thailand {
    height: 100%;
  }
}
@media (max-width: 576px) {
  .carousel-testimonial-controls {
    display: none;
  }
  .img-square {
    width: 250px;
    height: 250px;
    object-fit: cover;
  }
  .mentor-images img {
    width: 61px;
  }

  .container-inner {
    max-width: 100vw;
  }

  .title {
    font-size: 51px !important;
  }

  h2 {
    font-size: 23px;
    line-height: 2.1rem;
    max-width: 22ch;
    margin: 0 auto;
  }
  .fs-42 {
    font-size: 30px;
    line-height: normal;
  }
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: fit-content !important;
  }
  .px-sm-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
}

/* Custom dark theme overrides */
.bg-white {
  background-color: #0c0c0c !important;
}

.text-black,
.text-dark {
  color: white !important;
}

.text-lt-black {
  color: #cccccc !important;
}

/* Update borders for dark theme */
.border {
  border-color: #333333 !important;
}

/* Ensure all headings are white */
h1,
h2,
h3,
h4 {
  color: white !important;
}

/* Update link colors for better visibility */
a:not(.btn) {
  color: #ffffff;
}

a:not(.btn):hover {
  color: #cccccc;
}

/* Card backgrounds */
.card {
  background-color: #0c0c0c !important;
  color: white !important;
}

/* Bootstrap Modal overrides */
.modal-content {
  background-color: #ffffff !important;
  color: #000000 !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 20px !important;
}

.modal-header,
.modal-footer {
  border-color: #dee2e6 !important;
}

/* .modal-header {
  background-color: #ffffff !important;
} */

.modal-body {
  /* background-color: #ffffff !important; */
  padding: 2rem !important;
}

.modal-title {
  color: #000000 !important;
}

/* Form inputs in modal */
.modal input:not([type='submit']):not([type='button']),
.modal textarea,
.modal select {
  background-color: #f8f9fa !important;
  color: #000000 !important;
  border: 1px solid #ced4da !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
}

.modal input:not([type='submit']):not([type='button']):focus,
.modal textarea:focus,
.modal select:focus {
  background-color: #ffffff !important;
  color: #000000 !important;
  border-color: #9a1e21 !important;
  box-shadow: 0 0 0 0.2rem rgba(154, 30, 33, 0.25) !important;
}

.modal ::placeholder {
  color: #6c757d !important;
  opacity: 1;
}

/* Close button in modal */
.modal .btn-close {
  filter: invert(0);
}

/* Form inputs - Dark theme for main pages */
input:not([type='submit']):not([type='button']):not(.modal input),
textarea:not(.modal textarea),
select:not(.modal select) {
  /* background-color: #2a2a2a !important; */
  color: white !important;
  border-color: #444444 !important;
}

input:not([type='submit']):not([type='button']):not(.modal input):focus,
textarea:not(.modal textarea):focus,
select:not(.modal select):focus {
  background-color: #333333 !important;
  color: white !important;
  border-color: #9a1e21 !important;
}

/* Placeholder text */
::placeholder {
  color: #888888 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #888888 !important;
}

::-ms-input-placeholder {
  color: #888888 !important;
}

/* Price Chart Styles - Make cards readable */
.rounded-4 {
  background-color: #1a1a1a !important;
  color: white !important;
}

.text-lt-black {
  color: white !important;
}

.text-body-tertiary {
  color: #888888 !important;
}

/* Button outline styles - red border in normal state */
.btn-outline-dark {
  color: white !important;
  background-color: transparent !important;
  border: 1px solid #9a1e21 !important;
}

.btn-outline-dark:hover {
  background-color: #9a1e21 !important;
  border-color: #9a1e21 !important;
  color: white !important;
}

/* Price cards hover effect */
.hover-glide-up:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

/* Fix white backgrounds in price cards */
.list-group-item {
  background-color: #1a1a1a !important;
  color: white !important;
}

.list-group {
  background-color: transparent !important;
}

/* Fix text colors in lists */
.fs-small {
  color: white !important;
}

.text-body-tertiary .fs-small,
.text-body-tertiary.fs-small {
  color: #888888 !important;
}

/* Accordion Dark Theme Styles */
.accordion-item {
  background-color: #1a1a1a !important;
  border: 1px solid #333333 !important;
  color: white !important;
}

.accordion-button {
  background-color: #1a1a1a !important;
  color: white !important;
  border: none !important;
}

.accordion-button:not(.collapsed) {
  background-color: #1a1a1a !important;
  color: white !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
  background-color: #1a1a1a !important;
  color: white !important;
}

.accordion-button:hover {
  background-color: #252525 !important;
}

.accordion-body {
  background-color: #1a1a1a !important;
  color: #cccccc !important;
  border-top: 1px solid #333333 !important;
}

.accordion-button::after {
  filter: invert(1) brightness(2);
}

/* intl-tel-input dropdown tweaks: keep it above modals and constrained in height */
.iti__country-list {
  z-index: 21000 !important;
  /* overflow-y: auto !important; */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35) !important;
}

.iti__country-list .iti__country {
  white-space: nowrap;
}
.iti__search,
.iti__search-input,
.iti__country-list .iti__search {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
