.web-app .masthead {
  color: white;
  padding-bottom: 0px;
  background-image: radial-gradient(
    circle farthest-corner at 2.3% 19.3%,
    rgb(52 55 193) 0%,
    rgb(44 156 195) 100.2%
  );
  background-image: url("/images/kalium/Banner.jpg");
}

p {
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.7;
}

h1 {
  color: white;
  font-size: 36px;
  padding: 15px 0;
  max-width: 520px;
  margin: 0 auto;
}

.breath h2 {
  font-size: 25px;
  margin-top: 30px;
  text-align: center;
}

h3 {
  font-size: 22px;
  font-weight: 600;
  color: #3658ff;
}

h4 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 21px;
  color: #3658ff;
}

h5 {
  font-size: 17px;
  font-weight: 500;
  color: #333;
}

li {
  font-size: 16px;
}

ul.tick {
  list-style: none;
  line-height: 2;
  font-size: 18px;
  text-indent: -20px;
  /* key property */
  margin-left: 20px;
  text-align: left;
}

ul.tick li:before {
  content: "\2714\0020";
  color: #04c904;
  font-size: 18px;
}

ul.tick2 li:before {
  background-image: url("../images/TNG_Logo_square_transparent_100.png");
  font-size: 18px;
}

ul.tick li {
  margin: 10px 0;
}

.grey-box {
  background-color: #fff;
  padding: 80px 30px 80px 10px;
  height: 452px;
}

.white-box {
  padding: 0px;
  text-align: center;
}

.col-md-6 {
  margin-top: 10px;
}

.col-md-6 img {
  max-height: 450px;
}

.footermenu h4 {
  color: #8d9dea;
}

.cta_button {
  background-color: #16a085;
}

p {
  font-size: 16px;
}

i {
  color: #3658ff;
}

.school-intro {
  border: 3px solid #5bc0de;
  padding: 20px 0 10px;
  margin-top: 0px;
  border-radius: 20px;
  width: 85%;
}

.speech {
  box-shadow: 3px 5px 10px #aaa;
  border: 2px solid #5bc0de;
  border-radius: 10px;
  padding: 15px;
  padding-left: 20px;
  margin: 20px;
  line-height: 40px;
  text-align: left;
}

.speech i {
  color: #333;
}

td {
  padding: 0 5px;
}

ul.tick li:before {
  content: "\2714\0020";
  color: #04c904;
  font-size: 16px;
}

ul.tick li {
  font-size: 16px;
}

.profile-image {
  height: 75px;
  margin-bottom: 5px;
  max-width: 100%;
  border-radius: 50px;
  /*border: 2px solid #3658ff;*/
  margin-top: 30px;
}

.profile-image-text {
  text-align: center;
  font-size: 14px;
}

.banner-image img {
  max-width: 300px;
  border: 3px solid #5bc0de;
  border-radius: 50%;
}

.school-logo {
  text-align: center;
}

.school-logo img {
  height: 175px;
  margin-bottom: 5px;
  max-width: 100%;
  padding: 0 10px;
}

.big-breath {
  margin-top: 80px;
  text-align: center;
}

.table1 td:before {
  content: "\2714\0020";
  color: #04c904;
  font-size: 18px;
}

/* ===== Customer Story Template (shared) ===== */

.cs-masthead {
  color: #fff;
  background-size: cover;
  background-position: center;
  padding: 56px 0 36px;
}

.cs-masthead-banner {
  background-image: url("/images/kalium/Banner.jpg");
}

.cs-masthead-inner {
  display: flex;
  align-items: center;
  margin: 30px auto !important;
}

.cs-eyebrow {
  margin: 0 0 8px;
  opacity: 0.9;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: white;
}

.cs-masthead-copy h1 {
  margin: 0;
  line-height: 1.15;
  font-size: 38px;
}

.cs-masthead-media img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 18px;
  border: 3px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  display: block;
  margin: 0 auto;
}

/* Overview row “card” (like your screenshot) */
.cs-overview-row {
  margin-top: 22px;
  margin-bottom: 10px;
  border-radius: 18px;
  overflow: hidden;
  background: #cfe1f7; /* light blue */
  border: 1px solid rgba(24, 60, 125, 0.12);
  align-items: center;
  display: flex;
}

.cs-overview-left,
.cs-overview-right {
  padding: 22px;
}

.cs-overview-left {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(24, 60, 125, 0.12);
}

.cs-overview-logo {
  max-width: 100%;
  max-height: 90px;
  object-fit: contain;
  filter: saturate(0.95);
}

.cs-overview-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
  color: #2a3a55;
  font-weight: 600;
}

.cs-overview-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cs-ico {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #2f5bff;
}

.cs-page {
  padding-top: 12px;
  padding-bottom: 40px;
}

.cs-section {
  margin-top: 22px;
  margin-bottom: 22px;
}

.cs-lead {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cs-bullets {
  padding-left: 18px;
  margin: 10px 0 14px;
}

.cs-kicker {
  margin-top: 16px;
  color: #3658ff;
  font-size: 22px;
  font-weight: 800;
}

.cs-glance {
  padding-left: 18px;
  margin: 10px 0 18px;
}

.cs-subsection {
  margin-top: 14px;
}

.cs-quote {
  margin: 18px 0 0;
  padding: 18px 18px;
  background: #fff;
  border: 1px solid #e7ecff;
  border-left: 6px solid #3658ff;
  border-radius: 14px;
  box-shadow: 0 10px 24px rgba(20, 40, 120, 0.06);
}

.cs-quote p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.6;
}

.cs-quote-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cs-quote-avatar {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
}

.cs-quote-name {
  font-weight: 800;
  color: #111;
}

.cs-quote-role {
  font-size: 13px;
  color: #666;
}

.cs-cta {
  margin-top: 30px;
  padding: 22px;
  border-radius: 18px;
  background: #f7f7ff;
  border: 1px solid #e8e8ff;
}

.cs-cta h2 {
  margin-top: 0;
  line-height: 1.25;
}

/* Responsive */
@media (max-width: 991px) {
  .cs-masthead-copy h1 {
    font-size: 30px;
  }
  .cs-overview-left {
    border-right: none;
    border-bottom: 1px solid rgba(24, 60, 125, 0.12);
  }
}

.cs-h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 20px;
  justify-content: center;
}

.cs-h2-ico {
  color: #3658ff;
  font-size: 24px;
  opacity: 0.95;
}

.tg-intro-box {
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    rgba(52, 55, 193, 0.08),
    rgba(44, 156, 195, 0.06)
  );
  border: 1px solid rgba(52, 55, 193, 0.14);
  padding: 14px 14px;
  margin: 16px -15px 18px -15px;
  max-width: 760px;
}

.center-column {
  margin: 30px auto;
}

.cs-subtitle {
  max-width: 760px;
  margin: 16px auto 0;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9); /* for masthead */
  font-weight: 400;
}

.cs-quote-avatar-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef2ff;
  color: #3658ff;
  font-weight: 700;
}

.customer-stories-page .masthead-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(135deg, #3658ff 0%, #2c9cc3 100%);
  background-image: url("/images/kalium/Banner.jpg");
  background-position: center;
  background-size: cover;
}

.customer-stories-page .masthead-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/images/kalium/Banner.jpg") center/cover no-repeat;
  opacity: 0.18;
  mix-blend-mode: overlay;
  pointer-events: none;
}

.customer-stories-page .hero-wrap {
  position: relative;
  z-index: 1;
}

.customer-stories-page h1 {
  color: #fff;
  line-height: 1.4;
  margin: 10px 0 12px;
}

.customer-stories-page .hero-sub {
  max-width: 980px;
  margin: 0 auto 10px;
  color: #fff;
  opacity: 0.95;
  font-size: 18px;
  line-height: 1.7;
}

.customer-stories-page .stories-shell {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 14px 0 30px;
  background: linear-gradient(90deg, rgba(52, 55, 193, 0.1), rgba(44, 156, 195, 0.08));
}

.customer-stories-page .story-col {
  padding: 20px 30px;
}

.customer-stories-page .testblock {
  position: relative;
  min-height: 340px;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border: 1px solid #dbe6ff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(20, 20, 60, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.customer-stories-page .testblock:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(20, 20, 60, 0.1);
}

.customer-stories-page .testblock:focus-within {
  outline: 3px solid #3658ff;
  outline-offset: 3px;
}

.customer-stories-page .testblock h4 {
  margin: 14px 0 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

.customer-stories-page .card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  color: transparent;
  text-decoration: none;
}

.customer-stories-page .story-avatar {
  width: 160px;
  height: 160px;
  max-width: 100%;
  margin-bottom: 5px;
  object-fit: cover;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
}

.customer-stories-page .story-logo {
  display: block;
  max-width: 100%;
  max-height: 160px;
  margin: 20px auto 5px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
}

.customer-stories-page .story-logo.tight {
  margin-top: 60px;
}

.customer-stories-page .cta-row {
  padding: 18px 0 10px;
  text-align: center;
}

.customer-stories-page .cta-row .btn {
  min-width: 180px;
  margin: 6px;
}

.hd-story-page .masthead-banner {
  background-image: url("/images/kalium/Banner.jpg");
}

.hd-story-page .masthead-copy {
  text-align: center;
}

.hd-story-page .school-logo-legacy {
  height: 175px;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 0 10px;
}

.hd-story-page .school-detail {
  font-size: 14px;
}

.hd-story-page .speech-quote-button {
  border: none;
  background: #fff;
}

.hd-story-page .speech-profile {
  text-align: center;
}

.hd-story-page .speech-profile-text {
  font-size: 14px;
  text-align: center;
}

.hd-story-page .accent-icon {
  color: #3658ff;
}
