  /****************************************************************************************** 
  Responsive Media
   *******************************************************************************************/
  @media (max-width: 1000px) {
      #menu {
          display: none !important;
      }

      #site-header {
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          padding-top: 3rem;
      }

      #webinar-banner {
          padding: 25px !important;
      }

      #languages {
          position: static !important;
          order: -1;
          justify-content: center;
      }

      .mobile-menu-icon {
          display: block !important;
      }

      #header-section {
          padding: 0px 30px 30px 30px !important;

      }

      .footer-menu {
          flex-direction: column !important;
          text-align: center;
          line-height: 20px !important;
      }

      #footer-logo {
          margin-right: 0px !important;
      }

      #sign-in-container {
          display: none !important;
      }

      #sign-in-btn {
          display: none !important;
      }

      #header-wrapper {
          justify-content: space-between !important;
          /* padding: 0px 20px !important; */
      }
  }

  @media (max-width: 600px) {

      #page-section-grey,
      #page-section-white {
          padding: 30px 15px !important;

      }
  }


  #webinar-menu-wrapper {
      display: inline-flex;
      justify-content: center;
      background: steelblue;
      border-radius: 50px;
      padding: 6px;
      gap: 4px;
      margin-bottom: 40px;
  }

  #webinar-menu-left,
  #webinar-menu-right {
      padding: 8px 25px;
      border-radius: 50px;
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      transition: all 0.3s ease;
      border: none;
      cursor: pointer;
  }

  .webinar-menu-active {
      background: #ffffff;
      color: #000;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .webinar-menu-inactive {
      background: transparent;
      color: #fff;
  }

  #video-wrapper {
      max-width: 700px;
      margin: 30px auto 0;
      padding: 0;
  }

  .webinar-archive-title {
      text-align: center;
      font-weight: bold;
      font-size: 23px;
      color: #EF662F;
  }

  .webinar-archive-language {
      text-align: center;
      font-weight: bold;
      font-size: 18px;
      margin-top: 15px;
      color: #444;
  }

  #to-be-announced {
      text-align: center;
      font-weight: bold;
      font-size: 23px;
      margin-top: 30px;
      color: #EF662F;

  }

  /****************************************************************************************** 
   FAQ Page
   *******************************************************************************************/
  .faq-category {
      text-align: center;
      /* color: #fff; */
      padding: 10px 0px;
      font-size: 25px;
      background-color: #56C5D8;
  }

  .faq-question {
      font-size: clamp(1rem, 2.5vw, 1.6rem);
      color: #923A8E;
      text-align: center;
      max-width: 1000px;
      margin: 0 auto;
      line-height: 1.5;
      margin-top: 30px;
      margin-bottom: 10px;
      font-weight: bold;
  }

  #faq-link {
      color: #ED6731;
      font-weight: bold;
      text-decoration: underline;
  }

  /****************************************************************************************** 
   Website Consent Banner
   *******************************************************************************************/
  #cc-mini {
      position: fixed;
      left: 1rem;
      right: 1rem;
      bottom: 1rem;
      z-index: 99999;
      max-width: 720px;
      margin: 0 auto;
      padding: .9rem;
      border-radius: 12px;
      background: #fff;
      border: 1px solid #e5e7eb;
      box-shadow: 0 6px 24px rgba(0, 0, 0, .08);
      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      font-size: 14px;
      line-height: 1.4;
      color: #0f172a
  }

  #cc-mini p {
      margin: 0 0 .6rem
  }

  #cc-mini .row {
      display: flex;
      gap: .5rem;
      flex-wrap: wrap;
      align-items: center
  }

  #cc-mini .row .spacer {
      flex: 1
  }

  #cc-mini button {
      padding: .45rem .8rem;
      border-radius: 8px;
      border: 1px solid #e5e7eb;
      background: #f8fafc;
      cursor: pointer
  }

  #cc-mini .primary {
      background: #2563eb;
      color: #fff;
      border-color: #2563eb
  }

  #cc-mini a {
      color: #2563eb;
      text-decoration: none
  }

  #cc-mini a:hover {
      text-decoration: underline
  }

  /****************************************************************************************** 
   Webinars
   *******************************************************************************************/

  #webinar-banner {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 15px;
      /* background-color: #EF662F; */
      background-color: #923A8E;
      color: #fff;
      padding: 15px;
      font-size: 18px;
      flex-wrap: wrap;
  }

  .webinar-section {
      text-align: center;
      max-width: 1000px;
      margin: 0 auto;
      line-height: 1.5;
      margin-top: 30px;
      background-color: #fbf8f8;
      padding: 20px 20px 30px 20px;
      border: 1px solid #ddd;
      border-radius: 10px;
  }

  .webinar-section-detail {
      text-align: center;
      max-width: 1000px;
      margin: 0 auto;
      line-height: 1.5;
  }

  .webinar-section hr,
  .webinar-section-detail hr {
      max-width: 600px;
  }

  .webinar-title {
      font-size: 23px;
      font-weight: bold;
      color: #EF662F;
      margin-bottom: 20px !important;
      text-decoration: underline;
  }

  .webinar-title-detail {
      font-size: 23px;
      font-weight: bold;
      color: #EF662F;
      margin-bottom: 20px;
  }

  .webinar-description {
      font-size: clamp(1rem, 2.5vw, 1.2rem);
      margin-top: 20px;
  }

  .webinar-date-time-wrapper {
      padding: 10px 0px;
  }

  .webinar-date-time {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-bottom: 15px;
  }

  .webinar-date-wrapper,
  .webinar-time-wrapper {
      display: flex;
      align-items: center;
      gap: 10px;
  }

  .webinar-date,
  .webinar-time {
      font-weight: bold;
      font-size: 18px;
  }

  .webinar-learn-more {
      margin-top: 30px;
  }

  .webinar-learn-more-btn {
      background-color: #EF662F;
      padding: 10px 15px;
      border-radius: 5px;
  }

  .webinar-details {
      background-color: #fbf8f8;
      padding: 10px 20px;
      border-radius: 10px;
      margin-top: 10px;
      border: 1px solid #ddd;

  }

  .webinar-details ul {
      padding: 0px;
      margin: 0px;
  }

  .webinar-details li {
      list-style: none;
      font-size: clamp(1rem, 2.5vw, 1.2rem);
      font-weight: bold;
      line-height: 25px;
      border-bottom: 1px solid #ddd;
      padding: 10px 0px;
  }

  .webinar-details li:last-child {
      border-bottom: none;
  }

  /*********************************************************
   Webinar Registration
   **********************************************************/

  .webinar-registration-detials {
      border: 1px solid #bbb;
      padding: 10px 15px;
      margin-bottom: 20px;
      border-radius: 5px;
  }

  .webinar-registration-title {
      font-weight: bold;
      font-size: 18px;
      margin: 10px 0px 15px 0px;
      line-height: 25px;
  }

  .webinar-registration-date-time {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      margin: 15px 0px 10px 0px;
  }

  .webinar-registration-date,
  .webinar-registration-time {
      font-size: 16px;
  }

  .webinar-register-btn {
      background-color: #EF662F;
      padding: 10px 15px;
      border-radius: 5px;
  }

  /****************************************************************************************** 
   Mobi Menu
   *******************************************************************************************/

  .mobile-menu-icon {
      color: #000 !important;
      display: none;
      cursor: pointer;
  }

  .overlay {
      height: 100%;
      width: 100%;
      display: none;
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      background-color: #fff;
  }

  .overlay-content {
      position: relative;
      top: 10%;
      width: 100%;
      text-align: center;
      margin-top: 30px;
  }

  .overlay a {
      padding: 8px;
      text-decoration: none;
      font-size: 30px;
      color: #000;
      display: block;
      transition: 0.3s;
  }


  .overlay .closebtn {
      position: absolute;
      top: 10px;
      right: 30px;
      font-size: 40px;
  }

  @media screen and (max-height: 450px) {
      .overlay a {
          font-size: 20px
      }

      .overlay .closebtn {
          font-size: 40px;
          top: 15px;
          right: 35px;
      }
  }

  /****************************************************************************************** 
    Partners
   *******************************************************************************************/
  #partnership-container {
      text-align: center;
  }

  #partnership-form-container {
      max-width: 600px;
      margin: 0 auto;
      padding: 20px 20px 30px 20px;
      background-color: #eee;
      border-radius: 10px;
      border: 1px solid #ddd;
      margin-top: 30px;
  }

  #partnership-form-container input[type="text"] {
      font-size: 16px;
      padding: 8px;
      border: 1px solid #bbb;
      background-color: #fff;
      border-radius: 5px;
      box-sizing: border-box;
      width: 100%;
  }

  #partnership-steps {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 auto;
      max-width: 1200px;
      margin-top: 30px;
      margin-bottom: 20px;
  }

  #partnership-steps>div {
      width: 350px;
      margin: 10px;
      padding: 20px;
      font-size: 30px;
      border-radius: 10px;
      color: #fff;
  }

  #partnership-steps-title {
      font-size: 20px;
      margin-bottom: 10px;
      font-weight: bold;
  }

  #partnership-steps-text {
      font-size: clamp(1rem, 2.5vw, 1.1rem);
      line-height: 1.5;
  }

  .steps-color-1 {
      background-color: #003d5b;
  }

  .steps-color-2 {
      background-color: #30638e;

  }

  .steps-color-3 {
      background-color: #00798c;
  }

  #wise-wrapper {
      display: flex;
      justify-content: center;
      margin-top: 20px;
  }

  #wise-btn {
      background-color: #ED6731;
      padding: 7px 15px;
      border-radius: 20px;
  }

  /****************************************************************************************** 
    Guidelines
   *******************************************************************************************/

  .guidelines-row {
      max-width: 1000px;
      display: flex;
      justify-content: center;
      flex-flow: row wrap;
      gap: 20px;
      margin: 0 auto;
  }

  .guidelines-item {
      width: 300px;
      text-align: center;
  }

  .guideline-image {
      width: 300px;
      height: 200px;
      border: 1px solid #999;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 12px;
  }

  .guideline-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .guideline-title {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #000;
      text-decoration: underline;
      line-height: 1.5;

  }

  .guideline-title:hover {
      color: #ED6731;
  }

  .guideline-text {
      margin-bottom: 20px;
      margin-top: 10px;
      font-size: 1.1rem;
      line-height: 1.5;
  }

  .guideline-button a {
      background-color: #EF662F;
      padding: 10px 20px;
      border-radius: 10px;
  }

  /****************************************************************************************** 
    Global
   *******************************************************************************************/

  h1 {
      font-size: clamp(1.5rem, 4vw, 3rem);
      font-weight: bold;
      text-align: center;
      margin-top: 0;
      margin-bottom: 0.5em;
  }

  h2 {
      font-size: clamp(1.5rem, 4vw, 2.5rem);
      font-weight: bold;
      text-align: center;
      margin-top: 0;
      margin-bottom: 0.7em;
  }

  * {
      font-family: Arial, Helvetica, sans-serif;
      box-sizing: border-box;
  }

  body {
      margin: 0;
      padding: 0;
  }

  p {
      margin-bottom: 5px;
  }

  a {
      text-decoration: none;
      color: #fff;
  }

  #header-section {
      padding: 30px 30px 30px 30px;

  }

  #page-section-grey {
      padding: 50px 30px;
      background-color: #eee;
  }

  #page-section-white {
      padding: 50px 30px;
  }

  #section-text {
      font-size: clamp(1rem, 2.5vw, 1.2rem);
      text-align: center;
      max-width: 1000px;
      margin: 0 auto;
      line-height: 1.6;
  }

  #section-text-1 {
      font-size: clamp(1rem, 2.5vw, 1.6rem);
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
      line-height: 1.5;
      /* margin-top: 30px; */
      font-weight: bold;
  }

  #section-text-2 {
      font-size: clamp(1rem, 2.5vw, 1.4rem);
      text-align: center;
      max-width: 1000px;
      margin: 0 auto;
      line-height: 1.5;
      margin-top: 30px;
      font-weight: bold;
  }

  #page-title-blue {
      background-color: #3A4671;
      color: #fff;
      padding: 15px;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 25px;
      max-width: 1000px;
      margin: 0 auto;
  }

  #page-title-grey {
      background-color: #ccc;
      padding: 15px;
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 25px;
      max-width: 1000px;
      margin: 0 auto;

  }

  /****************************************************************************************** 
    Header
   *******************************************************************************************/

  @media (max-width: 550px) {
      #pi-logo-wrapper {
          display: none;
      }

      #pi-logo-wrapper-cz {
          display: block !important;
      }
  }

  #header-wrapper {
      width: 100%;
      justify-content: space-between;
      display: flex;
      align-items: center;
      gap: 20px;
      margin-top: 20px;
      padding: 0px 20px;
  }

  #header-right {
      display: flex;
      align-items: center;
  }

  #site-header {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 1rem;
      position: relative;
  }

  #languages {
      display: flex;
      gap: 15px;
      width: auto;
  }

  .lang-btn img {
      width: 30px;
      display: block;
      border: 2px solid #ccc;
      border-radius: 30px;
      opacity: 0.5;
  }

  .lang-btn.active-lang img {
      opacity: 1;
  }

  .home-menu {
      font-size: 30px !important;
  }

  #pi-logo-wrapper-cz {
      display: none;
  }

  #logo-cz,
  #logo {
      text-align: center;
      margin: 20px;
  }

  #logo img {
      width: 100%;
      max-width: 550px;
  }

  #logo-cz img {
      width: 100%;
      max-width: 520px;
  }

  #mobi-logo-cz,
  #mobi-logo {
      text-align: center;
      margin: 20px;
  }

  #mobi-logo img {
      width: 100%;
      max-width: 300px;
  }

  #mobi-logo-cz img {
      width: 100%;
      max-width: 250px;
  }

  #menu {
      display: flex;
      justify-content: center;
      gap: 20px;
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 20px;
  }

  .orange-text {
      color: #EF662F !important;
  }

  .black-text {
      color: #000;
  }

  .menu-item a {
      transition: 0.3s;
  }

  .menu-item a:hover {
      color: #EF662F;
      transition: 0.3s;
  }

  #sign-in-container {
      position: relative;
      display: inline-block;
  }

  #sign-in-btn {
      display: flex;
      align-items: center;
      gap: 5px;
      background-color: seagreen;
      color: #fff;
      padding: 7px 17px;
      border-radius: 30px;
      cursor: pointer;
  }

  .sign-in-menu {
      display: none;
      position: absolute;
      right: 5px;
      top: 40px;

      background-color: #fff;
      min-width: 120px;
      border: 1px solid #bbb;
      padding: 5px;
      z-index: 1;
      border-radius: 5px;
  }

  .sign-in-menu a {
      display: block;
      padding: 8px;
      color: #333;
      text-decoration: none;
  }

  .sign-in-menu a:hover {
      background-color: #f2f2f2;
  }

  /****************************************************************************************** 
   Home Page
   *******************************************************************************************/
  #title-text {
      text-align: center;
      max-width: 1000px;
      margin: 0 auto;
      font-size: clamp(1rem, 2.5vw, 1.3rem);
      line-height: 1.5;
  }

  #page-text {
      margin: 0 auto;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 30px;
  }

  .action-button-wrapper-header {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-flow: row wrap;
      margin: 50px 0px;
  }

  .action-button-wrapper {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-flow: row wrap;
      margin: 30px 0px;
  }

  .action-button-wrapper-2 {
      display: flex;
      justify-content: center;
      gap: 20px;
      flex-flow: row wrap;
      margin: 30px 0px 0px 0px;
  }

  .action-button {
      color: #fff;
      text-align: center;
      font-weight: bold;
      border-radius: 40px;
      width: 400px;
      padding: 17px 10px;
      /* margin: 0 auto; */
      font-size: 18px;
      transition: 0.3s;
  }

  .action-orange {
      background-color: #ED6731;
  }

  .action-green {
      background-color: seagreen;
  }


  .action-purple {
      background-color: #923A8E;
  }

  .action-blue {
      background-color: cornflowerblue;
  }

  .action-coral {
      background-color: coral;
  }

  #title-image {
      text-align: center;
  }

  #title-image img {
      width: 100%;
      max-width: 1000px;
      border-radius: 10px;
  }

  /*---------------------------------------- 
   Improvements
   ----------------------------------------*/
  #improvements {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 auto;
      max-width: 1200px;
      margin-top: 30px;
      margin-bottom: 20px;
  }

  #improvements>div {
      background-color: #3A4671;
      width: 350px;
      margin: 10px;
      padding: 20px;
      font-size: 30px;
      border-radius: 10px;
      color: #fff;
  }

  #improvements-title {
      font-size: 20px;
      margin-bottom: 10px;
      font-weight: bold;
  }

  #improvements-text {
      font-size: clamp(1rem, 2.5vw, 1.1rem);
      line-height: 1.5;
  }

  /****************************************************************************************** 
    Program Page
   *******************************************************************************************/

  @media (max-width: 450px) {
      .content {
          padding-left: 10px !important;
      }
  }

  #process-steps {
      max-width: 1000px;
      margin: 0 auto;
      padding-right: 20px;
  }

  .timeline {
      position: relative;
      padding-left: 11px;
  }

  .timeline .line {
      position: absolute;
      left: 30px;
      top: 15px;
      bottom: 0px;
      width: 2px;
      background-color: #ccc;
      z-index: 0;
  }

  .step {
      display: flex;
      align-items: flex-start;
      margin-bottom: 40px;
      position: relative;
  }

  .circle {
      width: 40px;
      height: 40px;
      color: white;
      border-radius: 50%;
      text-align: center;
      line-height: 40px;
      font-weight: bold;
      position: relative;
      z-index: 1;
      flex-shrink: 0;
  }

  .content {
      padding-left: 20px;
  }

  .program-step-title {
      margin: 4px 0 0 0;
      font-weight: bold;
      font-size: clamp(1.3rem, 4vw, 1.8rem);
      color: #2e3a59;
      margin-bottom: 10px;
  }

  .program-step-text {
      font-size: clamp(1rem, 2.5vw, 1.1rem);
      margin: 0;
      color: #333;
      line-height: 1.5;
  }

  .content li {
      font-weight: bold;
  }

  #dashboard-screenshot {
      text-align: center;
      margin-top: 20px;
  }

  #dashboard-screenshot img {
      border: 1px solid #bbb;
      width: 100%;
      max-width: 1000px;
      border-radius: 10px;
  }

  .program-list {
      margin-top: 15px;
      line-height: 25px;
      padding-right: 20px;
  }

  .program-list-row {
      display: flex;
      padding: 10px 0px;
  }

  .program-list-row:last-child {
      border-bottom: none;
  }

  .material-icons.check-circle-icon {
      color: green;
      margin-right: 15px;
      font-size: 23px;
  }

  .program-list-text {
      font-size: clamp(1rem, 2.5vw, 1.1rem);
      font-weight: bold;
  }

  /****************************************************************************************** 
    Testing Page
   *******************************************************************************************/

  #lab-tests {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      max-width: 1000px;
      margin: 0 auto 0px auto;
      padding: 10px;
  }

  #lab-tests>div {
      color: #000;
      width: 100%;
      text-align: left;
      border: 2px solid #bbb;
      border-radius: 10px;
  }

  #lab-tests-title {
      margin-bottom: 10px;
      color: #fff;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      padding: 15px;
      font-weight: bold;
      font-size: clamp(1.1rem, 2.5vw, 1.2rem);
  }

  .bkg-color-0 {
      background-color: #999;
  }

  .bkg-color-1 {
      background-color: #175974;
  }

  .bkg-color-2 {
      background-color: #526f8a;
  }

  .bkg-color-3 {
      background-color: #718298;
  }

  .bkg-color-6 {
      background-color: #cb8840;
  }

  .bkg-color-5 {
      background-color: #a47956;
  }


  .bkg-color-4 {
      background-color: #755743;
  }

  #test-description {
      font-size: clamp(1rem, 2.5vw, 1.1rem);
      padding: 0 15px;
      margin: 15px 0px;
  }

  .test-description-text {
      line-height: 25px;
  }

  ul {
      padding-left: 15px;
      line-height: 30px;
  }

  #test-description ul {
      font-weight: bold;
      margin-top: 15px;
      margin-bottom: 15px;
  }

  /****************************************************************************************** 
   Prices Page
   *******************************************************************************************/

  #price-list {
      max-width: 1000px;
      margin: 0 auto;
      font-size: clamp(1rem, 2.5vw, 1.1rem);
  }

  .item-row {
      display: flex;
      justify-content: space-between;
      padding: 10px 0;
      gap: 15px;
      border-bottom: 1px solid #ccc;

      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      padding: 15px;
  }

  .membership-list-row {
      display: flex;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      padding: 15px;
  }

  .membership-list-check {
      color: green;
      margin-right: 10px;
  }


  .label {
      text-align: left;
      flex: 1;
      font-weight: bold;
      /* font-size: 18px; */
  }

  .price {
      text-align: right;
  }

  .lab-test-link {
      color: #ED6731;
  }

  #bundle-description {
      padding-left: 20px;
      padding-right: 20px;
      font-size: clamp(1rem, 2.5vw, 1.1rem);
      max-width: 1000px;
      margin: 0 auto;
      padding-bottom: 10px;
      /* margin-bottom: 20px; */
  }

  #bundle-description ul {
      margin-top: 0;
  }


  .lab-bundle-item-row {
      display: flex;
      justify-content: space-between;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      padding: 15px;
      background-color: #eee;

  }

  .lab-item-row {
      display: flex;
      justify-content: space-between;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      padding: 15px;
      /* background-color: #eee; */

  }

  .bundle-row {
      background-color: #eee;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      /* border-bottom: 1px solid #ccc; */
  }

  #bundle-text {
      line-height: 25px;
      margin-bottom: 17px;

  }

  .lab-price-item-row {
      display: flex;
      justify-content: space-between;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      padding: 15px;
  }

  .lab-price-item-row:not(:first-child) {
      border-bottom: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
  }

  .prices-notification {
      padding: 15px;
      margin-top: 20px;
      margin-bottom: 10px;
      border-radius: 5px;
  }

  .shipping-notice {
      background-color: seagreen;
      color: #fff;
  }

  .vat-notice {
      background-color: steelblue;
      color: #fff;
  }



  /****************************************************************************************** 
    About Page
   *******************************************************************************************/
  @media (max-width: 800px) {
      #profile {
          flex-direction: column;
          text-align: center;
      }
  }

  #about-title-text {
      font-size: 25px;
      font-weight: bold;
      margin-top: 30px;
  }

  #profile {
      display: flex;
      gap: 20px;
      max-width: 1000px;
      margin: 0 auto;
      background-color: #fbf8f8;
      padding: 20px;
      border-radius: 10px;
      flex-wrap: wrap;
      border: 1px solid #ddd;

  }

  #profile-image img {
      width: 265px;
      border-radius: 7px;
  }

  #credentials {
      flex: 1;
  }

  #credentials ul {
      margin: 0;
      padding: 0;
  }

  #credentials li {
      margin-bottom: 10px;
      line-height: 1.4;
      font-size: 18px;
      /* font-weight: bold; */
      padding-bottom: 5px;
      border-bottom: 1px solid #ccc;
      list-style: none;
  }

  .quote-wrapper {
      margin-top: 30px;
      font-style: italic;
  }

  .quote-icon-left {
      display: inline-block;
      transform: scaleX(-1);
      transform-origin: center;
  }

  /****************************************************************************************** 
   Contact Page
   *******************************************************************************************/

  #contact-form-container {
      max-width: 600px;
      margin: 0 auto;
      background-color: #fff;
      padding: 20px 0px;
  }

  #contact-form-container input[type="text"],
  textarea {
      font-size: 16px;
      padding: 8px;
      border: 1px solid #bbb;
      background-color: #eee;
      border-radius: 5px;
      box-sizing: border-box;
      width: 100%;
  }

  #contact-form-container input[type="text"] {
      height: 45px;
  }

  .form-item {
      padding: 7px 0;
  }

  .form-title {
      font-weight: bold;
      margin-bottom: 5px;
  }

  #contact-form-submit {
      margin-top: 10px;
      background-color: #EF662F;
      color: white;
      font-size: 16px;
      padding: 12px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      width: 100%;
  }

  .form-submitted-message {
      background-color: green;
      color: #fff;
      padding: 20px 0px;
      text-align: center;
  }

  /****************************************************************************************** 
   Footer
   *******************************************************************************************/

  #footer {
      min-height: 200px;
      width: 100%;
      background-color: #56C5D8;
      margin-top: 30px;
      padding: 30px;
  }

  .footer-menu {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 20px;
      justify-content: center;
  }

  /* #footer-left,
   #footer-right {
       display: flex;
       gap: 20px;
       align-items: center;
   } */

  .footer-menu a {
      text-decoration: none;
      /* font-weight: bold; */
      color: #fff;
      font-size: 20px;

  }

  #footer-logo {
      margin-right: 20px;
  }

  #footer-logo img {
      width: 40px;

  }

  #facebook-icon {
      width: 27px;
      margin-top: 6px;
  }