@import url("https://fonts.googleapis.com/css2?family=Bad+Script&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
html {
  scroll-behavior: smooth;
}
* {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;
}

.font-script {
  font-family: "Bad Script", cursive;
  font-weight: 400;
  font-style: normal;
}

body {
  width: 100dvw !important;
  overflow-x: hidden !important;
  font-family: "Google Sans", sans-serif !important;
}

.gradient1 {
  background: -webkit-linear-gradient(45deg, #0061ff, #60efff);
  background: linear-gradient(45deg, #0061ff, #60efff);
}

.sec-ttl > h6,
.text-gradient {
  background: -webkit-linear-gradient(45deg, #0061ff, #60efff);
  background: linear-gradient(25deg, #0061ff 0%, #60efff 70%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Nav & Header */
header .nav-link {
  padding: 8px 16px !important;
  border-radius: 999px;
  font-weight: 500 !important;
}
header .nav-link.active {
  background: #0061ff;
  background: -webkit-linear-gradient(45deg, #0061ff, #60efff);
  background: linear-gradient(45deg, #0061ff, #60efff);
  color: white !important;
}
header .stripp {
  margin-top: -40px;
  font-weight: 400;
}

@media (max-width: 767px) {
  nav.navbar {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }
}

/* hero section */
.hero {
  background: #0061ff;
  background: -webkit-linear-gradient(45deg, #0061ff, #003a41);
  background: linear-gradient(45deg, #003b99, #00c7dd);
  height: 100dvh;
}

.hero video {
  width: 100dvw;
  opacity: 0.2;
  mix-blend-mode: overlay;
}

.hero .text-container h1,
.hero .text-container p {
  text-shadow:
    2px 2px 8px #001b46a4,
    -2px -2px 16px #004cc5;
}

.hero .text-container {
  width: 50%;
  margin: auto;
}

@media (max-width: 1201px) {
  .hero .text-container {
    width: 70%;
  }
}
@media (max-width: 993px) {
  .hero .text-container {
    width: 89%;
  }
}
@media (max-width: 767px) {
  .hero .text-container {
    width: 100%;
  }
}

/* info section */
.info-section .sec-ttl {
  width: 70%;
  margin: auto;
}

.welcome-card .card {
  border: none;
  position: relative;
}
.welcome-card .card img {
  mix-blend-mode: multiply;
}
.welcome-card {
  position: relative;
}
.welcome-card .card {
  position: relative;
  z-index: 3;
  top: 0;
  transition-duration: 300ms;
  transition-timing-function: linear;
  border: 1px solid whitesmoke;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  box-shadow: 3px 3px 8px #00000013;
  border: 0px solid #0061ff;
}
.welcome-card:hover .card {
  top: -4%;
  border: 1px solid #0061ff;
}

.welcome-card .card img {
  width: 75%;
  object-fit: contain;
  margin: auto;
}
.welcome-card .card h5,
.welcome-card .card p {
  text-align: center;
}

.welcome-card::before {
  content: " ";
  display: block;
  background: #0061ff;
  background: -webkit-linear-gradient(45deg, #0061ff, #60efff);
  background: linear-gradient(45deg, #0061ff, #60efff);
  width: 56px;
  height: 56px;
  position: absolute;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  top: 86%;
  left: 83%;
  z-index: 1;
  transition-duration: 300ms;
  transition-timing-function: linear;
  box-shadow: 2px 2px 4px #ffffff;
}
.welcome-card::after {
  content: " ";
  display: block;
  background: #0061ff;
  background: -webkit-linear-gradient(-45deg, #0061ff, #60efff);
  background: linear-gradient(-45deg, #0061ff, #60efff);
  width: 80%;
  height: 80%;
  position: absolute;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  top: -2%;
  left: -2%;
  transition-duration: 300ms;
  transition-timing-function: linear;
  box-shadow: 2px 2px 4px #ffffff;
}
.welcome-card:hover::before {
  top: 4%;
  left: 4%;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
.welcome-card:hover::after {
  top: -6%;
  left: -4%;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  z-index: 2;
  transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  box-shadow: 2px 2px 2px #0000002e;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

@media (max-width: 1201px) {
  .info-section .sec-ttl {
    width: 60%;
  }
  .welcome-card {
    width: 90%;
    margin: 24px auto;
  }
  .welcome-card .card img {
    width: 40%;
    margin: auto;
  }
  .welcome-card::before {
    top: 85%;
    left: 89%;
  }
}

@media (max-width: 993px) {
  .info-section .sec-ttl {
    width: 80%;
  }
  .welcome-card {
    width: 100%;
    margin: 8px auto;
  }
  .welcome-card .card img {
    width: 60%;
    margin: auto;
  }
  .welcome-card::before {
    top: 87%;
    left: 87%;
  }
}

@media (max-width: 767px) {
  .info-section .sec-ttl {
    width: 100%;
  }
  .welcome-card {
    width: 90%;
  }
  .welcome-card .card img {
    width: 50%;
  }
  .welcome-card::before {
    top: 88%;
    left: 90%;
  }
}

@media (max-width: 577px) {
  .welcome-card {
    width: 90%;
    margin: 0 auto;
  }

  .welcome-card .card img {
    width: 60%;
    object-fit: contain;
    margin: 0;
  }

  .welcome-card .card h5,
  .welcome-card .card p {
    text-align: left;
  }

  .welcome-card::before {
    width: 80%;
    height: 80%;
    top: -2%;
    left: -2%;
  }
  .welcome-card::after {
    width: 24%;
    height: 24%;
    border-radius: 99px;
    top: 80%;
    left: 80%;
  }
  .welcome-card:hover::before {
    top: -6%;
    left: 4%;
    width: 100%;
    height: 100%;
  }
  .welcome-card:hover::after {
    top: -6%;
    left: -4%;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    z-index: 2;
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transition-delay: 100ms;
    box-shadow: 2px 2px 2px #0000002e;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
  }
}

/* CounterBg */
.counter-bg {
  background: url("../imgs/1396.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  background-attachment: fixed;
}
.counter-bg .card {
  width: 70%;
  margin: auto;
  background: linear-gradient(45deg, #002662a9, #006873a9);
  background: -webkit-linear-gradient(45deg, #002662a9, #006873a9);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 56px;
}

.counter-bg .card .parameter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter-bg .card .parameter .icon1 {
  height: 80px;
  width: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 24px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  margin-bottom: 16px;
  background: #00000016;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.counter-bg .card .parameter h4 {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.counter-bg .card .parameter p {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.counter-bg .card .parameter:hover .icon1 {
  background: #0061ff;
  background: -webkit-linear-gradient(45deg, #0061ff, #60efff);
  background: linear-gradient(45deg, #0061ff, #60efff);
}
.counter-bg .card .parameter:hover h4 {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.counter-bg .card .parameter:hover p {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transition-duration: 300ms;
  transition-timing-function: linear;
}

@media (max-width: 1201px) {
  .counter-bg .card {
    width: 80%;
    padding: 40px;
  }
}

@media (max-width: 993px) {
  .counter-bg .card {
    width: 100%;
    padding: 40px;
  }
  .counter-bg .card .parameter .icon1 {
    height: 56px;
    width: 56px;
    font-size: 32px;
    margin: 0;
  }
  .counter-bg .card .parameter {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .counter-bg .card .parameter h4,
  .counter-bg .card .parameter p {
    text-align: left;
  }
  .counter-bg .card .parameter .icon1 {
    background: #0061ff;
    background: -webkit-linear-gradient(45deg, #0061ff, #60efff);
    background: linear-gradient(45deg, #0061ff, #60efff);
  }
}

@media (max-width: 767px) {
  .counter-bg .card {
    width: 100%;
    padding: 80px;
  }
}

@media (max-width: 577px) {
  .counter-bg {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .counter-bg .card {
    width: 75%;
    padding: 24px;
  }
  .counter-bg .card .parameter .icon1 {
    height: 56px;
    width: 56px;
    font-size: 32px;
    margin: 0;
  }
  .counter-bg .card .parameter {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .counter-bg .card .parameter h4,
  .counter-bg .card .parameter p {
    text-align: left;
  }
  .counter-bg .card .parameter .icon1 {
    background: #0061ff;
    background: -webkit-linear-gradient(45deg, #0061ff, #60efff);
    background: linear-gradient(45deg, #0061ff, #60efff);
  }
}

@media (max-width: 400px) {
  .counter-bg .card {
    width: 85%;
    padding: 24px;
  }
}

/* testimonials */
.test-sec {
  background: #096eff0d;
}
.line {
  height: 1px;
  border-top: 2px dashed gray;
  margin: 8px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#testimonials .card {
  transition-duration: 300ms;
  transition-timing-function: linear;
  position: relative;
  box-shadow: 1px 1px 16px #0000000e;
}
#testimonials .card:hover {
  box-shadow:
    3px 3px 16px #0062ff60,
    -3px -3px 16px #60efff60;
}
#testimonials .card .ph-quotes {
  color: #a9a9a9 !important;
  scale: 1;
  position: relative;
  top: 0;
  left: 0;
  transform: translateZ(20px);
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transition-duration: 300ms;
  transition-timing-function: linear;
  filter: drop-shadow(1px 1px 4px #0000);
  -webkit-filter: drop-shadow(1px 1px 4px #0000);
}
#testimonials .card:hover .ph-quotes {
  top: -24%;
  left: 0;
  scale: 2;
  background: -webkit-linear-gradient(45deg, #0061ff, #60efff);
  background: linear-gradient(25deg, #0061ff 0%, #60efff 70%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(3px 0px 2px #00000020);
  -webkit-filter: drop-shadow(3px 0px 2px #00000020);
}

.trans {
  transform: translateZ(20px);
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
}

@media (max-width: 577px) {
  #testimonials .card {
    box-shadow:
      3px 3px 16px #0062ff60,
      -3px -3px 16px #60efff60;
  }
  #testimonials .card .ph-quotes {
    position: static;
    transform: translate(0, -40%);
    scale: 2.5;
    background: -webkit-linear-gradient(45deg, #0061ff, #60efff);
    background: linear-gradient(25deg, #0061ff 0%, #60efff 70%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(3px 0px 2px #00000020);
    -webkit-filter: drop-shadow(3px 0px 2px #00000020);
    -webkit-transform: translate(0, -40%);
    -moz-transform: translate(0, -40%);
    -ms-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
  }
}

/* footer */
footer .icn-circle {
  background: rgba(255, 255, 255, 0.1);
  aspect-ratio: 1/1;
}

footer .icn-circle i {
  color: rgba(255, 255, 255, 0.5);
}

footer .icn-circle:hover i {
  color: #fff;
}

footer .link-tree li p,
footer .link-tree li a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  left: 0;
  transition-duration: 200ms;
  transition-timing-function: linear;
}

footer .link-tree li:hover a,
footer .link-tree li:hover p {
  color: rgba(255, 255, 255, 1);
}

footer .link-tree li:hover a {
  left: 4px;
}

/* breadcrumb */
.bcrumb {
  height: 45dvh;
  display: flex;
  align-items: flex-end;
  justify-content: flex;
  overflow: hidden;
}
.bcrumb video {
  width: 100% !important;
  height: auto !important;
}
.bcrumb svg {
  bottom: -1px !important;
}
.bcrumb .container {
  margin-top: auto;
}

@media (max-width: 993px) {
  .bcrumb {
    height: 40dvh;
  }
}
@media (max-width: 767px) {
  .bcrumb {
    height: 35dvh;
  }
}
@media (max-width: 577px) {
  .bcrumb video {
    width: auto !important;
    height: 100% !important;
  }
  .bcrumb {
    height: 30dvh;
  }
}

/* Story */
.story i {
  line-height: 2;
}

/* mission */
.mission::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #002a619a;
}
.mission video {
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  opacity: 0.2 !important;
}
.mission .icn-card {
  background: transparent;
  backdrop-filter: blur(0px);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.mission .icn-card:hover {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background-color: #002a619a;
  backdrop-filter: blur(4px);
}
.mission .icn-card .icn {
  width: 80px;
  height: 80px;
  aspect-ratio: 1/1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  line-height: 80px;
  border: 1px solid white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: transparent;
  transition-duration: 300ms;
  transition-timing-function: linear;
  position: relative;
}

.mission .icn-card:hover .icn {
  background: linear-gradient(25deg, #0061ff 16%, #60efff 100%);
  border: 0px solid rgb(255, 255, 255);
}

.mission .icn-card p {
  opacity: 0.7;
  position: relative;
  top: 0;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.mission .icn-card h5 {
  color: #fff;
  position: relative;
  top: 0;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.mission .icn-card:hover p {
  opacity: 1;
  top: -16%;
}
.mission .icn-card:hover h5 {
  background: linear-gradient(75deg, #0061ff 0%, #60efff 70%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -16%;
}

@media (max-width: 993px) {
  .bcrumb {
    height: 40dvh;
  }
  .mission .icn-card .icn {
    background: linear-gradient(25deg, #0061ff 0%, #60efff 70%);
    border: 0px solid rgb(255, 255, 255);
  }
}

@media (max-width: 400px) {
  .mission video {
    width: auto;
    height: 100%;
  }
  .mission .icn {
    border: 2px solid white;
  }
}

/* Core Values */

.accordion-button {
  background: whitesmoke;
  font-weight: 600;
}

/* Product listing */
.p-list .card ul li {
  position: relative;
  padding-left: 26px;
  line-height: 24px;
  margin: 8px 0;
  left: 0;
  transition-duration: 300ms;
  transition-timing-function: linear;
  scale: 1;
}
.p-list .card:hover {
  box-shadow:
    3px 3px 16px #0062ff60,
    -3px -3px 16px #60efff60 !important;
  scale: 0.9;
}
.p-list .card:hover h4 {
  background: -webkit-linear-gradient(45deg, #0061ff, #60efff);
  background: linear-gradient(25deg, #0061ff 0%, #60efff 70%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-list .card ul li::before {
  content: " ";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 0;
  aspect-ratio: 1/1;
  background-image: url("../imgs/checklist.png");
  background-size: contain;
  filter: saturate(0);
  -webkit-filter: saturate(0);
  opacity: 0.7;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

.p-list .card ul li:hover::before {
  filter: saturate(100%);
  -webkit-filter: saturate(100%);
  opacity: 1;
}
.p-list .card ul li:hover {
  left: 8px;
  color: #000000 !important;
}

.p-list .card img {
  filter: drop-shadow(0px 0px 0px #00000000);
  -webkit-filter: drop-shadow(0px 0px 0px #00000000);
  position: relative;
  bottom: 0;
  transform: translateZ(20px);
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.p-list .card:hover img {
  filter: drop-shadow(8px 20px 16px #0000004f);
  -webkit-filter: drop-shadow(8px 20px 16px #0000004f);
  bottom: 8%;
}

@media (max-width: 993px) {
  .p-list .card ul li {
    color: #000000 !important;
    margin: 12px 0 0 0;
    padding-left: 20px;
    line-height: 16px;
  }
  .p-list .card ul li::before {
    filter: saturate(100%);
    -webkit-filter: saturate(100%);
    opacity: 1;
    width: 16px;
    height: 16px;
  }
}

/* Quality list */
.quality .welcome-card img {
  width: 50% !important;
  margin-bottom: 8px;
  position: relative;
  transform: translateZ(20px);
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform-style: preserve-3d;
}

.quality .welcome-card::before {
  width: 48px;
  height: 48px;
  top: -16px;
  left: -16px;
}

.quality .welcome-card::after {
  display: none;
}

.quality .welcome-card,
.quality .welcome-card .card {
  height: 100% !important;
  display: block !important;
  text-align: center;
}

.quality .welcome-card .card {
  border: 1px dashed gray;
}

.quality .welcome-card:hover .card {
  box-shadow:
    3px 3px 16px #0062ff60,
    -3px -3px 16px #60efff60 !important;
  scale: 0.95;
  border: 1px solid #0061ff;
}

.quality .welcome-card:hover::before {
  width: 80px;
  height: 8px;
  top: calc(100% - 8px);
  left: calc(100% - 104px);
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.q-list li {
  position: relative;
  padding: 8px 0 8px 26px;
  line-height: 24px;
  left: 0;
  transition-duration: 300ms;
  transition-timing-function: linear;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.q-list li::before {
  content: " ";
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 24%;
  aspect-ratio: 1/1;
  background-image: url("../imgs/checklist.png");
  background-size: contain;
  opacity: 0.7;
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.q-list li:hover {
  left: 8px;
  color: #000000 !important;
}
.q-list li:hover::before {
  opacity: 1;
}

/* manufacturing */
.manu .card {
  border: 1px dashed rgb(184, 184, 184);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
.manu .card img {
  width: 25% !important;
  transform: translateZ(60px);
  -webkit-transform: translateZ(60px);
  -moz-transform: translateZ(60px);
  -ms-transform: translateZ(60px);
  -o-transform: translateZ(60px);
  transform-style: preserve-3d;
}

.manu .card:hover {
  box-shadow:
    3px 3px 16px #0062ff60,
    -3px -3px 16px #60efff60 !important;
  scale: 0.95;
  border: 1px solid #0061ff;
}

.bgimg1 {
  background-image: url("../imgs/qa.jpg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 993px) {
  .bgimg1 {
    min-height: 40dvh;
    background-attachment: fixed;
  }
}

.contact h5 {
  font-weight: 400 !important;
  line-height: 1.4;
}
