@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 700; /* supports variable range if using woff2 variable */
  font-display: swap;
  src: url('/assets/fonts/inter/inter.woff2') format('woff2');
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.disNone {
  display: none;
}
.card-wrapper {
  max-width: 100%;
  margin: 0rem auto;
  border-radius: 1rem;
  position: relative;
}
.header {
  background-color: var(--bg, #a4b2ff);
  height: 140px;
  position: relative;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  z-index: 1;
}
.profile-img {
  width: 160px;
  height: 160px;
  background: white;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: var(--bc, #a4b2ff);
  position: relative;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.button-group {
  margin-bottom: auto;
}
.cardContainer {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  background: #fff;
  max-width: 400px;
  width: 100%;
  margin-top: 3rem;
  height: 100%;   /* important */
}
.pane {
  flex: 1;   /* make pane fill the container */
  display: flex;
  flex-direction: column;
  padding: 80px 2rem 1.5rem 2rem;
  background-color: var(--bg, white);
  position: relative;
  z-index: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  min-height: 600px;
}
.footer {
  margin-top: auto;  /* pushes it down */
  font-size: 0.75rem;
  color: var(--fc, #607d8b);
  padding: 1.6rem 1rem 0.5rem 1rem;
  text-align: center;
}
.name {
  font-weight: bold;
  font-size: 1.2rem;
  color: var(--fc, #1a237e);
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 0.8rem;
}
.title {
  font-size: 0.9rem;
  color: var(--fc, #5c6bc0);
  position: relative;
  z-index: 2;
  text-align: center;
}
.social-icons i.socialIcon {
  font-size: 1rem;
  margin: 0 8px;
  color: var(--fc, #92A2FF);
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.icon-circle .holder {
  display: flex;
}
.button-group .btn {
  text-align: center;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: auto;
  border-radius: 2rem;
  font-weight: 600;
  margin: 0 auto 0.5rem;
  background-color: var(--bg, #ff6b5e);
  color: var(--fc, white);
  transition: background-color 0.2s ease-in-out;
  position: relative;
  z-index: 2;
  max-width: 329px;
  cursor: pointer;
}
.button-group .btn {
  transition: filter 0.25s ease, box-shadow 0.25s ease;
}
.button-group .btn:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  filter: brightness(93%);
}
.dropTxt {
  display: none;
  background-color: var(--bg, #e6e9ff);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 0.8rem 1rem 1rem 1rem;
  font-size: 0.9rem;
  color: var(--fc, #333);
  margin: -0.5rem auto;
  line-height: 1rem;
  text-align: center;
  margin-bottom: 0.6rem;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.dropTxt-btn1, .dropTxt-btn2, .dropTxt-btn3, .dropTxt-btn4, .dropTxt-btn5, .dropTxt-btn6, .dropTxt-btn7, .dropTxt-btn8 {
  color: var(--fc, 333);
  background-color: var(--bg, #e6e9ff);
  border-color: var(--bc, transparent);
}
.dropTxt.open {
  display: block;
}
.footer a {
  color: var(--fc, #3f51b5);
  text-decoration: none;
}
.mx-drop {
  margin-left: 1rem;
  margin-right: 1rem;
}
.poweredBy img {
  width: 7rem;
  margin-left: 0.4rem;
  margin-bottom: -0.5rem;
}
.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--bg, #E3EAFF); /* light grey */
  margin: 0.2rem 0.3rem;
  transition: background-color 0.2s ease;
  transition: filter 0.25s ease, box-shadow 0.25s ease;
  color: var(--fc, #5c6bc0);
  font-size: 1rem;
}
.icon-circle:hover {
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  filter: brightness(93%);
}
.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
  margin: 0rem 1.5rem 1rem 1.5rem;
}
.card-grid .grid-item {
  background-color: var(--bg, #a4b2ff);
  border-radius: 0.75rem;
  height: 130px;
}
.slider-box {
  background-color: var(--bg, #a4b2ff);
  border-radius: 0.75rem;
  height: 200px;
  margin: 0 0 1.4rem 0;
}
.hvb {
  outline: 2px dashed transparent;  
  outline-offset: -2px;
  transition: all 0.2s ease-in-out;
  pointer-events: auto;
  position: relative;
}
a.hvb {
  text-decoration: none;
}
.outer {
  background-color: var(--bg, #C7D2FF);
  padding: 0;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
.btn-sm {
  padding: 0.25rem 0.5rem 0.3rem;
}
.itemHeader {
  font-size: 1.3rem;
  font-weight: 400;
  margin-left: 1.1rem;
  margin-bottom: 0.6rem;
  margin-top: 0.35rem;
  color: var(--fc, #495057);
}
.social-icons {
  margin: 1rem auto;
  min-height: 2rem;
  font-size: 0;
}
.slider-box.jx-slider,
.card-wrapper .jx-slider {
  width: 100%;
  overflow: hidden;
}
.jx-slider, .jx-slide, .jx-track {
  cursor: grab;
}
.jx-slider:active, 
.jx-slide:active, 
.jx-track:active {
  cursor: grabbing;
}
.jx-track {
  display: flex;
  width: 100%;
}
.jx-slide {
  flex: 0 0 100%;
  width: 100%;
}
.jx-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
