@import url(https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

/* ==========================================================================
   Global resets & responsive guards  (added: box-sizing, overflow-x, media)
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas,
iframe {
  max-width: 100%;
}

img,
video {
  height: auto;
}

/* keep intentional fixed-height / cover media intact */
.about-image img,
.advisory-image img,
.blog-img img,
.card-image img,
.contact-map img,
.contract-services-media img,
.contract-services-media video,
.inner-hero-bg img,
.mh-chart-card img,
.mh-image-card img,
.single-blog-banner img,
.strength-img img,
img.img-fluid.rounded {
  height: 100%;
}

.about-image img,
.mh-chart-card img,
.mh-image-card img {
  height: auto;
}

img.img-fluid.rounded {
  height: 400px;
}

.hero-title,
.navbar-nav .nav-link {
  font-family: Figtree, sans-serif;
}

.hydrogen-cta-title,
.inner-hero-content h1 {
  letter-spacing: -2px;
}

.contract-card,
.format-item,
.partner-card,
.strength-card {
  cursor: pointer;
}

.blog-img img,
.card-image img,
.contact-map img,
.contract-services-media img,
.contract-services-media video,
.strength-img img {
  object-fit: cover;
}

.challenge-bg-text,
.hydrogen-cta-box::after,
.molecular-bg-text {
  left: 50%;
  transform: translateX(-50%);
}

.team-desc {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.about-btn,
.blog-card h5 a,
.blog-title a,
.btn,
.challenge-btn,
.contract-btn,
.elevate-btn,
.hero-btn-primary,
.hero-btn-secondary,
.hydrogen-cta-btn,
.insights-btn,
.quote-btn,
.why-choose-btn {
  text-decoration: none;
}

:root {
  --primary: #257dd5;
  --text-dark: #000;
  --bg-color: #1976d3;
  --heading-font: "Figtree", sans-serif;
  --background-linear: linear-gradient(90deg, #024988 0%, #017ca8 100%);
  --background-linear-two: linear-gradient(90deg, #018cb1 0%, #024788 100%);
}

body {
  margin: 0;
  font-family: Inter, sans-serif;
  color: var(--text-dark);
}

.main-header {
  background: #e9f2f7;
  padding: 14px 0;
}

.navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 12px;
  color: #000;
}

.hydrogen-slide .cat .arc,
.hydrogen-slide .cat-label,
.hydrogen-slide .claims h2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.navbar-nav .nav-link.active {
  color: var(--primary) !important;
  font-weight: 700 !important;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.quote-btn {
  background: var(--background-linear);
  color: #fff;
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.4s;
}

.about-btn:hover,
.challenge-btn:hover,
.contact-btn:hover,
.elevate-btn:hover,
.footer-btn:hover,
.insights-btn:hover,
.quote-btn:hover {
  background: #000;
  color: #fff;
}

.hero-section {
  position: relative;
  min-height: 770px;
  background: url(./assets/hero-bg.png) center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hero-content,
.inner-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.contact-title,
.contract-title,
.feature-main-title,
.format-title,
.inner-hero-content h1,
.insights-title,
.molecular-bg-text,
.molecular-title,
.spec-heading,
.specialties-title,
.team-heading h2,
.why-title {
  font-family: var(--heading-font);
}

.contract-readmore {
  margin-top: 10px;
}

.contract-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hydrogen-cta {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.hydrogen-cta-box {
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
  padding: 90px 80px;
  border-radius: 36px;
  background: #fff;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.05),
    0 10px 30px rgba(0, 0, 0, 0.03);
  overflow: hidden;
}

.hydrogen-cta-box::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(44, 108, 223, 0.1) 0,
    rgba(44, 108, 223, 0) 70%
  );
  pointer-events: none;
}

.hydrogen-cta-box::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 5px;
  border-radius: 20px;
  background: linear-gradient(90deg, #2f6fd6, #6ea8ff);
}

.hydrogen-cta-title {
  position: relative;
  z-index: 2;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 700;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 35px;
}

.hydrogen-cta-desc {
  position: relative;
  z-index: 2;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #5b5b5b;
}

.inner-hero-bg,
.inner-hero::before,
.single-blog-banner {
  position: absolute;
  inset: 0;
}

.hydrogen-cta-btn-wrap {
  margin-top: 50px;
  text-align: center;
}

.hydrogen-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 260px;
  height: 64px;
  padding: 0 38px;
  border-radius: 100px;
  background: #111;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: 0.35s;
}

.hydrogen-cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-btn-primary {
  color: var(--primary);
  background-color: #fff !important;
}

.hero-btn-primary:hover {
  background-color: #000 !important;
  color: #fff;
}

.hero-btn-secondary {
  border: 1px solid #fff;
  color: #fff;
}

.inner-hero {
  display: flex;
  align-items: center;
}

.advisory-image img,
.inner-hero-bg img,
.single-blog-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-hero::before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.claim-category,
.inner-hero-content {
  text-align: center;
}

.inner-breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 15px;
}

.footer-contact a,
.footer-links a,
.inner-breadcrumbs a,
.inner-hero-content p a {
  color: #fff;
  text-decoration: none;
}

.about-tag,
.about-title span,
.contract-services-title span,
.contract-title span,
.insights-title span,
.molecular-title span,
.partner-title span,
.service-item:hover h5,
.service-title span,
.strengths-title span {
  color: var(--primary);
}

.inner-breadcrumbs span {
  opacity: 0.85;
}

@media (max-width: 768px) {
  .inner-hero {
    height: 320px;
  }

  .inner-hero-content h1 {
    font-size: 42px;
  }
}

.hero-btn-primary,
.hero-btn-secondary {
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.4s;
}

.about-tag,
.section-tag {
  align-items: center;
  display: flex;
}

.about-section {
  background: #f8f8f8;
  padding: 100px 0;
}

.about-btn,
.feature-box {
  background: var(--background-linear-two);
}

.about-tag {
  gap: 8px;
  font-size: 16px;
  margin-bottom: 25px;
}

.about-tag i,
.format-tag i,
.section-tag i {
  font-size: 12px;
}

.about-title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.about-text {
  color: #000;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
  max-width: 520px;
  font-weight: 300;
}

.about-btn {
  color: #fff;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 500;
  margin-top: 10px;
  transition: 0.4s;
}

.about-image {
  border-radius: 42px;
  overflow: hidden;
}

.about-image img,
.mh-chart-card img,
.mh-image-card img {
  width: 100%;
  height: auto;
}

.feature-strip,
.strengths-bottom {
  margin-top: 60px;
}

.feature-box {
  border-radius: 22px;
  padding: 35px 30px;
}

.feature-inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.feature-icon {
  font-size: 36px;
  color: #fff;
}

.feature-item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #fff;
}

.feature-item p {
  max-width: 230px;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
}

.feature-border {
  border-left: 1px solid #257dd5;
  padding-left: 40px;
}

.specialties-section {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.decor-right {
  position: absolute;
  right: 0;
  top: -85px;
  width: 210px;
}

.decor-right img,
.hydrogen-slide .cust-card:hover::before,
.molecular-decor img,
.newsletter-form.noptin-custom .noptin-form-footer {
  width: 100%;
}

.section-tag {
  gap: 8px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 25px;
}

.specialties-title {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 80px;
}

.spec-image-top img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 30px;
}

.water-banner img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 20px;
}

.spec-product-image img {
  width: 90%;
  border-radius: 22px;
}

.spec-heading {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 40px;
}

.spec-heading span {
  color: #848484;
}

.footer-hours,
.footer-links,
.spec-list {
  list-style: none;
  padding: 0;
}

.spec-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  font-size: 18px;
  transition: 0.4s;
}

.spec-list li:hover {
  color: var(--primary);
  font-size: 20px;
}

.spec-list i {
  color: var(--primary);
  font-size: 18px;
}

.spec-text {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 18px;
}

.elevate-section {
  position: relative;
  padding: 90px 0;
  background-image: url("./assets/product-bg.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.elevate-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(31, 161, 201, 0.85) 0,
    rgba(28, 115, 179, 0.75) 40%,
    rgba(28, 115, 179, 0.9) 100%
  );
  z-index: 1;
}

.challenge-content,
.elevate-section .container {
  position: relative;
  z-index: 2;
}

.elevate-product-img img {
  position: absolute;
  top: -60px;
  display: block;
}

.elevate-content {
  text-align: right;
  color: #fff;
}

.bg-text,
.format-item,
.section-header,
section h3 {
  text-align: center;
}

.elevate-content h2 {
  font-size: 56px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.1;
  margin-bottom: 18px;
}

.elevate-content p {
  font-size: 16px;
  max-width: 480px;
  margin-left: auto;
  margin-bottom: 25px;
  opacity: 0.9;
}

.elevate-btn {
  display: inline-block;
  padding: 12px 26px;
  background: #fff;
  color: var(--primary);
  font-size: 14px;
  border-radius: 8px;
  font-weight: 500;
  transition: 0.3s;
}

.team-section {
  background: #d8f6ff;
  padding: 80px 0;
}

.team-heading {
  margin-bottom: 50px;
}

.team-tag {
  font-size: 16px;
  color: var(--primary);
  margin-bottom: 10px;
}

.team-tag i {
  font-size: 12px;
  margin-right: 6px;
}

.team-heading h2 {
  font-size: 38px;
  font-weight: 600;
}

.team-heading p {
  max-width: 800px;
  margin: auto;
  font-size: 18px;
}

.advisory-card p,
.team-img {
  margin-bottom: 15px;
}

.benefits-row,
.team-img img {
  margin-top: 40px;
}

.team-desc-wrapper {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.4s;
}

.team-item:hover .team-desc-wrapper {
  max-height: 500px;
}

.team-desc {
  margin-bottom: 10px;
  display: -webkit-box;
}

.team-item:hover .team-desc {
  -webkit-line-clamp: unset;
  overflow: visible;
}

.hydrogen-hero {
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}

.hydrogen-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hydrogen-hero .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.hydrogen-cta,
.partner-card.active {
  background: #f7f7f7;
}

img.img-fluid.rounded {
  border-radius: 20px !important;
  height: 400px;
  width: 100%;
}

.molecular-section {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}

.molecular-bg-text {
  position: absolute;
  top: -40px;
  font-size: 160px;
  font-weight: 700;
  color: #ebf6ff;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}

.molecular-header {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

.molecular-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}

.molecular-desc {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.7;
}

.contact-map,
.contract-img,
.molecular-image,
.partner-image,
.why-img {
  border-radius: 30px;
  overflow: hidden;
}

.molecular-image img {
  width: 85%;
  display: block;
  border-radius: 30px;
}

.feature-main-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}

.feature-item-box {
  display: flex;
  gap: 18px;
  margin-bottom: 35px;
}

.feature-item-box h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  border-bottom: 1px solid #abd2fa;
  padding-bottom: 20px;
  max-width: 350px;
}

.feature-item-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #474747;
  margin: 0;
}

.molecular-decor {
  position: absolute;
  right: 0;
  top: 120px;
  width: 220px;
}

.insights-section {
  padding: 80px 0;
  background: #f3fdff;
}

.insights-header {
  margin-bottom: 40px;
}

.insights-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 15px;
}

.insights-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.insights-btn {
  background: var(--background-linear-two);
  color: #fff;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 500;
  transition: 0.4s;
  font-size: 16px;
}

.blog-img {
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 18px;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
}

.blog-meta i {
  margin-right: 6px;
  color: #999;
}

.contact-section {
  padding: 120px 0;
  position: relative;
  color: #fff;
  background:
    url("./assets/contact-bg.png") center/cover no-repeat,
    #3972b8;
}

.contact-map img {
  width: 90%;
  border-radius: 30px;
}

.contact-title {
  font-size: 58px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 25px;
  opacity: 0.9;
}

.contact-form label {
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.15);
  border: none;
  border-radius: 10px;
  padding: 12px 14px;
  color: #fff;
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form .form-control:focus {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: none;
  color: #fff;
}

.contact-btn {
  background: #fff;
  color: #1a5fa3;
  padding: 10px 28px;
  border-radius: 12px;
  font-weight: 500;
  border: none;
  transition: 0.4s;
}

@media (max-width: 992px) {
  .navbar-collapse {
    background: #fff;
    padding: 20px;
    margin-top: 15px;
    border-radius: 10px;
  }

  .hero-section {
    min-height: 600px;
  }

  .contact-title,
  .hero-title {
    font-size: 36px;
  }

  .about-section {
    padding: 70px 0;
  }

  .about-title,
  .feature-icon,
  .insights-title,
  .molecular-title {
    font-size: 32px;
  }

  .about-image,
  .spec-product-image {
    margin-top: 40px;
  }

  .feature-border {
    border-left: none;
    border-top: 1px solid #257dd5;
    padding-left: 0;
    padding-top: 25px;
    margin-top: 25px;
  }

  .feature-inner {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }

  .specialties-title {
    font-size: 48px;
  }

  .decor-left,
  .decor-right,
  .molecular-decor {
    display: none;
  }

  .molecular-bg-text {
    font-size: 80px;
  }

  .molecular-image {
    margin-bottom: 40px;
  }

  .insights-text {
    max-width: 100%;
  }

  .contact-map img {
    height: 400px;
  }
}

.main-footer {
  background: #003157;
  color: #fff;
  padding: 90px 0 30px;
}

.footer-text {
  opacity: 0.9;
  max-width: 360px;
}

.newsletter-form {
  gap: 10px;
}

.newsletter-form .form-control {
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  color: #fff;
  padding: 10px 14px;
}

.newsletter-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-form .form-control:focus {
  background: 0 0;
  box-shadow: none;
  border-color: #fff;
  color: #fff;
}

.footer-btn {
  background: #3972b8;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  transition: 0.4s;
}

.footer-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-contact,
.footer-hours,
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links a {
  font-size: 16px;
  transition: 0.2s;
}

.footer-links a:hover {
  color: #fff;
  font-size: 18px;
}

.footer-contact li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 16px;
  opacity: 0.9;
}

.footer-contact i {
  font-size: 16px;
}

.footer-hours li {
  font-size: 16px;
  opacity: 0.9;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  opacity: 0.85;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 30px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .footer-btn {
    width: 100%;
  }
}

.inner-hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("assets/inner-hero-bg.png") center/cover no-repeat;
  overflow: hidden;
}

.inner-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 47, 93, 0.75) 0,
    rgba(2, 113, 164, 0.75) 100%
  );
}

.inner-hero-content h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 8px;
}

.inner-hero-content p {
  font-size: 16px;
  margin: 0;
}

.contract-about {
  padding: 110px 0;
  background: #f7f7f7;
}

.contract-img img,
.why-img img {
  width: 100%;
  display: block;
}

.contract-title,
.why-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.contract-text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width: 520px;
}

.contract-btn {
  font-size: 16px;
  font-weight: 500;
}

.contract-btn:hover {
  background: #000;
  opacity: 0.9;
}

.certifications {
  background: #f2fff0;
  padding: 40px 0;
}

.certifications .row {
  flex-wrap: wrap;
}

.certifications img {
  max-height: 110px;
  width: auto;
  transition: transform 0.3s;
}

.certifications img:hover,
.hydrogen-slide .stat:hover .num {
  transform: scale(1.08);
}

.services-section {
  background: #f8f8f8;
}

.service-tag {
  font-size: 16px;
  color: var(--primary);
  display: block;
  margin-bottom: 10px;
}

.advisory-slider .owl-stage,
.format-icon,
.format-tag,
.team-water {
  display: flex;
}

.service-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-text,
section h3 {
  margin-bottom: 30px;
}

.service-item {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.service-item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.format-item p,
.why-choose-btn {
  font-size: 16px;
  font-weight: 500;
}

.service-item p,
.wpcf7 p {
  margin: 0;
}

.service-icon img {
  width: 30px;
}

.footer-quote-btn:hover i,
.service-item:hover {
  transform: translateX(5px);
}

.service-image {
  max-width: 420px;
  border-radius: 25px;
  width: 100%;
}

.why-choose {
  padding: 110px 0;
  background: #d8f6ff;
}

.why-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.why-choose-btn {
  background: linear-gradient(to right, #017ca8 0, #024988 100%);
  color: #fff;
  padding: 12px 26px;
  border-radius: 12px;
  transition: 0.4s;
}

.contract-card:hover .contract-icon,
.why-choose-btn:hover {
  background: #000;
}

@media (max-width: 992px) {
  .contract-title,
  .why-title {
    font-size: 34px;
  }

  .contract-img,
  .why-img {
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    min-height: 540px;
  }

  .about-title,
  .hero-title,
  .insights-title,
  .molecular-title {
    font-size: 26px;
  }

  .about-text,
  .contract-text {
    font-size: 14px;
  }

  .specialties-title {
    font-size: 36px;
  }

  .spec-heading {
    font-size: 24px;
  }

  .molecular-bg-text {
    font-size: 60px;
  }

  .blog-img img {
    height: 220px;
  }

  .contact-title,
  .contract-title,
  .why-title {
    font-size: 28px;
  }

  .why-text {
    font-size: 15px;
  }
}

.format-section {
  padding: 110px 0;
  background: #fff;
}

.team-water img {
  width: 50%;
  display: block;
}

.format-tag {
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-size: 36px;
  margin-bottom: 25px;
  justify-content: center;
  font-weight: 600;
}

.format-title {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 15px;
}

.format-text {
  max-width: 800px;
  margin: auto auto 60px;
  font-size: 17px;
  line-height: 1.7;
}

.format-icon {
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 50%;
  background: #0d4b84;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.format-icon img {
  width: 60px !important;
  filter: brightness(0) invert(1);
}

.format-item p {
  margin-top: 14px;
}

.format-item:hover .format-icon {
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: none;
}

.format-item:hover .format-icon img {
  filter: brightness(0) invert(0);
}

.challenge-item .icon img,
.contract-card:hover .contract-icon img,
.service-item .icon img,
.strength-card:hover .strength-icon img {
  filter: brightness(0) invert(1);
}

.format-slider .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.format-slider .owl-dot span {
  width: 38px;
  height: 4px;
  background: #ddd;
  display: block;
  margin: 5px;
  border-radius: 3px;
}

.format-slider .owl-dot.active span {
  background: #b2d1ef;
}

@media (max-width: 1200px) {
  .hero-title {
    font-size: 42px;
  }
}

@media (max-width: 992px) {
  .elevate-content,
  .elevate-product-img,
  .feature-inner {
    text-align: center;
  }

  .navbar-collapse {
    background: #fff;
    padding: 20px;
    margin-top: 15px;
    border-radius: 10px;
  }

  .hero-section {
    min-height: 600px;
  }

  .contact-title,
  .hero-title {
    font-size: 36px;
  }

  .about-section {
    padding: 70px 0;
  }

  .about-title,
  .insights-title,
  .molecular-title {
    font-size: 32px;
  }

  .about-image,
  .spec-product-image {
    margin-top: 40px;
  }

  .feature-border {
    border-left: none;
    border-top: 1px solid #257dd5;
    padding-left: 0;
    padding-top: 25px;
    margin-top: 25px;
  }

  .feature-inner {
    flex-direction: column;
    justify-content: center;
  }

  .specialties-title {
    font-size: 48px;
  }

  .decor-left,
  .decor-right,
  .molecular-decor {
    display: none;
  }

  .elevate-content {
    margin-top: 40px;
  }

  .elevate-content p {
    margin: auto;
  }

  .molecular-bg-text {
    font-size: 80px;
  }

  .contract-img,
  .molecular-image,
  .why-img {
    margin-bottom: 40px;
  }

  .insights-text {
    max-width: 100%;
  }

  .contact-map img {
    height: 400px;
  }

  .contract-title,
  .why-title {
    font-size: 34px;
  }
}

.footer-hours li,
.footer-links li,
.info-box i {
  margin-bottom: 10px;
}

.blog-detail-title,
section h2 {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 30px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .footer-btn {
    width: 100%;
  }
}

.navbar-brand img {
  height: 110px;
}

@media (max-width: 576px) {
  .hero-section {
    min-height: 540px;
    background-position: right;
  }

  .about-title,
  .hero-title,
  .insights-title,
  .molecular-title {
    font-size: 26px;
  }

  .about-text,
  .contract-text {
    font-size: 14px;
  }

  .specialties-title {
    font-size: 36px;
  }

  .spec-heading {
    font-size: 24px;
  }

  .molecular-bg-text {
    font-size: 60px;
  }

  .blog-img img {
    height: 220px;
  }

  .contact-title,
  .contract-title,
  .why-title {
    font-size: 28px;
  }

  .why-text {
    font-size: 15px;
  }

  .navbar-brand img {
    height: 60px;
  }
}

.contact-hero {
  background: #f8fafc;
}

.info-box,
.team-card {
  background: #fff;
  border-radius: 12px;
}

.info-box {
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.info-box i {
  font-size: 28px;
  color: #2b76b5;
}

.team-card {
  padding: 20px;
}

.cta-strip {
  background: #0f172a;
  color: #fff;
}

.es_form_container,
.es_subscription_form {
  background: 0 0 !important;
}

.advisory-slider .owl-dots,
.blog-meta span:last-child,
.newsletter-form.noptin-custom .noptin-label,
.team-desc.expanded::after,
.wpcf7 br {
  display: none;
}

.blog-img img {
  display: block;
}

.blog-meta span {
  font-size: 14px;
  color: #6c757d;
}

.inner-hero h1,
section h2 {
  font-size: 36px;
  font-weight: 700;
}

.blog-title a {
  color: #000;
}

.newsletter-form form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  border: none;
}

.newsletter-form button,
.newsletter-form input[type="submit"] {
  padding: 12px 20px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(90deg, #00c6ff, #0072ff);
  color: #fff;
}

.es_form_container {
  padding: 0 !important;
  border: none !important;
}

.hydrogen-slide .col-left,
.main-footer .col-lg-2,
.main-footer .col-lg-3,
.main-footer .col-lg-4 {
  display: flex;
  flex-direction: column;
}

.partner-section, section {
    /* padding: 80px 0; */
}

.inner-hero {
  background: linear-gradient(135deg, #0b2239, #0d6efd);
  color: #fff;
  padding: 100px 0;
  height: 100px;
}

.inner-hero h1 {
  margin-bottom: 20px;
}

.inner-hero p {
  font-size: 18px;
  max-width: 750px;
  margin: 0 auto;
  color: #dbe7ff;
}

.blog-title span,
.check-icon {
  color: #0d6efd;
}

section h3 {
  font-size: 28px;
  font-weight: 600;
}

section p {
  font-size: 16px;
  line-height: 1.7;
}

.benefit-box {
  display: flex;
  align-items: flex-start;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.check-icon {
  font-size: 18px;
  font-weight: 700;
}

.benefit-box p {
  margin: 0;
  font-size: 15px;
}

.bg-light {
  background: #f8fbff !important;
}

.custom-list {
  margin-top: 25px;
  padding-left: 0;
  list-style: none;
}

.custom-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  font-size: 15px;
}

.custom-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #0d6efd;
  font-weight: 700;
}

.contract-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, #0d6efd, #0b2239);
  color: #fff;
  border-radius: 8px;
  transition: 0.3s;
}

.blog-meta {
  display: flex;
  justify-content: space-between;
  display: flex;
  gap: 15px;
}

.blog-card h5 a,
.partner-card:hover h5,
.partner-card:hover p {
  color: #000;
}

.blog-detail-title {
  font-size: 40px;
  font-weight: 700;
}

.blog-detail-img img {
  width: 100%;
  border-radius: 12px;
}

.blog-content {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.point .check,
.section-header h2 span,
.top-title {
  color: #2b6cb0;
}

.contract-services,
.home-services {
  padding: 80px 20px;
  background: #f5f6f7;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.service-card {
  background: #fff;
  padding: 25px;
  border-radius: 18px;
  border: 1px solid #eee;
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card.featured {
  grid-column: span 2;
  background: linear-gradient(135deg, #e6f0ff, #fff);
}

.service-card .icon {
  width: 50px;
  height: 50px;
  background: #edf4ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.service-card .icon img {
  width: 24px;
}

.service-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.service-card p,
.service-item p {
  font-size: 14px;
  color: #666;
}

.section-header p {
  max-width: 700px;
  margin: 10px auto 0;
  color: #666;
}

.services-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.challenges-image img,
.services-image img {
  width: 100%;
  border-radius: 20px;
}

.contract-services-list,
.services-list,
.strength-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.service-item {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 14px;
  background: 0 0;
  transition: 0.3s;
}

.btn,
.point {
  border-radius: 25px;
}

.service-item.active {
  background: #dbeaf4;
}

.service-item .icon {
  min-width: 50px;
  height: 50px;
  background: #0e7490;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.point,
.service-item:hover {
  background: #eaf4fb;
}

.card-content .icon,
.point {
  align-items: center;
  display: flex;
}

.service-item .icon img {
  width: 24px;
}

.service-item h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.section-header {
  margin-bottom: 50px;
}

.top-title {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
}

.strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card-image img {
  width: 100%;
  height: 180px;
}

.card-content {
  padding: 20px;
  position: relative;
}

.card-content .icon {
  width: 45px;
  height: 45px;
  background: #e6f0ff;
  border-radius: 50%;
  justify-content: center;
  position: absolute;
  top: -22px;
  left: 20px;
}

.bg-text-section,
.challenge-section,
.partner-card,
.partner-card h5,
.partner-card p,
.strength-img {
  position: relative;
}

.card-content .icon img {
  width: 22px;
}

.card-content p {
  margin-top: 20px;
  font-size: 14px;
  color: #444;
}

.strength-points {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
  justify-content: center;
}

.point {
  gap: 10px;
  padding: 12px 18px;
}

.point .check {
  font-weight: 700;
}

.bg-text-section {
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.bg-text {
  font-size: 120px;
  font-weight: 700;
  color: rgba(43, 108, 176, 0.15);
  pointer-events: none;
}

.partner-card h5,
.partner-title {
  font-weight: 600;
  font-family: var(--heading-font);
}

.challenges-section {
  padding: 80px 20px;
  background: #f8f9fa;
}

.challenges-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.challenges-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

.challenges-content .desc {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}

.challenge-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.challenge-item {
  display: flex;
  align-items: flex-start;
}

.challenge-item .icon {
  width: 40px;
  height: 40px;
  background: #0e7490;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.challenge-item .icon img {
  width: 18px;
}

.btn {
  display: inline-block;
  background: #0e7490;
  color: #fff;
  padding: 12px 20px;
  transition: 0.3s;
}

.btn:hover {
  background: #0c5f75;
}

.partner-title {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.contract-services-desc,
.partner-desc {
  margin: auto;
  max-width: 700px;
}

.partner-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.partner-image img {
  width: 100%;
  display: block;
  border-radius: 30px;
}

.partner-card {
  background: #f7f7f7;
  border-radius: 20px;
  padding: 25px;
  overflow: hidden;
  transition: 0.4s;
  min-height: 170px;
}

.contract-card,
.contract-services-section,
.partner-card:hover .icon {
  background: #fff;
}

.partner-card.small {
  height: 250px;
  min-height: 150px;
  width: 200px;
}

.contract-services-media img,
.contract-services-media video {
  border-radius: 20px;
}

.partner-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e9f2fb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 20px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.partner-card::after,
.partner-card::before {
  position: absolute;
  opacity: 0;
  inset: 0;
  content: "";
}

.partner-card h5 {
  font-size: 18px;
  margin-bottom: 8px;
  z-index: 2;
}

.partner-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
  z-index: 2;
}

.partner-card::before {
  background: url("http://cantamarinternational.ezmarketingtech.com/wp-content/uploads/2026/04/hover-img.png")
    center/cover no-repeat;
  transform: scale(1);
  transition: 0.5s;
  z-index: 1;
}

.partner-card::after {
  background: rgba(207, 231, 241, 0.9);
  transition: 0.4s;
  z-index: 1;
}

.partner-card:hover::after,
.partner-card:hover::before,
.team-img:hover .team-overlay {
  opacity: 1;
}

.partner-card:hover::before,
.strength-card:hover .strength-img img,
.team-img:hover img {
  transform: scale(1.05);
}

.challenge-image,
.contract-services-image {
  border-radius: 28px;
  overflow: hidden;
}

.challenge-image img,
.contract-services-image img {
  width: 100%;
  display: block;
  border-radius: 28px;
}

.contract-card {
  display: flex;
  gap: 16px;
  border-radius: 14px;
  transition: 0.35s;
  align-items: flex-start;
}

.contract-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--background-linear);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contract-icon img {
  width: 28px;
  height: auto;
  display: block;
}

.contract-content hr {
  margin: 10px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
}

.contract-card:hover {
  background: #e3f9ff;
  transform: translateX(6px);
}

.strength-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  min-height: 350px;
  display: flex;
  flex-direction: column;
}

.strength-img img {
  display: block;
}

.strength-icon {
  bottom: -20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.strength-card p {
  padding: 35px 20px 20px;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

.strength-card:hover {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
}

.strength-card:hover .strength-icon {
  background: var(--primary);
}

.strength-pill {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

.contract-icon,
.strength-pill img {
  flex-shrink: 0;
}

.strength-pill:hover {
  background: #bfe2ef;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.challenge-section {
  padding: 180px 0;
  background: #f8f8f8;
  overflow: hidden;
}

.challenge-btn,
.challenge-item img {
  background: var(--background-linear);
}

.challenge-bg-text {
  position: absolute;
  top: -40px;
  font-size: 150px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: #d6edf5;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}

.blog-title,
.challenge-title {
  font-weight: 600;
  font-family: var(--heading-font);
}

.challenge-title {
  font-size: 40px;
  margin-bottom: 15px;
}

.challenge-list,
.challenge-text {
  margin-bottom: 25px;
}

.challenge-text {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  max-width: 520px;
}

.challenge-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.challenge-item img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  padding: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.challenge-item p {
  font-size: 16px;
  color: #474747;
  margin: 0;
  line-height: 1.6;
  max-width: 500px;
}

.challenge-content hr {
  max-width: 550px;
  border: none;
  border-top: 1px solid #e0e0e0;
}

.challenge-btn {
  display: inline-block;
  color: #fff;
  padding: 15px 24px;
  border-radius: 20px;
  font-size: 16px;
  transition: 0.3s;
  margin-top: 55px;
}

.contract-readmore:hover,
.read-more,
.read-more-btn:hover {
  text-decoration: underline;
}

.newsletter-form .noptin-form form {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.newsletter-form .noptin-form {
  background: 0 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.newsletter-form .noptin-form input[type="email"] {
  flex: 1 !important;
  height: 45px !important;
  padding: 10px 15px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  background: 0 0 !important;
  color: #fff !important;
  font-size: 14px !important;
  outline: 0 !important;
}

.newsletter-form .noptin-form .noptin-field {
  flex: 1 !important;
}

.newsletter-form .noptin-form button,
.newsletter-form .noptin-form input[type="submit"] {
  height: 45px !important;
  padding: 0 20px !important;
  border-radius: 8px !important;
  border: none !important;
  background: #3972b8 !important;
  color: #fff !important;
  font-size: 14px !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: 0.3s !important;
}

.newsletter-form .noptin-form button:hover,
.newsletter-form .noptin-form input[type="submit"]:hover {
  background: #000 !important;
}

.newsletter-form .noptin-form .noptin-submit {
  margin: 0 !important;
}

.newsletter-form .noptin-form .noptin-success {
  color: #28a745 !important;
  margin-top: 8px !important;
  font-size: 14px !important;
}

.team-desc-wrapper {
  text-align: justify;
}

.team-desc {
  display: -webkit-box;
  overflow: hidden;
  transition: 0.3s;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-top: 10px;
}

.team-desc.expanded {
  -webkit-line-clamp: unset;
}

.read-more-btn {
  background: 0 0;
  border: none;
  color: #0073aa;
  font-size: 13px;
  cursor: pointer;
  margin-top: 5px;
}

.team-desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  width: 100%;
}

.bg-text {
  display: flex;
  width: max-content;
  white-space: nowrap;
  animation: 10s linear infinite marqueeLoop;
}

.bg-text span {
  padding-right: 0;
}

@keyframes marqueeLoop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.newsletter-form.noptin-custom .noptin-optin-form-wrapper {
  background: 0 0 !important;
  border: none !important;
  max-width: 100% !important;
  min-height: auto !important;
  padding: 0 !important;
}

.newsletter-form.noptin-custom form {
  display: flex;
  align-items: center;
  width: 100%;
}

.newsletter-form.noptin-custom .noptin-form-fields {
  display: flex;
  width: 100%;
}

.newsletter-form.noptin-custom .noptin-form-field-wrapper {
  margin: 0;
  padding: 0;
}

.newsletter-form.noptin-custom input[type="email"] {
  flex: 1;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px 0 0 8px;
  color: #fff;
  padding: 10px 14px;
  height: auto;
  outline: 0;
}

.newsletter-form.noptin-custom input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-form.noptin-custom input[type="submit"] {
  background: #fff;
  color: #000;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-left: none;
  padding: 10px 18px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  height: auto;
  transform: none !important;
}

.newsletter-form.noptin-custom input[type="email"]:focus {
  border-color: rgba(255, 255, 255, 0.8);
}

.blog-hero {
  background: #f5f5f5;
  padding: 60px 0;
}

.blog-title {
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.blog-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  max-width: 500px;
}

.blog-card {
  overflow: hidden;
  background: #efefef;
  border-radius: 30px;
  padding: 18px;
  height: 100%;
  transition: transform 0.25s;
}

.blog-card:hover {
  transform: translateY(-4px);
}

.blog-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px;
}

.blog-meta {
  font-size: 14px;
  color: #333;
  margin: 12px 0 6px;
}

.blog-card h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}

.blog-card h5 a {
  color: inherit;
}

.blog-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.read-more {
  font-size: 14px;
  color: inherit;
}

.contract-main-btn,
.contract-readmore,
.footer-quote-btn,
.hero-btn-primary,
.mh-btn,
.soft-btn {
  text-decoration: none;
}

.row.g-4 {
  row-gap: 40px;
}

.team-item {
  font-family: var(--heading-font);
  margin-bottom: 30px;
  text-align: center;
}

.team-img {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 300px;
}

.team-img img {
  width: 100%;
  display: block;
  transition: transform 0.4s;
}

.team-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s;
}

.team-overlay p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.team-item h5 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.team-item span {
  display: block;
  font-size: 15px;
  color: #777;
}



.contract-services-title {
  font-family: var(--heading-font);
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 20px;
}

.contract-services-desc {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}

.contract-services-section .row.align-items-stretch {
  align-items: stretch !important;
}

.contract-services-media {
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
}

.contract-services-media img,
.contract-services-media video {
  width: 100%;
  height: 750px;
  object-fit: cover;
  display: block;
}

.contract-services-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contract-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 0 0 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e8e8e8;
}

.contract-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.contract-content {
  flex: 1;
}

.contract-content h5 {
  font-family: var(--heading-font);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}

.contract-content p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.contract-readmore {
  display: inline;
  margin-left: 6px;
  font-weight: 700;
  color: #111;
}

.contract-btn-wrap {
  margin-top: 70px;
}

.contract-main-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 420px;
  height: 64px;
  padding: 0 40px;
  border-radius: 100px;
  background: #111;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.contract-main-btn:hover {
  transform: translateY(-3px);
  color: #fff !important;
}

.strengths-section {
  overflow: visible;
}

.strengths-desc p {
  font-size: 18px;
  line-height: 1.9;
  color: #667085;
  margin-bottom: 24px;
}

.strength-card {
  position: relative;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
}

.strength-img {
  border-radius: 28px 28px 0 0;
}

.strength-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  top: 220px;
  z-index: 10;
  box-shadow: 0 15px 35px rgba(11, 106, 162, 0.3);
}

.strength-icon img {
  width: 34px !important;
  height: 34px !important;
  object-fit: contain;
}

.strength-pill {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.strength-pill img {
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 3px;
}

.strength-bottom-text {
  margin-top: 20px;
}

.strength-bottom-text p {
  font-size: 18px;
  line-height: 2;
  color: #667085;
  margin: 0;
}

@media (max-width: 991px) {
  .contract-services-media {
    height: auto;
    margin-bottom: 50px;
  }

  .contract-main-btn {
    width: 100%;
    min-width: 100%;
  }

  .contract-services-title {
    font-size: 38px;
  }

  .strengths-section {
    padding: 90px 0;
  }

  .strengths-title {
    font-size: 42px;
  }

  .strength-content {
    padding: 65px 28px 30px;
  }
}

.single-blog-hero {
  position: relative;
  padding: 180px 0 140px;
  overflow: hidden;
  background: #071c2f;
}

.single-blog-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(7, 28, 47, 0.7),
    rgba(7, 28, 47, 0.9)
  );
}

.single-blog-content {
  position: relative;
  z-index: 3;
  color: #fff;
}

.single-blog-title {
  font-size: 68px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 30px;
  color: #fff;
}

.single-blog-meta {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.8);
}

.single-blog-section {
  background: #f5f7fb;
  padding: 0 0 120px;
}

.single-blog-wrapper {
  background: #fff;
  max-width: 1400px;
  margin: -90px auto 0;
  padding: 100px 120px;
  border-radius: 32px;
  position: relative;
  z-index: 10;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.03),
    0 2px 10px rgba(0, 0, 0, 0.02);
}

.application-grid,
.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 50px 0;
}

.blog-content h2,
.softchew-blog-content h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
  color: #071c2f;
  margin-top: 70px;
  margin-bottom: 28px;
}

.blog-content h3,
.softchew-blog-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #071c2f;
  margin-bottom: 18px;
}

.blog-content p,
.softchew-blog-content p {
  font-size: 20px;
  line-height: 1;
  color: #4b5565;
  margin-bottom: 34px;
}

.blog-content ul,
.softchew-blog-content ul {
  padding-left: 24px;
  margin-bottom: 45px;
}

.blog-content li,
.softchew-blog-content li {
  font-size: 19px;
  line-height: 2;
  color: #4b5565;
  margin-bottom: 16px;
}

.offer-grid {
  gap: 30px;
}

.offer-card {
  background: #f8fafc;
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #e6edf5;
  transition: 0.3s;
}

.offer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.application-grid {
  gap: 20px;
}

.application-item {
  background: #fff;
  border: 1px solid #dbe7f0;
  padding: 24px 28px;
  border-radius: 18px;
  font-size: 18px;
  font-weight: 600;
  color: #071c2f;
  transition: 0.3s;
}

.application-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
}

.softchew-cta {
  margin-top: 90px;
  background: linear-gradient(135deg, #071c2f, #0b6aa2);
  border-radius: 32px;
  padding: 80px;
  text-align: center;
  color: #fff;
}

.softchew-cta h2 {
  color: #fff;
  margin-top: 0;
}

.softchew-cta p {
  color: rgba(255, 255, 255, 0.85);
}

.softchew-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 45px;
}

.advisory-tag,
.footer-cta-tag {
  gap: 8px;
  text-transform: uppercase;
}

.advisory-tag,
.soft-btn {
  display: inline-flex;
  align-items: center;
}

.soft-btn {
  justify-content: center;
  padding: 18px 34px;
  border-radius: 100px;
  background: #fff;
  color: #071c2f;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}

.advisory-icon,
.footer-quote-btn {
  background: linear-gradient(135deg, #0077b6, #00b4d8);
}

.soft-btn:hover {
  transform: translateY(-4px);
  background: #071c2f;
  color: #fff;
}

@media (max-width: 1199px) {
  .single-blog-wrapper {
    padding: 80px;
  }
}

@media (max-width: 991px) {
  .single-blog-title {
    font-size: 48px;
  }

  .single-blog-wrapper {
    padding: 60px 40px;
  }

  .application-grid,
  .offer-grid {
    grid-template-columns: 1fr;
  }

  .advisory-section {
    padding: 80px 0;
  }

  .advisory-title {
    font-size: 40px;
  }

  .advisory-card {
    padding: 35px 28px;
  }
}

.advisory-section::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  background: rgba(0, 119, 182, 0.04);
  border-radius: 50%;
  top: -250px;
  right: -150px;
}

.advisory-section::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: rgba(0, 119, 182, 0.03);
  border-radius: 50%;
  bottom: -200px;
  left: -120px;
}

.advisory-card {
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
}

.advisory-card:hover {
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
}

.advisory-icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  color: #fff;
  font-size: 30px;
  box-shadow: 0 10px 30px rgba(0, 119, 182, 0.25);
}

.advisory-card h3 {
  line-height: 1.3;
}

.advisory-card span {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-cta-box {
  position: relative;
  padding: 42px 36px;
  border-radius: 28px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04) 0,
    rgba(255, 255, 255, 0.02) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.footer-cta-box::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  top: -80px;
  right: -80px;
}

.footer-cta-tag {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #7dd3fc;
  margin-bottom: 18px;
}

.footer-cta-tag i {
  font-size: 8px;
}

.footer-title {
  font-family: var(--heading-font);
  font-size: 34px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  margin-bottom: 18px;
}

.footer-text {
  font-size: 15px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 30px;
}

.footer-quote-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 34px;
  border-radius: 60px;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  transition: 0.35s;
  box-shadow: 0 12px 30px rgba(0, 119, 182, 0.28);
}

.footer-quote-btn i {
  transition: transform 0.3s;
}

.footer-quote-btn:hover {
  transform: translateY(-4px);
  color: #fff !important;
  box-shadow: 0 18px 40px rgba(0, 119, 182, 0.38);
}

@media (max-width: 767px) {
  .strengths-title {
    font-size: 34px;
  }

  .strength-img {
    height: 220px;
  }

  .strength-icon {
    width: 65px;
    height: 65px;
    top: 190px;
  }

  .strength-icon img {
    width: 28px !important;
    height: 28px !important;
  }

  .advisory-desc,
  .strength-bottom-text p,
  .strength-content p,
  .strengths-desc p {
    font-size: 16px;
    line-height: 1.8;
  }

  .single-blog-hero {
    padding: 140px 0 100px;
  }

  .single-blog-title {
    font-size: 36px;
  }

  .single-blog-wrapper {
    padding: 40px 24px;
    margin-top: -50px;
    border-radius: 24px;
  }

  .blog-content h2,
  .softchew-blog-content h2 {
    font-size: 30px;
  }

  .blog-content li,
  .blog-content p,
  .softchew-blog-content li,
  .softchew-blog-content p {
    font-size: 16px;
    line-height: 1.9;
  }

  .softchew-cta {
    padding: 50px 28px;
  }

  .soft-btn {
    width: 100%;
  }

  .advisory-title {
    font-size: 32px;
  }

  .advisory-card h3 {
    font-size: 24px;
  }

  .footer-cta-box {
    padding: 34px 26px;
  }

  .footer-title {
    font-size: 28px;
  }
}

.hero-section {
  overflow: hidden;
}

.hero-slide {
  min-height: 650px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}

.hero-content {
  padding: 40px 0;
}

.hero-title {
  font-size: 58px;
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.advisory-tag,
.hero-tag {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-text {
  font-size: 22px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
  max-width: 850px;
}

.hero-btn-primary {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 12px;
}

@media (min-width: 1200px) {
  .hero-slide {
    min-height: 680px;
  }

  .hero-content {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

```css .advisory-section {
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  background: #f8fafc;
}

.advisory-tag {
  color: #0d6efd;
  font-size: 14px;
  margin-bottom: 15px;
}

.advisory-title {
  line-height: 1.1;
}

.advisory-desc {
  max-width: 750px;
  margin: auto;
  font-size: 18px;
  line-height: 1.8;
  color: #64748b;
}

.advisory-card {
  text-align: center;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
}

.advisory-card:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
}

.advisory-image {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.advisory-image img {
  object-fit: cover;
  object-position: center 20%;
}

@media (max-width: 991px) {
  .advisory-section {
    padding: 80px 0;
  }

  .advisory-title {
    font-size: 42px;
  }
}

.strengths-desc {
  max-width: 1000px;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
  color: #64748b;
}

.hero-tag,
.hydrogen-hero .hero-tag {
  margin-bottom: 20px;
  display: inline-block;
}

.strength-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 35px rgba(15, 23, 42, 0.06);
  transition: 0.35s;
}

.strength-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

.benefit-box:hover,
.strength-pill:hover {
  transform: translateY(-4px);
}

.strength-img {
  height: 240px;
  overflow: hidden;
}

.strength-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.strength-content {
  padding: 30px;
}

.strength-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  color: #475569;
}

.strength-pill {
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
}

.strength-pill img {
  object-fit: contain;
  flex-shrink: 0;
}

.strength-bottom-text {
  background: #f8fafc;
  padding: 40px;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #475569;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
  .strengths-title {
    font-size: 42px;
  }

  .strength-img {
    height: 220px;
  }
}

@media (max-width: 767px) {
  .advisory-title,
  .strengths-title {
    font-size: 34px;
  }

  .advisory-desc,
  .strengths-desc {
    font-size: 16px;
  }

  .advisory-image {
    width: 120px;
    height: 120px;
  }

  .advisory-card {
    padding: 30px 25px;
  }

  .strengths-section {
    padding: 70px 0;
  }

  .strength-content {
    padding: 25px;
  }

  .strength-bottom-text {
    padding: 30px 25px;
    font-size: 16px;
  }
}

.strength-pill {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  min-height: 120px;
  transition: 0.3s;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.strength-pill:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.benefit-box:hover,
.custom-point:hover {
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.1);
}

.strength-pill img {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

.strength-pill span {
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
  font-weight: 500;
}

.hero-tag {
  padding: 10px 18px;
  font-size: 14px;
  color: #0d6efd;
  background: rgba(13, 110, 253, 0.08);
  border-radius: 50px;
}

.hydrogen-hero {
  min-height: 500px;
  padding: 120px 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hydrogen-hero h1 {
  margin-bottom: 24px;
  line-height: 1.15;
}

.hydrogen-hero p {
  margin: 0 auto;
  max-width: 760px;
  line-height: 1.8;
}

.benefits-section,
.mh-section {
  padding: 100px 0;
  background: #f8fafc;
}

.benefits-intro {
  color: #475569;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 30px;
}

.benefits-intro p:last-child {
  margin-bottom: 0;
}

.benefits-title {
  font-size: 40px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 35px;
}

.benefit-box {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  height: 100%;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
  transition: 0.3s;
}

.benefit-icon,
.custom-check {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #e0f2fe;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.benefit-text {
  font-size: 15px;
  line-height: 1.6;
  color: #334155;
  font-weight: 500;
}

.benefits-image-wrapper {
  background: #fff;
  border-radius: 28px;
  padding: 40px;
  text-align: center;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.benefits-image-wrapper img {
  max-height: 500px;
  width: auto;
  object-fit: contain;
}

.custom-desc {
  font-size: 17px;
  line-height: 1.9;
  color: #475569;
  margin: 20px 0 35px;
}

.custom-points {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.custom-point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #fff;
  padding: 18px 22px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
  transition: 0.3s;
}

.custom-point:hover {
  transform: translateY(-3px);
}

.custom-text {
  font-size: 16px;
  line-height: 1.7;
  color: #334155;
  font-weight: 500;
}

.mh-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0b7cc1;
  font-weight: 600;
  margin-bottom: 15px;
}

.mh-tag i {
  font-size: 10px;
}

.mh-title {
  font-size: 48px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 0;
}

.mh-block,
.mh-claims,
.mh-content {
  color: #475569;
  line-height: 1.9;
  font-size: 17px;
}

.mh-block p,
.mh-claims p,
.mh-content p {
  margin-bottom: 20px;
}

.mh-chart-card,
.mh-image-card {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.mh-benefits h3,
.mh-block h3,
.mh-claims h3 {
  font-size: 30px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 30px;
}

.mh-benefit-item,
.mh-capability {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  padding: 18px 20px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.05);
  height: 100%;
}

.mh-benefit-item i,
.mh-capability i {
  color: #10b981;
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.mh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0b7cc1, #0ea5e9);
  color: #fff;
  padding: 16px 36px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.3s;
}

.mh-btn:hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 15px 30px rgba(14, 165, 233, 0.25);
}

@media (max-width: 991px) {
  .elevate-content,
  .elevate-product-img {
    text-align: center;
  }

  .elevate-content {
    margin-top: 40px;
  }

  .elevate-content p {
    margin: auto;
  }

  .hero-slide {
    min-height: 600px;
    background-position: center center;
  }

  .hero-title {
    font-size: 46px;
  }

  .hero-text {
    font-size: 20px;
  }

  .benefits-section,
  .mh-section {
    padding: 80px 0;
  }

  .benefits-title {
    font-size: 32px;
  }

  .benefits-image-wrapper {
    margin-top: 20px;
  }

  .mh-title {
    font-size: 36px;
  }

  .mh-benefits h3,
  .mh-block h3,
  .mh-claims h3 {
    font-size: 26px;
  }
}

.advisory-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
}

.advisory-image {
  aspect-ratio: 1/1;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.advisory-image img {
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.advisory-title {
  color: #0f172a;
}

.advisory-slider .owl-item {
  display: flex;
  height: auto;
}

.advisory-slider .item {
  width: 100%;
  height: 100%;
}

.advisory-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(15, 23, 42, 0.12);
}

.alex-image img {
  object-position: center 18%;
}

.garth-image img,
.terry-image img {
  object-position: center 12%;
}

.robert-image img {
  object-position: center center;
}

.advisory-slider .owl-nav span {
  line-height: 1;
  font-size: 24px;
}

.advisory-slider .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.advisory-slider .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cbd5e1 !important;
}

.advisory-slider .owl-dot.active span {
  background: #0ea5e9 !important;
}

@media (max-width: 767px) {
  .hero-slide {
    min-height: auto;
    padding: 80px 0;
  }

  .hero-content {
    text-align: center;
    padding: 0;
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-text {
    font-size: 18px;
  }

  .benefits-title {
    font-size: 28px;
  }

  .benefits-intro,
  .mh-block,
  .mh-claims,
  .mh-content {
    font-size: 16px;
  }

  .benefit-box {
    padding: 16px;
  }

  .mh-title {
    font-size: 30px;
  }

  .mh-chart-card,
  .mh-image-card {
    padding: 20px;
  }

  .advisory-section {
    padding: 70px 0;
  }

  .advisory-card {
    padding: 30px;
  }

  .advisory-image {
    width: 140px;
    height: 140px;
  }
}

.advisory-section {
  position: relative;
  overflow: hidden;
}

.advisory-card {
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.06),
    0 30px 80px rgba(15, 23, 42, 0.08);
  opacity: 0.65;
  transform: scale(0.92);
}

.advisory-slider .owl-item.active.center .advisory-card {
  opacity: 1;
  transform: scale(1);
}

.advisory-slider .owl-item:not(.center) .advisory-card:hover {
  transform: scale(0.95);
}

.advisory-image {
  border: 6px solid #fff;
  box-shadow:
    0 15px 40px rgba(14, 165, 233, 0.15),
    0 8px 20px rgba(0, 0, 0, 0.12);
}

.advisory-card h3 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  text-align: center;
  margin-bottom: 10px;
}

.advisory-card span {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0284c7;
  margin-bottom: 30px;
}

.advisory-card p {
  color: #475569;
  line-height: 1.9;
  font-size: 16px;
}

.advisory-slider .owl-nav {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 50px;
}

.advisory-slider .owl-nav button {
  margin: 0 8px !important;
  border: 1px solid rgba(15, 23, 42, 0.08) !important;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 15px 40px rgba(15, 23, 42, 0.08);
  transition: 0.3s;
}

.advisory-slider .owl-nav button:hover {
  background: #0ea5e9 !important;
  color: #fff !important;
  transform: translateY(-3px);
}

.advisory-card::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 200px;
  height: 200px;
  background: rgba(14, 165, 233, 0.08);
  filter: blur(60px);
  pointer-events: none;
  z-index: 0;
}

.strengths-section {
  padding: 120px 0;
  background: #f8fafc;
}

.strengths-header {
  max-width: 1000px;
  margin: 0 auto 70px;
  text-align: center;
}

.strengths-title {
  font-family: var(--heading-font);
  font-size: 56px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 30px;
  line-height: 1.1;
}

.strengths-description {
  font-size: 18px;
  line-height: 1.9;
  color: #64748b;
  max-width: 900px;
  margin: auto;
}

.strength-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #fff;
  padding: 28px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.35s;
}

.strength-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.strength-check {
  min-width: 46px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #0ea5e9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  flex-shrink: 0;
}

.strength-text {
  flex: 1;
    font-size: 15px;
  line-height: 1.7;
  color: #334155;
  font-weight: 500;
}

.strengths-bottom-box {
  margin-top: 80px;
  background: #fff;
  padding: 45px;
  border-radius: 24px;
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color: #475569;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
  border-top: 5px solid #0ea5e9;
}

.hydrogen-slide-section {
  padding: 100px 0;
  background: #f5f7f4;
}

.slide-card {
  background: #fff;
  border-radius: 24px;
  padding: 50px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: relative;
}

.slide-logo {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 150px;
}

.slide-title {
  font-size: 60px;
  font-weight: 800;
  color: #3b3b3b;
  margin-bottom: 20px;
}

.slide-desc {
  max-width: 700px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 40px;
}

.claims-box {
  background: #f6f8f6;
  border-radius: 20px;
  padding: 30px;
}

.claims-box h3 {
  color: #1c5e7e;
  font-weight: 700;
  margin-bottom: 30px;
}

.claim-category img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.claim-category h4 {
  color: #6fa84a;
  font-weight: 700;
  margin-bottom: 15px;
}

.claim-category ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.claim-category li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
}

.claim-category li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #6fa84a;
}

.custom-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  padding: 25px;
  height: 100%;
}

.custom-card h3 {
  color: #1c3c5c;
  font-weight: 700;
}

.product-strip {
  margin: 20px 0;
}

.podcast-image {
  border-radius: 12px;
}

.seen-text {
  color: #4f7d34;
  font-weight: 700;
  margin-top: 15px;
}

.hydrogen-slide {
  --charcoal: #33373b;
  --teal: #1c5e7e;
  --green: #6fa84a;
  --green-deep: #4f7d34;
  --badge: #c2dc6e;
  --badge-icon: #3f5e22;
  --navy: #1c3c5c;
  --ink: #4a4f54;
  --rule: #e3e7e3;
  --water-1: #16314a;
  --water-2: #2d567a;
  --water-3: #a6c0d2;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --shadow-card:
    0 1px 2px rgba(20, 40, 60, 0.06), 0 10px 30px -12px rgba(20, 40, 60, 0.22),
    0 40px 70px -40px rgba(20, 40, 60, 0.35);
}

.hydrogen-slide * {
  box-sizing: border-box;
}

.hydrogen-slide.slide {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  isolation: isolate;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.6),
    0 2px 6px rgba(20, 40, 60, 0.05),
    0 18px 40px -16px rgba(20, 40, 60, 0.22),
    0 60px 120px -50px rgba(20, 40, 60, 0.4);
  container-type: inline-size;
  transform: translateZ(0);
  transition:
    box-shadow 0.6s var(--ease),
    transform 0.6s var(--ease);
}

.hydrogen-slide.slide::before {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      420px 320px at 100% 8%,
      rgba(176, 210, 120, 0.2),
      transparent 60%
    ),
    radial-gradient(
      360px 300px at 2% 62%,
      rgba(120, 170, 210, 0.16),
      transparent 60%
    ),
    radial-gradient(
      300px 260px at 60% 110%,
      rgba(176, 210, 120, 0.12),
      transparent 60%
    );
  animation: 18s ease-in-out infinite alternate hs-aurora;
}

.hydrogen-slide.slide:hover {
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.7),
    0 2px 6px rgba(20, 40, 60, 0.06),
    0 26px 56px -18px rgba(20, 40, 60, 0.28),
    0 80px 150px -50px rgba(20, 40, 60, 0.48);
}

.hydrogen-slide .slide-inner {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 2.8% 3.4% 1.8%;
  display: flex;
  flex-direction: column;
  font-size: 1.04cqw;
}

.hydrogen-slide .logo {
  position: absolute;
  top: 2.2%;
  right: 3.2%;
  width: 14%;
  max-width: 180px;
  z-index: 6;
  transition:
    transform 0.5s var(--ease),
    filter 0.5s var(--ease);
  filter: drop-shadow(0 4px 10px rgba(20, 40, 60, 0.12));
}

.hydrogen-slide .logo:hover {
  transform: translateY(-2px) scale(1.03);
}

.hydrogen-slide .head {
  position: relative;
  flex: 0 0 auto;
}

.hydrogen-slide .title {
  font-family: Poppins, sans-serif;
  font-weight: 800;
  color: var(--charcoal);
  font-size: 3.55em;
  line-height: 1;
  letter-spacing: -0.5px;
  margin: 0;
  position: relative;
  z-index: 4;
}

.hydrogen-slide .title .o-tab {
  display: inline-block;
  width: 0.62em;
  height: 0.62em;
  border-radius: 50%;
  position: relative;
  background: radial-gradient(
    circle at 34% 28%,
    #f1f6fb,
    #9bb6c9 70%,
    #6f93ab 100%
  );
  box-shadow:
    inset 0 0 0 0.05em #fff,
    inset -0.04em -0.05em 0.12em rgba(0, 0, 0, 0.18),
    0 2px 5px rgba(20, 40, 60, 0.3);
  vertical-align: 0.02em;
  animation: hs-bob 4.5s var(--ease) infinite;
}

.hydrogen-slide .title .o-tab::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  background: linear-gradient(
    120deg,
    transparent 35%,
    rgba(255, 255, 255, 0.85) 50%,
    transparent 65%
  );
  background-size: 300% 300%;
  animation: 4.5s ease-in-out infinite hs-glint;
}

.hydrogen-slide .subtitle {
  color: var(--ink);
  font-size: 1.12em;
  max-width: 34em;
  margin: 0.55em 0 0;
  line-height: 1.42;
  position: relative;
  z-index: 4;
}

.hydrogen-slide .cust-sub b,
.hydrogen-slide .subtitle b {
  color: var(--charcoal);
}

.hydrogen-slide .hero-band {
  position: absolute;
  top: 0.4em;
  left: 52%;
  right: 0;
  height: 6.4em;
  z-index: 1;
  background: linear-gradient(
    100deg,
    var(--water-1) 0,
    var(--water-2) 48%,
    var(--water-3) 100%
  );
  border-radius: 6px 8px 8px 6px;
  overflow: hidden;
  box-shadow: 0 10px 24px -10px rgba(22, 49, 74, 0.6);
}

.hydrogen-slide .hero-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    transparent 30%,
    rgba(255, 255, 255, 0.18) 50%,
    transparent 70%
  );
  background-size: 250% 100%;
  animation: 6s linear infinite hs-sheen;
}

.hydrogen-slide .hero-circle {
  position: absolute;
  top: -0.5em;
  right: 1.5em;
  width: 9.4em;
  height: 9.4em;
  border-radius: 50%;
  border: 0.3em solid #fff;
  background-size: cover;
  background-position: center;
  z-index: 3;
  box-shadow:
    0 10px 26px rgba(20, 40, 60, 0.34),
    0 0 0 0 rgba(120, 170, 210, 0);
  animation: 6s ease-in-out infinite hs-float;
  transition:
    transform 0.55s var(--ease),
    box-shadow 0.55s var(--ease);
}

.hydrogen-slide .hero-circle::before {
  content: "";
  position: absolute;
  inset: -0.3em;
  border-radius: 50%;
  z-index: -1;
  background: radial-gradient(
    circle,
    rgba(120, 170, 210, 0.45),
    transparent 70%
  );
  opacity: 0;
  animation: 6s ease-in-out infinite hs-pulse;
}

.hydrogen-slide .hero-circle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8%;
  height: 80%;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(
      circle 3px at 30% 90%,
      rgba(255, 255, 255, 0.9),
      transparent 60%
    ),
    radial-gradient(
      circle 2px at 55% 95%,
      rgba(255, 255, 255, 0.8),
      transparent 60%
    ),
    radial-gradient(
      circle 4px at 70% 88%,
      rgba(255, 255, 255, 0.85),
      transparent 60%
    ),
    radial-gradient(
      circle 2px at 45% 92%,
      rgba(255, 255, 255, 0.75),
      transparent 60%
    );
  background-repeat: no-repeat;
  animation: 4.5s linear infinite hs-bubbles;
}

.hydrogen-slide .hero-circle:hover {
  transform: scale(1.06) translateY(-3px);
  box-shadow:
    0 18px 40px rgba(20, 40, 60, 0.42),
    0 0 0 0.5em rgba(120, 170, 210, 0.18);
}

.hydrogen-slide .body-grid {
  margin-top: 1.2em;
  flex: 1 1 auto;
  min-height: 0;
  position: relative;
  z-index: 2;
}

.hydrogen-slide .claims {
  background: linear-gradient(180deg, #f6f8f4, #eef2ec);
  border: 1px solid rgba(111, 168, 74, 0.14);
  border-radius: 16px;
  padding: 1.05em 1.2em 0.9em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.7),
    0 8px 24px -16px rgba(20, 40, 60, 0.3);
}

.hydrogen-slide .claims h2 {
  color: var(--teal);
  font-size: 1.45em;
  margin: 0 0 0.8em;
  position: relative;
  padding-bottom: 0.4em;
}

.hydrogen-slide .claims h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 2.4em;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--green), var(--teal));
  transition: width 0.6s var(--ease);
}

.hydrogen-slide .claims:hover h2::after {
  width: 5em;
}

.hydrogen-slide .cat {
  display: flex;
  flex-direction: column;
  cursor: default;
}

.hydrogen-slide .badge-circle {
  width: 3.9em;
  height: 3.9em;
  border-radius: 50%;
  position: relative;
  margin: 0 auto 0.45em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 38% 32%, #d2e889, var(--badge) 70%);
  box-shadow:
    0 6px 14px -6px rgba(63, 94, 34, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition:
    transform 0.45s var(--ease),
    box-shadow 0.45s var(--ease);
}

.hydrogen-slide .badge-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(111, 168, 74, 0.45);
  transition: box-shadow 0.5s var(--ease);
}

.hydrogen-slide .badge-circle svg {
  width: 1.85em;
  height: 1.85em;
  fill: var(--badge-icon);
  transition: transform 0.45s var(--ease);
}

.hydrogen-slide .cat:hover .badge-circle {
  transform: translateY(-4px) scale(1.08);
  box-shadow:
    0 14px 24px -8px rgba(63, 94, 34, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.hydrogen-slide .cat:hover .badge-circle::after {
  box-shadow: 0 0 0 0.4em rgba(111, 168, 74, 0.18);
}

.hydrogen-slide .cat:hover .badge-circle svg {
  transform: scale(1.12) rotate(-4deg);
}

.hydrogen-slide .cat-label {
  color: var(--green);
  font-size: 1.05em;
  line-height: 1.12;
  transition: color 0.4s var(--ease);
}

.hydrogen-slide .cat:hover .cat-label {
  color: var(--green-deep);
}

.hydrogen-slide .cat .arc {
  position: absolute;
  top: -0.25em;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.46em;
  color: var(--badge-icon);
  letter-spacing: 0.4px;
  white-space: nowrap;
}

.hydrogen-slide .claim-cols {
  margin-top: 0.75em;
}

.hydrogen-slide .claim-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: var(--ink);
  line-height: 1.25;
}

.hydrogen-slide .claim-cols li {
  position: relative;
  padding: 0.12em 0.2em 0.12em 1em;
  margin-bottom: 0.26em;
  border-radius: 5px;
  transition:
    background 0.35s var(--ease),
    color 0.35s var(--ease),
    transform 0.35s var(--ease);
}

.hydrogen-slide .claim-cols li::before {
  content: "\2192";
  position: absolute;
  left: 0.05em;
  color: var(--green);
  font-weight: 700;
  transition:
    transform 0.35s var(--ease),
    color 0.35s var(--ease);
}

.hydrogen-slide .claim-cols li:hover {
  background: rgba(111, 168, 74, 0.12);
  color: var(--charcoal);
  transform: translateX(2px);
}

.hydrogen-slide .claim-cols li:hover::before {
  transform: translateX(3px);
  color: var(--green-deep);
}

.hydrogen-slide .validation {
  display: flex;
  gap: 1em;
  margin-top: auto;
  padding-top: 0.9em;
  align-items: flex-start;
}

.hydrogen-slide .val-quotebox {
  flex: 1.25;
}

.hydrogen-slide .val-cap {
  font-size: 0.74em;
  color: #5a6068;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.45em;
  max-width: 30em;
}

.hydrogen-slide .val-quote {
  font-family: "Playfair Display", serif;
  font-size: 1.65em;
  line-height: 1.1;
  color: #262b30;
}

.hydrogen-slide .cta-main,
.hydrogen-slide .cust-head,
.hydrogen-slide .seen {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  position: relative;
}

.hydrogen-slide .val-quote .accent {
  font-style: italic;
  background: linear-gradient(90deg, #3f7fc0, #2d567a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hydrogen-slide .stats {
  flex: 1;
  display: flex;
  border-left: 1px solid var(--rule);
}

.hydrogen-slide .stat {
  flex: 1;
  text-align: center;
  padding: 0.1em 0.35em;
  border-right: 1px solid var(--rule);
  border-radius: 8px;
  transition:
    background 0.4s var(--ease),
    transform 0.4s var(--ease);
}

.hydrogen-slide .stat:last-child {
  border-right: none;
}

.hydrogen-slide .stat:hover {
  background: rgba(28, 60, 92, 0.05);
  transform: translateY(-3px);
}

.hydrogen-slide .stat .lab {
  font-size: 0.58em;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #3a3a3a;
  text-transform: uppercase;
  line-height: 1.2;
}

.hydrogen-slide .stat .num {
  font-family: "Playfair Display", serif;
  font-size: 2.7em;
  line-height: 1;
  margin-top: 0.12em;
  background: linear-gradient(160deg, #234e86, #1b3f7a 60%, #1c5e7e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: transform 0.4s var(--ease);
}

.hydrogen-slide .cust-card {
  background: #fff;
  border: 1px solid rgba(28, 60, 92, 0.08);
  border-radius: 18px;
  box-shadow: var(--shadow-card);
  padding: 1.1em 1.2em;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.55s var(--ease),
    box-shadow 0.55s var(--ease);
}

.hydrogen-slide .cust-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: linear-gradient(90deg, var(--green), var(--teal));
  transition: width 0.6s var(--ease);
}

.hydrogen-slide .cust-card::after {
  content: "";
  position: absolute;
  top: -60%;
  left: -30%;
  width: 50%;
  height: 220%;
  background: linear-gradient(
    115deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  transform: translateX(-180%) rotate(8deg);
  transition: transform 0.9s var(--ease);
  pointer-events: none;
}

.hydrogen-slide .cust-card:focus-within,
.hydrogen-slide .cust-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 2px 4px rgba(20, 40, 60, 0.06),
    0 24px 50px -16px rgba(20, 40, 60, 0.32),
    0 60px 110px -50px rgba(20, 40, 60, 0.5);
}

.hydrogen-slide .cust-card:hover::after {
  transform: translateX(320%) rotate(8deg);
}

.hydrogen-slide .cust-head {
  color: var(--navy);
  font-size: 1.4em;
  display: flex;
  align-items: center;
  gap: 0.4em;
  margin: 0;
  z-index: 1;
}

.hydrogen-slide .cust-head svg {
  width: 1.1em;
  height: 1.1em;
  fill: #9fb6c9;
  transition:
    fill 0.4s var(--ease),
    transform 0.5s var(--ease);
}

.hydrogen-slide .cust-card:hover .cust-head svg {
  fill: var(--teal);
  transform: rotate(-8deg);
}

.hydrogen-slide .cust-sub {
  font-size: 0.97em;
  color: var(--ink);
  margin: 0.5em 0 0.7em;
  line-height: 1.32;
  position: relative;
  z-index: 1;
}

.hydrogen-slide .podcast-img,
.hydrogen-slide .strip-img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  transition:
    transform 0.5s var(--ease),
    box-shadow 0.5s var(--ease);
}

.hydrogen-slide .strip-img {
  border-radius: 6px;
  margin-bottom: 0.6em;
}

.hydrogen-slide .podcast-img {
  border-radius: 8px;
  box-shadow: 0 6px 18px -8px rgba(20, 40, 60, 0.4);
}

.hydrogen-slide .podcast-img:hover {
  transform: scale(1.015);
  box-shadow: 0 12px 28px -10px rgba(20, 40, 60, 0.5);
}

.hydrogen-slide .seen {
  color: var(--green-deep);
  font-size: 1.05em;
  margin: 0.6em 0 0.55em;
  z-index: 1;
}

.hydrogen-slide .cta-row {
  display: flex;
  align-items: stretch;
  border-radius: 8px;
  overflow: hidden;
  margin-top: auto;
  position: relative;
  z-index: 1;
  box-shadow: 0 8px 20px -10px rgba(21, 49, 76, 0.6);
}

.hydrogen-slide .fda {
  background: linear-gradient(160deg, #1a3a59, #15314c);
  color: #fff;
  padding: 0.45em 0.75em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hydrogen-slide .fda .fda-mark {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1em;
  border: 1px solid #6b8db0;
  border-radius: 3px;
  padding: 0 0.35em;
  line-height: 1.3;
}

.hydrogen-slide .fda .fda-txt {
  font-size: 0.58em;
  line-height: 1.15;
  margin-top: 0.22em;
  font-weight: 600;
}

.hydrogen-slide .cta-main {
  background: linear-gradient(135deg, #1c4063, #235080);
  color: #fff;
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.88em;
  line-height: 1.25;
  padding: 0.5em;
  transition: filter 0.4s var(--ease);
}

.hydrogen-slide .cta-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    transparent 35%,
    rgba(255, 255, 255, 0.22) 50%,
    transparent 65%
  );
  background-size: 250% 100%;
  background-position: 200% 0;
  transition: background-position 0.8s var(--ease);
}

.hydrogen-slide .cta-row:hover .cta-main {
  filter: brightness(1.08);
}

.hydrogen-slide .cta-row:hover .cta-main::after {
  background-position: -50% 0;
}

.hydrogen-slide .foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9aa39b;
  font-size: 0.74em;
  letter-spacing: 0.5px;
  margin-top: 0.55em;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

@keyframes hs-aurora {
  from {
    transform: translate3d(0, 0, 0) scale(1);
  }

  to {
    transform: translate3d(2%, -2%, 0) scale(1.06);
  }
}

@keyframes hs-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.45em);
  }
}

@keyframes hs-pulse {
  0%,
  100% {
    opacity: 0;
  }

  50% {
    opacity: 0.7;
  }
}

@keyframes hs-bob {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-0.12em);
  }
}

@keyframes hs-glint {
  0%,
  55% {
    background-position: 120% 120%;
  }

  100%,
  75% {
    background-position: -40% -40%;
  }
}

@keyframes hs-sheen {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -100% 0;
  }
}

@keyframes hs-bubbles {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  12%,
  88% {
    opacity: 1;
  }

  100% {
    transform: translateY(-2.6em);
    opacity: 0;
  }
}

@keyframes hs-rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hs-pop {
  from {
    opacity: 0;
    transform: scale(0.82);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: no-preference) {
  @supports (animation-timeline: view()) {
    .hydrogen-slide .head {
      animation: both hs-rise;
      animation-timeline: view();
      animation-range: entry 2% cover 26%;
    }

    .hydrogen-slide .claims {
      animation: both hs-rise;
      animation-timeline: view();
      animation-range: entry 8% cover 30%;
    }

    .hydrogen-slide .validation {
      animation: both hs-rise;
      animation-timeline: view();
      animation-range: entry 16% cover 38%;
    }

    .hydrogen-slide .cust-card {
      animation: both hs-rise;
      animation-timeline: view();
      animation-range: entry 12% cover 34%;
    }

    .hydrogen-slide .foot {
      animation: both hs-rise;
      animation-timeline: view();
      animation-range: entry 24% cover 44%;
    }

    .hydrogen-slide .cat {
      animation: both hs-pop;
      animation-timeline: view();
    }

    .hydrogen-slide .cat:first-child {
      animation-range: entry 12% cover 30%;
    }

    .hydrogen-slide .cat:nth-child(2) {
      animation-range: entry 16% cover 33%;
    }

    .hydrogen-slide .cat:nth-child(3) {
      animation-range: entry 20% cover 36%;
    }

    .hydrogen-slide .cat:nth-child(4) {
      animation-range: entry 24% cover 39%;
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .hydrogen-slide *,
  .hydrogen-slide ::after,
  .hydrogen-slide ::before {
    animation: none !important;
  }

  .hydrogen-slide .badge-circle,
  .hydrogen-slide .claim-cols li,
  .hydrogen-slide .cust-card,
  .hydrogen-slide .hero-circle,
  .hydrogen-slide .stat {
    transition-duration: 0s;
  }
}

@media (max-width: 991.98px) {
  .hydrogen-slide.slide {
    aspect-ratio: auto;
  }

  .hydrogen-slide .slide-inner {
    position: static;
    padding: 22px;
    font-size: 13px;
  }

  .hydrogen-slide .hero-band {
    display: none;
  }

  .hydrogen-slide .hero-circle {
    position: static;
    width: 120px;
    height: 120px;
    margin: 12px 0;
  }

  .hydrogen-slide .logo {
    position: static;
    width: 170px;
    margin-bottom: 6px;
  }

  .hydrogen-slide .cta-row,
  .hydrogen-slide .validation {
    flex-wrap: wrap;
  }

  .hydrogen-slide .title {
    font-size: 34px;
  }

  .hydrogen-slide .subtitle {
    font-size: 15px;
  }
}

.hydrogen-premium-hero {
  position: relative;
  padding: 180px 0 140px;
  overflow: hidden;
  background-image: url("http://cantamarinternational.ezmarketingtech.com/wp-content/uploads/2026/06/Rectangle-1-copy-9-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(4, 25, 45, 0.88) 0,
    rgba(4, 25, 45, 0.72) 45%,
    rgba(0, 89, 132, 0.55) 100%
  );
  z-index: 1;
}

.hero-badge,
.trust-box:hover {
  background: rgba(255, 255, 255, 0.12);
}

.hydrogen-premium-hero .container {
  position: relative;
  z-index: 2;
  max-width: 1100px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.hero-heading {
  max-width: 850px;
  font-size: 36px;
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 25px;
  color: #fff;
}

.hero-subtitle {
  max-width: 700px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 60px;
}

.hero-trust-row {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}

.trust-box {
  flex: 1;
  min-width: 260px;
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  transition: 0.4s;
}

.trust-box:hover {
  transform: translateY(-6px);
}

.trust-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: #024988;
  font-size: 24px;
  font-weight: 700;
  flex-shrink: 0;
}

.trust-box h3 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.trust-box p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
}

.hydrogen-premium-hero::before {
  content: "";
  position: absolute;
  width: 550px;
  height: 550px;
  top: -180px;
  right: -180px;
  border-radius: 50%;
  background: rgba(0, 174, 255, 0.18);
  filter: blur(100px);
  z-index: 1;
}

@media (max-width: 991px) {
  .strengths-section {
    padding: 80px 0;
  }

  .strengths-title {
    font-size: 40px;
  }

  .strengths-description {
    font-size: 16px;
  }

  .strength-item {
    padding: 22px;
  }

  .strength-text {
    font-size: 15px;
  }

  .strengths-bottom-box {
    padding: 30px;
    font-size: 16px;
  }

  .hydrogen-premium-hero {
    padding: 140px 0 100px;
  }

  .hero-heading {
    font-size: 54px;
  }

  .hero-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .hero-heading {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-trust-row {
    flex-direction: column;
  }

  .trust-box {
    min-width: 100%;
  }
}

.advisory-section {
  padding: 100px 0;
  background: #f8fbff;
}

.advisory-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0;
  font-family: var(--heading-font);
}

.advisory-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  position: relative;
}

.advisory-card {
  position: relative;
  background: #fff;
  border-radius: 28px;
  padding: 30px;
  overflow: hidden;
  min-height: 420px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: 0.45s;
  z-index: 1;
}

.advisory-image {
  width: 160px;
  height: 160px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
}

.advisory-content h3 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

.advisory-content span {
  display: block;
  text-align: center;
  color: #257dd5;
  font-weight: 600;
  margin-bottom: 25px;
}

.advisory-text {
  max-height: 95px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.6s;
}

.advisory-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  transition: 0.4s;
}

.advisory-card:hover .advisory-text {
  max-height: 1000px;
}

.advisory-card:hover .advisory-text::after {
  opacity: 0;
}

.advisory-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 18px;
}

.advisory-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  padding: 1px;
  background: linear-gradient(
    135deg,
    rgba(37, 125, 213, 0.35),
    rgba(1, 140, 177, 0.35)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.advisory-card:hover {
  z-index: 999;
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.15);
  overflow: visible;
  position: relative;
}

@media (max-width: 991px) {
  .advisory-grid {
    grid-template-columns: 1fr;
  }

  .advisory-card {
    min-height: auto;
  }

  .advisory-text {
    max-height: none;
  }

  .advisory-text::after {
    display: none;
  }
}

.contract-services-title{
    font-family: var(--heading-font);
    font-size: clamp(42px, 3vw, 52px);
    line-height: 1.15;
    font-weight: 700;
    margin-bottom: 20px;

    white-space: nowrap;
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.contract-services-title span{
    display: inline;
    white-space: nowrap;
}

.contract-services-media{
    position: relative;
    overflow: hidden;
    border-radius: 24px;
}

.contract-services-media video{
    width: 100%;
    display: block;
    object-fit: cover;
    border-radius: 24px;
}

/* ===================================
   PREMIUM CTA BUTTONS
=================================== */

.softchew-buttons{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:18px;
    margin-top:40px;
}

.soft-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    min-width:250px;
    height:60px;
    padding:0 30px;

    border-radius:14px;

    font-size:17px;
    font-weight:700;
    line-height:1;
    letter-spacing:.2px;

    text-decoration:none !important;
    color:#fff;

    background:linear-gradient(135deg,#76b336 0%,#5d992d 100%);
    border:none;

    box-shadow:
        0 8px 22px rgba(94,152,50,.28);

    transition:all .3s ease;
}

/* Arrow */

.soft-btn::after{
    content:"→";
    font-size:18px;
    font-weight:600;
    transition:.3s ease;
}

/* Hover */

.soft-btn:hover{
    transform:translateY(-3px);
    color:#fff;
    text-decoration:none;
    box-shadow:
        0 14px 30px rgba(0,0,0,.18);
}

.soft-btn:hover::after{
    transform:translateX(5px);
}

/* Blue */

.soft-btn.secondary{
    background:linear-gradient(135deg,#1f76bc,#165b93);
    box-shadow:
        0 8px 22px rgba(20,90,150,.28);
}

/* White */

.soft-btn.outline{
    background:#fff;
    color:#165b93;
    border:2px solid #165b93;
    box-shadow:0 8px 22px rgba(0,0,0,.08);
}

.soft-btn.outline::after{
    color:#165b93;
}

.soft-btn.outline:hover{
    background:#165b93;
    color:#fff;
}

.soft-btn.outline:hover::after{
    color:#fff;
}

/* Mobile */

@media(max-width:767px){

    .soft-btn{
        width:100%;
        min-width:unset;
    }

}

/* =====================================================
   SCIENTIFIC ADVISORY BOARD
===================================================== */

.advisory-section{
    padding:100px 0;
    background:#f7fafc;
    position:relative;
}

.advisory-title{
    font-size:clamp(38px,4vw,54px);
    font-weight:800;
    color:#0d2340;
    margin-bottom:0;
    letter-spacing:-0.5px;
}

/* Grid */

.advisory-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
}

/* Card */

.advisory-card{
    position:relative;
    background:#fff;
    border:1px solid #e8edf4;
    border-radius:22px;
    overflow:hidden;

    padding:38px 35px;

    box-shadow:
        0 10px 35px rgba(15,45,80,.08);

    transition:.35s ease;

    opacity:1 !important;
}

/* Remove any overlays */

.advisory-card::before,
.advisory-card::after{
    display:none !important;
    content:none !important;
    background:none !important;
}

/* Hover */

.advisory-card:hover{

    transform:translateY(-8px);

    box-shadow:
        0 22px 55px rgba(15,45,80,.15);

}

/* Image */

.advisory-image{

    width:110px;
    height:110px;

    margin:0 auto 25px;

    border-radius:50%;

    overflow:hidden;

    border:5px solid #fff;

    box-shadow:
        0 10px 30px rgba(0,0,0,.15);

    position:relative;
    z-index:2;

    opacity:1 !important;

}

.advisory-image img{

    width:100%;
    height:100%;

    object-fit:cover;

    display:block;

    opacity:1 !important;

    filter:none !important;

    transform:none !important;

    mix-blend-mode:normal !important;

}

/* Individual positioning */

.alex-image img{
    object-position:center 20%;
}

.garth-image img{
    object-position:center 18%;
}

.robert-image img{
    object-position:center 12%;
}

.terry-image img{
    object-position:center 18%;
}

/* Content */

.advisory-content{

    position:relative;

    z-index:2;

    opacity:1 !important;

    text-align:center;

}

.advisory-content h3{

    font-size:28px;

    font-weight:700;

    color:#21364b;

    margin-bottom:6px;

}

.advisory-content span{

    display:block;

    font-size:13px;

    text-transform:uppercase;

    letter-spacing:1px;

    color:#2d7cc4;

    font-weight:700;

    margin-bottom:22px;

}

.advisory-text{

    opacity:1 !important;

}

.advisory-text p{

    color:#5d6774;

    font-size:16px;

    line-height:1.75;

    margin-bottom:16px;

}

.advisory-text p:last-child{

    margin-bottom:0;

}

/* Responsive */

@media(max-width:991px){

    .advisory-section{

        padding:80px 0;

    }

    .advisory-grid{

        grid-template-columns:1fr;

        gap:25px;

    }

    .advisory-card{

        padding:30px;

    }

}

@media(max-width:767px){

    .advisory-title{

        font-size:34px;

    }

    .advisory-card{

        padding:25px;

    }

    .advisory-image{

        width:90px;
        height:90px;

    }

    .advisory-content h3{

        font-size:24px;

    }

    .advisory-text p{

        font-size:15px;

    }

}

/* ── Strengths Header Override ── */

.strengths-header .strengths-title {
    font-size: unset;
    font-weight: unset;
    color: unset;
    line-height: unset;
    margin-bottom: 0;
}

.strengths-header .strengths-title div {
    text-align: center;
}

.strengths-header .strengths-title span {
    font-family: var(--heading-font);
    font-size: clamp(36px, 4vw, 56px) !important;
    font-weight: 800 !important;
    color: #0f172a;
    display: block !important;
    margin-bottom: 20px !important;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.strengths-header .strengths-title p {
    font-size: 17px !important;
    line-height: 1.9 !important;
    color: #64748b;
    max-width: 860px !important;
    margin: 0 auto !important;
    font-weight: 400;
}

@media (max-width: 767px) {
    .strengths-header .strengths-title span {
        font-size: 30px !important;
    }

    .strengths-header .strengths-title p {
        font-size: 15px !important;
        line-height: 1.8 !important;
    }
}

/* Blog card — title only layout */

.blog-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}

.blog-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.blog-card .blog-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 18px;
    transition: transform 0.4s;
}

.blog-card-link:hover .blog-img img {
    transform: scale(1.04);
}

.blog-card h5 {
    font-family: var(--heading-font);
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.4;
    margin: 12px 0 10px;
    flex: 1;
}

.blog-card-link:hover h5 {
    color: var(--primary);
}

.blog-card .read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary);
    margin-top: auto;
    transition: gap 0.3s;
}

.blog-card .read-more::after {
    content: "→";
    transition: transform 0.3s;
}

.blog-card-link:hover .read-more::after {
    transform: translateX(4px);
}

/* =============================================
   NUTRASOFT SINGLE BLOG PAGE
   ============================================= */

.single-blog-section {
    padding: 0 0 80px;
}

.single-blog-wrapper {
    margin-top: -60px;
    padding: 60px 80px;
}

/* ── Headings ── */
.softchew-blog-content h2 {
    font-size: clamp(24px, 2.8vw, 36px) !important;
    font-weight: 800 !important;
    margin-top: 55px !important;
    margin-bottom: 18px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    background: linear-gradient(135deg, #024988 0%, #0077b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.softchew-blog-content h2:first-child {
    margin-top: 0 !important;
}

/* Keep headings on one line on desktop */
@media (min-width: 992px) {
    .softchew-blog-content h2 {
        white-space: nowrap !important;
    }
}

/* ── Body text ── */
.softchew-blog-content p {
    font-size: 17px !important;
    line-height: 1.85 !important;
    color: #475569 !important;
    margin-bottom: 18px !important;
}

/* ── List ── */
.softchew-blog-content ul {
    padding-left: 0 !important;
    list-style: none !important;
    margin-bottom: 30px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.softchew-blog-content ul li {
    font-size: 16px !important;
    line-height: 1.7 !important;
    color: #334155 !important;
    padding: 13px 18px !important;
    background: #f1f8ff !important;
    border-left: 4px solid #017ca8 !important;
    border-radius: 0 10px 10px 0 !important;
    margin: 0 !important;
}

.softchew-blog-content ul li strong {
    color: #024988 !important;
}

/* ── Offer Grid ── */
.offer-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
    margin: 25px 0 40px !important;
}

.offer-card {
    background: #f8fafc !important;
    border: 1px solid #dbe7f5 !important;
    border-radius: 16px !important;
    padding: 28px 26px !important;
    transition: 0.3s !important;
}

.offer-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 15px 40px rgba(2, 73, 136, 0.1) !important;
    border-color: #017ca8 !important;
}

.offer-card h3 {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #024988 !important;
    margin-bottom: 10px !important;
}

.offer-card p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #475569 !important;
    margin: 0 !important;
}

/* ── Application Grid ── */
.application-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 14px !important;
    margin: 25px 0 40px !important;
}

.application-item {
    background: #024988 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 16px 12px !important;
    border-radius: 12px !important;
    text-align: center !important;
    line-height: 1.4 !important;
    transition: 0.3s !important;
}

.application-item:hover {
    background: #017ca8 !important;
    transform: translateY(-3px) !important;
}

/* ── CTA Box ── */
.softchew-cta {
    margin-top: 50px !important;
    background: linear-gradient(135deg, #024988 0%, #017ca8 100%) !important;
    border-radius: 24px !important;
    padding: 50px 60px !important;
    text-align: center !important;
}

.softchew-cta h2 {
    font-size: clamp(22px, 2.4vw, 32px) !important;
    font-weight: 800 !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: none !important;
    -webkit-background-clip: unset !important;
    background-clip: unset !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
    white-space: normal !important;
}

.softchew-cta p {
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 16px !important;
    max-width: 600px !important;
    margin: 0 auto 30px !important;
    line-height: 1.8 !important;
}

.softchew-buttons {
    margin-top: 0 !important;
    justify-content: center !important;
}

.softchew-cta .soft-btn {
    min-width: 240px !important;
    height: 58px !important;
    font-size: 16px !important;
    background: #fff !important;
    color: #024988 !important;
    border-radius: 100px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
}

.softchew-cta .soft-btn::after {
    color: #024988 !important;
}

.softchew-cta .soft-btn:hover {
    background: #0f172a !important;
    color: #fff !important;
}

.softchew-cta .soft-btn:hover::after {
    color: #fff !important;
}

/* ── Responsive ── */
@media (max-width: 991px) {
    .single-blog-wrapper {
        padding: 40px 35px !important;
    }

    .offer-grid {
        grid-template-columns: 1fr !important;
    }

    .application-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .softchew-cta {
        padding: 40px 30px !important;
    }

    .softchew-blog-content h2 {
        white-space: normal !important;
    }
}

@media (max-width: 767px) {
    .single-blog-wrapper {
        padding: 30px 20px !important;
        margin-top: -30px !important;
    }

    .application-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .softchew-cta {
        padding: 35px 22px !important;
    }

    .softchew-cta .soft-btn {
        width: 100% !important;
        min-width: unset !important;
    }
}

/* ================================================
   NSB — NutraSoft Single Blog
   All classes prefixed nsb- to prevent collisions
   ================================================ */

/* ── Hero ── */
.nsb-hero {
    position: relative;
    padding: 140px 0 100px;
    overflow: hidden;
    background: #071c2f;
}

.nsb-hero__banner {
    position: absolute;
    inset: 0;
}

.nsb-hero__banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.nsb-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(7, 28, 47, 0.6),
        rgba(7, 28, 47, 0.88)
    );
}

.nsb-hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
}

.nsb-hero__breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.nsb-hero__breadcrumbs a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color 0.2s;
}

.nsb-hero__breadcrumbs a:hover {
    color: #fff;
}

.nsb-hero__breadcrumbs span {
    color: rgba(255, 255, 255, 0.4);
}

.nsb-hero__title {
    font-size: clamp(28px, 4vw, 54px);
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin: 0 0 25px;
}

.nsb-hero__meta {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.nsb-hero__meta i {
    margin-right: 6px;
}

/* ── Body section ── */
.nsb-body {
    background: #f5f7fb;
    padding: 0 0 90px;
}

.nsb-body__card {
    background: #fff;
    margin-top: -65px;
    position: relative;
    z-index: 10;
    border-radius: 28px;
    padding: 65px 75px;
    box-shadow:
        0 10px 40px rgba(0, 0, 0, 0.04),
        0 2px 8px rgba(0, 0, 0, 0.02);
}

/* ── Content typography ── */
.nsb-content p {
    font-size: 17px;
    line-height: 1.85;
    color: #475569;
    margin-bottom: 20px;
}

.nsb-content h2 {
    font-size: clamp(20px, 2.4vw, 32px);
    font-weight: 800;
    line-height: 1.2;
    margin-top: 52px;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #024988 0%, #0077b6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.nsb-content h2:first-child {
    margin-top: 0;
}

.nsb-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 30px 0 12px;
}

/* Keep h2 on one line desktop only */
@media (min-width: 992px) {
    .nsb-content h2 {
        white-space: nowrap;
    }
}

/* ── List ── */
.nsb-content ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nsb-content ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
    padding: 13px 18px;
    background: #f1f8ff;
    border-left: 4px solid #017ca8;
    border-radius: 0 10px 10px 0;
    margin: 0;
}

.nsb-content ul li strong {
    color: #024988;
}

/* ── Offer grid ── */
.nsb-content .offer-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 25px 0 40px;
}

.nsb-content .offer-card {
    background: #f8fafc;
    border: 1px solid #dbe7f5;
    border-radius: 16px;
    padding: 28px 26px;
    transition: 0.3s;
}

.nsb-content .offer-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(2, 73, 136, 0.1);
    border-color: #017ca8;
}

.nsb-content .offer-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #024988;
    margin: 0 0 10px;
    white-space: nowrap;
}

.nsb-content .offer-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin: 0;
}

/* ── Application grid ── */
.nsb-content .application-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin: 25px 0 40px;
}

.nsb-content .application-item {
    background: #024988;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 12px;
    border-radius: 12px;
    text-align: center;
    line-height: 1.4;
    transition: 0.3s;
}

.nsb-content .application-item:hover {
    background: #017ca8;
    transform: translateY(-3px);
}

/* ── CTA box ── */
.nsb-content .softchew-cta {
    margin-top: 50px;
    background: linear-gradient(135deg, #024988 0%, #017ca8 100%);
    border-radius: 24px;
    padding: 50px 60px;
    text-align: center;
}

.nsb-content .softchew-cta h2 {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #fff;
    -webkit-text-fill-color: #fff;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    margin-top: 0;
    margin-bottom: 14px;
    white-space: normal;
}

.nsb-content .softchew-cta p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    max-width: 580px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

.nsb-content .softchew-buttons {
    display: flex;
    justify-content: center;
    margin-top: 0;
}

.nsb-content .softchew-cta .soft-btn {
    min-width: 240px;
    height: 58px;
    font-size: 16px;
    font-weight: 700;
    background: #fff;
    color: #024988;
    border-radius: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: 0.3s;
}

.nsb-content .softchew-cta .soft-btn::after {
    content: "→";
    font-size: 18px;
    color: #024988;
    transition: transform 0.3s;
}

.nsb-content .softchew-cta .soft-btn:hover {
    background: #0f172a;
    color: #fff;
    transform: translateY(-3px);
}

.nsb-content .softchew-cta .soft-btn:hover::after {
    color: #fff;
    transform: translateX(5px);
}
/* ── Related posts ── */
.nsb-related {
    background: #eef2f7;
    padding: 70px 0 90px;
    border-top: 1px solid #e2e8f0;
}

.nsb-related__title {
    font-family: var(--heading-font);
    font-size: 30px;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 35px;
}

.nsb-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none !important;
    color: inherit;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #e8edf4;
}

.nsb-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(2, 73, 136, 0.12);
    color: inherit;
    text-decoration: none !important;
}

.nsb-card__img {
    overflow: hidden;
    height: 210px;
    flex-shrink: 0;
}

.nsb-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s;
}

.nsb-card:hover .nsb-card__img img {
    transform: scale(1.06);
}

.nsb-card__body {
    padding: 24px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}

.nsb-card__date {
    font-size: 13px;
    color: #94a3b8;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nsb-card__date i {
    font-size: 12px;
}

.nsb-card__title {
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.45;
    margin: 0;
    flex: 1;
    transition: color 0.25s;
}

.nsb-card:hover .nsb-card__title {
    color: #024988;
}

.nsb-card__cta {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 600;
    color: #017ca8;
    margin-top: 6px;
    transition: gap 0.3s;
}

.nsb-card__cta i {
    font-size: 13px;
    transition: transform 0.3s;
}

.nsb-card:hover .nsb-card__cta {
    gap: 10px;
}

.nsb-card:hover .nsb-card__cta i {
    transform: translateX(3px);
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .nsb-related {
        padding: 50px 0 70px;
    }

    .nsb-related__title {
        font-size: 24px;
    }

    .nsb-card__img {
        height: 190px;
    }

    .nsb-card__title {
        font-size: 16px;
    }
}

/* =============================================
   HYDROGEN PAGE HERO — COMPACT OVERRIDE
   Scoped under .hph- prefix, zero collisions
   ============================================= */

.hydrogen-premium-hero.hph-compact {
    padding-top: 70px;
    padding-bottom: 60px;
    min-height: unset;
}

.hph-inner {
    max-width: 820px;
}

.hph-inner .hero-badge {
    margin-bottom: 18px;
}

.hph-inner .hero-heading {
    font-size: clamp(30px, 4vw, 52px);
    margin-bottom: 16px;
    line-height: 1.1;
}

.hph-inner .hero-subtitle {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    max-width: 680px;
}

/* Made in USA strip */
.hph-trust-strip {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    backdrop-filter: blur(12px);
    padding: 12px 22px;
    border-radius: 50px;
}

.hph-usa-flag {
    font-size: 22px;
    line-height: 1;
}

.hph-usa-label {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    letter-spacing: 0.2px;
}

/* Responsive */
@media (max-width: 767px) {
    .hydrogen-premium-hero.hph-compact {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .hph-inner .hero-heading {
        font-size: 26px;
    }

    .hph-inner .hero-subtitle {
        font-size: 15px;
    }

    .hph-trust-strip {
        flex-direction: row;
        padding: 10px 18px;
    }

    .hph-usa-label {
        font-size: 13px;
    }
}


/* ── Contact form: extra polish for Title field + validation states ── */
.contact-form .row {
  row-gap: 0;
}

.contact-form label {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
}

.contact-form .form-control {
  transition: 0.3s;
}

.contact-form .form-control:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* Required field indicator, matches --primary accent */
.contact-form label[for="insightly_firstName"]::after,
.contact-form label[for="insightly_lastName"]::after,
.contact-form label[for="insightly_organization"]::after,
.contact-form label[for="insightly_Email"]::after {
  content: " *";
  color: #ffd166;
}

/* Title field sits visually with the rest of the grid */
.contact-form .mb-3 label {
  display: block;
  margin-bottom: 6px;
}

/* Submit button: align with theme's gradient buttons instead of flat white if desired */
.contact-form .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
}

.contact-form .contact-btn:hover {
  background: var(--background-linear);
  color: #fff;
}

/* Focus ring using theme primary color instead of default blue */
.contact-form .form-control:focus {
  box-shadow: 0 0 0 3px rgba(37, 125, 213, 0.35);
}

/* Mobile spacing tweak so fields don't feel cramped */
@media (max-width: 576px) {
  .contact-form .row > [class^="col-"] {
    margin-bottom: 4px;
  }
}

.lead-alert {
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 15px;
  margin-bottom: 20px;
}

.lead-alert-success {
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
}

.lead-alert-error {
  background: rgba(220, 53, 69, 0.15);
  border: 1px solid rgba(220, 53, 69, 0.4);
  color: #fff;
}