:root {
  --UD-blue: #2A3A91;
  --UD-blueStart: #332D79;
  --UD-blueEnd: #427192;
  --UD-green: #47B549;
  --UD-greenStart: #337E57;
  --UD-purple: #B323CA;
  --UD-red: #DB1A33;
  --UD-grey3C: #3C3C3C;
  --UD-grey6C: #6C6C6C;
  --UD-grey9C: #9c9c9c;
  --UD-greyCC: #cccccc;
  --UD-greyEB: #ebebeb;
  --UD-error-color: #DB1A33;
}

@font-face {
  font-family: Heebo;
  font-weight: 100;
  src: url(../resources/fonts/Heebo/Heebo-Thin.ttf);
}

@font-face {
  font-family: Heebo;
  font-weight: 300;
  src: url(../resources/fonts/Heebo/Heebo-Light.ttf);
}

@font-face {
  font-family: Heebo;
  font-weight: 400;
  src: url(../resources/fonts/Heebo/Heebo-Regular.ttf);
}

@font-face {
  font-family: Heebo;
  font-weight: 500;
  src: url(../resources/fonts/Heebo/Heebo-Medium.ttf);
}

@font-face {
  font-family: Heebo;
  font-weight: 700;
  src: url(../resources/fonts/Heebo/Heebo-Bold.ttf);
}

@font-face {
  font-family: Heebo;
  font-weight: 800;
  src: url(../resources/fonts/Heebo/Heebo-ExtraBold.ttf);
}

@font-face {
  font-family: Heebo;
  font-weight: 800;
  src: url(../resources/fonts/Heebo/Heebo-Black.ttf);
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: Heebo;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

.rootContainer[data-lng='en'] *:not(i) {
  font-family: 'Heebo', 'Noto Sans TC', sans-serif;
}

.rootContainer *:focus {
  outline: none;
}

.rootContainer button:not(:disabled) {
  cursor: pointer;
}

.rootContainer a {
  text-decoration: none;
}

.rootContainer a:not(:disabled) {
  cursor: pointer;
}

.rootContainer h1 {
  color: var(--UD-blue);
  font-size: 30px;
  font-weight: 300;
  line-height: 100%;
}

.rootContainer h2 {
  color: var(--UD-grey3C);
  font-size: 15px;
  font-weight: bold;
  line-height: 100%;
  margin: 10px 0;
}

.rootContainer p {
  font-size: 13px;
  color: var(--UD-grey3C);
}

.rootContainer h3 {
  font-size: 15px;
  color: var(--UD-grey3C);
  font-weight: bold;
  position: relative;
  overflow-x: hidden;
  margin: 16px 0;
}

.rootContainer .oldContent h1 {
  color: #293897;
  font-size: 30px;
  font-weight: 300;
}

.rootContainer .oldContent h2 {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: bold;
}

.rootContainer .oldContent .footer a, .rootContainer .oldContent .footer a:hover {
  color: #979797;
}

#productEnquiryBtn.green {
  background-color: #28aa2e;
}

#productEnquiryBtn {
  background-color: #2A3A91;
  color: white;
  display: block;
  margin: 10px auto;
  width: 315px;
  padding: 15px 12px;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

p.phoneNumBlk {
  font-size: 15px!important;
  text-align: justify;
  padding-top: 10px;
  text-align: center;
}

.phoneNumBlk .phoneNum a {
  color: #2A3795;
  text-decoration: none;
  font-weight: bold;
}

/*casestudy font style*/

.casestudyContainer h1 {
  color: var(--UD-blue);
  font-size: 26px;
  font-weight: 300;
  line-height: 100%;
}

.casestudyContainer h2 {
  color: var(--UD-grey3C);
  font-size: 15px;
  font-weight: bold;
  line-height: 100%;
  margin: 8px 0;
}

.casestudyContainer h3 {
  color: var(--UD-grey3C);
  font-size: 15px;
  font-weight: bold;
  line-height: 100%;
  margin: 8px 0;
}

.casestudyContainer h4 {
  color: var(--UD-blue);
  font-size: 15px;
  font-weight: bold;
  line-height: 100%;
  margin: 8px 12px 8px 0;
  width: 80px;
}

.casestudyContainer .clientBackground-details p {
  color: var(--UD-grey6C);
  font-size: 12px;
  margin: 0 0 0 16px;
}

.casestudyContainer .introPara p {
  color: var(--UD-grey3C);
  font-size: 15px;
}

.casestudyContainer p {
  color: var(--UD-grey3C);
  font-size: 13px;
}

.casestudyContainer .howUDhelps h3 {
  color: var(--UD-blue);
  font-size: 15px;
  font-weight: bold;
  line-height: 100%;
  margin: 8px 0 8px 0;
  padding-top: 16px;
}

.casestudyContainer .howUDhelps h4 {
  color: var(--UD-blue);
  font-size: 15px;
  font-weight: bold;
  line-height: 100%;
  width: 100%;
  margin: 16px 0 8px 0;
}

.casestudyContainer .howUDhelps h3::before {
  content: url("../smarttone-casestudy/images/ud-logo-blue.svg");
  margin: 0 8px 0 0;
  position: relative;
  top: 2px;
}

.casestudyContainer .keytakeaways p {
  font-size: 14px;
  color: var(--UD-grey6C);
}

/*casestudy font style ends*/

/*casestudy layout*/

.casestudyContainer .clientBackground {
  border-top: 1px solid var(--UD-greyEB);
  margin: 40px 0;
  padding: 16px 0 0 0;
}

.casestudyContainer .clientBackground-details {
  display: inline-flex;
  margin: 8px 0;
  align-items: center;
}

.casestudyContainer .clientBackground-detailsIcon {
  display: inline-flex;
  width: 244px;
  border: 1px solid var(--UD-greyEB);
  border-radius: 3px;
  padding: 8px;
  align-items: center;
}

.casestudyContainer .howUDhelps {
  background: #F3F3F3;
  margin: 0 -30px;
  padding-bottom: 16px;
}

.casestudyContainer .howUDhelps .howUDhelps-container {
  margin: 0 30px;
}

.casestudyContainer-iconContainer {
  display: block;
}

.casestudyContainer .keytakeaways {
  margin: 40px 0;
}

@media screen and (min-width: 415px) {
  .rootContainer h1 {
    color: #293897;
    font-size: 40px;
    font-weight: 300;
  }
  .rootContainer h2 {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: bold;
  }
  .rootContainer .oldContent h1 {
    color: #293897;
    font-size: 40px;
    font-weight: 300;
  }
  .rootContainer .oldContent h2 {
    color: #3c3c3c;
    font-size: 18px;
    font-weight: bold;
  }
  .rootContainer .oldContent .footer a, .rootContainer .oldContent .footer a:hover {
    color: #979797;
  }
  /*case study font style*/
  .casestudyContainer h1 {
    font-size: 30px;
  }
  .casestudyContainer h2 {
    font-size: 18px;
    margin: 10px 0;
  }
  .casestudyContainer h3 {
    font-size: 16px;
  }
  .casestudyContainer h4 {
    font-size: 16px;
  }
  .casestudyContainer .clientBackground-details p {
    font-size: 14px;
    margin: 0 0 0 20px;
  }
  .casestudyContainer .clientBackground-details a {
    display: inline-block;
    width: 90%;
    padding: 12px 0;
  }
  .casestudyContainer .introPara p {
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  .casestudyContainer p {
    font-size: 16px;
    margin: 10px 0 20px 0;
  }
  .casestudyContainer .howUDhelps h3 {
    color: var(--UD-blue);
    font-size: 18px;
    margin: 10px 0;
    padding-top: 20px;
  }
  .casestudyContainer .howUDhelps h4 {
    font-size: 16px;
    margin: 20px 0 10px 0;
  }
  .casestudyContainer .howUDhelps h3::before {
    content: url("../smarttone-casestudy/images/ud-logo-blue.svg");
    margin: 0 10px 0 0;
    position: relative;
    top: 2px;
  }
  .casestudyContainer .keytakeaways p {
    font-size: 16px;
    margin: 10px 0;
  }
  /*casestudy font style ends*/

  /*casestudy layout*/
  .casestudyContainer .clientBackground {
    margin: 50px 0;
    padding: 20px 0 0 0;
  }
  .casestudyContainer .clientBackground-details {
    display: flex;
    margin: 10px 0;
  }
  .casestudyContainer .clientBackground-detailsIcon {
    width: 301px;
    padding: 10px;
  }
  .casestudyContainer .howUDhelps {
    background: #F3F3F3;
    margin: 0 -30px;
    padding-bottom: 20px;
  }
  .casestudyContainer .howUDhelps .howUDhelps-container {
    margin: 0 30px;
  }
  .casestudyContainer-iconContainer {
    display: block;
  }
  .casestudyContainer .keytakeaways {
    margin: 50px 0;
  }
}

@media screen and (max-width: 414px) {
  select, textarea, input {
    font-size: 16px !important;
  }
}