:root {
  --primary-color: #64EED2;
  --font-Montserrat: "Montserrat";
  --bg-gray: #F5F5F5;
}


.new-home-page-banner .application-slider-banner h1 {
  font-family: var(--font-Montserrat);
  font-weight: 500;
  font-size: 50px;
  line-height: 66px;
  letter-spacing: -2%;
  color: #ffffff;
  margin-top: 45px;
  margin-bottom: 30px;


}

.new-home-page-banner .application-slider-banner-miain .item a {
  position: relative;
  z-index: 1;
}

.new-home-page-banner .application-slider-banner-miain .item a::after {
  /* background: linear-gradient(90.75deg, rgb(0 0 0 / 83%) -7.22%, rgba(0, 0, 0, 0) 70.96%); */
  background: linear-gradient(90.75deg, rgba(0, 0, 0, 0.7) -13.22%, rgba(0, 0, 0, 0) 56.96%);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
}

.new-home-page-banner .application-slider-banner {
  z-index: 2;
  top: 18%;
}

.new-home-page-banner .application-slider-banner h1 b {
  font-weight: 700;
  font-size: 64px;
}

.new-home-page-banner .application-slider-banner label {
  font-family: var(--font-Montserrat);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -2%;
  text-align: center;
  border: 1px solid #FFFFFF;
  color: #ffffff;
  border-radius: 60px;
  height: 42px;
  line-height: 39px;
  padding: 0px 25px;
}


.new-home-page-banner .application-slider-banner span {
  width: 290px;
  height: 52px;
  color: #00315D;
  background-color: #ffffff;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;


}


.new-home-page-banner .application-slider-banner p {
  font-family: var(--font-Montserrat);
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px;
  letter-spacing: -2%;
  color: #ffffff;
}



.new-home-page-banner .application-slider-banner-miain .owl-nav button.owl-prev {
  left: 87.5%;
  /* background: url('../images/home/left-arrow-n.png') no-repeat center center !important;
  background-size: 20px;
  border-radius: 0%;
  border: none;
  background-color: #ffffffff !important; */
}


.new-home-page-banner .application-slider-banner-miain .owl-nav button span {
  width: 40px;
  height: 24px;
  position: relative;
  top: 0px;
  line-height: 16px;
  color: #ffffff;
  /* display: none; */
  font-size: 32px;
  font-weight: 300;
}

.new-home-page-banner .owl-nav {
  display: none;
}

.application-slider-banner-miain .owl-nav {
  display: block;
}

.new-home-page-banner .application-slider-banner-miain .owl-nav button.owl-prev span {
  background-color: #004B8E;
}

.new-home-page-banner .application-slider-banner-miain .owl-nav button.owl-next span {
  background-color: #00315D;
}

.new-home-page-banner .application-slider-banner-miain .owl-nav button {
  position: absolute;
  top: 85%;
  transform: translateY(-50%);
  /* background-color: #ffffffff !important; */
  width: 40px;
  height: 24px;
  color: #000 !important;
  opacity: 1;
  font-size: 35px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 40px !important;
  margin: 0px !important;
  vertical-align: top;
  border-radius: 0px !important;
}

.new-home-page-banner .application-slider-banner-miain .owl-nav button.owl-next {
  right: 100px;
  /* background: url('../images/home/slider-arrow.png') no-repeat center center !important; */
  background-size: 20px;
  border-radius: 0%;
  border: none;
  /* background-color: #ffffffff !important; */
}




h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-Montserrat);
}



/* ============================================================
   TRANSFORMING / INTRO
   ============================================================ */
.intro {
  position: relative;
  padding: 50px 0;
  background: #fff;
  /* background-image: url("../images/case-studies/case-studies-bg.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
}

/* .intro::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .5;
  pointer-events: none;
  background-image: url("../images/case-studies/case-studies-bg.jpg");
  background-size: 56px 100px;
  -webkit-mask-image: linear-gradient(90deg, #000 35%, transparent 70%);
  mask-image: linear-gradient(90deg, #000 35%, transparent 70%);
} */

.intro .container-xl {
  position: relative;
  z-index: 1
}

.intro h2 {
  font-weight: 500;
  font-size: clamp(30px, 4vw, 44px);

  color: #515151;
  line-height: 48px;
  letter-spacing: -2%;

}

.intro h2 .accent {
  font-weight: 700;
  color: #004B8E;
}

.intro p {
  font-size: 20px !important;
  margin-bottom: 18px;
  color: #515151;
  font-weight: 500 !important;
  font-family: var(--font-Montserrat) !important;
}



.button-box-new {
  width: 216px;
  height: 52px;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #ffffff;
  background-color: #004B8E;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #51515100;
  transition: 0.4s;

}

.button-box-new:hover {
  background-color: #00315d;
}

.button-box-new.ghost {
  border: 2px solid #515151;
  background-color: transparent;
  color: #515151;
  font-weight: 400;
}

/* ============================================================
   APPLICATIONS GRID
   ============================================================ */
.applications {
  padding: 30px 0 80px;
  background: #fff
}

.applications .head {
  text-align: center;
  font-weight: 500;
  font-size: clamp(18px, 2.4vw, 22px);
  color: var(--ink);
  margin-bottom: 40px;
  font-family: var(--font-Montserrat);
  line-height: 44px;
  letter-spacing: -2%;

}

.applications .head .accent {
  color: #004B8E;
  font-weight: 800;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px
}

.app-card {
  position: relative;
  height: 230px;
  border-radius: 6px;
  overflow: hidden;
  background: var(--card-navy);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: .3s;
}

.app-card.has-img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--bg) center/cover no-repeat;
}

.app-card.has-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 28, 58, .35), rgba(5, 28, 58, .78));
}

.app-card .ico {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  margin-top: auto;
}

.app-card .ico svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
  fill: none;
  stroke-width: 1.6
}

.app-card .label {
  position: relative;
  z-index: 2;
  font-family: var(--display);
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 26px
}

.app-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(0, 40, 90, .25)
}

.app-card:hover .ico {
  background: rgba(255, 255, 255, .25)
}

/* ============================================================
   SMARTER NANOBUBBLE
   ============================================================ */
.smarter {
  background: var(--bg-gray);
  padding: 50px 0
}

.smarter .machine-wrap {
  position: relative;
  text-align: center
}

.smarter .gas-badge {
  position: absolute;
  right: 10%;
  top: 34%;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  background: #515151;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 20px;
  justify-content: center;
}

.smarter .gas-badge b {
  font-family: var(--font-Montserrat);
  font-weight: 700;
  font-size: 19px;
  color: #ffffff;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: center;

}

.smarter .gas-badge span {
  font-family: var(--font-Montserrat);
  font-weight: 500;
  font-size: 10px;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: center;

}

.smarter h2 {
  font-size: clamp(28px, 3.6vw, 44px);
  color: #515151;
  font-family: var(--font-Montserrat);
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -2%;

}

.smarter h2 .accent {
  color: #004B8E;
  font-family: var(--font-Montserrat);
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -2%;

}

.smarter p {
  font-family: var(--font-Montserrat) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: -2%;
  color: #515151;
  margin: 18px 0 28px;
  padding-right: 32px;
}

.clor-ch {
  border: 2px solid #004B8E !important;
}

.smarter .features {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 28px;
  color: #6a7480;
  font-size: 14px
}

.smarter .features span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -2%;
  color: #515151;
}

.check {
  width: 16px;
  height: 16px;
  flex: 0 0 16px
}

.check svg {
  width: 16px;
  height: 16px;
  stroke: var(--teal);
  fill: none;
  stroke-width: 2
}

/* ============================================================
   PROVEN / CASE STUDIES
   ============================================================ */
.new-case-box-main {
  width: 100%;
  padding: 50px 0px;
}

.new-case-box {
  width: 100%;
}

.new-case-box-slider {
  width: 100%;
}

.new-case-box-inner-main {
  width: 100%;
  box-shadow: 0px 4px 10px 0px #00000026;
  border-radius: 15px;
  background-color: #ffffff;
  overflow: hidden;
}


.new-case-box-img {
  width: 100%;
  height: 207px;
}

.new-case-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.new-case-box-text {
  width: 100%;
  padding: 25px 20px;
  position: relative;
}

.number-box-main {
  position: absolute;
  right: -35px;
  bottom: -71px;
  background: #004B8EBF;
  /* border: 1px solid #00315D; */
  display: flex;
  flex-direction: column;
  width: 182px;
  height: 182px;
  border-radius: 50%;
  align-items: flex-start;
  gap: 8px;
  padding: 37px 24px;
}

.number-box-main b {
  font-family: var(--font-Montserrat);
  font-weight: 700;
  /* font-size: 36px; */
  font-size: 28px;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: center;
  color: #FFFFFF;

}

.case-studies-new {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.number-box-main label {
  font-family: var(--font-Montserrat);
  font-weight: 600;
  font-size: 10px;
  line-height: 11px;
  letter-spacing: -2%;
  color: #FFFFFF;

}


.new-case-box-text a {
  width: 142px;
  height: 52px;
  border: 2px solid #004B8E;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  margin-top: 20px;
  color: #000000;

}

.new-case-box-text h6 {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -2%;
  color: #004B8E;
  margin-top: 18px;
  margin-bottom: 8px;
}

.new-case-box-text p {
  font-weight: 500 !important;
  font-size: 11px !important;
  line-height: 18px;
  letter-spacing: -2%;

}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}

.new-case-box-text p b {
  font-weight: 700;
}

.new-case-box-text span {
  font-family: var(--font-Montserrat);
  font-weight: 600;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: -2%;
  border-radius: 5px;
  height: 25px;
  padding: 0px 10px;
  background-color: #004B8E;
  display: inline-block;
  color: #ffffff;
}

.new-case-box-inner-main.case-color-fill {
  background-color: #00315D;
}

.case-color-fill .new-case-box-text h6 {
  color: #ffffff;
}

.case-color-fill .new-case-box-text a {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.case-color-fill .new-case-box-text p {
  color: #ffffff;
  font-family: var(--font-Montserrat) !important;
}

.case-color-fill .number-box-main {
  background: #ffffff;
  border: 1px solid #00325d00;
}

.new-case-box-slider .item {
  margin-bottom: 20px;
  padding: 10px;
}

.case-color-fill .number-box-main b {
  color: #004B8E;
}

.case-color-fill .number-box-main label {
  color: #004B8E;
}

/* ============================================================
   WHAT'S NEW (dark band)
   ============================================================ */
.whatsnew {
  padding-top: 20px;
  padding-bottom: 70px;
}

.whatsnew .panel {
  background: #00315D;
  border-radius: 14px;
  padding: 48px 46px 56px;
  color: #fff
}

.whatsnew h2 {
  color: #fff;
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 22px;
  line-height: 44px;
  letter-spacing: -2%;

  margin-bottom: 10px
}

.whatsnew .lead-p {
  color: #ffffff;
  max-width: 740px;
  font-family: var(--font-Montserrat) !important;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 22px;
  letter-spacing: -2%;
  margin: 0
}

.whatsnew .read-more {
  font-family: var(--font-Montserrat);
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2%;
  text-align: right;
  color: #64EED2;
  display: inline-flex;
  align-items: center;
  gap: 10px
}

.whatsnew .read-more img {
  width: 22px;
}

.what-nico-new {
  margin-bottom: 40px;
}

.news-card {
  background: #004B8E;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;

}

.hover-text-at-nico {
  position: absolute;
  bottom: -300px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #004B8E;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  transition: 0.4s;

}


.news-card:hover .hover-text-at-nico {
  bottom: 0;
  height: 100%;
}

.hover-text-at-nico p {
  font-family: var(--font-Montserrat) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px;
  letter-spacing: -2%;
  margin: 0;
  color: #ffffff;
}

.news-card a .logo {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 24px;
  border-radius: 15px;
}

.news-card .logo img {
  max-height: 80px;
  width: auto
}

.news-card .body {
  padding: 15px 20px 20px;
}

.news-card .date {
  font-family: var(--font-Montserrat);
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -2%;
  margin-bottom: 12px;
  display: block;
  color: #64EED2;
}

.news-card a {
  color: #fff;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  margin-top: 0px;
  letter-spacing: -2%;
  display: block;


}

/* ============================================================
   ACADEMIC PARTNERS
   ============================================================ */
.partners {
  padding: 50px 0;
  background: #F5F5F5;
}

.partners .center {
  text-align: center;
  margin-bottom: 38px
}

.partners p {
  font-weight: 500 !important;
  font-size: 18px !important;
  font-family: var(--font-Montserrat) !important;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: center;
  max-width: 740px;
  margin: 5px auto 0;
  color: #515151;

}

.logo-cell {
  background: #fff;
  border-radius: 10px;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  box-shadow: 0 4px 14px rgba(20, 40, 80, .05)
}

.logo-cell img {
  max-height: 64px;
  width: auto;
  object-fit: contain
}

.partner-row+.partner-row {
  margin-top: 18px
}

/* ============================================================
   ACHIEVEMENTS
   ============================================================ */
.achievements {
  padding: 50px 0;
  background: #fff
}

.achievements .center {
  text-align: center;
  margin-bottom: 42px
}

.achievements p {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: center;
  max-width: 740px;
  margin: 14px auto 0;
  color: #515151;
}

.ach-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 3px 7px rgb(20 40 80 / 17%);
}

.ach-card .ph {
  height: 291px;
  background: url(../images/home/awd.jpg) center/cover no-repeat;
  position: relative
}

.ach-card .trophy {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ach-card .trophy svg {
  width: 22px;
  height: 22px;
  fill: var(--blue)
}

.ach-card .body {
  padding: 30px 22px 24px
}

.ach-card h3 {
  font-family: var(--font-Montserrat);
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -2%;
  color: #004B8E;
  margin-bottom: 12px
}

.ach-card .date {
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -2%;
  color: #515151;
}

/* ============================================================
   WHY CHOOSE (dark band)
   ============================================================ */
.whychoose {
  width: 100%;
}

.whychoose-inner {
  width: 100%;
  background: #00315D;
  color: #fff;
  padding: 35px 0 35px;
  border-radius: 15px;
}

.whychoose .center {
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: -2%;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 50px
}

.whychoose .center span {
  color: #64EED2;
}

.wc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}

.wc-col {
  padding: 0 30px;
  text-align: center;
  position: relative
}

.wc-col+.wc-col::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ffffff;
}

.wc-col h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 35px;
}

.wc-col p {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: center;
  margin: 0;
  font-family: var(--font-Montserrat) !important;

}

.wc-col p b {
  font-weight: 700;
}

.wc-divider {
  height: 1px;
  background: #ffffff;
  max-width: 960px;
  margin: 32px auto 20px;
}

.wc-badges {
  display: flex;
  justify-content: center;
  gap: 215px;
  flex-wrap: wrap
}

.whychoose .wc-badge span {
  font-family: var(--font-Montserrat);
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: -2%;
  color: #ffffff;
  text-align: center;

}

.wc-badge {
  text-align: center;
  color: #dbe6f2;
  font-size: 11px;
  line-height: 1.35
}

.wc-badge .ic {
  /* width: 121px;
  height: 105px;
  border-radius: 15px;
  background: #fff; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  height: 75px;
}

/* .wc-badge .ic img {
  width: 81px;
} */

/* ============================================================
   KNOWLEDGE HUB
   ============================================================ */
.knowledge {
  background: var(--bg-gray);
  padding: 40px 0px;
  margin-top: 60px;
}

.knowledge .center {
  text-align: center;
  margin-bottom: 40px
}

.knowledge .center p {
  color: #515151;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: center;
  font-family: var(--font-Montserrat) !important;
  max-width: 740px;
  margin: 14px auto 0
}

.kn-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 28px 26px 15px;
  height: 100%;
  position: relative;
  box-shadow: 0 6px 18px rgba(20, 40, 80, .05)
}

.knowledge-hub {
  margin-top: 40px !important;
}

.kn-card .tag {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #004B8E;
  color: #fff;
  padding: 4px 12px;
  border-radius: 5px;
  font-family: var(--font-Montserrat);
  font-weight: 600;
  font-size: 11px;
  line-height: 22px;
  letter-spacing: -2%;

}

.kn-card .doc {

  margin-bottom: 30px;
  display: block;
}

.kn-card .doc img {
  width: 36px;
}

.kn-card h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -2%;
  color: #004B8E;

}

.kn-card .rm {
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -2%;
  color: #000000;
}

.kn-card .rm:hover {
  color: var(--blue)
}

/* ============================================================
   CTA
   ============================================================ */
.cta-wrap {
  padding: 50px 0px;
  background: #fff;
}

.cta {
  position: relative;
  background: #00315D;
  border-radius: 14px;
  padding: 45px 60px;
  color: #fff;
  overflow: hidden;
}

.get-start-main {
  width: 158px;
  height: 52px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
  margin-left: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -2%;
  background-color: transparent;

}

.get-start-main:hover {
  background-color: #ffffff;
  color: #004B8E;
}

/* .cta::after {
  content: "NICO";
  position: absolute;
  right: 30px;
  bottom: -26px;
  font-family: var(--display);
  font-weight: 800;
  font-size: 170px;
  color: rgba(255, 255, 255, .04);
  letter-spacing: 4px;
  line-height: 1
} */

.cta .rings {
  position: absolute;
  right: -65px;
  top: -120px;
  width: 625px;
  height: 420px;
}

.cta .rings img {
  opacity: 16%;
  filter: grayscale(100%) brightness(30%);
}

.cta h2 {
  position: relative;
  z-index: 2;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -2%;
  font-size: clamp(30px, 4vw, 44px);
  margin-bottom: 45px
}

.cta h2 span {
  color: #64EED2;
  display: inline-block;
  margin-left: -10px;
}

.cta p {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 760px;
  margin-bottom: 45px;
  font-weight: 500 !important;
  font-size: 17px !important;
  line-height: 24px;
  letter-spacing: -2%;
  font-family: var(--font-Montserrat) !important;

}


/* ============================================================
   DRIVING IMPACT / GLOBE
   ============================================================ */
.globe {
  padding: 50px 0 10px;
  background: #fff
}

.globe h2 {
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -2%;
  color: #515151;

}

.globe h2 .accent {
  font-weight: 700;
  color: #004B8E;
}

.flag-grid {
  display: flex;
  flex-direction: 1fr 1fr;
  gap: 18px;
  justify-content: end;
  flex-wrap: wrap;
}

.flag-cell a {
  background: #F2F2F2;
  border-radius: 12px;
  height: 70px;
  width: 247px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  text-decoration: none;
}

.flag-cell img {
  height: 35px;
}

.flag-cell span {
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: left;
  color: #000000;
}

/* ============================================================
   FOOTER (footer.php)
   ============================================================ */
.site-footer {
  background: #06223f;
  color: #b9c8d8;
  padding: 54px 0 26px;
  font-size: 14px
}

.site-footer h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 18px
}

.site-footer a {
  color: #b9c8d8
}

.site-footer a:hover {
  color: #fff
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.site-footer li {
  margin-bottom: 9px
}

.site-footer .brand {
  font-family: var(--display);
  font-weight: 800;
  color: #fff;
  font-size: 24px;
  letter-spacing: .5px
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .12);
  margin-top: 38px;
  padding-top: 22px;
  color: #8da3ba;
  font-size: 13px
}


.eyebrow-title {
  font-family: var(--font-Montserrat);
  font-weight: 500;
  font-size: 22px;
  line-height: 44px;
  letter-spacing: -2%;
  text-align: center;
  color: #515151;
}

.eyebrow-title .accent {
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 22px;
  line-height: 44px;
  letter-spacing: -2%;
  text-align: center;
  color: #004B8E;
}

.achievements-new h2 {
  font-family: var(--font-Montserrat);
  font-weight: 800;
  font-size: 22px;
  line-height: 44px;
  letter-spacing: -2%;
  text-align: center;
  color: #004B8E;

}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media(max-width:1199.98px) {
  .app-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:991.98px) {
  .hero-inner {
    padding: 120px 0 90px
  }

  .intro {
    padding: 60px 0
  }

  .wc-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px 0
  }

  .wc-col {
    padding: 0 22px;
    margin-bottom: 8px
  }

  .wc-col::before {
    display: none
  }

  .wc-col:nth-child(even)::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, .18)
  }

  .wc-col h3 {
    min-height: auto
  }

  .flag-grid {
    grid-template-columns: 1fr 1fr
  }

  .cta {
    padding: 48px 36px
  }

  .whatsnew .panel {
    padding: 38px 28px 44px
  }
}

@media(max-width:767.98px) {
  .app-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
  }

  .app-card {
    height: 190px
  }

  .smarter .gas-badge {
    width: 104px;
    height: 104px;
    right: 2%
  }

  .wc-grid {
    grid-template-columns: 1fr
  }

  .wc-col::before,
  .wc-col:nth-child(even)::before {
    display: none !important
  }

  .wc-col {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 26px
  }

  .wc-col:first-child {
    border-top: 0;
    padding-top: 0
  }

  .wc-badges {
    gap: 34px
  }

  .flag-grid {
    grid-template-columns: 1fr
  }

  .case-stat {
    width: 118px;
    height: 118px
  }

  .cta::after {
    font-size: 96px
  }

  .hero-arrows {
    position: static;
    display: flex;
    justify-content: flex-start;
    margin-top: 24px
  }
}

@media(max-width:575.98px) {
  .app-grid {
    grid-template-columns: 1fr 1fr
  }

  .intro h2,
  .globe h2,
  .smarter h2 {
    font-size: 30px
  }
}

/* ---- carousel mechanics ---- */
/* .car-viewport {
  overflow: hidden;
} */

.car-track {
  display: flex;
  flex-wrap: nowrap;
  will-change: transform
}

.car-item {
  min-width: 0
}

/* ---- scroll reveal ---- */
[data-reveal] {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .6s ease, transform .6s ease
}

[data-reveal].in {
  opacity: 1;
  transform: none
}

/* reduced motion */
@media(prefers-reduced-motion:reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important
  }

  [data-reveal] {
    opacity: 1;
    transform: none
  }
}


.machine-product-new img {
  width: inherit;
  z-index: 2;
  position: relative;
}



.new-application-grid-boxs-main {
  width: 100%;
  padding-bottom: 50px;
}


.all-app-new {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.new-application-grid-boxs {
  width: 100%;
}

.new-application-grid-heading {
  width: 100%;
  margin-bottom: 15px;
}

.new-application-grid-heading h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 44px;
  letter-spacing: -2%;
  text-align: center;
  color: #515151;
}

.new-application-grid-heading h2 span {
  color: #004B8E;
  font-weight: 800;

}

.new-application-grid-heading p {
  max-width: 840px;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 22px;
  letter-spacing: -2%;
  text-align: center;
  color: #515151;
  font-family: var(--font-Montserrat) !important;
  margin: auto;

}

.new-application-grid-boxs-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.new-application-grid-box {
  width: 19.3%;
  height: 252px;
}


.new-application-grid-box a {
  width: 100%;
  height: 100%;
  background-color: #00315D;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.4s;
}

.new-application-grid-box a:hover .new-application-bg-main img {
  transform: scale(1.05);
}

.new-application-grid-box a:hover .no-img-bg img {
  transform: scale(1.07);
  /* width: 42px !important; */
}

.new-case-box-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background: #ffffffa8 !important; */
  background: #e3e2e2a8 !important;
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  color: #000 !important;
  opacity: 1;
  font-size: 35px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 40px !important;
  margin: 0px !important;
  vertical-align: top;
}

.new-case-box-slider .owl-nav button.owl-next {
  right: -70px;
}

.new-case-box-slider .owl-nav button.owl-prev {
  left: -70px;
}

.new-case-box-slider .owl-nav button span {
  height: 45px;
  width: 45px;
  position: relative;
  top: -3px;
}

.no-img-bg {
  transition: 0.4s;
  transform: scale(1);
}

.img-box-main {
  background-color: #00315D;
}

.new-application-bg-main {
  width: 100%;
  height: 100%;
  position: relative;
}

.new-application-bg-main::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #004B8E59;

  content: "";
}

.new-application-bg-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.4s;
}

/* .new-application-bg-main {
  background-repeat: no-repeat;
  background-size: cover;
}

.aquaculture-bg-img {
  background-image: url(../images/home/aquaculture-bg.jpg);
} */

.contant-text-box {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.app-text {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  padding: 0px 10px;
}

.app-text h6 {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -2%;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

.new-application-grid-box a .app-icon {
  width: 70px;
  height: 70px;
  background-color: #004B8E;
  border-radius: 50%;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;

}





.achievement-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* background: #ffffffa8 !important; */
  background: #e3e2e2a8 !important;
  width: 42px;
  height: 42px;
  border-radius: 50% !important;
  color: #000 !important;
  opacity: 1;
  font-size: 35px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 40px !important;
  margin: 0px !important;
  vertical-align: top;
}

.achievement-slider .owl-nav button.owl-next {
  right: -70px;
}

.achievement-slider .owl-nav button.owl-prev {
  left: -70px;
}

.achievement-slider .owl-nav button span {
  height: 45px;
  width: 45px;
  position: relative;
  top: -3px;
}


.new-application-grid-box a .app-icon.img-box-main {
  background-color: #00315D;
}

.new-application-grid-box a .app-icon img {
  width: 40px !important;
  transition: 0.4s;
  transform: scale(1);
}

.achiev-new-box-main {
  width: 100%;
  padding: 50px 0px;
}

.achiev-new-box {
  width: 100%;
}

.achievement-slider {
  width: 100%;
}

.achievement-card {
  width: 100%;
  padding: 5px 10px;
  padding-bottom: 12px;
}

.achievement-card:hover .achievement-card-inner {
  background-color: #004B8E;
}

.achievement-card:hover .achievement-card-text b {
  color: #FFFFFF;
}

.achievement-card:hover .achievement-card-text label {
  color: #64EED2;
}

.achievement-card-img {
  width: 100%;
  height: 291px;
}

.achievement-card-img img {

  height: 100%;
  object-fit: cover;
}

.achievement-card-text {
  width: 100%;
  padding: 30px 15px;
  height: 150px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-around;
}

.achievement-card-text b {
  font-family: var(--font-Montserrat);
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -2%;
  color: #004B8E;
  display: block;
  margin-bottom: 10px;
}



.achievement-card-text label {
  color: #515151;
  font-family: var(--font-Montserrat);
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: -2%;
  cursor: pointer;

}

.achievement-card-inner {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px #00000026;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s;
}


.achievement-slider .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.achievement-slider .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 5px;
  background: #D9D9D9;
  float: left;
}

.button-main {
  gap: 16px;
}


.achievement-slider .owl-dot.active span {
  background: #004b8e;
}



#logorow1 .logo_items {
  gap: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: slideLeft 40s linear infinite;
  animation: slideLeft 40s linear infinite;
}

#logorow2 .logo_items {
  gap: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: slideRight 40s linear infinite;
  animation: slideRight 40s linear infinite;
}

@-webkit-keyframes slideLeft {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes slideLeft {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideRight {
  from {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.logos_slider {
  overflow: hidden;
  padding: 15px 0px;
  white-space: nowrap;
  position: relative;
}



.logo_items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: 40s slides infinite linear;
  animation: 40s slides infinite linear;
}

.partner-logo {
  background-color: #ffffff;
  border-radius: 15px;
  width: 266px;
  padding: 10px;
  height: 96px;
}

.logo_items img {
  height: 100%;
  object-fit: contain;
}

.achievements-mb {
  margin-bottom: 30px !important;
}

.logos_slider#logorow1 {
  padding-top: 0;
}


.awr-icon {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  top: -27px;
  padding: 10px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.awr-icon img {
  width: 100%;
}





/* careers-test css */


.new-contact-page-main {
  width: 100%;
  background-image: url(../images/enquiry-img/banner-bg.png);
  height: 546px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}

.new-contact-page-main img {
  height: 100%;
  object-fit: cover;
  width: 70% !important;
}



.new-contact-page {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 60px;
}

.new-contact-page h1 {
  font-family: var(--font-Montserrat);
  font-weight: 700;
  font-size: 64px;
  line-height: 70px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #fff;

}

.new-contact-page h1 span {
  color: #64EED2;
}

.new-contact-page p {
  color: #FFFFFF;
  font-family: var(--font-Montserrat) !important;
  font-weight: 500 !important;
  font-size: 22px !important;
  line-height: 28px;
  letter-spacing: -2%;
  text-transform: capitalize;

}

.new-our-solution-main {
  width: 100%;
}

.new-our-solution {
  width: 100%;
  display: flex;
  margin: 60px 0px;
  align-items: center;
  gap: 250px;
}


.new-our-solution-left-main {
  width: 50%;
}

.new-our-solution-left {
  width: 100%;
}

.new-our-solution-left h2 {
  font-family: var(--font-Montserrat);
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0%;
  color: #515151;
  margin-bottom: 35px;

}

.new-our-solution-left h2 span {
  color: #004B8E;
  font-weight: 700;

}

.new-our-solution-left p {
  color: #515151;
  font-family: var(--font-Montserrat) !important;
  font-weight: 500 !important;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;

}

.new-our-solution-right-main {
  width: 50%;
}

.new-our-solution-right {
  width: 100%;
  background: #00315D;
  padding: 40px 30px;
  border-radius: 15px;
}

.new-our-solution-text b {
  font-family: var(--font-Montserrat);
  font-weight: 700;
  font-size: 22px;
  display: block;
  margin-bottom: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff
}


.new-our-solution-text span {
  font-family: var(--font-Montserrat) !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.new-our-solution-text a {
  font-family: var(--font-Montserrat) !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px;
  letter-spacing: 0%;
  color: #FFFFFF;
}

.new-our-solution-text {
  margin-bottom: 40px;
}

.new-our-solution-text:last-child {
  margin-bottom: 0;
}

.new-our-solution-text .num {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.new-our-solution-text .num a {
  display: inline-block;
}

.new-our-solution-text .num a span {
  margin-right: 5px;
}


.new-driving-impact-main {
  width: 100%;
  background-color: #F5F5F5;
}

.new-driving-impact {
  width: 80%;
  margin: 0px auto;
  padding: 45px 0px;
}


.new-driving-impact h2 {
  font-family: var(--font-Montserrat);
  font-weight: 500;
  font-size: 44px;
  color: #515151;
  line-height: 48px;
  letter-spacing: -2%;
  text-align: center;
  margin-bottom: 20px;

}

.new-driving-impact h2 span {
  color: #004B8E;
  font-weight: 700;

}

.new-driving-impact p {
  color: #515151;
  font-family: var(--font-Montserrat) !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px;
  letter-spacing: -2%;
  text-align: center;

}


.new-driving-impact-flag {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 50px;


}

/* 
.new-driving-impact-flag img {
  width: 81px;
} */

.new-get-in-touch-main {
  width: 100%;
  margin: 30px 0px;
}

.new-get-in-touch {
  width: 100%;
  background-color: #00315D;
  border-radius: 15px;
  padding: 35px 45px;
}

.new-get-in-touch h2 {
  font-family: var(--font-Montserrat);
  font-weight: 700;
  font-style: Bold;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -2%;
  text-align: center;
  color: #ffffff;
  padding-bottom: 35px;
}

.new-get-in-touch h2 span {
  color: #64EED2;

}










.new-get-in-touch-main .contact-form {
  width: 100%;
}

.new-get-in-touch-main .form-two-col {
  display: flex;
  gap: 30px;
  margin-bottom: 35px;
}

.new-get-in-touch-main .form-field {
  flex: 1;
}

.new-get-in-touch-main .form-full {
  margin-bottom: 35px;
}

.new-get-in-touch-main .contact-form input,
.new-get-in-touch-main .contact-form select,
.new-get-in-touch-main .contact-form textarea {
  width: 100%;
  background-color: #0B4E90 !important;
  border: 1px solid rgba(255, 255, 255, .35);
  font-family: var(--font-Montserrat);
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  padding: 12px 22px;
  outline: none;
}

.new-get-in-touch-main .contact-form input,
.new-get-in-touch-main .contact-form select {
  height: 58px;
  border-radius: 40px;
}

.new-get-in-touch-main .contact-form textarea {
  height: 170px;
  border-radius: 15px;
  resize: none;
}

.new-get-in-touch-main .contact-form input::placeholder,
.new-get-in-touch-main .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, .55);
}

.new-get-in-touch-main .contact-form select {
  color: rgba(255, 255, 255, .55);
}

.new-get-in-touch-main .contact-form select option {
  color: #ffffff;
}

.new-get-in-touch-main .contact-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  padding-right: 45px;

  background: url("assets/images/down-arrow.svg") no-repeat;
  background-position: right 15px center;
  background-size: 14px;
}

.new-get-in-touch-main .last-form-full {
  margin-bottom: 0;
}

.form-tc-main {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;

}

.check-main .check {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: flex;
  align-items: center;
}

.form-tc-main p {
  color: #ffffff;
  font-family: var(--font-Montserrat) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: -2%;
  margin: 0;

}

.check-main p {
  color: #ffffff;
  font-family: var(--font-Montserrat) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 16px;
  letter-spacing: -2%;
  margin: 0;
}

.custom-check .custom-check {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  user-select: none;

}

.check-main {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 15px 0px;
  gap: 10px;
}


.custom-check .custom-check input {
  display: none;
}


.custom-check .custom-check input:checked+.checkmark::after {
  transform: scale(1);
}

.custom-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

.new-get-in-touch-main .custom-check input {
  display: none;
}

.new-get-in-touch-main .custom-check .checkmark {
  width: 14px;
  height: 14px;
  border: 1px solid #64EED2;
  background: transparent;
  position: relative;
  flex-shrink: 0;
}

.new-get-in-touch-main .custom-check .checkmark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #64EED2;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.new-get-in-touch-main .custom-check input:checked+.checkmark::after {
  opacity: 1;
}