nav ul li a:hover,
nav ul li a:focus {
  color: #3263b0 !important;
}

/* Testimonial */
.jb-testimonials-section {
  width: 100%;
  padding: 30px 20px 38px;
  box-sizing: border-box;
}

.jb-testimonials-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px 1fr;
  column-gap: 34px;
  align-items: center;
}

.jb-testimonials-title {
  width: 300px;
}

.jb-title-blue,
.jb-title-green {
  font-weight: 700;
  line-height: 0.98;
  margin: 0;
}

.jb-title-blue {
  font-size: 44px;
  color: #3667b1;
}

.jb-title-green {
  font-size: 44px;
  color: #4f9448;
  margin-top: 6px;
}

.jb-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 22px;
  row-gap: 22px;
}

.jb-testimonial-card {
  background: #edf1f5;
  border-radius: 28px;
  box-shadow: 10px 10px 22px rgba(125, 130, 160, 0.16);
  padding: 18px;
  height: 250px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.jb-testimonial-content {
  width: 100%;
}

.jb-testimonial-quote {
  font-size: 14px;
  line-height: 1.22;
  color: #5d5d5d;
  font-style: italic;
}

.jb-testimonial-name {
  font-size: 13px;
  line-height: 1.24;
  color: #5d5d5d;
  margin-top: 14px;
}

/* Tablet */
@media (max-width: 1024px) {
  .jb-testimonials-wrap {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

  .jb-testimonials-title {
    width: 100%;
    text-align: center;
  }

  .jb-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobile */
@media (max-width: 767px) {
  .jb-testimonials-section {
    padding: 24px 16px 30px;
  }

  .jb-title-blue,
  .jb-title-green {
    font-size: 34px;
    line-height: 1;
  }

  .jb-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .jb-testimonial-card {
    height: auto;
    min-height: 180px;
    padding: 16px;
  }

  .jb-testimonial-quote {
    font-size: 14px;
    line-height: 1.35;
  }

  .jb-testimonial-name {
    font-size: 13px;
    line-height: 1.35;
    margin-top: 12px;
  }
}

/* Entry */
.jb-dual-entry-section {
  width: 100%;
  padding: 28px 20px;
  box-sizing: border-box;
}

.jb-dual-entry-wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.jb-entry-card {
  background: #edf1f5;
  border-radius: 30px;
  padding: 28px 26px 24px;
  box-shadow: 0 14px 28px rgba(71, 86, 114, 0.12);
  box-sizing: border-box;
  text-align: center;
}

.jb-entry-title {
  margin: 0 0 18px 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  color: #4a4a4a;
  text-align: center;
}

.jb-entry-image-wrap {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.jb-entry-image {
  max-width: 100%;
  max-height: 170px;
  width: auto;
  height: auto;
  display: block;
}

.jb-entry-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.jb-entry-button {
  display: inline-block;
  text-decoration: none;
  background: #3667b1;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 14px 36px;
  border-radius: 14px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.jb-entry-button:hover {
  transform: translateY(-2px);
  opacity: 0.95;
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1024px) {
  .jb-dual-entry-wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .jb-entry-image-wrap {
    height: 160px;
    margin-bottom: 18px;
  }

  .jb-entry-image {
    max-height: 150px;
  }

  .jb-entry-button {
    font-size: 18px;
    padding: 12px 28px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .jb-dual-entry-section {
    padding: 20px 16px;
  }

  .jb-entry-card {
    border-radius: 22px;
    padding: 20px 18px 18px;
  }

  .jb-entry-title {
    font-size: 20px;
    margin-bottom: 14px;
  }

  .jb-entry-image-wrap {
    height: 130px;
    margin-bottom: 16px;
  }

  .jb-entry-image {
    max-height: 120px;
  }

  .jb-entry-buttons {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .jb-entry-button {
    font-size: 17px;
    padding: 12px 24px;
    border-radius: 12px;
  }
}

/* Highlight */
.jb-highlights-section {
  width: 100%;
  padding: 40px 20px 60px;
  box-sizing: border-box;
}

.jb-highlights-wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.jb-highlights-title {
  color: #3667b1;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 26px;
}

.jb-highlights-hero-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 34px;
}

.jb-highlights-hero-image {
  max-width: 100%;
  width: 420px;
  height: auto;
  display: block;
}

.jb-highlights-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.jb-highlights-info-card {
  background: #edf1f5;
  border-radius: 28px;
  box-shadow: 0 14px 28px rgba(125, 130, 160, 0.16);
  padding: 34px 28px;
  box-sizing: border-box;
  text-align: center;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jb-highlights-info-title {
  display: inline-block;
  background-color: #3667b1; /* 蓝色背景 */
  color: #ffffff; /* 白色文字 */
  font-size: 20px; /* 按钮文字大小，可按需要调整 */
  font-weight: 700;
  text-decoration: none;
  padding: 14px 36px; /* 上下左右内边距 */
  border-radius: 14px; /* 圆角 */
  line-height: 1.2;
  margin: 0 auto 24px; /* 底部间距 */
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.jb-highlights-info-title:hover {
  transform: translateY(-2px);
  opacity: 0.95;
  color: #ffffff; /* hover 仍保持白字 */
}

.jb-highlights-info-text {
  color: #4a4a4a;
  font-size: 17px;
  line-height: 1.5;
  max-width: 420px;
  margin: 0 auto;
}

/* Tablet */
@media (max-width: 1024px) {
  .jb-highlights-wrap {
    max-width: 920px;
  }

  .jb-highlights-title {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .jb-highlights-hero-image {
    width: 360px;
  }

  .jb-highlights-info-grid {
    gap: 20px;
  }

  .jb-highlights-info-card {
    min-height: 220px;
    padding: 28px 22px;
  }

  .jb-highlights-info-title {
    font-size: 18px;
    padding: 14px 26px;
    margin-bottom: 20px;
  }

  .jb-highlights-info-text {
    font-size: 16px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .jb-highlights-section {
    padding: 28px 16px 36px;
  }

  .jb-highlights-title {
    font-size: 30px;
    margin-bottom: 18px;
  }

  .jb-highlights-hero-wrap {
    margin-bottom: 24px;
  }

  .jb-highlights-hero-image {
    width: 100%;
    max-width: 320px;
  }

  .jb-highlights-info-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .jb-highlights-info-card {
    border-radius: 22px;
    min-height: auto;
    padding: 24px 18px;
  }

  .jb-highlights-info-title {
    font-size: 17px;
    padding: 12px 22px;
    border-radius: 12px;
    margin-bottom: 16px;
  }

  .jb-highlights-info-text {
    font-size: 15px;
    line-height: 1.45;
  }
}

/* About us */
.jb-about-section {
  width: 100%;
  background: transparent;
  padding: 42px 24px 50px;
  box-sizing: border-box;
}

.jb-about-wrap {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.jb-about-title {
  color: #3667b1;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 42px;
}

.jb-about-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 36px;
}

.jb-about-stat-card {
  background: #edf1f5;
  border-radius: 18px;
  padding: 24px 18px 22px;
  box-sizing: border-box;
  text-align: center;
}

.jb-about-stat-icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #58944f;
  margin: 0 auto 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jb-about-stat-icon i {
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
}

.jb-about-stat-number {
  color: #3667b1;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 6px;
}

.jb-about-stat-label {
  color: #3667b1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.jb-about-button-wrap {
  text-align: center;
}

.jb-about-button {
  display: inline-block;
  background: #3667b1;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 14px;
  line-height: 1.2;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.jb-about-button:hover {
  transform: translateY(-2px);
  opacity: 0.95;
  color: #ffffff;
}

/* Tablet */
@media (max-width: 1024px) {
  .jb-about-section {
    padding: 36px 20px 42px;
  }

  .jb-about-title {
    font-size: 38px;
    margin-bottom: 32px;
  }

  .jb-about-stats-grid {
    gap: 16px;
    margin-bottom: 28px;
  }

  .jb-about-stat-card {
    padding: 20px 16px 18px;
  }

  .jb-about-stat-icon {
    width: 72px;
    height: 72px;
  }

  .jb-about-stat-icon i {
    font-size: 30px;
  }

  .jb-about-stat-number {
    font-size: 22px;
  }

  .jb-about-stat-label {
    font-size: 16px;
  }

  .jb-about-button {
    font-size: 18px;
    padding: 12px 28px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .jb-about-section {
    padding: 28px 16px 34px;
  }

  .jb-about-title {
    font-size: 32px;
    margin-bottom: 24px;
  }

  .jb-about-stats-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 22px;
  }

  .jb-about-stat-card {
    border-radius: 16px;
    padding: 18px 14px;
  }

  .jb-about-stat-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 10px;
  }

  .jb-about-stat-icon i {
    font-size: 26px;
  }

  .jb-about-stat-number {
    font-size: 20px;
    margin-bottom: 4px;
  }

  .jb-about-stat-label {
    font-size: 15px;
  }

  .jb-about-button {
    font-size: 17px;
    padding: 12px 24px;
    border-radius: 12px;
  }
}

/* Our Story Page */
.jb-our-story {
  padding: 0;
  background: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

.jb-our-story-inner {
  display: flex;
  align-items: stretch;
  gap: 20px;
  max-width: 1500px;
  margin: 0 auto;
}

.jb-our-story-image {
  position: relative;
  flex: 0 0 41%;
  min-height: 760px;
  overflow: hidden;
}

.jb-our-story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(1.03) saturate(0.9);
}

.jb-our-story-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(232, 237, 248, 0.45);
}

.jb-our-story-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}

.jb-our-story-overlay h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 88px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1px;
}

.jb-our-story-content {
  flex: 1;
  padding: 14px 10px 14px 0;
  color: #555555;
}

.jb-our-story-content p {
  margin: 0 0 18px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  line-height: 1.45;
  font-weight: 400;
  color: #5b5b5b;
}

/* laptop */
@media (max-width: 1366px) {
  .jb-our-story-overlay h2 {
    font-size: 72px;
  }

  .jb-our-story-content p {
    font-size: 17px;
  }

  .jb-our-story-image {
    min-height: 680px;
  }
}

/* tablet */
@media (max-width: 1024px) {
  .jb-our-story-inner {
    flex-direction: column;
    gap: 0;
  }

  .jb-our-story-image {
    flex: none;
    min-height: 520px;
  }

  .jb-our-story-content {
    padding: 30px 20px 10px;
  }

  .jb-our-story-overlay h2 {
    font-size: 64px;
  }
}

/* mobile */
@media (max-width: 767px) {
  .jb-our-story-image {
    min-height: 380px;
  }

  .jb-our-story-overlay h2 {
    font-size: 46px;
  }

  .jb-our-story-content {
    padding: 24px 16px 0;
  }

  .jb-our-story-content p {
    font-size: 15px;
    line-height: 1.65;
  }
}