html,
body {
  height: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family:
    "Segoe UI", "Helvetica Neue", Arial, Tahoma, Geneva, Verdana, sans-serif;
  background: #d9d8d8;
  overflow-y: auto;
  min-height: 100vh;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1200px;
  margin: 1.5% auto;
  padding: 0 2px;
}
.outercard {
  max-width: 950px;
  width: 100%;
  text-align: center;
  border-radius: 10px;
  border: 1px solid rgba(128, 128, 128, 0.95);
  box-sizing: border-box;
  box-shadow:
    2px 3px 20px 8px rgba(0, 0, 0, 0.2),
    0 4px 6px rgba(0, 0, 2, 0.4) !important;
}
.outer-card-inner-border {
  border: 1px solid #dde6f2;
  border-radius: 8px; /* closer to outercard's 10px */
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.innercard-header {
  width: 93%;
  max-width: 720px;
  background: #fff;
  padding: 20px 25px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow-x: hidden;
}
.innercard {
  width: 90%;
  max-width: 720px;
  background: #fff;
  padding: 20px 25px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow-x: hidden;
}
.responsive-header {
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  align-items: center; /* ensure vertical centering */
}
.logo-container {
  justify-content: center !important;
  background: none;
  gap: 8px;
  align-items: center; /* ensure logo and text are aligned vertically */
}
.logo-small {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}
.logo-text {
  margin-left: 0;
  padding-left: 0;
  line-height: 35px;
  font-weight: 700;
  font-size: 0.9rem;
  overflow: hidden;
}
.nav-links {
  justify-content: center !important;
  max-width: 90%;
  background: none;
  gap: 1.3rem;
  align-items: center; /* align nav links vertically */
}
.nav-link {
  position: relative;
  color: #6c757d;
  transition: color 0.3s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1.4px;
  bottom: 0;
  left: 0; /* background-color: #007bff;*/
  background-color: #d3d3d3;
  transition: width 0.4s ease;
}
.nav-link.active::after,
.nav-link:hover::after {
  width: 100%;
}
.scrollTopBtn {
  position: fixed;
  bottom: 16px;
  right: 22px;
  background-color: white;
  color: white;
  border-radius: 5px;
  padding: 0 2px;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.scrollTopBtn:hover {
  opacity: 1;
}
.font-family-oswald {
  font-family: "Oswald", sans-serif;
}
.font-family-roboto {
  font-family: Roboto, sans-serif;
}
.font-family-courier {
  font-family: "Courier", sans-serif;
}
.font-family-poppins {
  font-family: "Poppins", sans-serif !important;
}
h4.font-size-25rem {
  font-size: 2.5rem !important;
}
.font-size-25rem {
  font-size: 2.5rem !important; /* 40px */
}
.font-size-14rem {
  font-size: 1.4rem;
}
.font-size-13rem {
  font-size: 1.3rem;
}
.font-size-12rem {
  font-size: 1.2rem;
}
.font-size-11rem {
  font-size: 1.1rem;
}
.font-size-1rem {
  font-size: 1rem;
}
.font-size-09rem {
  font-size: 0.9rem;
}
.font-size-085rem {
  font-size: 0.85rem;
}
.font-size-08rem {
  font-size: 0.8rem;
}
.font-size-075rem {
  font-size: 0.75rem;
}
.font-size-07rem {
  font-size: 0.7rem !important;
}
.font-size-065rem {
  font-size: 0.65rem !important;
}
.font-size-06rem {
  font-size: 0.6rem;
}
.width-95 {
  width: 95%;
  margin: auto;
  margin-bottom: 4%;
}
.width-90 {
  width: 90%;
  margin: auto;
  margin-bottom: 4%;
}
.width-85 {
  width: 85%;
  margin: auto;
  margin-bottom: 4%;
}
.width-80 {
  width: 80%;
  margin: auto;
  margin-bottom: 4%;
}
.width-75 {
  width: 75%;
  margin: auto;
  margin-bottom: 4%;
}
.width-70 {
  width: 70%;
  margin: auto;
  margin-bottom: 4%;
}
.width-65 {
  width: 65%;
  max-width: 65%;
  margin: auto;
  margin-bottom: 4%;
}
.width-60 {
  width: 60%;
  max-width: 60%;
  margin: auto;
  margin-bottom: 4%;
}
.max-width-430 {
  max-width: 430px;
}
.max-width-185 {
  max-width: 185px;
}
.max-width-135 {
  max-width: 135px;
}
.max-width-120 {
  max-width: 120px;
}
.max-width-90 {
  max-width: 90px;
}
.top-margin-20rem {
  margin-top: 20rem;
}
.border-radius-05rem {
  border-radius: 0.5rem;
}
.underline-text {
  text-decoration: underline;
}
.underline-text-primary {
  color: #0d6efd;
  text-decoration: underline;
}
.justify-text {
  text-align: justify !important;
}
.text-shadow {
  text-shadow:
    0 0 6px rgba(255, 193, 7, 0.6),
    2px 2px 4px rgba(0, 0, 0, 0.5);
}
.row-end-shadow-img {
  height: 28px;
  overflow: hidden;
}
.row-end-shadow-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blue-bar {
  width: 100%;
  max-width: 800px;
  margin: auto;
  text-align: center;
  background-color: #093444;
  border-radius: 0.4rem;
  line-height: 1.4;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
}
input[readonly] {
  background-color: #f8f9fa; /* Very light gray, matches Bootstrap's bg-light */
  color: #6c757d; /* Optional muted text color */
  cursor: not-allowed; /* Show disabled cursor */
}
.alert.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.my-swalert-toast-success,
.my-swalert-toast-error {
  display: flex !important;
  overflow-x: hidden !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center !important;
  border: 1px solid white !important;
  box-shadow:
    0 6px 12px -4px rgba(0, 0, 0, 0.5),
    6px 0 12px -4px rgba(0, 0, 0, 0.4),
    -6px 0 12px -4px rgba(0, 0, 0, 0.4);
  border-radius: 12px !important;
  color: white !important;
  font-weight: 500 !important;
  font-size: 0.85rem;
  padding-top: 1.2em !important;
  padding-bottom: 1.1em !important;
}
.my-swalert-toast-success {
  background-color: #4f7942 !important; /* Your green */
}
.my-swalert-toast-error {
  background-color: #ffa52c !important; /* Your orange */
}
.my-swalert-toast-success .swal2-title,
.my-swalert-toast-error .swal2-title {
  text-align: center !important;
  width: 100%;
  display: block;
}
.my-swalert-toast-success .swal2-html-container,
.my-swalert-toast-error .swal2-html-container {
  text-align: center !important;
  width: 100%;
  display: block;
}
.my-swalert-toast-success .swal2-text,
.my-swalert-toast-error .swal2-text {
  text-align: center !important;
  width: 100%;
  display: block;
}
.adcard {
  background: #0c4a63;
  border: none;
  border-radius: 0.6rem;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.9);
  transition: transform 0.3s ease;
}
.adcard:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 16px rgba(44, 62, 80, 1);
}
.adcard-header {
  font-weight: 700;
  font-size: 1.25rem;
  color: #fdf9aa;
  background-color: transparent;
  border-bottom: none;
}
@media (max-width: 991.98px) {
  .container {
    max-width: 94% !important;
  }
  .innercard {
    width: 96%;
    overflow-x: hidden;
  }
  .responsive-header {
    flex-direction: column; /* stack vertically */
    align-items: center; /* center horizontally */
  }
  .logo-container {
    justify-content: center !important;
    margin-bottom: 1rem; /* add spacing below logo container */
    width: 100%; /* optional: take full width */
    background: none;
    gap: 1rem;
  }
  .nav-links {
    justify-content: center !important;
    max-width: 88%;
    background: none;
    gap: 1.3rem;
    align-items: center; /* align nav links vertically */
  }
  .font-size-14rem {
    font-size: 1.25rem;
  }
  .font-size-11rem {
    font-size: 0.9rem;
  }
  .font-size-1rem {
    font-size: 0.94rem;
  }
  .font-size-09rem {
    font-size: 0.85rem !important;
  }
  .font-size-08rem {
    font-size: 0.75rem !important;
  }
  .font-size-065rem {
    font-size: 0.63rem !important;
  }
  .font-size-06rem {
    font-size: 0.56rem !important;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 94% !important;
  }
  .innercard {
    width: 96%;
    overflow-x: hidden;
  }
  .responsive-header {
    flex-direction: column; /* stack vertically */
    align-items: center; /* center horizontally */
  }
  .logo-container {
    justify-content: center !important;
    margin-bottom: 1rem; /* add spacing below logo container */
    width: 100%; /* optional: take full width */
    background: none;
    gap: 1rem;
  }
  .nav-links {
    justify-content: center !important;
    max-width: 84%;
    background: none;
    gap: 1.1rem;
    align-items: center; /* align nav links vertically */
  }
  .font-size-14rem {
    font-size: 1.15rem;
  }
  .font-size-11rem {
    font-size: 0.85rem;
  }
  .font-size-1rem {
    font-size: 0.91rem;
  }
  .font-size-09rem {
    font-size: 0.81rem !important;
  }
  .font-size-08rem {
    font-size: 0.71rem !important;
  }
  .font-size-065rem {
    font-size: 0.6rem !important;
  }
  .font-size-06rem {
    font-size: 0.53rem !important;
  }
}
@media (max-width: 575.98px) {
  .container {
    max-width: 98% !important;
    padding-left: 6px;
    padding-right: 6px;
  }
  .innercard {
    width: 98%;
    overflow-x: hidden;
  }
  .nav-links {
    justify-content: center !important;
    max-width: 80%;
    background: none;
    gap: 1rem;
    align-items: center; /* align nav links vertically */
  }
  .font-size-14rem {
    font-size: 1.05rem;
  }
  .font-size-11rem {
    font-size: 0.8rem;
  }
  .font-size-1rem {
    font-size: 0.88rem;
  }
  .font-size-09rem {
    font-size: 0.76rem !important;
  }
  .font-size-08rem {
    font-size: 0.66rem !important;
  }
  .font-size-065rem {
    font-size: 0.5rem !important;
  }
}
.blue-bar-95 {
  width: 95%;
  max-width: 800px;
  margin: auto;
  text-align: center;
  background-color: #093444;
  border-radius: 0.4rem;
  line-height: 1.4;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
  -webkit-font-smoothing: antialiased; /* For better font smoothing on WebKit (Chrome, Safari) */
  -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
  text-rendering: optimizeLegibility; /* Enhances legibility */
}
.blue-bar-95 p {
  color: #fdf9aa;
  font-family: Oswald, Arial, sans-serif; /* add fallbacks for better support */
  font-size: 1.2rem;
  font-weight: 800;
  padding: 4px 15px;
  margin: 0;
  letter-spacing: 0.01em;
  white-space: nowrap;
  -webkit-text-stroke: 0.03em rgba(0, 0, 0, 0.15); /* subtle text stroke to crispen edges */
  text-shadow: none; /* remove text-shadow to avoid blurriness */
}
.video-arrows-img {
  width: 7vw;
}
.watch-video-text p {
  font-family: Oswald;
  font-weight: 700;
  font-size: 1.3rem;
  color: #993300;
  padding: 0;
  margin: 0;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.save-aff-links-text p {
  text-align: center;
  color: #374151;
  font-family: Oswald;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.1rem;
}
.video-block {
  position: relative;
  width: 100%;
  max-width: 689px;
  padding-bottom: 56.5%;
  box-sizing: border-box;
  font-size: 0;
  line-height: 0;
  margin: 0 auto 1rem;
  overflow: hidden;
  box-shadow: 0 0 4px 1px rgb(151, 151, 151);
  margin-bottom: 5.5rem;
}
.video-block article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-size: initial;
  line-height: initial;
  box-sizing: border-box;
}
.video-block iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0 auto;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  cursor: default;
}
#video-container {
  position: relative;
  width: 100%;
  max-width: 690px;
  height: 0;
  padding-bottom: calc(56.28%);
  box-shadow: 0 0 10px #000;
  overflow: hidden;
}
#video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#vimeo-player {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.controls {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0.1rem 0.2rem;
  background: rgba(0, 0, 0, 0.1);
  visibility: visible;
  height: auto;
  color: #fff;
  z-index: 10;
  left: 1vw;
  right: 1vw;
  margin: 0 auto;
  bottom: 0.2rem;
  border-radius: 0.6rem;
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
  justify-content: center; /* center buttons horizontally */
}
.controls.show {
  opacity: 0.7;
  pointer-events: auto;
}
.controls button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  flex: 0 0 auto;
  font-size: 1.4rem; /* icon size */
  margin: 0.1rem 0.2rem;
}
.progress-container {
  min-width: 40%;
  flex-grow: 1;
  height: 4px;
  background: rgba(0, 0, 0, 0.2);
  margin: auto;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  justify-content: center; /* center buttons horizontally */
}
.progress-bar {
  height: 95%;
  background: #ccc;
  width: 0%;
  border-radius: 4px;
}
.time {
  font-size: 0.75rem;
  font-weight: bold;
  margin-left: 0.3rem;
  margin-right: 0.2rem;
}
.yellow-btn-small-wpll {
  box-sizing: border-box;
  padding: 5px 12px;
  font-size: 1.3rem;
  line-height: 1.1rem;
  border-radius: 5px;
  border: none;
  background-color: rgb(255, 207, 59);
  font-weight: bold;
  font-family: Oswald, sans-serif;
  color: #000000;
  height: 2.5rem;
  cursor: pointer;
}
.yellow-btn-small-wpll:hover {
  background-color: rgb(240, 190, 40);
}
.z-index-2 {
  z-index: 2;
}
.template-title {
  background-color: #093444;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  width: fit-content;
  transform: translateY(50%);
  z-index: 1;
}
.template-border {
  border: 3px solid #093444;
  box-shadow: 0 0 4px 1px rgba(191, 196, 199, 1);
  position: relative;
  padding: 1rem 1.5rem 0.5rem 1.5rem; /* top right bottom left */
  z-index: 0;
}
.promolinkinput {
  border: 0.01rem solid lightgrey;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #f5faff;
  padding: 0.01rem;
  text-align: center;
}
.promolinkinput input {
  border: none;
  background: transparent;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #093444;
}
.promolinkbuttons {
  overflow: hidden;
  text-align: center;
}
.promolinkbuttons img {
  height: 30px;
}
.arrows-img {
  max-width: 10vw !important;
}
.ceg-logo-width {
  max-width: 12vw;
}
.join-btn {
  height: 3rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.3rem;
  padding: 0.35rem 0.75rem;
}
.afflink-input-with-buttons {
  width: 72%;
  max-width: 450px;
  border: 0.01rem solid lightgrey;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #f5faff;
  padding: 0.01rem;
}
.afflink-input-with-buttons input {
  border: none;
  background: transparent;
  text-align: center;
  font-size: 0.9rem;
}
.afflink-input-with-buttons input:focus {
  outline: none;
  box-shadow: none;
}
.afflink-input-with-buttons
  button:not(.btn-warning):not(.btn-primary):not(.btn-danger):not(
    .btn-success
  ):not(.btn-info):not(.btn-dark) {
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afflink-input-with-buttons img {
  height: 24px;
}
#afflink-Input {
  font-size: 0.65rem;
}
.ezc-logo-width {
  max-width: 7vw;
}
.tbp-logo-width {
  max-width: 6vw;
}
.ctc-logo-width {
  max-width: 3vw;
}
.cgn-logo-width {
  max-width: 6vw;
}
.snb-logo-width {
  max-width: 7vw;
}
.ll-logo-width {
  max-width: 6vw;
}
.text-brown {
  color: #993300;
  font-size: 0.9rem;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .container {
    max-width: 750px !important;
  }
  .innercard {
    overflow-x: hidden;
  }
  .logo-small {
    width: 30px;
    height: 30px;
    border-radius: 50%;
  }
  .blue-bar-95 {
    width: 95%;
    line-height: 1.2;
  }
  .blue-bar-95 p {
    font-size: 1rem;
  }
  .watch-video-text p {
    font-size: 1.4rem;
  }
  .save-aff-links-text p {
    font-size: 0.93rem;
  }
  .video-arrows-img {
    width: 15%;
  }
  .video-block {
    max-width: 100%; /* full width for mobile */
    padding-bottom: 56.25%; /* maintain 16:9 aspect ratio */
    margin-bottom: 3rem; /* less bottom margin for smaller screen */
  }
  #video-container {
    max-width: 100%; /* full width on mobile */
  }
  .controls {
    padding: 0.1rem 0.2rem;
    border-radius: 0.8rem;
  }
  .controls button {
    margin: 0.1rem 0.2rem;
    font-size: 1.8rem;
  }
  .progress-container {
    min-width: 30%;
  }
  .time {
    font-size: 0.65rem;
  }
  .yellow-btn-small-wpll {
    font-size: 1.2rem;
    height: 2.3rem;
  }
  .template-title {
    font-size: 1.1rem;
  }
  .arrows-img {
    max-width: 12vw;
  }
  .join-btn {
    height: 2.8rem;
    font-size: 1.2rem;
  }
  .afflink-input-with-buttons,
  .promolink-input-with-buttons p {
    width: 93%;
  }
  .text-brown {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 90% !important;
  }
  .innercard {
    width: 90%;
    overflow-x: hidden;
  }
  .watch-video-text p {
    font-size: 1.3rem;
  }
  .save-aff-links-text p {
    font-size: 0.89rem;
  }
  .controls button {
    margin: 0.1rem 0.2rem;
    font-size: 2rem;
  }
  .progress-container {
    min-width: 25%;
  }
  .time {
    font-size: 0.6rem;
  }
  .yellow-btn-small-wpll {
    font-size: 1.1rem;
    height: 2.1rem;
  }
  .template-title {
    font-size: 1.25rem;
  }
  .arrows-img {
    max-width: 15vw;
  }
  .join-btn {
    height: 2.6rem;
    font-size: 0.9rem;
  }
  .afflink-input-with-buttons,
  .promolink-input-with-buttons p {
    width: 96%;
  }
  .text-brown {
    font-size: 0.75rem;
  }
}
@media (max-width: 575.98px) {
  .watch-video-text p {
    font-size: 1rem;
  }
  .save-aff-links-text p {
    font-size: 0.85rem;
  }
  .controls button {
    margin: 0.1rem 0.2rem;
    font-size: 2.2rem;
  }
  .progress-container {
    min-width: 22%;
  }
  .time {
    font-size: 0.55rem;
  }
  .yellow-btn-small-wpll {
    font-size: 1rem;
    height: 2rem;
  }
  .template-title {
    font-size: 1.15rem;
  }
  .arrows-img {
    max-width: 20vw;
  }
  .join-btn {
    height: 2.4rem;
    font-size: 0.8rem;
  }
  .afflink-input-with-buttons,
  .promolink-input-with-buttons p {
    width: 99%;
  }
  .text-brown {
    font-size: 0.7rem;
  }
}
.blue-bar-65 {
  display: flex; /* enables flexbox */
  align-items: center; /* vertically centers content */
  justify-content: center; /* horizontally centers content */
  width: 65%;
  font-size: 1.3rem;
  max-width: 800px;
  background-color: #093444;
  border-radius: 0.4rem;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
  color: #fdf9aa;
  font-family: Oswald;
  font-weight: 700;
  line-height: 1rem;
  padding: 0.7rem;
  margin: auto;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.blue-bar-65 p {
  margin: 0;
}
.text-seagreen {
  color: #00828f !important;
  font-size: 1.3rem;
  text-shadow: 0.05rem 0.05rem 0.1rem #ffd700;
}
.register-btn {
  display: flex; /* enables flexbox */
  align-items: center; /* vertically centers content */
  justify-content: center; /* horizontally centers content */
  width: 98%;
  font-size: 1.25rem;
  max-width: 800px;
  background-color: #093444;
  border-radius: 0.4rem;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
  color: #fdf9aa;
  font-family: Oswald;
  font-weight: 700;
  line-height: 1rem;
  padding: 0.6rem;
  margin: auto;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.recaptcha-outerdiv {
  position: relative;
  height: 75px;
}
.recaptcha-innerdiv {
  position: relative;
  transform: scale(0.65);
  transform-origin: 49% 19%;
}
.register-btn p {
  margin: 0;
}
@media (max-width: 991.98px) {
  .blue-bar-65 {
    width: 70%;
    font-size: 1.1rem;
    padding: 0.6rem;
  }
  .text-seagreen {
    font-size: 1rem;
  }
  .font-size-13rem {
    font-size: 1rem;
  }
  .font-size-1rem {
    font-size: 0.96rem;
  }
}
@media (max-width: 767.98px) {
  .blue-bar-65 {
    width: 77%;
    font-size: 1rem;
    padding: 0.5rem;
  }
  .font-size-13rem {
    font-size: 0.92rem;
  }
  .font-size-1rem {
    font-size: 0.92rem;
  }
}
@media (max-width: 575.98px) {
  .blue-bar-65 {
    width: 85%;
    font-size: 0.95rem;
    padding: 0.4rem;
  }
  .font-size-13rem {
    font-size: 0.85rem;
  }
  .font-size-1rem {
    font-size: 0.88rem;
  }
}
@media (max-width: 475.98px) {
  .blue-bar-65 {
    width: 90%;
    font-size: 0.9rem;
    padding: 0.3rem;
  }
  .font-size-13rem {
    font-size: 0.8rem;
  }
  .font-size-1rem {
    font-size: 0.83rem;
  }
}
.accordion-item {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  border-radius: 6px;
  overflow: hidden;
}
.accordion-button {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  font-size: 0.75rem;
  line-height: 2;
  font-weight: 500;
  background-color: #f8f9fa;
  border: none;
  transition: 0.3s ease;
}
.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #093444;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(9, 52, 68, 0.25);
  border-color: #093444;
}
.accordion-collapse {
  text-align: left;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  font-size: 0.5rem;
  line-height: 1.1;
}
.accordion-body {
  padding: 0.75rem 1rem;
  background-color: #ffffff;
  color: #495057;
  line-height: 1.3;
  font-size: 0.7rem;
}
.blue-bar-60 {
  width: 60%;
  max-width: 800px;
  margin: auto;
  text-align: center;
  background-color: #093444;
  border-radius: 0.4rem;
  line-height: 1.4;
  display: inline-block;
  box-shadow: 0 2px 8px rgba(44, 62, 80, 0.07);
}
