.fixedbutton {
    position: fixed;
    bottom: 1%;
    right: 1%; 
    z-index:1000;
}

.nav_color {
    color: #505050;
}

.dropdown-menu > li > a{
    color:#505050;
    font-weight: bold;
}

#section_1 {
    background-repeat: repeat-x; 
    padding-top: 15px; 
    padding-bottom: 15px; 
    display: block; 
    background-color: rgb(255, 255, 255); 
    background-size: auto; 
    background-attachment: scroll;
}

.text-shadow-w{
    text-shadow: 2px 2px 6px #000000;
}

.text-shadow-ws{
    text-shadow: 2px 2px 2px #333333;
}

.text-align-ltoc{
    text-align: left;
}

.title-padding{
    padding: 85px 20px; 
    margin: 80px 20px;
}

.button-light-blue{
    background-color: rgba(0, 0, 0, 0.4);
    mix-blend-mode: lighten;
    color:#ffffff;
    border: 2px solid #00BBC9;
}

.button-light-blue:hover{
    background-color: rgba(0, 187, 201, 1);
    color:#ffffff;
    border: 2px solid #00BBC9;
}

.content-required{
    color: red;
    padding-left: 1px;
}

.factory-problem-options .checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}

.factory-problem-options .checkbox label {
    color: rgb(45, 45, 45);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
}

.factory-problem-options .checkbox input[type="checkbox"] {
    margin-top: 5px;
}

.font-color-title{
    color: rgb(14, 14, 14);
}

.font-color-content{
    color: rgb(28, 28, 28);
}

.tag_mes{
    color:  #0099DD;
    border: 1px solid #0099DD;
    padding: 0px 4px;
    border-radius: 2px;
    margin-right: 6px;
}

.tag_oled{
    color:  rgb(217, 83, 79);
    border: 1px solid rgb(217, 83, 79);
    padding: 0px 4px;
    border-radius: 2px;
    margin-right: 6px;
}

@media only screen and (max-width: 720px) {
    .text-align-ltoc{
        text-align: center;
    }

    .title-padding{
        padding: 15px 20px; 
        margin: 15px 20px;
    }

    .pix-padding-bottom-60-s {
         padding-bottom: 60px; 
    }

    .content-margin *{
        width: 98%;
        margin: 0px 1%;
    }
    .breadcrumb{
        padding-top: 30px;
    }
}

/* for ga cookies */
.visible {
    visibility: visible;
  }

  .not-visible {
    visibility: hidden;
  }

  .fixedarea {
    position: fixed;
    bottom: 0%;
    width: 100%;
    z-index:1001;
    background-color: #888888;
  }
.mes-theme-section {
  padding: 85px 0;
  background: linear-gradient(135deg, #051733 0%, #082b59 100%);
}

.mes-theme-heading {
  max-width: 760px;
  margin: 0 auto 44px;
}

.mes-theme-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: #6fe7f0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.mes-theme-heading h2 {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.mes-theme-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.8;
}

@media only screen and (min-width: 768px) {
  .mes-theme-card-row {
    display: flex;
  }

  .mes-theme-card-row > [class*="col-"] {
    display: flex;
  }
}

.mes-theme-card {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mes-theme-card:hover {
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
}

.mes-theme-image-link {
  display: block;
  overflow: hidden;
}

.mes-theme-image-link picture {
  display: block;
}

.mes-theme-image-link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mes-theme-card:hover .mes-theme-image-link img {
  transform: scale(1.025);
}

.mes-theme-card-body {
  display: flex;
  padding: 28px;
  flex: 1;
  flex-direction: column;
}

.mes-theme-number {
  display: inline-block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #0099dd;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
}

.mes-theme-card h3 {
  margin: 0 0 12px;
  color: #071a3b;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.45;
}

.mes-theme-card p {
  margin: 0 0 22px;
  color: #5f6b78;
  font-size: 16px;
  line-height: 1.75;
}

.mes-theme-link {
  margin-top: auto;
  color: #ea5514;
  font-size: 16px;
  font-weight: 700;
}

.mes-theme-link:hover,
.mes-theme-link:focus {
  color: #c94710;
  text-decoration: none;
}

.mes-theme-contact {
  margin-top: 8px;
}

.mes-theme-contact .btn {
  background-color: #ea5514;
  font-size: 16px;
  font-weight: 700;
}

.mes-function-section {
  padding: 85px 0 70px;
  background: #f4f4f4;
}

.mes-function-heading {
  max-width: 800px;
  margin: 0 auto 46px;
}

.mes-function-eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: #0099dd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.mes-function-heading h2 {
  margin: 0 0 15px;
  color: #071a3b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.mes-function-heading h2 span {
  color: #ea5514;
}

.mes-function-heading p {
  margin: 0;
  color: #5f6b78;
  font-size: 18px;
  line-height: 1.8;
}

.mes-function-grid {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
}

.mes-function-grid > li {
  display: flex;
}

.mes-function-card {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #dce3e9;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(7, 26, 59, 0.1);
  color: inherit;
  flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.mes-function-card:hover,
.mes-function-card:focus {
  border-color: rgba(0, 153, 221, 0.55);
  box-shadow: 0 18px 38px rgba(7, 26, 59, 0.18);
  color: inherit;
  outline: none;
  text-decoration: none;
  transform: translateY(-5px);
}

.mes-function-card-image {
  display: block;
  overflow: hidden;
  background: #dfe5ea;
}

.mes-function-card-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.mes-function-card:hover .mes-function-card-image img,
.mes-function-card:focus .mes-function-card-image img {
  transform: scale(1.025);
}

.mes-function-card-body {
  display: flex;
  padding: 27px 26px 25px;
  flex: 1;
  flex-direction: column;
}

.mes-function-step {
  margin-bottom: 12px;
  color: #0099dd;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.mes-function-card-body > strong {
  margin-bottom: 10px;
  color: #071a3b;
  font-size: 23px;
  line-height: 1.4;
}

.mes-function-copy {
  margin-bottom: 20px;
  color: #5f6b78;
  font-size: 15px;
  line-height: 1.75;
}

.mes-function-link {
  margin-top: auto;
  color: #ea5514;
  font-size: 15px;
  font-weight: 700;
}

.mes-implementation-section {
  border-top: 1px solid #e2e7eb;
  background: #ffffff;
}

.mes-implementation-section .mes-function-card {
  border-top: 4px solid #0099dd;
}

.mes-implementation-section .mes-function-step {
  color: #ea5514;
}

.mes-journey-section {
  padding: 85px 0;
  background: #ffffff;
}

.mes-journey-section-alt {
  background: #f5f7f9;
}

@media only screen and (min-width: 768px) {
  .mes-journey-row {
    display: flex;
    align-items: center;
  }

  .mes-journey-visual-wrap {
    display: flex;
    align-items: center;
  }
}

.mes-journey-visual {
  display: block;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 3 / 2;
  border: 1px solid #dbe3eb;
  border-radius: 4px;
  background-color: #f3f6f8;
}

.mes-journey-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.mes-journey-content {
  padding: 18px 0 18px 48px;
}

.mes-journey-content-left {
  padding-right: 48px;
  padding-left: 0;
}

.mes-journey-step {
  display: inline-block;
  margin-bottom: 16px;
  color: #0099dd;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.mes-journey-content h2 {
  margin: 0 0 18px;
  color: #071a3b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}

.mes-journey-lead {
  margin: 0 0 24px;
  color: #5f6b78;
  font-size: 17px;
  line-height: 1.85;
}

.mes-journey-flow {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 16px 18px;
  border-left: 4px solid #ea5514;
  border-radius: 4px;
  background: #f5f7f9;
  color: #071a3b;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
}

.mes-journey-flow span:nth-child(even) {
  color: #ea5514;
}

.mes-journey-list {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.mes-journey-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
  color: #5f6b78;
  font-size: 15px;
  line-height: 1.75;
}

.mes-journey-list li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(0, 153, 221, 0.12);
  color: #007fb8;
  content: "✓";
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.mes-journey-list strong {
  color: #071a3b;
}

.mes-journey-link {
  color: #ea5514;
  font-size: 16px;
  font-weight: 700;
}

.mes-journey-link:hover,
.mes-journey-link:focus {
  color: #c94710;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .mes-theme-section {
    padding: 62px 0;
  }

  .mes-theme-heading {
    margin-bottom: 34px;
  }

  .mes-theme-heading h2 {
    font-size: 30px;
  }

  .mes-theme-heading p {
    font-size: 16px;
  }

  .mes-theme-card-body {
    padding: 25px 24px;
  }

  .mes-theme-card:hover {
    transform: none;
  }

  .mes-theme-contact .btn {
    display: block;
    width: 100%;
  }

  .mes-function-section {
    padding: 62px 0 47px;
  }

  .mes-function-heading {
    margin-bottom: 34px;
  }

  .mes-function-heading h2 {
    font-size: 30px;
  }

  .mes-function-heading p {
    font-size: 16px;
  }

  .mes-function-grid > li {
    display: block;
  }

  .mes-function-card:hover,
  .mes-function-card:focus {
    transform: none;
  }

  .mes-journey-section {
    padding: 62px 0;
  }

  .mes-journey-visual {
    margin-bottom: 34px;
  }

  .mes-journey-visual img {
    height: auto;
  }

  .mes-journey-content,
  .mes-journey-content-left {
    padding: 0;
  }

  .mes-journey-content h2 {
    font-size: 30px;
  }

  .mes-journey-flow {
    flex-wrap: wrap;
  }
}
