:root {
  --bio-orange: #F37043;
  --bio-grey: #4D4D4F;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #F37043;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

body {
  background: #f3f4f5;
}

.about-brief {
  padding: 20px 0px;
}

@media (min-width: 768px) {
  .about-brief {
    width: 60%;
  }
}

#bio-heading {
  font-family: Flighter;
  color: var(--bio-orange);
  font-size: 30px;
}

#aboutus-whoweare-heading {
  color: var(--bio-orange);
  font-family: Flighter;
  text-align: left;
  width: 100%;
}

@media (min-width: 992px) {
  .aboutus-paragraph {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  .aboutus-paragraph {
    width: 70%;
  }
}

@media (min-width: 992px) {
  #aboutus-mission-paragraph {
    font-size: 1em;
    width: 80%;
  }
}

@media (min-width: 300px) and (max-device-width: 991px) {
  #aboutus-mission-paragraph {
    font-size: .8em;
  }
}

#aboutus-mission-heading {
  color: white;
  font-family: Flighter;
}

#aboutus-mission-paragraph {
  color: var(--bs-gray-100);
}

#desription-heading {
  color: var(--bio-orange);
  font-family: Flighter;
  font-size: 2em;
  width: 100%;
  padding-top: 30px;
}
#description-heading2 {
  color: var(--bio-grey); 
  font-family: Flighter;
  font-size: 1.3em;
  width: 100%;
  padding-top: 20px;
}

#des-table-heading-cell {
  background: var(--bio-orange);
  color: white;
  font-weight: bold;
  width: 100%;
  border-style: none;
  display: inline-block;
  font-size: .8em;
}

@media (min-width: 992px) {
  #des-table-heading-cell {
    background: var(--bio-orange);
    color: white;
    font-weight: bold;
    width: 30%;
    border-style: none;
    height: 100%;
  }
}

#des-table-content-cell {
  background-color: white;
  border-bottom-width: 1px;
  display: inline-block;
}

@media (min-width: 992px) {
  #des-table-content-cell {
    width: 70%;
    background-color: white;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  #description-contents-container {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #description-table {
    width: 100%;
  }
}

#description-container {
  width: 100%;
  padding-top: 30px;
}



@media (min-width: 992px) {

  #description-container {
    width: calc(60% + 40px);
  }
}





#description-heading {
  color: var(--bio-orange);
  font-family: Flighter;
  /*font-weight: bold;*/
  font-size: 1.4em;
  text-transform: uppercase;
}
  
#description-title {
  display: block;
  width: 100%;
  background: var(--bio-orange);
  color: white;
  font-size: .8em;
  padding: 5px;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

@media (min-width: 992px) {
  #description-title {
    width: 30%;
    height: 100%;
    display: table-cell;
    font-size: 0.9em;
  }
}

@media (min-width: 1200px) {
  #description-title {
    width: 30%;
    height: 100%;
    display: table-cell;
    font-size: 1em;
  }
}

#description-info {
  display: inline-block;
  padding: 5px;
  color: var(--bio-grey);
  font-size: .8em;
  margin: 0;
  background-color: white;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  #description-info {
    width: 70%;
    display: table-cell;
    font-size: 0.9em;
  }
}

@media (min-width: 1200px) {
  #description-info {
    width: 70%;
    display: table-cell;
    font-size: 1em;
  }
}

#description-row {
  margin-bottom: 5px;
  display: table;
  width: 100%;
  position: relative;
}

#about-product-heading {
  color: white;
  font-family: 'Flighter';
  /*font-weight: bold;*/
  font-size: 2em;
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 1em;
  text-align: left;
}

#about-product-brief {
  color: white;
  text-align: left;
  font-size: 1em;
  display: inline-block;
  width: 100%;
}

#about-product-container {
  width: 100%;
}

@media (min-width: 992px) {
  #about-product-container {
    width: 80%;
  }
}

#read-more-about-bio-btn {
  background: var(--bio-grey);
  border-style: none;
  padding: 10px;
  width: 400px;
}

#read-more-about-bio-btn:hover {
  background-color: var(--bio-orange);
}

#card-read-more-btn:hover {
  background-color: var(--bio-grey);
  color: white;
}

#card-read-more-btn {
  background-color: white;
  color: var(--bio-grey);
  border: none;
  width: 100%;
  font-size: 1em;
}

#partner-logo {
  max-height: 150px;
}

.a-bio-link {
  color: var(--bs-orange); 
  text-decoration: none; 
  font-weight: 600;       
  transition: color 0.3s ease, text-decoration 0.3s ease; 
}
.bio-link-container {
  text-align: right; 
}

.a-bio-link:hover,
.a-bio-link:focus {
  color: var(--bs-gray);  
  text-decoration: underline;
}


.a-bio-link:active {
  color: #e36a08; 
}


.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.fit-cover {
  object-fit: cover;
}

#bio_description_section {
  background-color: white;
  color: var(--bio-grey);
}

#bio_description_heading {
  font-family: 'Flighter';
  font-size: 1.6em;
  margin-top: 1em;
  color: var(--bio-orange);
}

.bio_card {
  height: initial;
  background-color: var(--bio-grey);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
  .bio_card {
    height: initial;
    background-color: var(--bio-grey);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 768px) {
  .bio_card {
    height: 450px;
    background-color: var(--bio-grey);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 992px) {
  .introduction_container {
    padding: 0 10%;
  }
}

.introduction_container {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.bio_footer_mail_ling:hover {
  color: var(--bio-orange);
}

.bio_footer_mail_ling {
  display: inline-block;
  text-decoration: none;
  color: var(--bs-gray);
  font-size: 1em;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .bio_orange_info_container {
    padding: 40px 20%;
  }
}

@media (min-width: 992px) {
  .bio_white_info_container {
    padding: 40px 20%;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .bio_orange_info_container {
    padding: 40px 10%;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .bio_white_info_container {
    padding: 40px 10%;
  }
}

.bio_orange_info_container {
  background-color: var(--bio-orange);
  color: white;
  font-size: 14px;
}

.bio_white_info_container {
  background-color: white;
  color: var(--bio-grey);
  font-size: 14px;
}
.bio_info_flex_container{
  display:flex;
}


@media (min-width: 300px) and (max-width: 767px) {
  .bio_orange_info_container {
    padding: 20px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .bio_white_info_container {
    padding: 20px;
  }
}

.bio_orange_info_container h1 {
  font-family: 'Flighter';
  color: white;
}

.bio_white_info_container h1 {
  font-family: 'Flighter';
  color: var(--bio-orange);
}

a.hover_orange:hover {
  color: var(--bio-orange);
}


/* download form */

#download-form-container {
  width: 100%;
  padding: 1em;
  text-align: center;
  background-color: gray;
  color: white;
}

#download-form-container h1 {
  color: white;
  font-family: 'Flighter';
  font-size: 1.6em;
  width: 100%;
  text-align: left;
}

#download-form {
  text-align: left;
}

#download-form label {
  color: white;
  text-align: left;
  padding-top: 1em;
}

@media (min-width: 992px) {

  #download-form-container {
    width: calc(60% + 40px);
  }



}