@font-face {
  font-family: 'Crimson Text';
  src: url('/fonts/CrimsonText-Regular.woff2') format('woff2'),
       url('/fonts/CrimsonText-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* important to control FOUT */
}

@font-face {
  font-family: 'Crimson Text';
  src: url('/fonts/CrimsonText-SemiBold.woff2') format('woff2'),
       url('/fonts/CrimsonText-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap; /* important to control FOUT */
}

@font-face {
  font-family: 'Crimson Text';
  src: url('/fonts/CrimsonText-Bold.woff2') format('woff2'),
       url('/fonts/CrimsonText-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Crimson Text';
  src: url('/fonts/CrimsonText-Italic.woff2') format('woff2'),
       url('/fonts/CrimsonText-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Crimson Text';
  src: url('/fonts/CrimsonText-SemiBoldItalic.woff2') format('woff2'),
       url('/fonts/CrimsonText-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap; /* important to control FOUT */
}

@font-face {
  font-family: 'Crimson Text';
  src: url('/fonts/CrimsonText-BoldItalic.woff2') format('woff2'),
       url('/fonts/CrimsonText-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap; /* important to control FOUT */
}




.inter {
  color: #333;
  padding: 2rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 2rem auto;
  border-radius: 8px;
}


.inter h1 {

  font-size: 3.2rem;
  font-weight: 700; /* Bold heading */
  margin-top: 44px;
  margin-bottom: -1.5rem;
  letter-spacing: -2px;
  line-height: 1;
}

.inter h2 {
  font-size: 2.1rem;
  font-weight: 600; /* Semi-bold subheading */
  margin-top: 22px;
  margin-bottom: -2px;
  letter-spacing: -0.6px;
  line-height: 1;
}

.inter h3 {
  font-weight: 400; /* Semi-bold subheading */
  font-size: 17px;
  line-height: 1.4;
  max-width: 360px;
  margin-bottom: -225px;
}
@media (max-width: 985px) {
  .inter h3 {
  font-weight: 400; /* Semi-bold subheading */
  font-size: 17px;
  line-height: 1.4;
  max-width: 280px;
  margin-bottom: -275px;
}
}

@media (max-width: 873px) {
  .inter h3 {
  font-weight: 400; /* Semi-bold subheading */
  font-size: 17px;
  line-height: 1.4;
  max-width: 360px;
  margin-bottom: -225px;
}
}
@media (max-width: 728px) {
.inter h1 {

  font-size: 2.9rem;
  font-weight: 700; /* Bold heading */
  margin-top: 44px;
  margin-bottom: -1.5rem;
  letter-spacing: -2px;
  line-height: 1;
}

.inter h2 {
  font-size: 1.6rem;
  font-weight: 600; /* Semi-bold subheading */
  margin-top: 22px;
  margin-bottom: -2px;
  letter-spacing: -0.6px;
  line-height: 1;
}

  .inter h3 {
  font-weight: 400; /* Semi-bold subheading */
  font-size: 17px;
  line-height: 1.4;
  max-width: 360px;
  margin-bottom: -25px;
}
}

@media (max-width: 480px) {

.inter h1 {

  font-size: 2.6rem;
  font-weight: 700; /* Bold heading */
  margin-top: 44px;
  margin-bottom: -1.5rem;
  letter-spacing: -2px;
  line-height: 1;
}

.inter h2 {
  font-size: 1.4rem;
  font-weight: 600; /* Semi-bold subheading */
  margin-top: 22px;
  margin-bottom: -2px;
  letter-spacing: -0.6px;
  line-height: 1;
}

  .inter h3 {
  font-weight: 400; /* Semi-bold subheading */
  font-size: 17px;
  line-height: 1.4;
  max-width: 360px;
  margin-bottom: -25px;
}
}


/* Shared bubble styling */
.message {
position: relative;
  padding-top: 0px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 16px;
  margin: 10px 0;
  clear: both;
}

.message p{
font-family: 'Inter', sans-serif;

}

/* Interviewer bubbles on the left */
.message.interviewer {

  font-size: 0.80rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  background: #ffffff;
  float: left;
  text-align: left;
  
  max-width: 90%;
}

/* Your bubbles on the right */
.message.me {

  font-size: 0.80rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  background: #ded7c5; /* a warm off-white, adjust if you like */
  float: right;
  text-align: left;
  max-width: 90%;
}

/* Fix float overflow */
.inter::after {
  content: "";
  display: table;
  clear: both;
}
.message.imagetemp {

font-family: 'Inter', sans-serif;
  font-weight: 700; /* Bold heading */
  color: #eeeeee;
  font-size: 0.7rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  background: #a9a9a9; /* a warm off-white, adjust if you like */
  float: right;
  text-align: left;
  max-width: 40%;
}
.bubble-video {
  max-width: 295px;
  height: auto;
  display: block;
  margin-top: 0.6rem;
  margin-left: 0.6rem;
  margin-right: 0.6rem;
  border-radius: 1rem; /* same as your message bubbles */
  overflow: hidden;
  float: right;
  text-align: left;
}
.bubble-img {
  max-width: 295px;
  height: 295px;
  display: block;
  border-radius: 1rem; /* same as your message bubbles */
  overflow: hidden;
  float: right;
  text-align: left;
}

.bubble-end {
  max-width: 99%;
  padding-top: 50px;
  height: 295px;
  display: block;
  border-radius: 1rem; /* same as your message bubbles */
  overflow: hidden;
  float: right;
  text-align: left;
}

.bubble-end p em {
  font-size: 1rem;
  font-style: italic;
  vertical-align: 2px; /* try 1px–3px, adjust to taste */
}

.bubble-tail {
  position: absolute;
  width: 30px;  /* or your PNG size */
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.bubble-tail.left {
  background-image: url('tail-left.png');
  left: -19px; /* adjust as needed */
  bottom: -1px; /* tweak to align nicely */
}

.bubble-tail.right {
  background-image: url('tail-right.png');
  right: -13px; /* adjust as needed */
  bottom: -1px;
}

.message .caption {
  font-size: 0.8rem;
  color: #555;
  margin-top: 0.5rem;
}

.inter-info-detail p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.inter-info-detail ul {
  list-style: disc; /* or square, circle, none */
  padding-left: 1.5rem; /* indent */
}

.inter-info-detail ol {
  list-style: decimal; /* or lower-alpha, lower-roman, etc */
  padding-left: 1.5rem;
}

.inter-info-detail li {
  margin-bottom: 0.5rem; /* spacing between items */
}

.inter-info-detail blockquote {
  border-left: 4px solid #000;
  padding-left: 1rem;
  margin: 2rem 0;
  font-style: italic;
}

.inter-info-detail .cta-block {
  margin: 4rem 0;
  text-align: center;
}

.inter-info-detail .cta-button {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 4px;
}

.inter-info-detail img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2rem 0;
}

.inter-columns {
  display: flex;
  gap: 4rem; /* space between columns */
  position: relative;
}

.inter-column {
  flex: 1;
}

.inter-column.left {
  padding-left: 2rem; /* adjust as needed, e.g. 32px */
}

/* Left divider */
.inter-columns::before {
  content: "";
  position: absolute; 
  margin-right: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: #b7a680;
}

/* Middle divider */
.inter-columns::after {
  content: "";
  position: absolute;
  
  margin-left: 10px;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #b7a680;
  transform: translateX(-50%);
}

.inter-divider {
  border: none;
  border-top: 2px solid #b7a680; /* subtle line */
  margin-top: 35px;
  margin-bottom: -10px;
}

.inter-dividerB {
  border: none;
  border-top: 2px solid #b7a680; /* subtle line */
  margin-top: 15px;
  margin-bottom: -10px;
}

.inter-info-detail h1 em {
  font-style: italic;
  vertical-align: 2px; /* try 1px–3px, adjust to taste */
}

.carousel {
  background: transparent;
}

.carousel-cell {
  margin-right: 10px; /* gap between images */
}

.carousel-cell img {
  height: 300px;   /* your fixed height */
  width: auto;     /* keep natural width */
  display: block;
}

@media (max-width: 768px) {
  .inter-columns {
    flex-direction: column;
  }

  .inter-columns::before,
  .inter-columns::after {
    display: none;
  }

  .inter-column {
    margin-bottom: 2rem;
  }
}