@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif !important;
}

nav {
  background-color: #000;
}
nav .nav-link {
  color: #fff !important;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
}
nav button {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
nav button a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
nav .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: url(../images/menu.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.cancrie-section {
  padding: 50px 0;
}

.cancrie-left-box {
  height: 100%;
  padding-right: 20px;
}

.cancrie-feature {
  text-align: center;
  padding: 28px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cancrie-feature:last-child {
  border-bottom: none;
}

.cancrie-feature .big-text {
  font-size: 18px;
  font-weight: 700;
  color: #1f5c92;
  line-height: 1.25;
  margin-bottom: 4px;
}

.cancrie-feature .small-text {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.45;
  text-transform: uppercase;
}

.cancrie-feature.experience {
  text-align: center;
  padding-top: 0;
}

.cancrie-feature.experience .years {
  font-size: 56px;
  font-weight: 700;
  color: #1f5c92;
  line-height: 1;
  margin-bottom: 4px;
}

.cancrie-feature.experience .years-sub {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
  line-height: 1.4;
}

.cancrie-image-card {
  background: #f8f7f7;
  border-radius: 24px;
  padding: 35px 25px;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cancrie-image-card img {
  max-width: 100%;
  height: auto;
}

.cancrie-content {
  padding-left: 24px;
}

.cancrie-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: #1f5c92;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.cancrie-heading-wrap {
  border-left: 3px solid #1f5c92;
  padding-left: 20px;
  margin-bottom: 28px;
}

.cancrie-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #111;
  margin: 0;
}

.cancrie-heading .highlight {
  color: #2d689f;
}

.cancrie-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #555;
  margin-bottom: 22px;
  max-width: 700px;
}

.cancrie-divider {
  border-top: 2px dashed rgba(0, 0, 0, 0.12);
  margin: 30px 0 22px;
}

.cancrie-btn {
  display: inline-block;
  background: #2d689f;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 18px;
  font-size: 22px;
  font-weight: 600;
  transition: 0.3s ease;
}

.cancrie-btn:hover {
  background: #1f5c92;
  color: #fff;
}

@media (max-width: 1399.98px) {
  .cancrie-heading {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .cancrie-heading {
    font-size: 42px;
  }
  .cancrie-content p {
    font-size: 16px;
  }
  .cancrie-btn {
    font-size: 18px;
    padding: 14px 28px;
  }
}
@media (max-width: 991.98px) {
  .cancrie-left-box {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .cancrie-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .cancrie-heading {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .cancrie-section {
    padding: 35px 0;
  }
  .cancrie-heading {
    font-size: 30px;
  }
  .cancrie-feature .big-text {
    font-size: 16px;
  }
  .cancrie-feature .small-text {
    font-size: 14px;
  }
  .cancrie-feature.experience .years {
    font-size: 42px;
  }
  .cancrie-content p {
    font-size: 15px;
    line-height: 1.65;
  }
  .cancrie-btn {
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 14px;
  }
}
.why-cancrie {
  padding: 50px 0px;
  background-color: #F8F8F8;
}
.why-cancrie h2 {
  color: #000;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
}
.why-cancrie h2 span {
  color: #2D689F;
  font-weight: bolder;
}
.why-cancrie p {
  color: #000;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}
.why-cancrie .nav-pills .nav-link.active,
.why-cancrie .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2d689f;
  padding: 10px 30px;
  border-radius: 20px;
}
.why-cancrie .nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 21px;
  font-weight: var(--bs-nav-link-font-weight);
  color: #000;
  text-decoration: none;
  background: 0 0;
  text-transform: uppercase;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.why-cancrie .nav-link:hover {
  color: #000;
}
@media (max-width: 991px) {
  .why-cancrie .nav-link {
    font-size: 15px;
  }
}
.why-cancrie .box {
  background-color: #000;
  padding: 20px 10px;
  border-radius: 20px;
  margin: 10px 0px;
}
.why-cancrie li {
  list-style: none;
  font-weight: 500;
  color: white;
  font-size: 16px;
}

.mission-section {
  padding: 50px 0;
}

.mission-map-wrap {
  text-align: center;
}

.mission-map-wrap img {
  max-width: 100%;
  height: auto;
}

.mission-content {
  padding-left: 30px;
}

.mission-heading-wrap {
  border-left: 4px solid #2b5f92;
  padding-left: 20px;
  margin-bottom: 24px;
}

.mission-heading {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.mission-heading .highlight {
  color: #2b5f92;
}

.mission-content p {
  font-size: 18px;
  line-height: 1.65;
  color: #5c5c5c;
  margin-bottom: 14px;
}

.mission-subtitle {
  font-size: 22px;
  font-weight: 700;
  color: #111;
  margin-top: 24px;
  margin-bottom: 18px;
}

.mission-divider {
  border-top: 2px dashed #d9d9d9;
  margin-bottom: 18px;
}

.mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mission-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #4f4f4f;
  font-weight: 600;
  margin-bottom: 14px;
}

.mission-list li i {
  color: #2b5f92;
  font-size: 16px;
  margin-top: 4px;
}

@media (max-width: 1399.98px) {
  .mission-heading {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .mission-heading {
    font-size: 42px;
  }
  .mission-content p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .mission-section {
    padding: 50px 0;
  }
  .mission-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .mission-heading {
    font-size: 34px;
  }
}
@media (max-width: 767.98px) {
  .mission-heading {
    font-size: 28px;
  }
  .mission-subtitle {
    font-size: 20px;
  }
  .mission-list li {
    font-size: 15px;
  }
}
.partners-section {
  background: #f5f5f5;
  padding: 40px 0;
  overflow: hidden;
  position: relative;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
}

.partners-title-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  min-height: 140px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 30px;
}

.partners-title {
  font-size: 28px;
  font-weight: 600;
  color: #111;
  line-height: 1.2;
  padding-left: 18px;
  border-left: 4px solid #2b5f92;
}

.partners-title span {
  color: #2b5f92;
}

.logo-marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.logo-track {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  animation: partnerScroll 26s linear infinite;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.logo-item {
  flex: 0 0 auto;
  width: 280px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 24px;
  margin-right: 34px;
  border-radius: 22px;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease;
}

.logo-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.logo-item img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.88;
  transition: filter 0.25s ease, opacity 0.35s ease, transform 0.35s ease;
}

.logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}

.logo-fade-left,
.logo-fade-right {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.logo-fade-left {
  left: 0;
  background: linear-gradient(to right, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}

.logo-fade-right {
  right: 0;
  background: linear-gradient(to left, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}

@keyframes partnerScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 991.98px) {
  .partners-title-wrap {
    min-height: auto;
    border-right: none;
    padding-right: 0;
    margin-bottom: 24px;
  }
  .partners-title {
    font-size: 24px;
  }
  .logo-item {
    width: 180px;
    height: 120px;
    margin-right: 20px;
    padding: 18px;
  }
  .logo-item img {
    max-height: 60px;
  }
}
@media (max-width: 767.98px) {
  .partners-section {
    padding: 30px 0;
  }
  .partners-title {
    font-size: 22px;
  }
  .logo-item {
    width: 150px;
    height: 100px;
    margin-right: 16px;
    border-radius: 18px;
  }
  .logo-item img {
    max-height: 50px;
  }
  .logo-fade-left,
  .logo-fade-right {
    width: 50px;
  }
}
.tech-section {
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

.tech-heading-wrap {
  border-left: 4px solid #2b5f92;
  padding-left: 20px;
  margin-bottom: 25px;
}

.tech-heading {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  color: #111;
  margin-bottom: 0;
}

.tech-heading span {
  color: #2b5f92;
}

.tech-desc {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  max-width: 620px;
  margin-top: 20px;
  margin-bottom: 28px;
}

.tech-btn {
  background: #2b5f92;
  color: #fff;
  border: none;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.3s;
}

.tech-btn:hover {
  background: #214b73;
}

.video-card {
  margin-top: 50px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  max-width: 640px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.video-card img {
  width: 100%;
  display: block;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #6cc24a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.play-btn:after {
  content: "▶";
  margin-left: 3px;
}

@media (max-width: 992px) {
  .tech-heading {
    font-size: 38px;
  }
  .tech-desc {
    font-size: 16px;
  }
}
.application-section {
  background: #F5F5F5;
  padding: 70px 0;
}

.application-card {
  border-radius: 40px;
  padding: 70px 70px 30px;
  overflow: hidden;
  position: relative;
}

.application-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.application-image-wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}

.application-main-img {
  max-width: 100%;
  height: auto;
  max-height: 520px;
  -o-object-fit: contain;
     object-fit: contain;
}

.application-content {
  position: relative;
  z-index: 2;
  padding-left: 20px;
}

.application-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.application-heading-wrap {
  border-left: 3px solid #2b5f92;
  padding-left: 18px;
  margin-bottom: 18px;
}

.application-heading {
  font-size: 40px;
  line-height: 1.08;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.application-heading .highlight {
  color: #2D689F;
}

.application-content p {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 24px;
  max-width: 760px;
}

.application-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 18px;
  margin-top: 10px;
}

.application-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.application-tag.blue {
  background: #2b5f92;
  color: #fff;
}

.application-tag.light {
  background: #fff;
  color: #111;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07);
}

.application-tag:hover {
  transform: translateY(-2px);
}

.application-tag .icon {
  font-size: 14px;
  line-height: 1;
}

.application-tag .green {
  color: #86c81f;
}

.application-tag .orange {
  color: #ff8a2a;
}

@media (max-width: 1399.98px) {
  .application-heading {
    font-size: 46px;
  }
}
@media (max-width: 1199.98px) {
  .application-card {
    padding: 55px 45px 25px;
  }
  .application-heading {
    font-size: 40px;
  }
  .application-content p {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .application-card {
    padding: 40px 28px 25px;
    border-radius: 28px;
  }
  .application-content {
    padding-left: 0;
    margin-top: 20px;
  }
  .application-heading {
    font-size: 34px;
  }
  .application-main-img {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .application-section {
    padding: 40px 0;
  }
  .application-heading {
    font-size: 28px;
  }
  .application-subtitle {
    font-size: 15px;
  }
  .application-content p {
    font-size: 15px;
  }
  .application-tag {
    width: 100%;
    justify-content: flex-start;
    font-size: 15px;
    padding: 13px 18px;
    white-space: normal;
  }
}
/* SECTION */
.applications-section {
  padding: 20px 20px;
  text-align: center;
}

.applications-section h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}

/* ICON GRID */
.app-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

/* ICON ITEM */
.app-item {
  flex: 1 1 180px;
  max-width: 200px;
  text-align: center;
}

.app-icon {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e3d5a, #2b5f92);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 16px;
}

.app-icon img {
  width: 42px;
  height: 42px;
}

.app-item h4 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* TABLET */
@media (max-width: 900px) {
  .applications-section h2 {
    font-size: 32px;
  }
  .app-grid {
    gap: 30px;
  }
}
/* MOBILE */
@media (max-width: 600px) {
  .applications-section {
    padding: 60px 20px;
  }
  .app-grid {
    gap: 24px;
  }
  .app-item {
    flex: 1 1 45%;
    max-width: 45%;
  }
}
/* NEWSLETTER */
.newsletter-box {
  background: #F3F6FA;
  border-radius: 20px;
  padding: 40px 20px;
  margin-top: -80px;
  position: relative;
  z-index: 5;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.newsletter-sub {
  font-size: 14px;
  font-weight: 600;
  color: #2B5F92;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.newsletter-title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
}

.newsletter-text {
  color: #555;
  font-size: 16px;
  margin-bottom: 20px;
}

.newsletter-input {
  border: none;
  background: #fff;
  padding: 16px 20px;
  border-radius: 30px;
  width: 100%;
  outline: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.newsletter-btn {
  background: #2B5F92;
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  margin-left: 10px;
}

.newsletter-btn:hover {
  background: #214B73;
}

/* FOOTER */
.footer {
  background: #111;
  color: #ccc;
  padding: 120px 0 40px;
}

.footer-logo {
  max-width: 160px;
  margin-bottom: 20px;
}

.footer-text {
  font-size: 15px;
  line-height: 1.7;
  max-width: 320px;
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
}

.footer-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #2B5F92;
  margin-top: 8px;
}

.footer a {
  text-decoration: none;
  color: #ccc;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}

.footer a:hover {
  color: #fff;
}

.footer-social {
  margin-top: 20px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer-bottom a {
  display: inline-block;
  margin-right: 20px;
}

.battery-section {
  padding: 40px 0;
  background: #f7f8fa;
}

.battery-card {
  background: #fff;
  border: 1px solid rgba(43, 95, 146, 0.1);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  height: 100%;
  overflow: hidden;
}

.battery-card-inner {
  padding: 22px;
}

.section-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2b5f92;
  background: rgba(43, 95, 146, 0.08);
  border: 1px solid rgba(43, 95, 146, 0.12);
  padding: 6px 10px;
  border-radius: 30px;
  margin-bottom: 10px;
}

.main-title {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #2b5f92;
  margin-bottom: 12px;
}

.sub-title {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #2b5f92;
  margin-bottom: 10px;
}

.sub-text {
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 16px;
}

.mini-pill-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.mini-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: #2b5f92;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
}

.micro-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

.micro-card .img-wrap {
  position: relative;
  background: #f1f3f6;
}

.micro-card img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.img-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-block;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 30px;
  color: #fff;
  line-height: 1.2;
}

.img-tag.blue {
  background: #2b5f92;
}

.img-tag.dark {
  background: #000;
}

.micro-card .content {
  padding: 16px;
}

.micro-card h4 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #2b5f92;
  margin-bottom: 8px;
}

.micro-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #444;
  margin: 0;
}

.chart-box {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  padding: 18px;
  height: 100%;
}

.chart-box img {
  width: 50%;
  height: auto;
  display: block;
  border-radius: 10px;
  background: #fff;
}

.highlight-note {
  background: #f4f8fd;
  border: 1px solid rgba(43, 95, 146, 0.12);
  border-left: 4px solid #2b5f92;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 600;
  color: #2b5f92;
  margin-top: 14px;
}

.compare-table {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 16px;
  overflow: hidden;
}

.compare-table table {
  margin-bottom: 0;
}

.compare-table thead th {
  background: #2b5f92;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-color: rgba(255, 255, 255, 0.2);
  vertical-align: middle;
}

.compare-table tbody td {
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}

.proof-card {
  background: #2b5f92;
  color: #fff;
  border-radius: 20px;
  padding: 24px;
  overflow: hidden;
}

.proof-card .section-badge {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}

.proof-title {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.proof-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 18px;
}

.proof-lab {
  display: inline-block;
  background: #fff;
  color: #2b5f92;
  border-radius: 14px;
  padding: 14px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.proof-lab span {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #666;
  margin-top: 4px;
}

.proof-metric {
  background: #fff;
  border-radius: 16px;
  padding: 18px 14px;
  text-align: center;
  height: 100%;
}

.proof-metric h4 {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #2b5f92;
  margin-bottom: 6px;
}

.proof-metric p {
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  margin: 0;
  font-weight: 600;
}

.muted-note {
  font-size: 12px;
  color: #666;
  margin-top: 12px;
}

.floating-brochure {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  background: #2b5f92;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s ease;
}

.floating-brochure:hover {
  background: #000;
  color: #fff;
  transform: translateY(-2px);
}

.floating-brochure svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 1399.98px) {
  .main-title,
  .sub-title,
  .proof-title {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .main-title,
  .sub-title,
  .proof-title {
    font-size: 26px;
  }
  .micro-card img {
    height: 220px;
  }
}
@media (max-width: 991.98px) {
  .battery-section {
    padding: 28px 0;
  }
  .battery-card-inner {
    padding: 18px;
  }
  .main-title,
  .sub-title,
  .proof-title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .main-title,
  .sub-title,
  .proof-title {
    font-size: 21px;
  }
  .micro-card img {
    height: 190px;
  }
  .battery-card-inner {
    padding: 16px;
  }
  .chart-box,
  .proof-card {
    padding: 16px;
  }
  .proof-metric h4 {
    font-size: 28px;
  }
  .floating-brochure {
    right: 12px;
    bottom: 12px;
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .sub-text,
  .micro-card p,
  .proof-text {
    font-size: 13px;
  }
  .mini-pill {
    width: 100%;
  }
  .img-tag {
    font-size: 12px;
    padding: 7px 12px;
  }
}
@media (max-width: 767.98px) {
  .cancrie-heading,
  .mission-heading,
  .tech-heading,
  .application-heading,
  .applications-section h2,
  .newsletter-title,
  .main-title,
  .sub-title,
  .proof-title,
  .why-cancrie h2 {
    font-size: 28px !important;
    line-height: 1.25 !important;
  }
  .cancrie-content p,
  .mission-content p,
  .tech-desc,
  .application-content p,
  .newsletter-text,
  .sub-text,
  .proof-text,
  .why-cancrie p,
  .micro-card p,
  .muted-note,
  .proof-metric p,
  .app-item h4 {
    font-size: 14px !important;
    line-height: 1.7 !important;
  }
}
@media (max-width: 575.98px) {
  .cancrie-heading,
  .mission-heading,
  .tech-heading,
  .application-heading,
  .applications-section h2,
  .newsletter-title,
  .main-title,
  .sub-title,
  .proof-title,
  .why-cancrie h2 {
    font-size: 22px !important;
    line-height: 1.3 !important;
  }
  .cancrie-subtitle,
  .mission-subtitle,
  .application-subtitle,
  .newsletter-sub,
  .section-badge {
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
  .cancrie-content p,
  .mission-content p,
  .tech-desc,
  .application-content p,
  .newsletter-text,
  .sub-text,
  .proof-text,
  .why-cancrie p,
  .micro-card p,
  .muted-note,
  .proof-metric p,
  .compare-table thead th,
  .compare-table tbody td,
  .why-cancrie li,
  .app-item h4 {
    font-size: 13px !important;
    line-height: 1.65 !important;
  }
}
.about-cancrie-section {
  padding: 70px 0;
}

.about-cancrie-image {
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
}

.about-cancrie-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 28px;
}

.about-cancrie-content {
  padding-left: 30px;
}

.about-cancrie-subtitle {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2b5f92;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
}

.about-cancrie-heading-wrap {
  border-left: 4px solid #2b5f92;
  padding-left: 22px;
  margin-bottom: 30px;
}

.about-cancrie-heading {
  font-size: 40px;
  line-height: 1.05;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.about-cancrie-heading .highlight {
  color: #2b5f92;
}

.about-cancrie-text {
  font-size: 18px;
  line-height: 1.7;
  color: #5a5a5a;
  margin-bottom: 28px;
  max-width: 760px;
}

.about-cancrie-divider {
  border-top: 2px dashed rgba(0, 0, 0, 0.12);
  margin-bottom: 28px;
}

.about-cancrie-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #2b5f92;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 38px;
  border-radius: 22px;
  transition: 0.3s ease;
}

.about-cancrie-btn:hover {
  background: #214b73;
  color: #fff;
}

@media (max-width: 1399.98px) {
  .about-cancrie-heading {
    font-size: 52px;
  }
}
@media (max-width: 1199.98px) {
  .about-cancrie-heading {
    font-size: 44px;
  }
  .about-cancrie-text {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .about-cancrie-section {
    padding: 55px 0;
  }
  .about-cancrie-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .about-cancrie-heading {
    font-size: 38px;
  }
  .about-cancrie-image {
    max-height: 520px;
  }
}
@media (max-width: 767.98px) {
  .about-cancrie-section {
    padding: 40px 0;
  }
  .about-cancrie-subtitle {
    font-size: 15px;
  }
  .about-cancrie-heading-wrap {
    padding-left: 16px;
    margin-bottom: 20px;
  }
  .about-cancrie-heading {
    font-size: 30px;
    line-height: 1.15;
  }
  .about-cancrie-text {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 22px;
  }
  .about-cancrie-btn {
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 18px;
  }
  .about-cancrie-image,
  .about-cancrie-image img {
    border-radius: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-cancrie-heading {
    font-size: 26px;
  }
  .about-cancrie-text {
    font-size: 14px;
  }
  .about-cancrie-btn {
    width: 100%;
  }
}
.transform-section {
  background: #F8F8F8;
  padding: 70px 0;
}

.transform-top {
  margin-bottom: 50px;
}

.transform-subtitle {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2b5f92;
  margin-bottom: 10px;
}

.transform-heading-wrap {
  border-left: 4px solid #2b5f92;
  padding-left: 20px;
}

.transform-heading {
  font-size: 40px;
  line-height: 1.08;
  font-weight: 700;
  color: #111;
  margin: 0;
  max-width: 760px;
}

.transform-heading .highlight {
  color: #2b5f92;
}

.transform-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #4f4f4f;
  max-width: 640px;
  margin: 0;
  padding-top: 22px;
}

.transform-feature {
  height: 100%;
  padding: 12px 10px 12px 0;
}

.transform-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(43, 95, 146, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.transform-icon img {
  width: 26px;
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.transform-feature h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #2b5f92;
  margin-bottom: 10px;
}

.transform-feature p {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin: 0;
  max-width: 300px;
}

.transform-divider {
  border-top: 1px dashed rgba(43, 95, 146, 0.18);
  margin-top: 34px;
}

@media (max-width: 1399.98px) {
  .transform-heading {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  .transform-heading {
    font-size: 42px;
  }
  .transform-desc {
    font-size: 17px;
  }
}
@media (max-width: 991.98px) {
  .transform-section {
    padding: 55px 0;
  }
  .transform-top {
    margin-bottom: 35px;
  }
  .transform-heading {
    font-size: 36px;
    max-width: 100%;
  }
  .transform-desc {
    max-width: 100%;
    padding-top: 10px;
  }
  .transform-feature p {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .transform-section {
    padding: 40px 0;
  }
  .transform-subtitle {
    font-size: 14px;
  }
  .transform-heading-wrap {
    padding-left: 16px;
  }
  .transform-heading {
    font-size: 30px;
    line-height: 1.15;
  }
  .transform-desc {
    font-size: 15px;
    line-height: 1.65;
  }
  .transform-feature h3 {
    font-size: 18px;
  }
  .transform-feature p {
    font-size: 14px;
  }
  .transform-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    margin-bottom: 14px;
  }
  .transform-icon img {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 575.98px) {
  .transform-heading {
    font-size: 26px;
  }
  .transform-desc {
    font-size: 14px;
  }
}
.contact-section {
  background: #f5f7f2;
  padding: 70px 0;
  position: relative;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(43, 95, 146, 0.08) 1.2px, transparent 1.2px);
  background-size: 24px 24px;
  opacity: 0.35;
  pointer-events: none;
}

.contact-wrap {
  position: relative;
  z-index: 2;
}

.contact-left {
  padding-right: 20px;
}

.contact-subtitle {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #2b5f92;
  margin-bottom: 8px;
}

.contact-heading-wrap {
  border-left: 3px solid #2b5f92;
  padding-left: 14px;
  margin-bottom: 18px;
}

.contact-heading {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.contact-heading .highlight {
  color: #2b5f92;
}

.contact-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  max-width: 560px;
  margin-bottom: 28px;
}

.contact-info-card {
  background: #fff;
  border: 1px solid rgba(43, 95, 146, 0.1);
  border-radius: 16px;
  padding: 18px 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  height: 100%;
}

.contact-icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #2b5f92;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.contact-info-card h5 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.contact-info-card p,
.contact-info-card a {
  font-size: 14px;
  line-height: 1.65;
  color: #555;
  text-decoration: none;
  margin: 0;
}

.contact-info-card a:hover {
  color: #2b5f92;
}

.contact-form-card {
  background: #fff;
  border: 1px solid rgba(43, 95, 146, 0.1);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.contact-form-card .form-control {
  background: #f5f7f2;
  border: 1px solid rgba(43, 95, 146, 0.08);
  border-radius: 14px;
  min-height: 54px;
  padding: 14px 18px;
  font-size: 14px;
  color: #111;
  box-shadow: none;
}

.contact-form-card textarea.form-control {
  min-height: 120px;
  resize: none;
}

.contact-form-card .form-control:focus {
  border-color: #2b5f92;
  box-shadow: 0 0 0 0.15rem rgba(43, 95, 146, 0.1);
  background: #fff;
}

.contact-form-card .form-control::-moz-placeholder {
  color: #8a8a8a;
}

.contact-form-card .form-control::placeholder {
  color: #8a8a8a;
}

.contact-btn {
  background: #2b5f92;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 14px 24px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.contact-btn:hover {
  background: #000;
  color: #fff;
}

.contact-map {
  position: relative;
  z-index: 2;
  margin-top: 34px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(43, 95, 146, 0.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
}

.contact-map img,
.contact-map iframe {
  width: 100%;
  height: 420px;
  display: block;
  border: 0;
}

@media (max-width: 1399.98px) {
  .contact-heading {
    font-size: 38px;
  }
}
@media (max-width: 1199.98px) {
  .contact-heading {
    font-size: 34px;
  }
}
@media (max-width: 991.98px) {
  .contact-section {
    padding: 55px 0;
  }
  .contact-left {
    padding-right: 0;
    margin-bottom: 28px;
  }
  .contact-heading {
    font-size: 30px;
  }
  .contact-map img,
  .contact-map iframe {
    height: 340px;
  }
}
@media (max-width: 767.98px) {
  .contact-section {
    padding: 40px 0;
  }
  .contact-heading {
    font-size: 26px;
  }
  .contact-desc {
    font-size: 14px;
  }
  .contact-form-card {
    padding: 20px;
    border-radius: 18px;
  }
  .contact-map {
    margin-top: 24px;
  }
  .contact-map img,
  .contact-map iframe {
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .contact-heading {
    font-size: 23px;
  }
  .contact-btn {
    width: 100%;
  }
}
.highlights-section {
  padding: 70px 0;
  background: #f5f7f2;
}

.highlights-box {
  background: linear-gradient(135deg, #ffffff 0%, #f5f7f2 45%, #eef4fb 100%);
  border: 1px solid rgba(43, 95, 146, 0.1);
  border-radius: 42px;
  padding: 60px 45px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
}

.highlights-subtitle {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2b5f92;
  text-align: center;
  margin-bottom: 8px;
}

.highlights-title {
  font-size: 52px;
  line-height: 1.15;
  font-weight: 700;
  color: #111;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 50px;
}

.highlights-title .highlight {
  color: #2b5f92;
}

.highlight-card {
  text-align: center;
  height: 100%;
  padding: 10px 18px;
}

.highlight-visual {
  position: relative;
  width: 160px;
  height: 160px;
  margin: 0 auto 28px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid rgba(43, 95, 146, 0.1);
  box-shadow: 0 12px 24px rgba(43, 95, 146, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.highlight-visual::before {
  content: "";
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #eef4fb;
  border: 1px dashed rgba(43, 95, 146, 0.25);
  position: absolute;
}

.highlight-visual img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 2;
}

.highlight-number {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2b5f92;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  box-shadow: 0 8px 18px rgba(43, 95, 146, 0.22);
  z-index: 3;
}

.highlight-card h3 {
  font-size: 22px;
  line-height: 1.28;
  font-weight: 700;
  color: #2b5f92;
  margin-bottom: 14px;
  min-height: 86px;
}

.highlight-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin: 0 auto;
  max-width: 310px;
}

@media (max-width: 1399.98px) {
  .highlights-title {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .highlights-box {
    padding: 50px 30px;
  }
  .highlights-title {
    font-size: 40px;
  }
  .highlight-card h3 {
    font-size: 20px;
    min-height: 72px;
  }
  .highlight-card p {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .highlights-section {
    padding: 55px 0;
  }
  .highlights-box {
    border-radius: 28px;
    padding: 40px 24px;
  }
  .highlights-title {
    font-size: 34px;
    margin-bottom: 36px;
  }
  .highlight-card {
    padding: 8px 10px;
  }
  .highlight-card h3 {
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .highlights-section {
    padding: 40px 0;
  }
  .highlights-subtitle {
    font-size: 13px;
  }
  .highlights-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .highlight-visual {
    width: 140px;
    height: 140px;
    margin-bottom: 22px;
  }
  .highlight-visual::before {
    width: 90px;
    height: 90px;
  }
  .highlight-number {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .highlight-card h3 {
    font-size: 19px;
  }
  .highlight-card p {
    font-size: 14px;
    line-height: 1.65;
  }
}
@media (max-width: 575.98px) {
  .highlights-title {
    font-size: 24px;
  }
  .highlights-box {
    padding: 32px 18px;
    border-radius: 22px;
  }
  .highlight-card h3 {
    font-size: 18px;
  }
  .highlight-card p {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */