:root {
  --primary: #006ac8;
  --primary-2: #0c8dff;
  --dark: #061d35;
  --dark-2: #0a3158;
  --text: #08213d;
  --muted: #60718a;
  --border: #dbeaf7;
  --light: #f5faff;
  --white: #fff;
  --shadow: 0 20px 55px rgba(8, 33, 61, .11);
  --shadow-blue: 0 24px 65px rgba(0, 106, 200, .22);
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden
}

a {
  text-decoration: none;
  cursor: pointer
}

.container-fluid {
  max-width: 1320px
}

.section {
  padding: 60px 0
}

.section h2 {
  font-size: clamp(29px, 3.2vw, 35px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.08;
  margin: 0;
  color: rgb(48, 83, 64);
}

.section-tag,
.eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-size: 13px;
  font-weight: 900;
  color: var(--primary);
  margin-bottom: 12px
}

.muted {
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.75
}

.link-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--primary);
  font-weight: 900
}

.link-btn:hover {
  color: #004b91
}

.btn {
  font-weight: 900;
  border-radius: 9px;
  padding: 13px 23px;
  transition: .35s
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), #0b7fe7);
  border: 0;
  box-shadow: 0 16px 34px rgba(0, 106, 200, .26)
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 45px rgba(0, 106, 200, .34);
  background: linear-gradient(135deg, #0055a2, #0a8dff)
}

.btn-outline-light {
  border: 1px solid rgba(255, 255, 255, .58);
  color: #fff
}

.btn-outline-light:hover {
  background: #fff;
  color: var(--dark);
  transform: translateY(-3px)
}

.topbar {
  background: #061d35;
  color: #dcecff;
  font-size: 13px;
  padding: 9px 0;
  border-top: 2px solid #0c8dff
}

.topbar i {
  color: #57b7ff;
  padding: 8px;
}

.topbar a {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  transition: .35s
}

.topbar a:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: translateY(-2px)
}

.main-nav {
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(0, 106, 200, .10);
  min-height: 82px;
  z-index: 999;
  transition: .3s
}

.main-nav.shadow-sm {
  box-shadow: 0 14px 40px rgba(8, 33, 61, .11) !important
}

.navbar-brand img {
      width: 169px;
    height: 82px;
  object-fit: contain
}

.navbar-nav {
  align-items: center
}

.main-nav .nav-link {
  position: relative;
  color: #142945 !important;
  font-weight: 650;
  font-size: 14px;
  padding: 30px 8px !important;
  letter-spacing: -.01em
}

.main-nav .nav-link:hover,
.main-nav .nav-link.active {
  color: var(--primary) !important
}

.main-nav .nav-link.active:after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  border-radius: 10px 10px 0 0
}

.dropdown-menu {
  border: 0;
  border-radius: 14px;
  padding: 10px;
  box-shadow: var(--shadow)
}

.dropdown-item {
  font-weight: 800;
  font-size: 14px;
  border-radius: 9px;
  padding: 10px 15px
}

.dropdown-item:hover {
  background: #edf7ff;
  color: var(--primary)
}

.nav-btn {
  padding: 12px 18px;
  border-radius: 9px;
  font-size: 13px
}

.hero-section {
  position: relative;
  min-height: 680px;
  color: #fff;
  background: #061d35;
  overflow: hidden
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 18, 35, .98) 0%, rgba(4, 18, 35, .90) 35%, rgba(4, 18, 35, .50) 59%, rgba(4, 18, 35, .08) 100%), url('https://images.unsplash.com/photo-1581094288338-2314dddb7ece?auto=format&fit=crop&w=1920&q=80') center right/cover no-repeat;
  animation: heroZoom 16s ease-in-out infinite alternate
}

.hero-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 82% 28%, rgba(12, 141, 255, .28), transparent 27%), linear-gradient(180deg, transparent 54%, rgba(5, 20, 39, .80));
}

.hero-content-wrap {
  position: relative;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 90px 0 145px
}

.hero-copy {
  max-width: 680px;
  position: relative;
  z-index: 2
}

.hero-section .eyebrow {
  color: #79c5ff
}

.hero-section h1 {
  font-size: clamp(44px, 5.4vw, 76px);
  line-height: 1.04;
  font-weight: 950;
  letter-spacing: -.065em;
  margin: 0 0 23px
}

.hero-section h1 span {
  color: var(--primary-2)
}

.hero-section p {
  font-size: 19px;
  line-height: 1.8;
  color: #eaf5ff;
  max-width: 610px;
  margin: 0 0 33px
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap
}

.hero-badge {
  z-index: 3;
  min-width: 305px;
  display: flex;
  align-items: center;
  gap: 18px;
  background: linear-gradient(135deg, #0b75d8, #0059aa);
  border-radius: 34px 0 34px 0;
  padding: 34px 42px;
  box-shadow: var(--shadow-blue);
  transform: translateY(88px)
}

.hero-badge i {
  font-size: 54px
}

.hero-badge strong {
  font-size: 54px;
  line-height: 1;
  font-weight: 950
}

.hero-badge span {
  font-size: 16px;
  font-weight: 900;
  color: #f1f8ff;
  line-height: 1.25
}

.hero-deco {
  position: absolute;
  right: -80px;
  bottom: -120px;
  width: 430px;
  height: 430px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .10);
  z-index: 1;
  display: none;
}

.hero-deco:before,
.hero-deco:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .10);
  display: none;
}

.hero-deco:before {
  inset: 55px;
  display: none;
}

.hero-deco:after {
  inset: 110px;

}

@keyframes heroZoom {
  from {
    transform: scale(1)
  }

  to {
    transform: scale(1.05)
  }
}

.feature-strip {
  margin-top: -70px;
  position: relative;
  z-index: 6
}

.feature-wrap {
  /*background: linear-gradient(90deg, #061d35, #082b50);*/
  background: linear-gradient(90deg, #19281f, #19281f);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 25px 70px rgba(4, 18, 35, .28);
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 17px;
  padding: 28px 28px;
  border-right: 1px solid rgba(255, 255, 255, .13);
  color: #fff;
  transition: .35s
}

.feature-item:hover {
  background: rgba(12, 141, 255, .12)
}

.feature-item:last-child {
  border-right: 0
}

.feature-item i {
  font-size: 40px;
  line-height: 1;
  color: #fff
}

.feature-item h6 {
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 6px
}

.feature-item p {
  font-size: 13px;
  line-height: 1.55;
  color: #c7d9ed;
  margin: 0
}

.products {
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  overflow: hidden
}

.productSwiper {
  padding: 10px 64px 72px;
  margin: 0 -50px;
  overflow: hidden
}

.productSwiper .swiper-slide {
  height: auto
}

.product-card {
  height: 100%;
  min-height: 330px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 38px rgba(8, 33, 61, .055);
  position: relative;
  overflow: hidden;
  transition: .35s
}

.product-card:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary), var(--primary-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: .35s
}

.product-card:hover,
.productSwiper .swiper-slide-active .product-card {
  transform: translateY(-8px);
  border-color: #8ccaff;
  box-shadow: 0 25px 60px rgba(0, 106, 200, .16)
}

.product-card:hover:before,
.productSwiper .swiper-slide-active .product-card:before {
  transform: scaleX(1)
}

.product-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  background: #f0f1f4;
  border-radius: 14px;
  padding: 10px;
  margin-bottom: 22px;
  transition: .35s
}

.product-card:hover img {
  transform: scale(1.05)
}

.product-card h5 {
  font-size: 20px;
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -.035em;
  margin: 0 0 12px;
  min-height: 48px
}

.product-card p {
  font-size: 14px;
  line-height: 1.65;
  color: #6a7a90;
  margin: 0 0 45px
}

.product-card a {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #9bd0ff;
  background: #fff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: .35s
}

.product-card:hover a {
  background: var(--primary);
  color: #fff;
  transform: rotate(-35deg)
}

.productSwiper .swiper-button-prev,
.productSwiper .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #b8dcfb;
  box-shadow: 0 10px 28px rgba(0, 60, 120, .14)
}

.productSwiper .swiper-button-prev {
  left: 12px
}

.productSwiper .swiper-button-next {
  right: 12px
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 17px;
  color: var(--primary);
  font-weight: 900
}

.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #b7cce0;
  opacity: 1
}

.swiper-pagination-bullet-active {
  background: var(--primary);
  width: 22px;
  border-radius: 20px
}

.turnkey-box {
  background: linear-gradient(120deg, #002d59, #006ac8 58%, #061d35);
  border-radius: 18px;
  padding: 48px 54px;
  display: grid;
  grid-template-columns: .9fr 1.8fr;
  gap: 34px;
  color: #fff;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-blue)
}

.turnkey-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 54%;
  background: url('../images/img/Customized-02.png') right center/contain no-repeat;
  opacity: .12
}

.turnkey-box span {
  color: #7dc7ff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em
}

.turnkey-box h2 {
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -.05em;
  margin: 8px 0 14px
}

.turnkey-box p {
  color: #dceeff;
  line-height: 1.72;
  margin-bottom: 20px
}

.process {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 16px
}

.process div {
  text-align: center
}

.process div i {
  width: 78px;
  height: 78px;
  margin: 0 auto 13px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  background: rgba(255, 255, 255, .06)
}

.process b {
  font-size: 14px;
  line-height: 1.25
}

.process>i {
  color: #72c2ff;
  font-size: 24px
}

.stats {
  padding: 42px 0
}

.stats-wrap {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 15px;
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden
}

.stats-wrap div {
  text-align: center;
  padding: 28px 16px;
  border-right: 1px solid var(--border);
  transition: .35s
}

.stats-wrap div:last-child {
  border-right: 0
}

.stats-wrap div:hover {
  background: #f4faff;
  transform: translateY(-3px)
}

.stats-wrap i {
  font-size: 36px;
  color: var(--primary);
  display: block;
  margin-bottom: 12px
}

.stats-wrap strong {
  display: block;
  color: var(--primary);
  font-size: 35px;
  line-height: 1;
  font-weight: 950
}

.stats-wrap span:last-child {
  display: block;
  margin-top: 9px;
  font-size: 13px;
  font-weight: 900;
  color: #253a57
}

.about-grid {
  background: #fff
}

.about-panel,
.quality-panel {
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 15px;
  box-shadow: 0 15px 45px rgba(8, 33, 61, .06)
}

.about-panel h2 {
  margin-bottom: 16px
}

.about-panel p {
  color: var(--muted);
  line-height: 1.75
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 20px 0
}

.check-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #31465f;
  font-weight: 650
}

.check-list li:before {
  content: "\F26A";
  font-family: 'bootstrap-icons';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary)
}

.media-card {
  height: 100%;
  max-height: 510px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow)
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s
}

.media-card:hover img {
  transform: scale(1.06)
}

.media-card button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: var(--primary);
  font-size: 38px;
  box-shadow: 0 0 0 14px rgba(255, 255, 255, .18)
}

.quality-panel h4 {
  font-weight: 950;
  letter-spacing: -.035em;
  margin-bottom: 22px
}

.quality-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border);
  font-weight: 850;
  color: #263d59
}

.quality-item:last-child {
  border-bottom: 0
}

.quality-item i {
  width: 43px;
  height: 43px;
  border-radius: 13px;
  background: #edf7ff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px
}

.industries-section {
  padding: 58px 0;
  background: #f8fbff
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px
}

.industry-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 23px 12px;
  text-align: center;
  color: var(--primary);
  font-weight: 900;
  box-shadow: 0 12px 32px rgba(8, 33, 61, .045);
  transition: .35s
}

.industry-card:hover {
  transform: translateY(-6px);
  background: var(--primary);
  color: #fff;
  box-shadow: var(--shadow-blue)
}

.industry-card i {
  display: block;
  font-size: 34px;
  margin-bottom: 10px
}

.testimonials-section {
  background: linear-gradient(180deg, #fff, #f6fbff);
  overflow: hidden
}

.testimonialSwiper {
  padding: 8px 54px 80px;
  margin: 0 -42px;
  overflow: hidden
}

.testimonial-card {
  min-height: 335px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 34px;
  position: relative;
  box-shadow: 0 15px 45px rgba(8, 33, 61, .065);
  transition: .35s
}

.testimonial-card:after {
  content: '”';
  position: absolute;
  right: 28px;
  top: 10px;
  font-size: 110px;
  font-weight: 950;
  color: #0b7fe7;
  line-height: 1
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: #9dd2ff;
  box-shadow: 0 26px 65px rgba(0, 106, 200, .13)
}

.stars {
  color: #ffad00;
  letter-spacing: 4px;
  font-size: 15px;
  margin-bottom: 24px
}

.testimonial-card p {
  font-size: 18px;
  line-height: 1.72;
  color: #33465f;
  margin-bottom: 28px;
  position: relative;
  z-index: 1
}

.person {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1
}

.person img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  background: #edf3fa
}

.person h6 {
  font-weight: 950;
  margin: 0 0 3px;
  font-size: 17px
}

.person span {
  display: block;
  color: #6c7b90;
  font-size: 14px;
  line-height: 1.35
}

.testimonial-nav {
  position: absolute;
  right: 58px;
  bottom: 20px;
  z-index: 5;
  display: flex;
  gap: 12px
}

.testimonial-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #add7fb;
  background: #fff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  transition: .35s
}

.testimonial-nav button:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-2px)
}

.testimonialSwiper .swiper-pagination {
  bottom: 28px !important;
  text-align: left;
  padding-left: 55px
}

.partners {
  padding: 26px 0 58px
}

.partner-wrap {
  display: grid;
  grid-template-columns: 150px repeat(4, 1fr);
  gap: 20px;
  align-items: center
}

.partner-wrap span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 950;
  color: var(--text)
}

.partner-wrap img {
  height: 78px;
  width: 100%;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 13px;
  padding: 15px;
  box-shadow: 0 12px 30px rgba(8, 33, 61, .045);
  transition: .35s
}

.partner-wrap img:hover {
  transform: translateY(-5px)
}

.news {
  background: #fff
}

.news h3 {
  font-weight: 950;
  letter-spacing: -.04em
}

.news article {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(8, 33, 61, .055);
  height: 100%;
  transition: .35s
}

.news article:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow)
}

.news article img {
  width: 100%;
  height: 160px;
  object-fit: cover
}

.news article span {
  display: block;
  color: #7a8aa0;
  font-size: 12px;
  font-weight: 800;
  margin: 18px 20px 8px
}

.news article h5 {
  font-size: 17px;
  line-height: 1.42;
  font-weight: 950;
  margin: 0 20px 16px
}

.news article a {
  display: inline-flex;
  gap: 8px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 900;
  margin: 0 20px 22px
}

.cta {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, #05213e, #006ac8);
  color: #fff;
  padding: 78px 0
}

.cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255, 255, 255, .16), transparent 26%), url('../images/img/Customized-02.png') right center/contain no-repeat;
  opacity: .18
}

.cta h2 {
  font-size: clamp(30px, 3.5vw, 46px);
  font-weight: 950;
  letter-spacing: -.055em
}

.cta p {
  font-size: 18px;
  color: #dff0ff;
  margin: 0
}

.cta-img {
  position: absolute;
  right: 10%;
  bottom: -8px;
  width: 260px;
  max-height: 210px;
  object-fit: contain;
  filter: drop-shadow(0 25px 50px rgba(0, 0, 0, .28));
  opacity: .95
}

.cta .container-fluid {
  position: relative;
  z-index: 2
}

.cta .btn {
  background: #fff;
  color: var(--primary);
  box-shadow: none
}

.cta .btn:hover {
  background: #eaf6ff;
  color: #004f9e
}

footer {
  background: #061d35;
  color: #d8e8f9;
  padding: 58px 0 0
}

footer .footer-logo {
  width: 170px;
  background: rgba(255, 255, 255, .04);
  border-radius: 12px;
  margin-bottom: 15px
}

footer p {
  color: #a9bdd2;
  line-height: 1.7;
  font-size: 14px
}

footer h5 {
  color: #fff;
  font-weight: 950;
  margin-bottom: 18px
}

footer a {
  display: block;
  color: #a9bdd2;
  margin-bottom: 8px;
  font-size: 14px;
  transition: .3s
}

footer a:hover {
  color: #fff;
  transform: translateX(4px)
}

.social {
  display: flex;
  gap: 9px
}

.social a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, .11);
  margin-top: 38px;
  padding: 20px 0;
  color: #b5c7da;
  font-size: 14px;
  display: flex;
  justify-content: center;
  gap: 1px;
  flex-wrap: wrap
}

.copyright a {
  display: inline;
  color: #fff;
  font-weight: 900;
  margin: 0
}

.scrolltop {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  box-shadow: 0 12px 26px rgba(0, 106, 200, .25)
}

@media(min-width:992px) {
  .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0
  }

  .main-nav .dropdown-menu {
    top: 70%;
    border-radius: 10px;
  }
}

@media(max-width:1199px) {

  .hero-section,
  .hero-content-wrap {
    min-height: 620px
  }

  .hero-badge {
    min-width: 260px;
    padding: 30px
  }

  .feature-item {
    padding: 24px 18px
  }

  .turnkey-box {
    grid-template-columns: 1fr
  }

  .process {
    grid-template-columns: repeat(4, 1fr)
  }

  .process>i {
    display: none
  }

  .industries-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media(max-width:991px) {
  .navbar-brand img {
    width: 135px
  }

  .navbar-nav {
    align-items: stretch
  }

  .main-nav .nav-link {
    padding: 13px 0 !important
  }

  .main-nav .nav-link.active:after {
    display: none
  }

  .nav-btn {
    margin: 10px 0 18px
  }

  .hero-section,
  .hero-content-wrap {
    min-height: auto
  }

  .hero-content-wrap {
    display: block;
    padding: 92px 0 155px
  }

  .hero-bg {
    background: linear-gradient(90deg, rgba(4, 18, 35, .97), rgba(4, 18, 35, .75)), url('https://images.unsplash.com/photo-1581094288338-2314dddb7ece?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat
  }

  .hero-copy {
    max-width: 100%
  }

  .hero-badge {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 38px;
    transform: none;
    min-width: 0;
    justify-content: center;
    border-radius: 18px;
    padding: 22px
  }

  .feature-strip {
    margin-top: 0
  }

  .feature-wrap {
    grid-template-columns: 1fr 1fr;
    border-radius: 0;
    box-shadow: none
  }

  .feature-item:nth-child(2) {
    border-right: 0
  }

  .feature-item {
    border-bottom: 1px solid rgba(255, 255, 255, .13)
  }

  .products .text-lg-end {
    text-align: left !important
  }

  .productSwiper {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
  }

  .testimonialSwiper {
    margin: 0;
    padding-left: 5px;
    padding-right: 5px
  }

  .testimonial-nav {
    right: 8px
  }

  .testimonialSwiper .swiper-pagination {
    padding-left: 8px
  }

  .stats-wrap {
    grid-template-columns: repeat(2, 1fr)
  }

  .stats-wrap div:nth-child(2n) {
    border-right: 0
  }

  .stats-wrap div {
    border-bottom: 1px solid var(--border)
  }

  .stats-wrap div:last-child {
    grid-column: 1/-1;
    border-bottom: 0
  }

  .partner-wrap {
    grid-template-columns: repeat(2, 1fr)
  }

  .partner-wrap span {
    grid-column: 1/-1
  }

  .cta-img {
    display: none
  }

  .cta .text-lg-end {
    text-align: left !important;
    margin-top: 22px
  }
}

@media(max-width:767px) {
  .section {
    padding: 60px 0
  }

  .hero-section h1 {
    font-size: 43px
  }

  .hero-section p {
    font-size: 16px
  }

  .feature-wrap {
    grid-template-columns: 1fr
  }

  .feature-item {
    border-right: 0 !important
  }

  .turnkey-box {
    padding: 30px 22px
  }

  .process {
    grid-template-columns: 1fr 1fr
  }

  .stats-wrap strong {
    font-size: 30px
  }

  .industries-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .media-card {
    min-height: 280px
  }

  .testimonial-card {
    min-height: 300px
  }

  .news .d-flex {
    display: block !important
  }

  .news .link-btn {
    margin-top: 12px
  }

  .copyright {
    display: block
  }

  .copyright span {
    display: block;
    margin-top: 8px
  }
}

@media(max-width:575px) {
  .container-fluid {
    padding-left: 18px !important;
    padding-right: 18px !important
  }

  .topbar {
    display: none !important
  }

  .main-nav {
    min-height: 72px
  }

  .navbar-brand img {
    width: 122px;
    height: 48px
  }

  .hero-content-wrap {
    padding: 62px 0 138px
  }

  .hero-section h1 {
    font-size: 37px;
    line-height: 1.12
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center
  }

  .hero-badge {
    bottom: 24px;
    gap: 13px
  }

  .hero-badge i {
    font-size: 34px
  }

  .hero-badge strong {
    font-size: 38px
  }

  .hero-badge span {
    font-size: 14px
  }

  .feature-item {
    padding: 18px 16px
  }

  .product-card {
    min-height: 295px
  }

  .product-card img {
    height: 135px
  }

  .productSwiper .swiper-button-next,
  .productSwiper .swiper-button-prev {
    display: none
  }

  .turnkey-box {
    border-radius: 13px
  }

  .process {
    grid-template-columns: 1fr
  }

  .stats-wrap {
    grid-template-columns: 1fr
  }

  .stats-wrap div {
    border-right: 0 !important
  }

  .industries-grid {
    gap: 12px
  }

  .industry-card {
    padding: 20px 8px
  }

  .testimonial-card {
    min-height: auto;
    padding: 25px
  }

  .testimonial-card p {
    font-size: 15.5px
  }

  .testimonial-nav {
    display: none
  }

  .testimonialSwiper .swiper-pagination {
    text-align: center;
    padding-left: 0
  }

  .partners {
    padding-bottom: 36px
  }

  .partner-wrap {
    gap: 12px
  }

  .partner-wrap img {
    height: 66px
  }

  .cta {
    padding: 46px 0
  }

  .footer-logo {
    width: 150px
  }
}

/* Final UI Enhancement: FAQ, form, CTA, carousel polish */
.main-nav .nav-link:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  width: 0;
  height: 2px;
  background: var(--primary-2);
  border-radius: 20px;
  transition: .35s;
  transform: translateX(-50%)
}

.main-nav .nav-link:hover:before {
  width: 28px
}

.main-nav .nav-link.active:before {
  display: none
}

.hero-section {
  min-height: 700px
}

.hero-content-wrap {
  min-height: 700px
}

.hero-bg {
  background: linear-gradient(90deg, rgba(4, 18, 35, .98) 0%, rgba(4, 18, 35, .92) 34%, rgba(4, 18, 35, .48) 62%, rgba(4, 18, 35, .1) 100%), url('../images/img/Home-background-07-01-e1663237673279.jpeg') center right/cover no-repeat
}

.hero-copy {
  animation: heroTextFloat 4.8s ease-in-out infinite alternate
}

.hero-actions .btn {
  position: relative;
  overflow: hidden
}

.hero-actions .btn:after,
.nav-btn:after,
.cta .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: -90%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
  transform: skewX(-20deg);
  transition: .65s
}

.hero-actions .btn:hover:after,
.nav-btn:hover:after,
.cta .btn:hover:after {
  left: 130%
}

@keyframes heroTextFloat {
  from {
    transform: translateY(0)
  }

  to {
    transform: translateY(-8px)
  }
}

.feature-item,
.product-card,
.testimonial-card,
.industry-card,
.about-panel,
.quality-panel,
.partner-wrap img,
.premium-accordion .accordion-item,
.enquiry-card {
  will-change: transform
}

.feature-item:hover,
.industry-card:hover,
.premium-accordion .accordion-item:hover {
  transform: translateY(-7px)
}

.products {
  padding-top: 95px
}

.productSwiper {
  margin: 0;
  padding: 12px 56px 78px;
  overflow: hidden
}

.product-card {
  min-height: 360px
}

.product-card img {
  height: 172px;
  background: linear-gradient(145deg, #f4f7fb, #e9eef5)
}

.product-card:hover {
  transform: translateY(-12px) scale(1.015)
}

.product-card:hover h5 {
  color: var(--primary)
}

.productSwiper .swiper-slide {
  opacity: .55;
  transition: .35s
}

.productSwiper .swiper-slide-visible,
.productSwiper .swiper-slide-active {
  opacity: 1
}

.productSwiper .swiper-button-prev,
.productSwiper .swiper-button-next {
  transition: .35s
}

.productSwiper .swiper-button-prev:hover,
.productSwiper .swiper-button-next:hover,
.testimonial-nav button:hover {
  background: var(--primary);
  border-color: var(--primary);
  transform: scale(1.08)
}

.productSwiper .swiper-button-prev:hover:after,
.productSwiper .swiper-button-next:hover:after {
  color: #fff
}

.testimonials-section {
  background: linear-gradient(180deg, #f7fbff 0%, #fff 100%);
  position: relative
}

.testimonialSwiper {
  padding: 8px 4px 72px;
  overflow: hidden
}

.testimonial-card {
  border-radius: 24px;
  border: 1px solid var(--border);
  background: linear-gradient(180deg, #fff, #fbfdff);
  box-shadow: 0 20px 55px rgba(8, 33, 61, .08);
  min-height: 330px
}

.testimonial-card:before {
  color: #e6f2ff
}

.testimonial-card:hover {
  border-color: #9bd0ff;
  box-shadow: 0 28px 70px rgba(0, 106, 200, .16);
  transform: translateY(-10px)
}

.testimonial-card:hover .person img {
  transform: scale(1.08);
  box-shadow: 0 12px 25px rgba(0, 106, 200, .2)
}

.person img {
  transition: .35s
}

.testimonial-nav {
  bottom: 18px;
  top: auto;
  right: 12px
}

.testimonial-nav button {
  transition: .35s
}

.testimonial-nav button:hover i {
  color: #fff
}

.faq-contact {
  background: linear-gradient(180deg, #fff 0%, #f5faff 100%);
  background: linear-gradient(90deg, rgba(4, 18, 35, .98) 0%, rgba(4, 18, 35, .92) 38%, rgba(4, 18, 35, .54) 64%, rgba(4, 18, 35, .16) 100%), url('../images/img/a2.jpg') center right/cover no-repeat;

  padding: 60px 0
}

.premium-accordion {
  display: flex;
  flex-direction: column;
  gap: 15px
}

.premium-accordion .accordion-item {
  border: 1px solid var(--border);
  border-radius: 18px !important;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(8, 33, 61, .055);
  transition: .35s;
  background: #fff
}

.premium-accordion .accordion-button {
  font-weight: 700;
  color: var(--text);
  font-size: 16px;
  padding: 13px 24px;
  box-shadow: none;
  background: #fff
}

.premium-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #edf7ff, #fff);
  color: var(--primary)
}

.premium-accordion .accordion-body {
  color: var(--muted);
  line-height: 1.75;
  padding: 0 22px 16px;
  font-size: 15px;
}

.accordion-button:focus {
  box-shadow: none
}

.enquiry-card {
  height: 100%;
  padding: 38px;
  border-radius: 26px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden
}

.enquiry-card:before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 220px;
  height: 220px;
  background: rgba(0, 106, 200, .08);
  border-radius: 50%
}

.enquiry-card h2 {
  font-size: clamp(28px, 3vw, 35px);
  font-weight: 750;
  letter-spacing: -.055em;
}

.enquiry-form {
  position: relative;
  z-index: 1
}

.enquiry-form .form-control,
.enquiry-form .form-select {
  height: 48px;
  border-radius: 12px;
  border: 1px solid var(--border);
  font-weight: 400;
  color: var(--text);
  padding: 10px 16px;
  background: #fafdff;
}

.enquiry-form textarea.form-control {
  height: auto
}

.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus {
  border-color: #7cc5ff;
  box-shadow: 0 0 0 .22rem rgba(0, 106, 200, .12);
  background: #fff
}

.enquiry-form .btn {
  height: 56px;
  border-radius: 13px
}

.cta {
  padding: 86px 0;
  background: linear-gradient(135deg, #061d35 0%, #003d77 48%, #0c8dff 100%)
}

.cta:before {
  opacity: .12
}

.cta:after {
  content: "";
  position: absolute;
  right: 5%;
  bottom: -80px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 50%
}

.cta-img {
  right: 12%;
  width: 300px;
  background: rgba(255, 255, 255, .12);
  border-radius: 24px;
  padding: 18px;
  bottom: 18px
}

.cta .btn {
  background: #fff !important;
  color: var(--primary) !important;
  position: relative;
  overflow: hidden;
  min-width: 170px
}

.cta .btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, .18)
}

.whatsapp-float {
  position: fixed;
  left: 22px;
  bottom: 24px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  z-index: 120;
  box-shadow: 0 15px 35px rgba(37, 211, 102, .35);
  animation: waPulse 2s infinite
}

.whatsapp-float:hover {
  color: #fff;
  transform: translateY(-4px) scale(1.05)
}

@keyframes waPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, .45)
  }

  70% {
    box-shadow: 0 0 0 18px rgba(37, 211, 102, 0)
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
  }
}

.scrolltop {
  right: 22px;
  bottom: 20px
}

@media(max-width:1199px) {
  .product-card {
    min-height: 342px
  }

  .cta-img {
    right: 5%;
    opacity: .45
  }

  .faq-contact {
    padding: 78px 0
  }
}

@media(max-width:991px) {

  .hero-section,
  .hero-content-wrap {
    min-height: auto
  }

  .hero-bg {
    background: linear-gradient(90deg, rgba(4, 18, 35, .96), rgba(4, 18, 35, .70)), url('../images/img/Home-background-07-01-e1663237673279.jpeg') center/cover no-repeat
  }

  .products {
    padding-top: 70px
  }

  .productSwiper {
    padding-left: 34px;
    padding-right: 34px
  }

  .cta-img {
    display: none
  }

  .faq-contact .enquiry-card {
    margin-top: 14px
  }
}

@media(max-width:767px) {
  .productSwiper {
    padding-left: 10px;
    padding-right: 10px
  }

  .product-card {
    min-height: 315px
  }

  .product-card img {
    height: 145px
  }

  .faq-contact {
    padding: 62px 0
  }

  .premium-accordion .accordion-button {
    font-size: 15px;
    padding: 18px
  }

  .enquiry-card {
    padding: 26px
  }

  .testimonials-section .text-lg-end {
    text-align: left !important;
    margin-top: 8px
  }

  .scrolltop {
    bottom: 88px
  }
}

@media(max-width:575px) {
  .productSwiper {
    padding-left: 0;
    padding-right: 0
  }

  .testimonialSwiper {
    padding-bottom: 54px
  }

  .whatsapp-float {
    left: 16px;
    bottom: 18px;
    width: 50px;
    height: 50px;
    font-size: 24px
  }

  .scrolltop {
    right: 16px;
    bottom: 18px;
    width: 42px;
    height: 42px
  }

  .cta {
    text-align: left
  }

  .faq-contact h2,
  .testimonials-section h2 {
    font-size: 34px
  }
}

/* === Final client revision: alignment, modern UI, responsive fixes === */
body {
  font-synthesis-weight: none
}

.container-fluid {
  width: 100%;
  max-width: 1280px
}

.topbar {
  padding: 8px 0
}

.topbar .container-fluid {
  min-height: 28px
}

.topbar .d-flex {
  align-items: center
}

.topbar span {
  display: inline-flex;
  align-items: center;
  line-height: 1
}

.topbar a {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-left: 2px
}

.main-nav {
  min-height: 86px
}

.navbar-brand img {
  width: 165px;
  height: 71px;
}

.main-nav .nav-link {
  padding: 10px 10px !important
}

.nav-btn {
  box-shadow: 0 12px 24px rgba(0, 106, 200, .18)
}

.hero-section {
  min-height: 530px
}

.hero-bg {
  background: linear-gradient(90deg, rgba(4, 18, 35, .98) 0%, rgba(4, 18, 35, .92) 38%, rgba(4, 18, 35, .54) 64%, rgba(4, 18, 35, .16) 100%), url('../images/img/a5.jpg') center right/cover no-repeat;
  filter: saturate(1.05) contrast(1.03);
  filter: saturate(1.05) contrast(1.13);
}

.hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, .02), rgba(0, 0, 0, .08)), radial-gradient(circle at 78% 35%, rgba(22, 148, 255, .24), transparent 28%) */
}

.hero-bg:after {
  background: linear-gradient(180deg, transparent 58%, rgba(5, 20, 39, .72)), linear-gradient(90deg, rgba(0, 106, 200, .12), transparent 42%)
}

.hero-content-wrap {
  min-height: 502px;
  padding: 0px 0 30px;
  align-items: center;
}

.hero-copy {
  max-width: 635px;
  animation: heroTextFloat 4s ease-in-out infinite alternate
}

.hero-section h1 {
  font-size: clamp(45px, 5vw, 53px);
  line-height: 1.05;
  text-shadow: 0 10px 32px rgba(0, 0, 0, .25)
}

.hero-section p {
  max-width: 570px;
  font-size: 18px
}

.hero-badge {
  min-width: 286px;
  padding: 30px 34px;
  border-radius: 30px 0 30px 0;
  transform: translateY(58px);
  position: relative;
  overflow: hidden
}

.hero-badge:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .18), transparent);
  transform: translateX(-120%) skewX(-18deg);
  animation: shine 4s infinite
}

.hero-badge strong {
  font-size: 50px
}

.hero-badge i {
  font-size: 48px
}

@keyframes shine {

  0%,
  45% {
    transform: translateX(-120%) skewX(-18deg)
  }

  75%,
  100% {
    transform: translateX(140%) skewX(-18deg)
  }
}

.feature-strip {
  margin-top: -58px
}

.feature-wrap {
  border-radius: 16px
}

.feature-item {
  padding: 24px 22px;
  align-items: center
}

.feature-item i {
  font-size: 34px
}

.feature-item h6 {
  line-height: 1.15
}

.feature-item p {
  font-size: 12.5px
}

.products {
  padding-top: 30px;
  padding-bottom: 30px
}

.products .row {
  row-gap: 18px
}

.productSwiper {
  margin: 0;
  padding: 10px 60px 70px;
  overflow: hidden !important
}

.productSwiper .swiper-wrapper {
  align-items: stretch
}

.productSwiper .swiper-slide {
  height: auto;
  opacity: 1
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 342px;
  padding: 22px 22px 24px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fbfdff)
}

.product-card img {
  height: 156px;
  width: 100%;
  padding: 0px;
  margin-bottom: 15px;
  background: #f1f3f7;
  border-radius: 16px;
}

.product-card h5 {
  min-height: auto;
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: 742;
}

.Industrie {
  font-weight: 800;
}

.product-card p {
  font-size: 15px;
  margin: 0 0 10px;
  line-height: 1.62;
  flex: 1
}

.product-card a {
  position: static;
  width: auto;
  height: auto;
  border-radius: 999px;
  padding: 10px 16px;
  align-self: flex-start;
  gap: 8px;
  font-size: 14px;
  font-weight: 900;
  border-color: #9bd0ff;
  background: #eef8ff
}

.product-card a i {
  font-size: 16px
}

.product-card:hover a {
  transform: none;
  background: var(--primary);
  color: #fff
}

.productSwiper .swiper-button-prev {
  left: 4px
}

.productSwiper .swiper-button-next {
  right: 4px
}

.productSwiper .swiper-button-disabled {
  opacity: .45 !important
}

.productSwiper .swiper-pagination {
  bottom: 18px !important
}

.turnkey-box {
  grid-template-columns: .78fr 1.55fr;
  align-items: center;
  padding: 38px 42px;
  gap: 26px;
  margin-top: 6px
}

.turnkey-box h2 {
  font-size: clamp(28px, 2.8vw, 25px);
}

.turnkey-box p {
  margin-bottom: 18px
}

.process {
  gap: 12px
}

.process div i {
  width: 70px;
  height: 70px;
  font-size: 30px
}

.process b {
  font-size: 13px
}

.process>i {
  font-size: 20px
}

.stats {
  padding: 44px 0 40px
}

.stats-wrap {
  border-radius: 20px;
  box-shadow: 0 24px 65px rgba(8, 33, 61, .09)
}

.stats-wrap div {
  padding: 17px 16px;
}

.stats-wrap i {
  font-size: 40px;
  margin-bottom: 15px
}

.stats-wrap strong {
  font-size: 46px;
  letter-spacing: -.045em
}

.stats-wrap span:last-child {
  font-size: 14px;
  margin-top: 5px
}

.stats-wrap div:hover i {
  transform: translateY(-4px) scale(1.08);
  transition: .35s
}

.industries-section {
  padding: 40px 0 40px
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px
}

.industry-card {
  min-height: 132px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--border);
  box-shadow: 0 14px 35px rgba(8, 33, 61, .05);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 900;
  color: var(--primary);
  transition: .35s
}

.industry-card i {
  font-size: 34px
}

.industry-card:hover {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 20px 42px rgba(0, 106, 200, .24)
}

.testimonials-section {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden
}

.testimonialSwiper {
  padding: 8px 8px 76px;
  overflow: hidden !important
}

.testimonial-card {
  min-height: 310px;
  padding: 34px 34px 30px
}

.testimonial-card p {
  font-size: 15px;
  line-height: 1.72
}

.testimonial-nav {
  position: absolute;
  right: 10px;
  bottom: 20px;
  display: flex;
  gap: 12px;
  z-index: 20
}

.testimonial-nav button {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #a7d3f8;
  background: #fff;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center
}

.testimonialSwiper .swiper-pagination {
  bottom: 20px !important;
  text-align: left;
  left: 8px !important;
  width: auto !important
}

.testimonialSwiper .swiper-slide {
  height: auto
}

.testimonial-card {
  height: 100%;
  background: #dbeaf7;
}

.partners {
  padding: 30px 0
}

.partner-wrap {
  display: grid !important;
  grid-template-columns: 150px repeat(4, 1fr);
  align-items: center;
  gap: 24px;
  background: #fff;
  background: #dbeaf7;
  background: linear-gradient(120deg, #002d59, #006ac8 58%, #061d35);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 16px 45px rgba(8, 33, 61, .055)
}

.partner-wrap span {
  font-size: 17px;
  font-weight: 950;
  color: white;
  text-transform: uppercase;
  letter-spacing: .03em
}

.partner-wrap img {
  width: 100%;
  max-width: none;
  height: 103px;
  object-fit: contain;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: none
}

.partner-wrap img:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 35px rgba(0, 106, 200, .12)
}

.cta {
  padding: 35px 0;
  background: linear-gradient(120deg, #061d35 0%, #004d93 52%, #087de2 100%);
  overflow: hidden
}

.cta:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/img/Customized-02.png') right center/contain no-repeat;
  opacity: .08
}

.cta:after {
  right: 8%;
  bottom: -160px;
  width: 420px;
  height: 420px
}

.cta .row {
  position: relative;
  z-index: 2
}

.cta h2 {
  font-size: clamp(34px, 4vw, 37px);
  line-height: 1.1;
  font-weight: 850;
  letter-spacing: -.06em;
  max-width: 760px
}

.cta p {
  font-size: 18px;
  color: #dceeff;
  max-width: 720px
}

.cta .btn {
  min-width: 180px;
  padding: 15px 26px;
  border-radius: 12px
}

footer {
  background: #061d35;
  color: #dbeeff;
  padding: 66px 0 0;
  position: relative
}

footer:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 10%, rgba(0, 141, 255, .12), transparent 34%)
}

footer .container-fluid {
  position: relative
}

footer .footer-logo {
  width: 170px;
  max-height: 120px;
  object-fit: contain;
  margin-bottom: 16px
}

footer p {
  color: #bdd3ea;
  line-height: 1.75
}

footer h5 {
  font-size: 22px;
  font-weight: 950;
  margin-bottom: 20px;
  color: #fff
}

footer a {
  display: block;
  color: #dbeeff;
  margin-bottom: 11px;
  transition: .25s
}

footer a:hover {
  color: #61bdff;
  transform: translateX(4px)
}

footer .social {
  display: flex;
  gap: 10px;
  margin-top: 14px
}

footer .social a {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0
}

footer .social a:hover {
  transform: translateY(-3px);
  background: var(--primary)
}

.copyright {
  margin-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, .13);
  padding: 22px 0;
  text-align: center;
  color: #dbeeff
}

.copyright a {
  display: inline;
  font-weight: 900;
  color: #fff;
  margin: 0 0 0 4px
}

.copyright a:hover {
  color: #6bc3ff;
  transform: none
}

@media(max-width:1199px) {
  .hero-content-wrap {
    gap: 22px
  }

  .hero-badge {
    min-width: 250px;
    padding: 26px 28px
  }

  .industries-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .partner-wrap {
    grid-template-columns: 1fr 1fr
  }

  .partner-wrap span {
    grid-column: 1/-1
  }

  .turnkey-box {
    grid-template-columns: 1fr
  }

  .process {
    margin-top: 8px
  }

  .stats-wrap strong {
    font-size: 40px
  }
}

@media(max-width:991px) {
  .topbar {
    display: none !important
  }

  .main-nav {
    min-height: 72px
  }

  .navbar-brand img {
    width: 120px;
    height: 54px
  }

  .main-nav .nav-link {
    padding: 12px 0 !important
  }

  .nav-btn {
    margin: 12px 0 18px
  }

  .hero-section {
    min-height: auto
  }

  .hero-bg {
    background: linear-gradient(90deg, rgba(4, 18, 35, .96), rgba(4, 18, 35, .72)), url('../images/img/Thopte-Plant-0101.jpeg') center/cover no-repeat
  }

  .hero-content-wrap {
    min-height: auto;
    display: block;
    padding: 86px 0 110px
  }

  .hero-badge {
    margin-top: 34px;
    transform: none;
    max-width: 290px
  }

  .feature-strip {
    margin-top: -55px
  }

  .feature-wrap {
    grid-template-columns: repeat(2, 1fr)
  }

  .products {
    padding-top: 76px
  }

  .products .text-lg-end {
    text-align: left !important
  }

  .productSwiper {
    padding-left: 42px;
    padding-right: 42px
  }

  .turnkey-box {
    padding: 34px 28px
  }

  .process {
    grid-template-columns: 1fr 1fr;
    gap: 18px
  }

  .process>i {
    display: none
  }

  .stats-wrap {
    grid-template-columns: repeat(2, 1fr)
  }

  .stats-wrap div {
    border-bottom: 1px solid var(--border)
  }

  .stats-wrap div:last-child {
    grid-column: 1/-1
  }

  .industries-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .partner-wrap {
    gap: 16px
  }

  .cta {
    text-align: left
  }

  .cta .text-lg-end {
    text-align: left !important;
    margin-top: 18px
  }

  footer .row>div {
    margin-bottom: 10px
  }
}

@media(max-width:767px) {
  .section {
    padding: 64px 0
  }

  .hero-section h1 {
    font-size: 44px
  }

  .hero-section p {
    font-size: 16px
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center
  }

  .hero-badge {
    min-width: 0;
    width: 100%;
    justify-content: center
  }

  .feature-wrap {
    grid-template-columns: 1fr
  }

  .feature-item {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13)
  }

  .productSwiper {
    padding-left: 10px;
    padding-right: 10px
  }

  .productSwiper .swiper-button-prev,
  .productSwiper .swiper-button-next {
    display: none
  }

  .product-card {
    min-height: 350px
  }

  .turnkey-box {
    border-radius: 16px
  }

  .process {
    grid-template-columns: 1fr
  }

  .stats-wrap {
    grid-template-columns: 1fr
  }

  .stats-wrap div,
  .stats-wrap div:last-child {
    grid-column: auto;
    border-right: 0
  }

  .industries-grid {
    grid-template-columns: 1fr 1fr
  }

  .testimonial-card {
    padding: 28px;
    min-height: 290px
  }

  .testimonial-card p {
    font-size: 16px
  }

  .partners {
    padding: 40px 0
  }

  .partner-wrap {
    grid-template-columns: 1fr
  }

  .partner-wrap img {
    height: 76px
  }

  .cta h2 {
    font-size: 36px
  }

  footer {
    text-align: left
  }

  .copyright {
    text-align: center;
    font-size: 14px
  }

  .whatsapp-float {
    left: 16px;
    bottom: 72px
  }

  .scrolltop {
    right: 16px;
    bottom: 72px
  }
}

@media(max-width:480px) {
  .hero-section h1 {
    font-size: 38px
  }

  .hero-content-wrap {
    padding: 68px 0 96px
  }

  .industries-grid {
    grid-template-columns: 1fr
  }

  .process div i {
    width: 62px;
    height: 62px;
    font-size: 26px
  }

  .stats-wrap strong {
    font-size: 38px
  }

  .product-card img {
    height: 150px
  }

  .testimonial-nav {
    right: 8px
  }

  .testimonialSwiper .swiper-pagination {
    display: none
  }
}

/* PHP conversion/mobile navigation fixes */
@media (max-width: 991.98px) {
  .main-nav .container-fluid {
    position: relative;
  }

  .navbar-toggler {
    border: 2px solid rgba(20, 41, 69, .55);
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: none !important;
  }

  .navbar-toggler:focus {
    box-shadow: 0 0 0 .18rem rgba(0, 126, 229, .18) !important;
  }

  .navbar-collapse {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 100%;
    background: #fff;
    border: 1px solid rgba(0, 106, 200, .14);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(8, 33, 61, .18);
    padding: 18px;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    z-index: 1005;
  }

  .navbar-nav {
    gap: 4px !important;
    align-items: stretch !important;
  }

  .main-nav .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px !important;
    border-radius: 10px;
    font-size: 15px;
  }

  .main-nav .nav-link:hover,
  .main-nav .nav-link.active {
    background: #eef7ff;
  }

  .dropdown-menu {
    position: static !important;
    transform: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0, 106, 200, .10);
    background: #f7fbff;
    margin: 4px 0 8px !important;
    padding: 8px;
  }

  .dropdown-item {
    padding: 10px 12px;
  }

  .nav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 14px 0 4px !important;
  }
}

/* Final mobile alignment refinement */
@media (max-width: 767.98px) {
  .section {
    padding: 48px 0 !important;
  }

  .section h2,
  .products h2,
  .testimonials-section h2,
  .faq-contact h2 {
    font-size: 32px !important;
    line-height: 1.12 !important;
    letter-spacing: -.04em !important;
  }

  .section-tag,
  .eyebrow {
    font-size: 12px !important;
    margin-bottom: 9px !important;
  }

  .hero-section {
    min-height: 0 !important;
  }

  .hero-bg {
    background: linear-gradient(90deg, rgba(3, 16, 31, .96) 0%, rgba(3, 16, 31, .82) 56%, rgba(3, 16, 31, .55) 100%), url('../images/img/Home-background-09.jpg') center/cover no-repeat !important;
    animation: none !important;
  }

  .hero-content-wrap {
    padding: 56px 0 72px !important;
    text-align: left !important;
  }

  .hero-section h1 {
    font-size: 38px !important;
    line-height: 1.08 !important;
    margin-bottom: 18px !important;
  }

  .hero-section p {
    font-size: 15.5px !important;
    line-height: 1.65 !important;
    margin-bottom: 24px !important;
  }

  .hero-actions {
    gap: 12px !important;
  }

  .hero-actions .btn {
    width: auto !important;
    min-width: 185px !important;
    padding: 13px 20px !important;
    justify-content: center !important;
  }

  .hero-badge {
    width: auto !important;
    max-width: 260px !important;
    min-width: 0 !important;
    margin-top: 26px !important;
    padding: 22px 24px !important;
    border-radius: 22px 0 22px 0 !important;
    justify-content: flex-start !important;
  }

  .hero-badge i {
    font-size: 38px !important;
  }

  .hero-badge strong {
    font-size: 38px !important;
  }

  .hero-badge span {
    font-size: 14px !important;
  }

  .feature-strip {
    margin-top: -38px !important;
  }

  .products {
    padding-top: 56px !important;
  }

  .products .row {
    gap: 8px !important;
    margin-bottom: 22px !important;
  }

  .products .muted {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-top: 8px !important;
  }

  .productSwiper {
    margin: 0 !important;
    padding: 6px 0 54px !important;
    overflow: hidden !important;
  }

  .productSwiper .swiper-slide {
    display: flex !important;
    justify-content: center !important;
  }

  .product-card {
    width: 100% !important;
    max-width: 330px !important;
    min-height: 0 !important;
    padding: 22px !important;
    text-align: left !important;
  }

  .product-card img {
    height: 145px !important;
    margin: 0 auto 18px !important;
    display: block !important;
  }

  .product-card h5 {
    font-size: 23px !important;
    min-height: 0 !important;
    margin-bottom: 12px !important;
  }

  .product-card p {
    font-size: 15px !important;
    margin-bottom: 54px !important;
  }

  .product-card a {
    left: 22px !important;
    right: auto !important;
    bottom: 20px !important;
    width: auto !important;
    height: 42px !important;
    border-radius: 999px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    gap: 8px !important;
  }

  .product-card a i {
    font-size: 16px !important;
  }

  .product-card a::before {
    content: 'Read More';
    margin-right: 6px;
  }

  .turnkey-box {
    padding: 28px 22px !important;
    gap: 20px !important;
  }

  .turnkey-box h2 {
    font-size: 30px !important;
  }

  .turnkey-box p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .process {
    gap: 14px !important;
  }

  .stats {
    padding: 34px 0 44px !important;
  }

  .stats-wrap div {
    padding: 26px 14px !important;
  }

  .stats-wrap i {
    font-size: 36px !important;
    margin-bottom: 10px !important;
  }

  .stats-wrap strong {
    font-size: 36px !important;
    line-height: 1.05 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: baseline !important;
    gap: 2px !important;
  }

  .stats-wrap span:last-child {
    font-size: 14px !important;
    line-height: 1.35 !important;
    margin-top: 10px !important;
  }

  .testimonials-section {
    padding: 48px 0 !important;
  }

  .testimonials-section .row {
    gap: 6px !important;
    margin-bottom: 18px !important;
  }

  .testimonialSwiper {
    padding: 4px 0 66px !important;
  }

  .testimonial-card {
    min-height: 0 !important;
    padding: 26px 22px !important;
  }

  .testimonial-nav {
    right: 0 !important;
    bottom: 14px !important;
  }

  .partners {
    padding: 36px 0 !important;
  }

  .cta {
    padding: 48px 0 !important;
  }

  .cta h2 {
    font-size: 32px !important;
  }

  .cta p {
    font-size: 15px !important;
  }
}

@media (max-width: 420px) {
  .hero-section h1 {
    font-size: 34px !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .section h2,
  .products h2,
  .testimonials-section h2,
  .faq-contact h2 {
    font-size: 29px !important;
  }

  .product-card {
    max-width: 315px !important;
  }

  .stats-wrap strong {
    font-size: 34px !important;
  }
}

/* 2026-06 mobile spacing and responsive polish */
.stats-wrap strong,
.stats-wrap strong .counter {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  letter-spacing: -.045em !important;
  color: var(--primary) !important;
}

.stats-wrap strong {
  gap: 3px !important;
}

.product-card {
  background: #dbeaf7;
}

.product-card a::before {
  content: none !important;
}

.product-card a {
  white-space: nowrap;
}







@media (max-width: 767.98px) {
  body {
    overflow-x: hidden !important;
  }

  .container-fluid {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .section {
    padding: 44px 0 !important;
  }

  .section h2,
  .products h2,
  .testimonials-section h2,
  .faq-contact h2 {
    font-size: 30px !important;
    line-height: 1.14 !important;
    letter-spacing: -.035em !important;
  }

  .section-tag,
  .eyebrow {
    font-size: 12px !important;
    margin-bottom: 8px !important;
  }

  .hero-section {
    min-height: auto !important;
  }

  .hero-bg {
    background: linear-gradient(90deg, rgba(3, 16, 31, .92) 0%, rgba(3, 16, 31, .78) 58%, rgba(3, 16, 31, .38) 100%), url('../images/img/a5.jpg') center right/cover no-repeat !important;
  }

  .hero-content-wrap {
    padding: 52px 0 64px !important;
    min-height: auto !important;
    display: block !important;
    text-align: left !important;
  }

  .hero-copy {
    max-width: 100% !important;
  }

  .hero-section h1 {
    font-size: 34px !important;
    line-height: 1.1 !important;
    margin-bottom: 16px !important;
  }

  .hero-section p {
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin-bottom: 22px !important;
    max-width: 100% !important;
  }

  .hero-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    width: 100% !important;
  }

  .navbar-brand img {
    width: 146px;
    height: 62px;
  }

  .hero-actions .btn {
    width: max-content !important;
    min-width: 0 !important;
    padding: 13px 18px !important;
    justify-content: center !important;
    border-radius: 10px !important;
  }

  .hero-badge {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
    justify-content: center !important;
    padding: 20px !important;
    border-radius: 22px !important;
    transform: none !important;
  }

  .hero-badge i {
    font-size: 34px !important;
  }

  .hero-badge strong,
  .hero-badge strong .counter {
    font-size: 36px !important;
  }

  .hero-badge span {
    font-size: 13px !important;
  }

  .feature-strip {
    margin-top: 15px !important;
  }

  .feature-wrap {
    border-radius: 14px !important;
  }

  .products {
    padding-top: 44px !important;
    padding-bottom: 42px !important;
  }

  .products .row {
    margin-bottom: 18px !important;
    text-align: center !important;
  }

  .products .text-lg-end {
    text-align: center !important;
  }

  .products .muted {
    max-width: 330px !important;
    margin: 10px auto !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
  }

  .products .link-btn {
    justify-content: center !important;
  }

  .productSwiper {
    margin: 0 !important;
    padding: 4px 0 48px !important;
    overflow: hidden !important;
  }

  .productSwiper .swiper-wrapper {
    align-items: stretch !important;
  }

  .productSwiper .swiper-slide {
    display: flex !important;
    justify-content: center !important;
    align-items: stretch !important;
    opacity: 1 !important;
  }

  .product-card {
    width: 100% !important;
    max-width: 320px !important;
    min-height: 0 !important;
    padding: 22px !important;
    text-align: center !important;
    border-radius: 20px !important;
  }

  .product-card img {
    height: 145px !important;
    max-width: 230px !important;
    margin: 0 auto 18px !important;
    display: block !important;
  }

  .product-card h5 {
    font-size: 18px !important;
    line-height: 1.15 !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  .product-card p {
    font-size: 14.5px !important;
    line-height: 1.55 !important;
    text-align: center !important;
    margin-bottom: 18px !important;
  }

  .product-card a {
    position: static !important;
    display: inline-flex !important;
    align-self: center !important;
    width: auto !important;
    height: auto !important;
    padding: 10px 18px !important;
    border-radius: 999px !important;
    font-size: 14px !important;
    margin: 2px auto 0 !important;
    transform: none !important;
  }

  .product-card:hover a {
    transform: none !important;
  }

  .productSwiper .swiper-button-prev,
  .productSwiper .swiper-button-next {
    display: none !important;
  }

  .turnkey-box {
    padding: 28px 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: 16px !important;
    gap: 18px !important;
  }

  .turnkey-box h2 {
    font-size: 29px !important;
    line-height: 1.15 !important;
  }

  .turnkey-box p {
    font-size: 14.5px !important;
    line-height: 1.6 !important;
  }

  .process {
    grid-template-columns: 1fr 1fr !important;
    gap: 16px !important;
  }

  .process>i {
    display: none !important;
  }

  .process div i {
    width: 58px !important;
    height: 58px !important;
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }

  .process b {
    font-size: 13px !important;
  }

  .stats {
    padding: 32px 0 40px !important;
  }

  .stats-wrap {
    grid-template-columns: 1fr 1fr !important;
    border-radius: 16px !important;
  }

  .stats-wrap div {
    padding: 24px 10px !important;
    border-right: 1px solid #badbf8 !important;
    border-bottom: 1px solid #badbf8 !important;
  }

  .mobile-center {
    text-align: center;
  }

  .stats-wrap div:nth-child(2n) {
    border-right: 0 !important;
  }

  .turnkey-box h2 {
    font-size: 23px !important;
    line-height: 1.15 !important;
    font-weight: 750;
  }

  .stats-wrap div:last-child {
    grid-column: 1/-1 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
  }

  .stats-wrap i {
    font-size: 34px !important;
    margin-bottom: 10px !important;
  }

  .stats-wrap strong,
  .stats-wrap strong .counter {
    font-size: 34px !important;
    line-height: 1 !important;
  }

  .stats-wrap span:last-child {
    font-size: 13.5px !important;
    line-height: 1.35 !important;
    margin-top: 9px !important;
  }

  .testimonials-section {
    padding: 44px 0 !important;
  }

  .testimonials-section .row {
    text-align: center !important;
    margin-bottom: 18px !important;
  }

  .testimonials-section .text-lg-end {
    text-align: center !important;
  }

  .testimonialSwiper {
    padding: 4px 0 52px !important;
    margin: 0 !important;
  }

  .testimonial-card {
    text-align: left !important;
    padding: 24px 20px !important;
    min-height: 0 !important;
  }

  .testimonial-card p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .testimonial-nav {
    display: none !important;
  }

  .testimonialSwiper .swiper-pagination {
    display: block !important;
    text-align: center !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 420px) {
  .container-fluid {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hero-section h1 {
    font-size: 32px !important;
  }

  .section h2,
  .products h2,
  .testimonials-section h2,
  .faq-contact h2 {
    font-size: 24px !important;
  }

  .product-card {
    max-width: 300px !important;
    padding: 20px !important;
  }

  .product-card img {
    height: 180px !important;
  }

  .stats-wrap strong,
  .stats-wrap strong .counter {
    font-size: 32px !important;
  }
}



.industries-section {
  background: #f7faff;
  padding: 90px 0;
}

.section-tag {
  color: #0066d6;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}



.industries-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 22px;
}

.industry-card {
  background: #fff;
  border: 1px solid #dbe8fb;
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
  transition: .35s;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .05);
}

.industry-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.industry-card h5 {
  padding: 0px 15px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #0066d6;
}

.industry-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 102, 214, .18);
}

.industry-card:hover h5 {
  padding: 0px 15px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.industry-card:hover img {
  transform: scale(1.05);
}

.industry-card img {
  transition: .5s;
}

@media(max-width:1200px) {
  .industries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:768px) {

  .Industrie {
    font-size: 36px;
  }

  .muted {
    margin-top: 20px;
    font-size: 17px;
  }

  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .industry-card img {
    height: 160px;
  }

  .industry-card h5 {
    font-size: 20px;
  }

}

@media(max-width:576px) {

  .industries-grid {
    grid-template-columns: 1fr;
  }

  .industry-card img {
    height: 220px;
  }

}


.head-intro-logo {
  color: rgb(48, 83, 64);
  font-weight: 800;
  font-size: clamp(29px, 3.2vw, 36px);
}



@media (max-width:745px) {

  .stats-wrap strong,
  .stats-wrap strong .counter {
    font-size: 20px !important;
  }

  .stats-wrap span:last-child {
    font-size: 12.5px !important;

  }

  .Industrie {
    font-size: 24px;
  }

  .mb-5 {
    margin-bottom: 2rem !important;
  }

  .partner-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .enquiry-form .form-control,
  .enquiry-form .form-select {
    height: 41px;
    font-size: 14px;
    border-radius: 12px;
    border: 1px solid var(--border);
    font-weight: 400;
    color: var(--text);
    padding: 10px 16px;
    background: #fafdff;
  }

  .cta h2 {
    font-size: clamp(34px, 4vw, 37px);
    line-height: 1.1;
    font-weight: 650;
    letter-spacing: -.01em;
    max-width: 760px;
    font-size: 26px !important;
  }

  .partner-wrap span {

    text-align: center;
  }

  .stats-wrap strong,
  .stats-wrap strong .counter {
    font-size: 26px !important;
  }

  .industries-section .row {
    text-align: center;
  }
}


html,
body {
  /*overflow-x: hidden !important;*/
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}






@media (max-width: 768px) {
  .about-floating-card {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 15px;
    max-width: 100%;
  }
}


.overflow-safe-section {
  overflow-x: hidden;
  width: 100%;
}

/* Client update: transparent header, YouTube video hero, white footer */
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent !important;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  box-shadow: none !important;
  backdrop-filter: none;
}

.main-nav.nav-scrolled,
.main-nav.shadow-sm {
  background: rgba(255, 255, 255, .98) !important;
  border-bottom: 1px solid rgba(0, 106, 200, .12);
  box-shadow: 0 14px 40px rgba(8, 33, 61, .11) !important;
  backdrop-filter: blur(14px);
}

.main-nav:not(.nav-scrolled):not(.shadow-sm) .nav-link {
  color: #000 !important;
  /*text-shadow: 0 2px 12px rgba(0, 0, 0, .45)*/
}

.main-nav:not(.nav-scrolled):not(.shadow-sm) .nav-link:hover,
.main-nav:not(.nav-scrolled):not(.shadow-sm) .nav-link.active {
  color: #72c8ff !important
}

.main-nav:not(.nav-scrolled):not(.shadow-sm) .navbar-toggler {
  background: rgba(255, 255, 255, .92)
}

.main-nav:not(.nav-scrolled):not(.shadow-sm) .nav-btn {
  background: #087edb;
  border-color: #087edb;
  color: #fff
}

.hero-section {
  padding-top: 86px;
  background: #061d35;
  min-height: 632px
}

.hero-content-wrap {
  min-height: 540px
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  background: #061d35
}

.hero-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 67.5vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  border: 0
}

.hero-bg {
  background: linear-gradient(90deg, rgba(4, 18, 35, .98) 0%, rgba(4, 18, 35, .9) 36%, rgba(4, 18, 35, .48) 64%, rgba(4, 18, 35, .08) 100%) !important;
  z-index: 1;
  animation: none;
  filter: none
}

.hero-bg:after {
  background: linear-gradient(180deg, transparent 56%, rgba(5, 20, 39, .78)), linear-gradient(90deg, rgba(0, 106, 200, .18), transparent 45%)
}

.hero-section .container-fluid {
  z-index: 2
}

.site-footer {
  background: #fff;
  color: #17304a;
  padding: 0;
  position: relative;
  border-top: 1px solid #e3edf6
}

.site-footer:before {
  display: none
}

.footer-main {
  padding: 62px 0 42px;
  background: #fff
}

.site-footer .container-fluid {
  position: relative
}

.site-footer .footer-logo {
  width: 155px;
  max-height: 110px;
  object-fit: contain;
  margin-bottom: 16px
}

.site-footer p {
  color: #4f6680;
  line-height: 1.75;
  margin-bottom: 8px
}

.site-footer h5 {
  font-size: 22px;
  font-weight: 950;
  margin-bottom: 20px;
  color: #08233f
}

.site-footer a {
  display: block;
  color: #3b526c;
  margin-bottom: 11px;
  transition: .25s;
  text-decoration: none;
  font-weight: 600
}

.site-footer a:hover {
  color: #0077cf;
  transform: translateX(4px)
}

.site-footer .social {
  display: flex;
  gap: 10px;
  margin-top: 80px;
  flex-wrap: wrap
}

.site-footer .social a {
  width: 38px;
  height: 38px;
  border: 1px solid #d7e6f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #006fc7;
  background: #f6fbff
}

.site-footer .social a:hover {
  transform: translateY(-3px);
  background: #0077cf;
  color: #fff;
  border-color: #0077cf
}

.footer-address-strip {
  background: #f1f4f6 url('../images/img/Home-background-07-01-e1663237673279.jpeg') center/cover no-repeat;
  border-top: 1px solid #d5dde5;
  border-bottom: 1px solid #d5dde5;
  color: #111;
  padding-top: 22px
}

.address-head {
  display: grid;
  grid-template-columns: 210px 1fr 180px;
  gap: 20px;
  align-items: center;
  text-align: center;
  padding-bottom: 18px
}

.titan-wordmark {
  text-align: left;
  color: #006fb9;
  line-height: 1
}

.titan-wordmark strong {
  display: block;
  font-size: 40px;
  letter-spacing: 6px;
  font-weight: 950
}

.titan-wordmark span {
  display: block;
  color: #777;
  font-size: 13px;
  letter-spacing: 5px;
  font-weight: 800;
  margin-top: 4px
}

.address-center p {
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 10px;
  color: #111
}

.address-center strong {
  color: #0071bc
}

.address-logo {
  width: 145px;
  justify-self: end
}

.address-bottom {
  display: grid;
  grid-template-columns: 1.1fr 1.1fr 1fr 1.35fr;
  border-top: 2px solid rgba(0, 0, 0, .45)
}

.address-bottom span {
  padding: 14px 12px;
  text-align: center;
  border-left: 2px solid rgba(0, 0, 0, .45);
  font-size: 15px;
  color: #222
}

.address-bottom span:first-child {
  border-left: 0
}

.address-bottom b {
  color: #0071bc
}

.copyright {
  margin-top: 0;
  border-top: 1px solid #e0e8ef;
  padding: 22px 0;
  text-align: center;
  color: #425a73;
  background: #fff
}

.copyright a {
  display: inline;
  color: #0077cf;
  margin: 0;
  font-weight: 900
}

@media (max-width: 991px) {
  .main-nav {
    background: rgba(255, 255, 255, .98) !important;
    border-bottom: 1px solid rgba(0, 106, 200, .12)
  }

  .main-nav .nav-link {
    color: #142945 !important;
    text-shadow: none !important
  }

  .main-nav .navbar-collapse {
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    margin-top: 10px;
    box-shadow: 0 15px 35px rgba(8, 33, 61, .14)
  }

  .hero-section {
    padding-top: 82px;
    min-height: 560px
  }

  .hero-video-bg iframe {
    width: 180vw;
    height: 101.25vw
  }

  .address-head {
    grid-template-columns: 1fr;
    text-align: center
  }

  .titan-wordmark {
    text-align: center
  }

  .address-logo {
    justify-self: center
  }

  .address-bottom {
    grid-template-columns: 1fr 1fr
  }

  .address-bottom span {
    border-top: 1px solid rgba(0, 0, 0, .25)
  }
}

@media (max-width: 575px) {
  .address-bottom {
    grid-template-columns: 1fr
  }

  .address-bottom span {
    border-left: 0
  }

  .titan-wordmark strong {
    font-size: 32px
  }
}

/* ===== Client requested updates - Next Gen theme ===== */
:root {
  --deep-green: #19281f;
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff !important;
  box-shadow: none !important;
  z-index: 1030;
  transition: background .35s ease, box-shadow .35s ease, padding .35s ease;
}

.main-nav.nav-scrolled,
.main-nav.shadow-sm {
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .08) !important;
}

body {
  padding-top: 0;
}

.hero-section {
  /*min-height: 780px;*/
  min-height: 100vh;
  background: #07131f;
}

.hero-video-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
  background: #061d35;
}

.hero-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120vw;
  height: 67.5vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  filter: saturate(1.08) contrast(1.02);
}

.hero-bg {
  /* background: linear-gradient(90deg, rgba(4, 18, 35, .96), rgba(4, 18, 35, .78) 43%, rgba(25, 40, 31, .45) 70%, rgba(4, 18, 35, .25)) !important;
  z-index: 1;
  animation: none; */
  background: linear-gradient(90deg, rgb(4 18 35 / 0%), rgb(4 18 35 / 0%) 43%, rgb(25 40 31 / 15%) 70%, rgb(4 18 35 / 0%)) !important;
  z-index: 1;
  animation: none;
}

.hero-content-wrap {
  min-height: 620px;
  z-index: 2;
  padding-top: 150px;
}

.nextgen-hero-title {
  max-width: 850px;
  margin-bottom: 34px;
}

.hero-experience {
  display: block;
  color: #f4f6f5;
  font-size: clamp(32px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: -.04em;
  line-height: 1;
  margin-bottom: 6px;
}

.hero-nextgen {
  display: block;
  font-size: clamp(62px, 9.3vw, 145px);
  line-height: .86;
  letter-spacing: -.055em;
  font-weight: 700;
  /*color: transparent;*/
  color: #ffffff;
  -webkit-text-stroke: 1.7px rgba(255, 255, 255, .86);
  /*background: repeating-linear-gradient(90deg, rgba(255, 255, 255, .86) 0 3px, rgba(255, 255, 255, .18) 3px 6px);*/
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 18px 42px rgba(0, 0, 0, .35);
}

.hero-service-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 26px;
}

.hero-service-line span {
  font-size: clamp(27px, 4vw, 56px);
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.0em;
  color: #ffffff;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .24);
}

.hero-service-line em {
  height: 48px;
  width: 2px;
  background: linear-gradient(180deg, transparent, #dfe7eb, transparent);
  display: inline-block;
}

.hero-actions .btn-outline-light {
  border-color: rgba(255, 255, 255, .55)
}

.hero-actions .btn:hover {
  background: var(--deep-green);
  border-color: var(--deep-green);
  color: #fff;
}

.feature-wrap {
  /* background: rgba(25, 40, 31, .96) !important; */
  background: linear-gradient(120deg, #087de2 0%, #004d93 52%, #087de2 100%);
}

.feature-item:hover i {
  color: #fff;
  background: #0a85d8;
  border-color: #0a85d8;
}

.stats-wrap div {
  background: #fff;
  border-color: #d7dde1;
  position: relative;
  overflow: hidden;
}

.stats-wrap div:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #0071bc, var(--deep-green));
  transform: scaleX(0);
  transform-origin: left;
  transition: .35s;
}

.stats-wrap div:hover:before {
  transform: scaleX(1);
}

.stats-wrap strong {
  color: #25292d;
}

.stats-wrap i {
  color: #0071bc;
}

.stats-wrap span:last-child {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .04em;
  color: #303a45;
}

.history-timeline {
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.history-timeline:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/img/Thopte-Plant-0101.jpeg') center/cover no-repeat;
  opacity: .06;
}

.history-timeline .container-fluid {
  position: relative;
  z-index: 1;
}

.wave-timeline-wrap {
  position: relative;
  padding: 42px 0 20px;
}

.timeline-wave {
  position: absolute;
  left: 1%;
  width: 98%;
  height: 125px;
  fill: none;
  stroke: var(--deep-green);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 10px rgba(25, 40, 31, .13));
  stroke-dasharray: 22 16;
  animation: waveMove 8s linear infinite;
  opacity: .9;
}

.wave-one {
  top: 86px;
}

.wave-two {
  top: 368px;
  animation-direction: reverse;
}

@keyframes waveMove {
  to {
    stroke-dashoffset: -260;
  }
}

.milestone-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 22px;
  position: relative;
  z-index: 2;
}

.milestone-card {
  min-height: 214px;
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(25, 40, 31, .14);
  border-radius: 24px;
  padding: 22px 18px;
  box-shadow: 0 16px 42px rgba(9, 32, 55, .08);
  transition: .35s ease;
  backdrop-filter: blur(8px);
}

.milestone-card:hover {
  transform: translateY(-10px);
  border-color: var(--deep-green);
  box-shadow: 0 22px 52px rgba(25, 40, 31, .16);
}

.milestone-dot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.milestone-dot i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eef7ff;
  color: #0071bc;
  font-size: 20px;
}

.milestone-dot strong {
  font-size: 25px;
  color: #111;
  font-weight: 950;
}

.milestone-card span {
  display: inline-block;
  background: #0071bc;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 8px;
  border-radius: 5px;
  margin-bottom: 8px;
}

.milestone-card p {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
  color: #1b2733;
  margin: 0;
}

.products {
  background: #fff;
}

.product-card {
  height: 100%;
  min-height: 360px;
  padding: 0 !important;
  border-radius: 26px !important;
  overflow: hidden;
  border: 1px solid rgba(25, 40, 31, .12) !important;
  box-shadow: 0 18px 48px rgba(9, 32, 55, .08) !important;
  display: flex;
  flex-direction: column;
  background: #fff !important;
}

.product-card:before {
  display: none !important;
}

.product-card img {
  width: 100% !important;
  height: 230px !important;
  object-fit: contain !important;
  padding: 28px !important;
  background: linear-gradient(135deg, #eef8ff, #fff 55%, #eef4ee) !important;
  transition: .45s ease !important;
}

.product-card:hover img {
  transform: scale(1.07) translateY(-4px);
}

.product-card h5 {
  font-size: 19px !important;
  min-height: 58px;
  padding: 10px 10px 0;
  margin: 0 !important;
  color: #111 !important;
}

.product-arrow {
  margin: 18px 22px 22px !important;
  padding: 0 !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  color: #0071bc !important;
  font-weight: 900 !important;
  text-decoration: none !important;
}

.product-arrow i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0f8ff;
  color: #0071bc;
  transition: .35s;
}

.product-card:hover .product-arrow i {
  background: var(--deep-green);
  color: #fff;
  transform: translateX(5px);
}

.product-card:hover,
.productSwiper .swiper-slide-active .product-card {
  transform: translateY(-8px) !important;
  border-color: rgba(25, 40, 31, .32) !important;
}

.product-card.active {
  background: #fff !important;
  color: inherit !important;
}

.product-card.active h5 {
  color: #111 !important;
}

.person img {
  object-fit: cover;
  border: 3px solid #e7f2ff;
}

.group-companies {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8fbff, #fff);
}

.group-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  background: #fff;
  border: 1px solid #e0e8ef;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 18px 46px rgba(9, 32, 55, .07);
}

.group-title h2 {
  font-weight: 700;
  font-size: clamp(28px, 3vw, 38px);
  margin: 8px 0 0;
}

.group-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 260px));
  gap: 20px;
}

.group-logo-card {
  height: 150px;
  border-radius: 24px;
  border: 1px solid #dce7ef;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: linear-gradient(180deg, #fff, #f8fbff);
  overflow: hidden;
  transition: .35s;
}

.group-logo-card img {
  max-width: 76%;
  max-height: 86px;
  object-fit: contain;
}

.group-logo-card i {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef7ff;
  color: #0071bc;
  transition: .35s;
}

.group-logo-card:hover {
  transform: translateY(-8px);
  border-color: var(--deep-green);
  box-shadow: 0 18px 44px rgba(25, 40, 31, .12);
}

.group-logo-card:hover i {
  background: var(--deep-green);
  color: #fff;
}

@media (max-width: 1199px) {
  .milestone-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .timeline-wave {
    display: none
  }

  .group-wrap {
    flex-direction: column;
    align-items: flex-start
  }

  .group-logo-grid {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-video-bg iframe {
    width: 220vw;
    height: 123.75vw
  }

  .hero-service-line em {
    display: none
  }

  .hero-service-line {
    gap: 12px
  }

  .feature-strip {
    margin-top: -72px
  }

  .milestone-grid {
    grid-template-columns: 1fr
  }

  .group-logo-grid {
    grid-template-columns: 1fr
  }

  .group-wrap {
    padding: 24px
  }

  .hero-content-wrap {
    padding-top: 130px;
    min-height: 660px
  }

  .hero-section {
    min-height: 660px
  }
}

/* ==== Final UI polish requested ==== */
.nextgen-hero-title {
  max-width: 620px !important;
  margin-bottom: 24px !important;
}

.hero-experience {
  font-size: clamp(30px, 4.4vw, 58px) !important;
  font-weight: 500 !important;
  line-height: 1.7 !important;
}

.hero-nextgen {
  font-size: clamp(42px, 8.2vw, 65px) !important;
  line-height: .82 !important;
  letter-spacing: 0.06em !important;
}

.hero-service-line {
  gap: 18px !important;
  flex-wrap: wrap !important;
}

.hero-service-line span {
  font-size: clamp(30px, 4vw, 33px) !important;
  line-height: 1.05 !important;
}

.hero-content-wrap {
  align-items: center !important;
  padding-top: 42px !important;
}

.history-timeline {
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
  overflow: hidden;
}

.wave-timeline-wrap {
  position: relative;
  padding: 20px 0 10px !important;
}

.timeline-wave {
  opacity: .22 !important;
  stroke: #19281f !important;
  stroke-width: 9 !important;
  stroke-dasharray: 26 20;
  animation: waveMove 7s linear infinite;
}

.wave-two {
  animation-direction: reverse;
  opacity: .16 !important;
}

.milestone-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 26px !important;
  position: relative;
  z-index: 2;
}

.milestone-card {
  position: relative;
  overflow: hidden;
  min-height: 230px !important;
  border: 1px solid rgba(0, 113, 188, .12) !important;
  border-radius: 28px !important;
  padding: 0 !important;
  background: rgba(255, 255, 255, .78) !important;
  box-shadow: 0 18px 50px rgba(10, 38, 64, .09) !important;
  backdrop-filter: blur(14px);
}

.milestone-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top left, rgba(0, 113, 188, .14), transparent 38%), linear-gradient(135deg, rgba(25, 40, 31, .06), transparent 45%);
  opacity: .9;
}

.milestone-card:after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #0071bc, #19281f);
  border-radius: 0 0 14px 14px;
}

.milestone-dot {
  position: relative;
  z-index: 1;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 22px 20px 12px !important;
}

.milestone-dot i {
  width: 44px !important;
  height: 44px !important;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eef8ff;
  color: #0071bc;
  font-size: 20px;
  box-shadow: inset 0 0 0 1px rgba(0, 113, 188, .08);
}

.milestone-dot strong {
  font-size: 32px !important;
  line-height: 1 !important;
  color: #07111d !important;
  letter-spacing: -.04em;
}

.milestone-card span {
  position: relative;
  z-index: 1;
  margin: 6px 20px 10px !important;
  display: inline-flex !important;
  background: #0071bc !important;
  border-radius: 12px !important;
  padding: 7px 11px !important;
  font-size: 12px !important;
  line-height: 1.15 !important;
  box-shadow: 0 8px 18px rgba(0, 113, 188, .18);
}

.milestone-card p {
  position: relative;
  z-index: 1;
  padding: 0 20px 20px !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  color: #253141 !important;
}

.milestone-card:hover {
  transform: translateY(-12px) scale(1.015) !important;
  border-color: rgba(25, 40, 31, .32) !important;
  box-shadow: 0 28px 64px rgba(25, 40, 31, .16) !important;
}

@keyframes waveMove {
  to {
    stroke-dashoffset: -180;
  }
}

.productSwiper {
  padding: 18px 6px 62px !important;
}

.product-card {
  height: 100%;
  min-height: 390px !important;
  border: 1px solid rgba(0, 113, 188, .14) !important;
  border-radius: 30px !important;
  padding: 18px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important;
  box-shadow: 0 18px 44px rgba(5, 38, 70, .08) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  overflow: hidden !important;
  position: relative !important;
}

.product-card:before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(circle at 80% 10%, rgba(0, 113, 188, .14), transparent 32%), linear-gradient(135deg, rgba(25, 40, 31, .05), transparent 55%) !important;
  opacity: 1 !important;
}

.product-card img {
  position: relative;
  z-index: 1;
  width: 100% !important;
  height: 215px !important;
  object-fit: contain !important;
  background: linear-gradient(135deg, #f2f7fb, #fff) !important;
  border-radius: 22px !important;
  padding: 22px !important;
  transition: .45s ease !important;
}

.product-card h5 {
  position: relative;
  z-index: 1;
  font-size: 21px !important;
  line-height: 1.18 !important;
  margin: 24px 6px 18px !important;
  color: #0b1624 !important;
  letter-spacing: -.03em !important;
}

.product-arrow {
  position: relative;
  z-index: 1;
  align-self: flex-start !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 13px !important;
  background: #fff !important;
  border: 1px solid rgba(0, 113, 188, .25) !important;
  color: #0071bc !important;
  border-radius: 999px !important;
  padding: 11px 16px !important;
  font-weight: 900 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0, 113, 188, .08) !important;
}

.product-arrow i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef8ff;
  transition: .35s ease;
}

.product-card:hover {
  transform: translateY(-12px) !important;
  border-color: rgba(25, 40, 31, .35) !important;
  box-shadow: 0 30px 70px rgba(5, 38, 70, .16) !important;
}

.product-card:hover img {
  transform: scale(1.06) !important;
  background: #fff !important;
}

.product-card:hover .product-arrow {
  background: #0071bc !important;
  color: #fff !important;
}

.product-card:hover .product-arrow i {
  background: #19281f;
  color: #fff;
  transform: translateX(4px);
}

.testimonial-card .person img {
  object-fit: cover !important;
  background: #fff !important;
}

.site-footer .footer-logo,
footer .footer-logo {
  width: 118px !important;
  max-height: 86px !important;
  object-fit: contain !important;
  margin-bottom: 12px !important;
}

.footer-address-strip .address-logo {
  width: 102px !important;
  max-height: 82px !important;
  object-fit: contain !important;
}

.footer-main {
  padding-top: 48px !important;
  padding-bottom: 36px !important;
}

.footer-main p {
  font-size: 14px !important;
  line-height: 1.7 !important;
}

.footer-address-strip {
  padding: 18px 0 !important;
}

.address-head {
  align-items: center !important;
  gap: 24px !important;
}

@media(max-width:1199px) {
  .milestone-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important
  }

  .milestone-card {
    min-height: 210px !important
  }
}


@media(min-width:945px) {
  .hide-desk {
    display: none;
  }
}









@media(max-width:767px) {
  .hero-content-wrap {
    padding-top: 90px !important
  }

  .hero-service-line {
    gap: 10px !important
  }

  .hero-service-line em {
    display: none !important
  }

  .milestone-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important
  }

  .milestone-card {
    min-height: auto !important
  }

  .timeline-wave {
    display: none !important
  }

  .product-card {
    min-height: 350px !important
  }

  .product-card img {
    height: 185px !important
  }

  .address-head {
    flex-direction: column !important;
    text-align: center !important
  }

  .footer-address-strip .address-logo {
    width: 92px !important
  }
}

/* Wave theme timeline redesign */
.wave-theme-section {
  position: relative;
  overflow: hidden;
  background: #fff !important;
  padding-top: 90px !important;
  padding-bottom: 70px !important;
}

.wave-theme-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/img/Thopte-Plant-0101.jpeg') center/cover no-repeat;
  opacity: .035;
  pointer-events: none;
}

.wave-theme-section .container-fluid {
  position: relative;
  z-index: 2;
}

.wave-theme-timeline {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 44px 28px 34px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%);
  box-shadow: 0 24px 70px rgba(9, 32, 55, .08);
  border: 1px solid rgba(0, 113, 188, .08);
}

.timeline-soft-wave {
  position: absolute;
  left: -8%;
  right: -8%;
  height: 170px;
  background: #e9f8ff;
  opacity: .75;
  pointer-events: none;
}

.timeline-soft-wave-top {
  top: -72px;
  border-radius: 0 0 48% 52%;
  clip-path: polygon(0 0, 100% 0, 100% 64%, 86% 82%, 75% 65%, 63% 76%, 51% 58%, 38% 76%, 25% 48%, 14% 66%, 0 48%);
}

.timeline-soft-wave-bottom {
  bottom: -78px;
  border-radius: 52% 48% 0 0;
  clip-path: polygon(0 36%, 12% 14%, 27% 32%, 42% 18%, 57% 44%, 72% 22%, 86% 38%, 100% 20%, 100% 100%, 0 100%);
}

.wave-lane {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  min-height: 310px;
  margin: 8px 0 30px;
}

.wave-lane-two {
  margin-top: 8px;
  margin-bottom: 0;
}

.wave-arrow {
  position: absolute;
  left: 2%;
  right: 2%;
  top: 78px;
  width: 96%;
  height: 150px;
  fill: none;
  stroke: #dfe4e7;
  stroke-width: 38;
  stroke-linecap: butt;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 7px rgba(8, 30, 48, .07));
  animation: waveFloat 5s ease-in-out infinite;
}

.wave-arrow path {
  stroke-dasharray: 940;
  stroke-dashoffset: 0;
}

.wave-step {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  transition: .35s ease;
}

.wave-step:hover {
  transform: translateY(-8px);
}

.step-badge {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .14), inset 0 0 0 10px rgba(255, 255, 255, .85);
  display: grid;
  place-items: center;
  position: relative;
  flex: none;
}

.step-badge:after {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: linear-gradient(180deg, #24516a 0%, #23c9d5 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .36);
}

.step-badge span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  font-family: Georgia, serif;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .35);
}

.wave-step strong {
  font-size: 20px;
  line-height: 1;
  margin: 10px 0 8px;
  color: #07111d;
  font-weight: 950;
  letter-spacing: -.02em;
}

.step-text {
  width: min(190px, 100%);
  padding: 0 8px;
}

.step-text h4 {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 950;
  color: #111;
  line-height: 1.12;
}

.step-text p {
  margin: 0;
  color: #222;
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 600;
}

.step-top {
  justify-content: flex-start;
  padding-top: 4px;
}

.step-top .step-badge {
  margin-top: 18px;
}

.step-bottom {
  justify-content: flex-end;
  padding-bottom: 0;
}

.step-bottom .step-badge {
  margin-bottom: 10px;
}

.step-bottom .step-text {
  margin-top: 7px;
}

.wave-step:hover .step-badge {
  box-shadow: 0 14px 28px rgba(0, 113, 188, .22), inset 0 0 0 10px rgba(255, 255, 255, .9);
}

.wave-step:hover .step-text h4 {
  color: #0071bc;
}

@keyframes waveFloat {

  0%,
  100% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(12px)
  }
}

@media(max-width:1199px) {
  .wave-lane {
    grid-template-columns: repeat(3, 1fr);
    min-height: auto;
    row-gap: 28px
  }

  .wave-arrow {
    display: none
  }

  .wave-step {
    min-height: 250px;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(0, 113, 188, .1);
    border-radius: 24px;
    padding: 22px 12px;
    box-shadow: 0 14px 40px rgba(9, 32, 55, .07)
  }

  .step-top,
  .step-bottom {
    justify-content: center
  }

  .step-top .step-badge,
  .step-bottom .step-badge {
    margin: 10px 0
  }

  .wave-theme-timeline {
    padding: 28px 18px
  }
}

@media(max-width:767px) {
  .wave-theme-section {
    padding-top: 62px !important;
    padding-bottom: 46px !important
  }

  .wave-theme-timeline {
    border-radius: 24px;
    padding: 22px 14px
  }

  .wave-lane {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px
  }

  .wave-step {
    min-height: auto;
    display: grid;
    grid-template-columns: 82px 1fr;
    grid-template-areas: 'badge year' 'badge text';
    text-align: left;
    align-items: center;
    column-gap: 14px;
    padding: 16px
  }

  .step-badge {
    grid-area: badge;
    width: 74px;
    height: 74px
  }

  .step-badge span {
    font-size: 24px
  }

  .wave-step strong {
    grid-area: year;
    margin: 0 0 6px;
    font-size: 22px
  }

  .step-text {
    grid-area: text;
    width: 100%;
    padding: 0
  }

  .step-text h4 {
    font-size: 14px;
    margin-bottom: 5px
  }

  .step-text p {
    font-size: 12px
  }

  .step-top .step-badge,
  .step-bottom .step-badge {
    margin: 0
  }

  .timeline-soft-wave {
    height: 110px
  }
}


/* Timeline refinement: year badges + smoother responsive wave */
.wave-theme-timeline {
  padding: 54px 32px 46px !important;
}

.wave-arrow {
  stroke: #dfe5e8 !important;
  stroke-width: 34 !important;
  opacity: .95 !important;
  stroke-dasharray: 18 12 !important;
  animation: timelineWaveFlow 7s linear infinite, waveFloat 5s ease-in-out infinite !important;
}

.wave-lane-two .wave-arrow {
  animation-direction: reverse !important;
}

@keyframes timelineWaveFlow {
  to {
    stroke-dashoffset: -280;
  }
}

.step-badge {
  width: 112px !important;
  height: 112px !important;
  /* background: linear-gradient(180deg, #225f78 0%, #1ec7d3 100%) !important; */
  box-shadow: 0 16px 28px rgba(13, 41, 59, .20), inset 0 0 0 12px rgba(255, 255, 255, .92) !important;
  background: linear-gradient(120deg, rgba(0, 44, 89, 0.658), rgb(0, 106, 200) 58%, rgba(6, 29, 53, 0.274));
}

.step-badge span {
  font-size: 28px !important;
  letter-spacing: -.035em !important;
  font-weight: 950 !important;
  color: #fff !important;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .18) !important;
}

.wave-step strong {
  display: none !important;
}

.step-text h4 {
  font-size: 17px !important;
  font-weight: 950 !important;
  color: #111 !important;
  margin-bottom: 8px !important;
}

.step-text p {
  font-size: 14px !important;
  line-height: 1.32 !important;
  color: #262b31 !important;
  font-weight: 650 !important;
}

.wave-step:hover .step-badge {
  transform: scale(1.04);
}

@media(max-width:1199px) {
  .wave-arrow {
    display: block !important;
    top: 92px !important;
    height: 120px !important;
    opacity: .28 !important;
    stroke-width: 22 !important;
  }

  .wave-lane {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
  }

  .wave-step {
    min-height: 230px !important;
  }

  .step-badge {
    width: 96px !important;
    height: 96px !important;
  }

  .step-badge span {
    font-size: 24px !important;
  }
}

@media(max-width:767px) {
  .wave-theme-timeline {
    padding: 20px 14px !important;
  }

  .wave-arrow {
    display: none !important;
  }

  .wave-lane {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .wave-step {
    grid-template-columns: 92px 1fr !important;
    grid-template-areas: 'badge text' !important;
    text-align: left !important;
    min-height: auto !important;
    background: #fff !important;
    border: 1px solid rgba(0, 113, 188, .12) !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 34px rgba(9, 32, 55, .07) !important;
  }

  .step-badge {
    grid-area: badge !important;
    width: 78px !important;
    height: 78px !important;
    box-shadow: 0 10px 20px rgba(13, 41, 59, .16), inset 0 0 0 8px rgba(255, 255, 255, .92) !important;
  }

  .step-badge span {
    font-size: 20px !important;
  }

  .step-text {
    grid-area: text !important;
    padding: 0 !important;
  }

  .step-text h4 {
    font-size: 15px !important;
    margin: 0 0 6px !important;
  }

  .step-text p {
    font-size: 12.5px !important;
    margin: 0 !important;
  }
}

/* Final compact connected wave timeline + modern products */
.wave-theme-section {
  padding-top: 64px !important;
  padding-bottom: 48px !important;
}

.wave-theme-section .mb-4 {
  margin-bottom: 1.25rem !important;
}

.wave-theme-timeline {
  padding: 30px 28px 22px !important;
  border-radius: 28px !important;
  background: rgba(255, 255, 255, .92) !important;
  backdrop-filter: blur(10px);
}

.wave-lane {
  min-height: 235px !important;
  margin: 0 0 16px !important;
  align-items: center;
}

.wave-lane-two {
  margin-top: -4px !important;
}

.wave-arrow {
  top: 72px !important;
  height: 118px !important;
  stroke: #dfe7ea !important;
  stroke-width: 34 !important;
  stroke-dasharray: none !important;
  stroke-linecap: round !important;
  opacity: 1 !important;
  animation: connectedWaveMove 4.6s ease-in-out infinite !important;
  filter: drop-shadow(0 12px 12px rgba(9, 32, 55, .07));
}

.wave-lane-two .wave-arrow {
  animation-delay: -2.2s !important;
}

.wave-arrow path {
  stroke-dasharray: none !important;
  stroke-dashoffset: 0 !important;
}

@keyframes connectedWaveMove {

  0%,
  100% {
    transform: translateX(0) translateY(0)
  }

  50% {
    transform: translateX(10px) translateY(-4px)
  }
}

.wave-step {
  min-height: 225px !important;
  padding: 6px 6px !important;
}

.step-badge {
  width: 88px !important;
  height: 88px !important;
  box-shadow: 0 14px 28px rgba(13, 41, 59, .18), inset 0 0 0 9px rgba(255, 255, 255, .94) !important;
  animation: yearPulse 3.8s ease-in-out infinite;
}

.wave-step:nth-child(odd) .step-badge {
  animation-delay: .35s;
}

@keyframes yearPulse {

  0%,
  100% {
    transform: scale(1)
  }

  50% {
    transform: scale(1.045)
  }
}

.step-badge:after {
  display: none !important;
}

.step-badge span {
  font-size: 22px !important;
  font-family: 'Inter', sans-serif !important;
  letter-spacing: -.04em !important;
}

.step-top {
  justify-content: flex-start !important;
}

.step-bottom {
  justify-content: flex-end !important;
}

.step-top .step-badge {
  margin-top: 14px !important;
}

.step-bottom .step-badge {
  margin-bottom: 8px !important;
}

.step-text {
  width: min(185px, 100%) !important;
}

.step-text h4 {
  font-size: 15px !important;
  margin-bottom: 6px !important;
  line-height: 1.12 !important;
}

.step-text p {
  font-size: 12.2px !important;
  line-height: 1.32 !important;
  font-weight: 600 !important;
}

.wave-step:hover {
  transform: translateY(-6px) !important;
}

.wave-step:hover .step-badge {
  box-shadow: 0 18px 34px rgba(0, 113, 188, .25), inset 0 0 0 9px rgba(255, 255, 255, .95) !important;
}

@media(max-width:1199px) {
  .wave-theme-timeline {
    padding: 24px 18px !important;
  }

  .wave-lane {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
    margin-bottom: 16px !important;
  }

  .wave-arrow {
    display: none !important;
  }

  .wave-step {
    min-height: 185px !important;
    background: linear-gradient(180deg, #fff, #f8fcff) !important;
    border: 1px solid rgba(0, 113, 188, .1) !important;
    border-radius: 22px !important;
    box-shadow: 0 14px 34px rgba(9, 32, 55, .07) !important;
  }

  .step-badge {
    width: 76px !important;
    height: 76px !important;
  }

  .step-badge span {
    font-size: 19px !important;
  }
}

@media(max-width:767px) {
  .wave-theme-section {
    padding-top: 44px !important;
    padding-bottom: 34px !important;
  }

  .wave-theme-timeline {
    padding: 16px 12px !important;
    border-radius: 22px !important;
  }

  .wave-lane {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
  }

  .wave-step {
    display: grid !important;
    grid-template-columns: 76px 1fr !important;
    grid-template-areas: 'badge text' !important;
    min-height: auto !important;
    padding: 12px !important;
    text-align: left !important;
    align-items: center !important;
  }

  .step-badge {
    grid-area: badge !important;
    width: 64px !important;
    height: 64px !important;
    box-shadow: 0 10px 20px rgba(13, 41, 59, .16), inset 0 0 0 7px rgba(255, 255, 255, .94) !important;
  }

  .step-badge span {
    font-size: 16px !important;
  }

  .step-text {
    grid-area: text !important;
    width: 100% !important;
    padding: 0 !important;
  }

  .step-text h4 {
    font-size: 14px !important;
    margin-bottom: 4px !important;
  }

  .step-text p {
    font-size: 11.5px !important;
  }
}

.products {
  padding-top: 64px !important;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}

.productSwiper {
  padding: 12px 48px 64px !important;
}

.product-card {
  min-height: 390px !important;
  padding: 0 !important;
  border-radius: 28px !important;
  border: 1px solid rgba(0, 113, 188, .13) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcff 100%) !important;
  box-shadow: 0 18px 48px rgba(8, 33, 61, .08) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

.product-card:before {
  height: 100% !important;
  width: 5px !important;
  background: #19281f !important;
  transform: scaleY(0) !important;
  transform-origin: bottom !important;
  z-index: 2 !important;
}

.product-card:hover:before,
.productSwiper .swiper-slide-active .product-card:before {
  transform: scaleY(1) !important;
}

.product-card:after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 118px;
  height: 136px;
  border-radius: 50%;
  background: rgba(25, 40, 31, .08);
  transition: .35s ease;
}

.product-card:hover:after {
  transform: scale(1.18);
  background: rgba(0, 113, 188, .10);
}

.product-card img {
  width: 100% !important;
  height: 220px !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 28px 26px !important;
  border-radius: 0 !important;
  background: radial-gradient(circle at 50% 38%, #ffffff 0%, #eef7ff 52%, #e8f0f6 100%) !important;
  border-bottom: 1px solid rgba(0, 113, 188, .09);
}

.product-card h5 {
  font-size: 21px !important;
  line-height: 1.15 !important;
  margin: 24px 24px 18px !important;
  min-height: 52px !important;
  color: #091a2c !important;
}

.product-card a.product-arrow {
  position: relative !important;
  right: auto !important;
  bottom: auto !important;
  margin: auto 24px 24px !important;
  width: fit-content !important;
  min-width: 158px !important;
  height: 46px !important;
  padding: 0 12px 0 18px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0, 113, 188, .28) !important;
  background: #fff !important;
  color: var(--primary) !important;
  justify-content: space-between !important;
  gap: 16px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  z-index: 3 !important;
}

.product-card a.product-arrow span {
  display: inline !important;
  white-space: nowrap;
}

.product-card a.product-arrow i {
  font-size: 18px !important;
  transition: .3s ease;
}

.product-card:hover,
.productSwiper .swiper-slide-active .product-card {
  transform: translateY(-10px) !important;
  border-color: rgba(0, 113, 188, .28) !important;
  box-shadow: 0 28px 70px rgba(0, 106, 200, .15) !important;
}

.product-card:hover img {
  transform: scale(1.04) !important;
}

.product-card:hover h5 {
  color: #0071bc !important;
}

.product-card:hover a.product-arrow {
  background: #19281f !important;
  border-color: #19281f !important;
  color: #fff !important;
  transform: none !important;
}

.product-card:hover a.product-arrow i {
  transform: translateX(4px);
}

.productSwiper .swiper-button-prev,
.productSwiper .swiper-button-next {
  background: #19281f !important;
  border-color: #19281f !important;
  color: #fff !important;
}

.productSwiper .swiper-button-prev:after,
.productSwiper .swiper-button-next:after {
  color: #fff !important;
  font-size: 16px !important;
}

@media(max-width:767px) {
  .productSwiper {
    padding: 8px 8px 52px !important;
  }

  .product-card {
    min-height: 340px !important;
    border-radius: 22px !important;
  }

  .product-card img {
    height: 190px !important;
    padding: 22px !important;
  }

  .product-card h5 {
    font-size: 18px !important;
    margin: 18px 18px 14px !important;
    min-height: auto !important;
  }

  .product-card a.product-arrow {
    margin: auto 18px 20px !important;
    height: 42px !important;
    min-width: 142px !important;
    font-size: 13px !important;
  }
}

/* Updated product section - white compact cards, title + arrow only */
.product-section-clean {
  background: #fff !important;
  padding-top: 46px !important;
  padding-bottom: 54px !important;
}

.productSwiperClean {
  padding: 12px 58px 68px !important;
}

.product-card-clean,
.product-card-clean:visited {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 315px !important;
  padding: 16px !important;
  border-radius: 26px !important;
  background: #fff !important;
  border: 1px solid rgba(15, 38, 71, .10) !important;
  box-shadow: 0 16px 45px rgba(12, 35, 64, .08) !important;
  overflow: hidden !important;
  text-decoration: none !important;
  color: #081827 !important;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
}

.product-card-clean:before {
  content: "" !important;
  position: absolute !important;
  inset: auto 18px 0 18px !important;
  height: 4px !important;
  border-radius: 99px 99px 0 0 !important;
  background: linear-gradient(90deg, #0875bd, #19281f) !important;
  transform: scaleX(.22) !important;
  transform-origin: left !important;
  transition: transform .35s ease !important;
  opacity: .95 !important;
}

.product-card-clean:hover {
  transform: translateY(-8px) !important;
  border-color: rgba(8, 117, 189, .28) !important;
  box-shadow: 0 24px 65px rgba(12, 35, 64, .14) !important;
}

.product-card-clean:hover:before {
  transform: scaleX(1) !important;
}

.product-card-clean .product-img-wrap {
  height: 180px !important;
  border-radius: 22px !important;
  background: #fff !important;
  border: 1px solid rgba(8, 117, 189, .08) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  overflow: hidden !important;
}

.product-card-clean img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  transition: transform .4s ease !important;
}

.product-card-clean:hover img {
  transform: scale(1.06) !important;
}

.product-card-clean .product-bottom {
  margin-top: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.product-card-clean h5 {
  font-size: 18px !important;
  line-height: 1.18 !important;
  font-weight: 750 !important;
  letter-spacing: -.4px !important;
  margin: 0 !important;
  color: #101820 !important;
}

.product-only-arrow {
  flex: 0 0 44px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f3f9ff !important;
  border: 1px solid rgba(8, 117, 189, .20) !important;
  color: #0875bd !important;
  transition: background .35s ease, color .35s ease, transform .35s ease !important;
}

.product-card-clean:hover .product-only-arrow {
  background: #0875bd !important;
  color: #fff !important;
  transform: translateX(4px) !important;
}

.product-card-clean .product-only-arrow i {
  font-size: 20px !important;
}

.productSwiperClean .swiper-button-prev,
.productSwiperClean .swiper-button-next {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid rgba(8, 117, 189, .22) !important;
  box-shadow: 0 12px 34px rgba(12, 35, 64, .10) !important;
}

.productSwiperClean .swiper-button-prev:after,
.productSwiperClean .swiper-button-next:after {
  font-size: 16px !important;
  font-weight: 900 !important;
}

@media (max-width: 767px) {
  .product-section-clean {
    padding-top: 34px !important;
    padding-bottom: 38px !important;
  }

  .productSwiperClean {
    padding: 8px 18px 56px !important;
  }

  .product-card-clean {
    min-height: 278px !important;
    border-radius: 22px !important;
    padding: 14px !important;
  }

  .product-card-clean .product-img-wrap {
    height: 150px !important;
    border-radius: 18px !important;
  }

  .product-card-clean h5 {
    font-size: 16px !important;
  }

  .product-only-arrow {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }
}

/* Latest fix: connected compact timeline + visible product navigation */
.wave-theme-section {
  padding-top: 52px !important;
  padding-bottom: 42px !important;
}

.wave-theme-timeline {
  padding: 26px 22px 20px !important;
  overflow: hidden !important;
}

.wave-lane {
  min-height: 260px !important;
  margin: 0 0 12px !important;
  display: grid !important;
  grid-template-columns: repeat(6, 1fr) !important;
  align-items: center !important;
}

.wave-lane-two {
  margin-top: 0 !important;
}

.wave-arrow {
  display: block !important;
  left: 3% !important;
  width: 94% !important;
  top: 50% !important;
  height: 96px !important;
  transform: translateY(-50%) !important;
  stroke: #dfe8eb !important;
  stroke-width: 28 !important;
  stroke-linecap: round !important;
  opacity: 1 !important;
  z-index: 1 !important;
  animation: waveConnectFloat 5s ease-in-out infinite !important;
}

.wave-lane-two .wave-arrow {
  animation-delay: -2.4s !important;
}

.wave-step {
  min-height: 210px !important;
  justify-content: center !important;
  padding: 0 8px !important;
}

.step-badge {
  width: 82px !important;
  height: 82px !important;
  margin: 0 !important;
  z-index: 3 !important;
}

.step-badge span {
  font-size: 19px !important;
}

.step-top .step-badge,
.step-bottom .step-badge {
  margin: 0 !important;
}

.step-text {
  width: min(178px, 100%) !important;
  padding: 0 4px !important;
  z-index: 4 !important;
}

.step-top .step-text {
  margin: 0 0 10px !important;
}

.step-bottom .step-text {
  margin: 10px 0 0 !important;
}

.step-text h4 {
  font-size: 14.5px !important;
  margin-bottom: 5px !important;
}

.step-text p {
  font-size: 11.8px !important;
  line-height: 1.28 !important;
}

@keyframes waveConnectFloat {

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

  50% {
    transform: translateY(calc(-50% - 3px)) translateX(8px);
  }
}

.productSwiperClean {
  position: relative !important;
  padding: 12px 64px 58px !important;
  overflow: hidden !important;
}

.productSwiperClean .swiper-slide {
  height: auto !important;
}

.product-card-clean {
  min-height: 292px !important;
  border-radius: 24px !important;
  background: #fff !important;
}

.product-card-clean .product-img-wrap {
  height: 178px !important;
  background: #fff !important;
}

.product-card-clean .product-bottom {
  margin-top: 16px !important;
}

.product-card-clean h5 {
  font-size: 16px !important;
}

.productSwiperClean .swiper-button-prev,
.productSwiperClean .swiper-button-next {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 20 !important;
  width: 46px !important;
  height: 46px !important;
  margin-top: -38px !important;
  border-radius: 50% !important;
  background: #fff !important;
  border: 1px solid rgba(8, 117, 189, .32) !important;
  color: #0875bd !important;
  box-shadow: 0 14px 34px rgba(12, 35, 64, .14) !important;
}

.productSwiperClean .swiper-button-prev {
  left: 6px !important;
}

.productSwiperClean .swiper-button-next {
  right: 6px !important;
}

.productSwiperClean .swiper-button-prev:after,
.productSwiperClean .swiper-button-next:after {
  color: #0875bd !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

.productSwiperClean .swiper-button-prev:hover,
.productSwiperClean .swiper-button-next:hover {
  background: #0875bd !important;
  color: #fff !important;
}

.productSwiperClean .swiper-button-prev:hover:after,
.productSwiperClean .swiper-button-next:hover:after {
  color: #fff !important;
}

.productSwiperClean .swiper-pagination {
  bottom: 12px !important;
}

@media(max-width:1199px) {
  .wave-lane {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
    min-height: auto !important;
  }

  .wave-arrow {
    display: none !important;
  }

  .wave-step {
    min-height: 168px !important;
    background: #fff !important;
    border: 1px solid rgba(8, 117, 189, .12) !important;
    border-radius: 20px !important;
    box-shadow: 0 12px 30px rgba(9, 32, 55, .07) !important;
    padding: 14px 10px !important;
  }

  .step-badge {
    width: 68px !important;
    height: 68px !important;
  }

  .step-badge span {
    font-size: 16px !important;
  }

  .step-text h4 {
    font-size: 14px !important;
  }

  .step-text p {
    font-size: 11.5px !important;
  }
}





@media(max-width:767px) {

  .main-nav:not(.nav-scrolled):not(.shadow-sm) .nav-link:hover {
    color: #000000 !important;
  }


  .main-nav:not(.nav-scrolled):not(.shadow-sm) .nav-link {
    color: #000000 !important;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .45);
  }

  .main-nav {

    background: transparent !important;

  }

  .hero-video-bg iframe {
    width: 293vw;
    height: 206.75vw;
  }

  .hide {
    display: none;
  }

  .wave-theme-timeline {
    padding: 14px 10px !important;
  }

  .wave-lane {
    grid-template-columns: 1fr !important;
    gap: 9px !important;
  }

  .wave-step {
    min-height: auto !important;
    grid-template-columns: 70px 1fr !important;
    grid-template-areas: 'badge text' !important;
    padding: 11px !important;
  }

  .step-top .step-badge,
  .step-bottom .step-badge {
    margin: 0 !important;
  }

  .step-text {
    width: 100% !important;
  }

  .step-top .step-text,
  .step-bottom .step-text {
    margin: 0 !important;
  }

  .productSwiperClean {
    padding: 8px 46px 50px !important;
  }

  .productSwiperClean .swiper-button-prev,
  .productSwiperClean .swiper-button-next {
    width: 38px !important;
    height: 38px !important;
    margin-top: -30px !important;
  }

  .productSwiperClean .swiper-button-prev {
    left: 2px !important;
  }

  .productSwiperClean .swiper-button-next {
    right: 2px !important;
  }

  .product-card-clean {
    min-height: 260px !important;
    padding: 12px !important;
  }

  .product-card-clean .product-img-wrap {
    height: 142px !important;
  }

  .product-card-clean h5 {
    font-size: 15.5px !important;
  }

  .product-only-arrow {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }
}



/* Default (top of page) - white logo */
.main-nav .navbar-brand img {
  /*filter: brightness(0) invert(1);*/
  transition: filter .3s ease;
}

/* Sticky/Scrolled - original logo color */
.main-nav.nav-scrolled .navbar-brand img {
  filter: none;
}





.product-row {
  display: grid;
  gap: 50px 35px;
  margin-bottom: 60px;
  align-items: start;
}

.row-five {
  grid-template-columns: repeat(4, 1fr);
}

.row-four {
  grid-template-columns: repeat(4, 1fr);
}

.product-card-grid {
  display: block;
  text-decoration: none;
  color: #444;
  transition: .35s;
}

.product-image {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.product-image img {
  width: 100%;
  max-width: 240px;
  max-height: 180px;
  object-fit: contain;
  transition: .45s ease;
}

.product-info {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.product-info h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #555;
  transition: .3s;
}

.product-info span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #0056b3;
  font-size: 21px;
  transition: .35s;
}

.product-card-grid:hover .product-image img {
  transform: translateY(-10px) scale(1.06);
}

.product-card-grid:hover h5 {
  color: #0056b3;
}

.product-card-grid:hover span {
  background: #0056b3;
  color: #fff;
  transform: translateX(5px);
}

/* ---------- Responsive ---------- */

@media (max-width:1400px) {

  .row-five,
  .row-four {
    grid-template-columns: repeat(4, 1fr);
  }

}

@media (max-width:992px) {

  .row-five,
  .row-four {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-image {
    height: 180px;
  }

  .product-info h5 {
    font-size: 18px;
  }

}

.white {
  color: white !important;
}

@media (max-width:576px) {

  .row-five,
  .row-four {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .product-image {
    height: 170px;
  }

  .product-info h5 {
    font-size: 17px;
  }

}






/* Inner pages and dropdown additions */
@media (min-width: 992px) {
  .main-nav .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0
  }

  .product-dropdown {
    width: 760px;
    left: 50% !important;
    transform: translateX(-45%);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px
  }

  .mega-product-menu:hover .product-dropdown {
    display: grid
  }

  .product-dropdown .dropdown-item {
    white-space: normal;
    padding: 11px 14px;
    border-radius: 8px
  }
}

.inner-hero {
  padding: 95px 0 80px;
  background: linear-gradient(135deg, #f4f8fb 0%, #fff 55%, #edf7f1 100%);
  overflow: hidden
}

.inner-hero h1 {
  font-size: clamp(40px, 5vw, 72px);
  font-weight: 900;
  line-height: 1.04;
  max-width: 900px;
  margin: 14px 0 20px;
  color: #16382d
}

.inner-hero p {
  font-size: 18px;
  line-height: 1.8;
  max-width: 760px;
  color: #56625e
}

.inner-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 28px;
  font-size: 14px
}

.inner-breadcrumb a {
  color: #1674b9;
  text-decoration: none
}

.product-hero-image {
  background: #fff;
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 24px 70px rgba(21, 56, 45, .12)
}

.product-hero-image img {
  width: 100%;
  height: 420px;
  object-fit: contain
}

.detail-section,
.product-listing,
.leadership-section {
  padding: 90px 0
}

.detail-section h2,
.spec-section h2,
.related-products h2,
.values-section h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 850;
  color: #173b30
}

.detail-lead {
  font-size: 18px;
  line-height: 1.85;
  color: #56625e
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 30px
}

.feature-tile {
  display: flex;
  gap: 12px;
  align-items: center;
  background: #f4f8f5;
  border: 1px solid #dfeae3;
  border-radius: 14px;
  padding: 18px;
  font-weight: 700;
  color: #29483e
}

.feature-tile i {
  font-size: 23px;
  color: #1674b9
}

.enquiry-card {
  background: #173b30;
  color: #fff;
  padding: 38px;
  border-radius: 24px;
  position: sticky;
  top: 115px
}

.enquiry-card span {
  color: #83c9a8;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .12em
}

.enquiry-card h3 {
  font-size: 32px;
  font-weight: 800;
  margin: 14px 0
}

.enquiry-card p {
  color: #d7e4df;
  line-height: 1.7
}

.spec-section {
  padding: 85px 0;
  background: #f5f8f7
}

.product-spec-table {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(16, 50, 39, .08)
}

.product-spec-table thead th {
  background: #1674b9;
  color: #fff;
  padding: 18px;
  border: 0
}

.product-spec-table td {
  padding: 17px;
  border-color: #e4ece8;
  vertical-align: middle
}

.product-spec-table tbody tr:nth-child(even) td {
  background: #f8faf9
}

.spec-note {
  font-size: 13px;
  color: #718079;
  margin-top: 14px
}

.related-products {
  padding: 85px 0
}

.mini-product {
  display: block;
  text-decoration: none;
  border: 1px solid #e1e9e5;
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  transition: .3s
}

.mini-product:hover {
  transform: translateY(-7px);
  box-shadow: 0 18px 44px rgba(25, 60, 48, .12)
}

.mini-product img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  padding: 22px;
  background: #f8faf9
}

.mini-product span {
  display: block;
  padding: 20px;
  font-size: 18px;
  font-weight: 800;
  color: #173b30
}

.simple-inner-hero {
  padding-bottom: 70px
}

.product-list-card {
  display: block;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e0e9e5;
  border-radius: 20px;
  overflow: hidden;
  transition: .3s
}

.product-list-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(22, 58, 46, .12)
}

.product-list-image {
  height: 280px;
  background: #f7faf8;
  padding: 24px
}

.product-list-image img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.product-list-body {
  padding: 23px
}

.product-list-body small {
  color: #1674b9;
  font-weight: 700
}

.product-list-body h3 {
  font-size: 21px;
  font-weight: 800;
  color: #173b30;
  margin: 8px 0 18px
}

.product-list-body span {
  color: #2b5144;
  font-weight: 700
}

.about-hero-img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 22px 60px rgba(15, 50, 39, .15)
}

.about-main-image {
  height: 480px;
  object-fit: cover
}

.about-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 70px
}

.about-stat-grid div {
  background: #173b30;
  color: #fff;
  border-radius: 18px;
  padding: 28px
}

.about-stat-grid strong {
  display: block;
  font-size: 42px;
  color: #83c9a8
}

.about-stat-grid span {
  font-weight: 600
}

.values-section {
  padding: 85px 0;
  background: #f5f8f7
}

.value-card {
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 34px;
  border: 1px solid #e2eae6
}

.value-card i {
  font-size: 36px;
  color: #1674b9
}

.value-card h3 {
  font-size: 25px;
  font-weight: 800;
  margin: 18px 0 12px;
  color: #173b30
}

.value-card p {
  color: #65716d;
  line-height: 1.7
}

.leader-card {
  height: 100%;
  background: #fff;
  border: 1px solid #e2eae6;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 45px rgba(21, 56, 45, .07)
}

.leader-image {
  height: 390px;
  background: linear-gradient(160deg, #eef5f1, #f9fbfa);
  display: flex;
  align-items: flex-end;
  justify-content: center
}

.leader-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom
}

.leader-content {
  padding: 27px
}

.leader-content small {
  color: #1674b9;
  font-weight: 800
}

.leader-content h3 {
  font-size: 26px;
  font-weight: 850;
  color: #173b30;
  margin: 6px 0 12px
}

.leader-content p {
  color: #68746f;
  line-height: 1.7
}

.leadership-message {
  padding: 0 0 90px
}

.message-box {
  background: #173b30;
  color: #fff;
  border-radius: 26px;
  padding: 55px;
  max-width: 1100px;
  margin: auto;
  text-align: center
}

.message-box i {
  font-size: 50px;
  color: #83c9a8
}

.message-box h2 {
  font-size: clamp(25px, 3vw, 40px);
  line-height: 1.4;
  font-weight: 750
}

.message-box span {
  display: block;
  margin-top: 20px;
  color: #b9d9cc;
  font-weight: 700
}

@media(max-width:991px) {
  .inner-hero {
    padding: 65px 0
  }

  .product-hero-image {
    margin-top: 35px
  }

  .product-hero-image img {
    height: 320px
  }

  .about-stat-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .product-dropdown {
    max-height: 55vh;
    overflow: auto
  }

  .feature-grid {
    grid-template-columns: 1fr
  }

  .enquiry-card {
    position: static
  }

  .leader-image {
    height: 340px
  }
}

@media(max-width:575px) {
  .about-stat-grid {
    grid-template-columns: 1fr
  }

  .inner-hero h1 {
    font-size: 38px
  }

  .message-box {
    padding: 32px 20px
  }

  .product-list-image {
    height: 230px
  }
}

/* Compact inner page redesign - home page styles are intentionally untouched */
.page-title-banner {
  position: relative;
      padding: 140px 0 50px;
  background-image: linear-gradient(90deg, rgba(5, 23, 42, .9), rgba(5, 23, 42, .68)), url('../images/img/Home-background-09.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden
}

.page-title-banner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 105, 190, .18), transparent 45%);
  pointer-events: none
}

.page-title-content {
  position: relative;
  z-index: 1;
  max-width: 780px
}

.page-title-banner h1 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -.025em;
  margin: 0 0 12px;
  color: #fff
}

.page-title-banner p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255, 255, 255, .82);
  margin: 0;
  max-width: 680px
}

.page-title-banner .inner-breadcrumb {
  margin-top: 20px;
  color: rgba(255, 255, 255, .75)
}

.page-title-banner .inner-breadcrumb a {
  color: #fff
}

.page-title-banner .inner-breadcrumb i {
  font-size: 11px
}

.product-page-title {
  background-image: linear-gradient(90deg, rgba(5, 23, 42, .91), rgba(5, 23, 42, .7)), url('../images/img/Customized-Crushing-Plant-scaled01.jpeg')
}

.about-page-title {
  background-image: linear-gradient(90deg, rgba(5, 23, 42, .9), rgba(5, 23, 42, .65)), url('../images/img/intro-section-image.jpeg')
}

.leadership-page-title {
  background-image: linear-gradient(90deg, rgba(5, 23, 42, .9), rgba(5, 23, 42, .66)), url('../images/img/team.jpg')
}

.products-page-title {
  background-image: linear-gradient(90deg, rgba(5, 23, 42, .91), rgba(5, 23, 42, .68)), url('../images/img/Thopte-Plant-0101.jpeg')
}

.compact-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: #0b71b9;
  margin-bottom: 10px
}

.product-detail-new,
.about-content-new {
  padding: 72px 0
}

.product-visual-card {
  position: relative;
  background: #f5f8f7;
  border: 1px solid #e2ebe7;
  border-radius: 18px;
  padding: 28px;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: center
}

.product-visual-card .compact-label {
  position: absolute;
  left: 24px;
  top: 22px;
  margin: 0
}

.product-visual-card img {
  width: 100%;
  height: 360px;
  object-fit: contain
}

.product-overview-copy h2,
.about-content-new h2,
.compact-section-heading h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.25;
  font-weight: 820;
  color: #173b30;
  margin: 0 0 14px;
  letter-spacing: -.02em
}

.product-overview-copy p,
.about-content-new p,
.compact-section-heading p {
  font-size: 16px;
  line-height: 1.75;
  color: #66726d
}

.compact-feature-grid {
  gap: 12px;
  margin-top: 24px
}

.compact-feature-grid .feature-tile {
  padding: 14px 15px;
  border-radius: 10px;
  background: #fff;
  border-color: #e1e9e5;
  font-size: 14px
}

.compact-feature-grid .feature-tile i {
  font-size: 18px
}

.compact-section-heading {
  max-width: 720px;
  margin-bottom: 30px
}

.compact-section-heading.text-center {
  margin-left: auto;
  margin-right: auto
}

.compact-spec-section {
  padding: 70px 0
}

.product-spec-table {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(16, 50, 39, .07)
}

.product-spec-table thead th {
  padding: 15px;
  font-size: 14px
}

.product-spec-table td {
  padding: 14px;
  font-size: 14px
}

.compact-related-products {
  padding: 70px 0
}

.compact-related-products .mini-product img {
  height: 205px
}

.compact-related-products .mini-product span {
  font-size: 16px;
  padding: 17px
}

.about-image-frame {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 14px 38px rgba(10, 40, 30, .11)
}

.about-image-frame img {
  width: 100%;
  height: 430px;
  object-fit: cover
}

.lead-copy {
  font-size: 17px !important;
  color: #52615b !important
}

.about-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 22px
}

.about-points div {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #29483e
}

.about-points i {
  color: #0b71b9;
  font-size: 18px
}

.compact-stats {
  margin-top: 50px;
  gap: 14px
}

.compact-stats div {
  border-radius: 12px;
  padding: 22px;
  background: #173b30
}

.compact-stats strong {
  font-size: 32px
}

.compact-stats span {
  font-size: 14px
}

.compact-values {
  padding: 70px 0
}

.compact-values .value-card {
  padding: 28px;
  border-radius: 14px
}

.compact-values .value-card h3 {
  font-size: 21px
}

.compact-leadership {
  padding: 72px 0
}

.compact-leadership .leader-card {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(21, 56, 45, .07)
}

.compact-leadership .leader-image {
  height: 330px
}

.compact-leadership .leader-content {
  padding: 22px
}

.compact-leadership .leader-content h3 {
  font-size: 22px
}

.compact-message {
  padding-bottom: 72px
}

.compact-message .message-box {
  border-radius: 16px;
  padding: 38px;
  max-width: 980px
}

.compact-message .message-box i {
  font-size: 38px
}

.compact-message .message-box h2 {
  font-size: clamp(22px, 2.4vw, 31px);
  line-height: 1.45
}

.product-listing {
  padding: 70px 0
}

.product-list-card {
  border-radius: 14px
}

.product-list-image {
  height: 245px;
  padding: 22px
}

.product-list-body {
  padding: 20px
}

.product-list-body h3 {
  font-size: 18px;
  line-height: 1.4;
  margin: 7px 0 15px
}

.product-list-body small,
.product-list-body span {
  font-size: 13px
}

@media(max-width:991px) {
  .page-title-banner {
    padding: 58px 0
  }

  .product-visual-card {
    min-height: 360px
  }

  .product-visual-card img {
    height: 300px
  }

  .about-image-frame img {
    height: 360px
  }

  .about-points {
    grid-template-columns: 1fr
  }

  .compact-leadership .leader-image {
    height: 300px
  }
}

@media(max-width:575px) {
  .page-title-banner {
    padding: 105px 0 43px;
  }

  .page-title-banner h1 {
    font-size: 30px
  }

  .page-title-banner p {
    font-size: 15px
  }

  .product-detail-new,
  .about-content-new,
  .compact-spec-section,
  .compact-related-products,
  .compact-values,
  .compact-leadership {
    padding: 52px 0
  }

  .product-visual-card {
    min-height: 300px;
    padding: 18px
  }

  .product-visual-card img {
    height: 250px
  }

  .compact-stats {
    grid-template-columns: repeat(2, 1fr)
  }

  .compact-message .message-box {
    padding: 28px 20px
  }

  .product-list-image {
    height: 215px
  }
}

/* Product detail layout v3 - compact brochure-faithful inner pages */
.pd-intro-section {
  padding: 72px 0;
  background: #fff
}

.pd-intro-copy {
  max-width: 680px
}

.pd-eyebrow {
  display: inline-block;
  color: #126fba;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 10px
}

.pd-intro-copy h2,
.pd-section-heading h2,
.pd-explore-head h2,
.about-clean-intro h2 {
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.2;
  font-weight: 820;
  color: #173b30;
  letter-spacing: -.025em;
  margin: 0 0 18px
}

.pd-intro-copy p,
.pd-section-heading p,
.about-clean-intro p {
  font-size: 16px;
  line-height: 1.8;
  color: #535f5a;
  margin: 0
}

.pd-product-image {
  height: 430px;
  border: 1px solid #e1e8e5;
  border-radius: 18px;
  background: #f8faf9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px
}

.pd-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.pd-features-section {
  padding: 66px 0;
  background: #f5f8f7
}

.pd-section-heading {
  max-width: 760px;
  margin-bottom: 28px
}

.pd-section-heading.text-center {
  margin-left: auto;
  margin-right: auto
}

.pd-feature-box {
  height: 100%;
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e0e8e4;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(16, 50, 39, .05)
}

.pd-feature-box i {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #edf6f2;
  color: #247d5d;
  font-size: 22px
}

.pd-feature-box span {
  font-size: 15px;
  font-weight: 750;
  line-height: 1.4;
  color: #263b34
}

.pd-table-section {
  padding: 68px 0;
  background: #fff
}

.pd-table-section:nth-of-type(even) {
  background: #fbfcfb
}

.pd-table-wrap {
  border: 1px solid #dfe7e3;
  border-radius: 14px;
  box-shadow: 0 10px 34px rgba(16, 50, 39, .06)
}

.pd-spec-table {
  min-width: 760px
}

.pd-spec-table thead th {
  background: #1674b9 !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 750;
  padding: 15px 14px;
  border-color: rgba(255, 255, 255, .22);
  vertical-align: middle;
  white-space: nowrap
}

.pd-spec-table tbody td {
  font-size: 13.5px;
  color: #283831;
  padding: 14px;
  border-color: #e2e9e5;
  vertical-align: middle
}

.pd-spec-table tbody tr:nth-child(even) td {
  background: #f7f3df
}

.pd-spec-table tbody td:first-child {
  font-weight: 800;
  color: #fff;
  background: #2d7b59 !important;
  white-space: nowrap
}

.pd-table-note {
  font-size: 12.5px;
  color: #737e79;
  margin: 13px 0 0
}

.pd-explore-more {
  padding: 72px 0;
  background: #fff
}

.pd-explore-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px
}

.pd-explore-head h2 {
  margin-bottom: 0
}

.pd-explore-head a {
  font-size: 14px;
  font-weight: 800;
  color: #126fba;
  text-decoration: none
}

.pd-explore-card {
  display: block;
  border: 1px solid #dfe7e3;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  background: #fff;
  transition: .25s
}

.pd-explore-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 38px rgba(16, 50, 39, .1)
}

.pd-explore-image {
  height: 205px;
  background: #f7f9f8;
  padding: 24px
}

.pd-explore-image img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.pd-explore-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: #173b30;
  padding: 17px;
  margin: 0
}

.about-clean-intro {
  padding: 72px 0
}

.about-clean-image {
  height: 430px;
  border-radius: 18px;
  overflow: hidden
}

.about-clean-image img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.about-mv-section {
  padding: 0 0 72px
}

.mv-image-box {
  position: relative;
  height: 390px;
  border-radius: 18px;
  overflow: hidden
}

.mv-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.mv-image-box:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 23, 42, .9), rgba(5, 23, 42, .1) 70%)
}

.mv-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px;
  z-index: 2;
  color: #fff
}

.mv-overlay span {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8ccff4
}

.mv-overlay h3 {
  font-size: 21px;
  line-height: 1.45;
  font-weight: 700;
  margin: 9px 0 0;
  color: #fff
}

.product-dropdown {
  columns: 2;
  min-width: 620px
}

.product-dropdown .dropdown-item {
  white-space: normal;
  padding: 9px 18px;
  font-size: 13px
}

@media(max-width:991px) {

  .pd-intro-section,
  .pd-features-section,
  .pd-table-section,
  .pd-explore-more,
  .about-clean-intro {
    padding: 54px 0
  }

  .pd-product-image {
    height: 340px
  }

  .product-dropdown {
    columns: 1;
    min-width: auto
  }

  .about-clean-image {
    height: 350px
  }

  .mv-image-box {
    height: 330px
  }
}

@media(max-width:575px) {
  .pd-product-image {
    height: 280px;
    padding: 18px
  }

  .pd-explore-head {
    align-items: flex-start;
    flex-direction: column
  }

  .pd-explore-image {
    height: 185px
  }

  .mv-image-box {
    height: 300px
  }

  .mv-overlay {
    padding: 22px
  }

  .mv-overlay h3 {
    font-size: 18px
  }
}

/* =========================================================
   Enhanced inner-page UI v4 (scoped - home page unaffected)
   ========================================================= */
.product-page-title,
.about-page-title,
.leadership-page-title {
  position: relative;
  isolation: isolate
}

.product-page-title:after,
.about-page-title:after,
.leadership-page-title:after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: -34px;
  width: 150px;
  height: 70px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .14);
  transform: rotate(-8deg);
  z-index: -1
}

.pd-intro-section {
  position: relative;
  overflow: hidden;
  padding: 92px 0
}

.pd-intro-section:before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 116, 185, .08), transparent 68%);
  left: -130px;
  top: -120px;
  pointer-events: none
}

.pd-intro-copy {
  position: relative;
  padding-left: 28px
}

.pd-intro-copy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 4px;
  height: 74px;
  border-radius: 20px;
  background: linear-gradient(#1674b9, #2d7b59)
}

.pd-intro-copy h2 {
  font-size: clamp(30px, 3vw, 43px)
}

.pd-intro-copy p {
  font-size: 16.5px;
  line-height: 1.9
}

.pd-product-image {
  position: relative;
  min-height: 470px;
  height: auto;
  border-radius: 24px;
  border: 1px solid #dce8e3;
  background: linear-gradient(145deg, #fbfdfc, #f0f5f3);
  box-shadow: 0 24px 60px rgba(20, 55, 44, .09);
  overflow: hidden
}

.pd-product-image:before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(45, 123, 89, .19);
  border-radius: 18px
}

.pd-product-image:after {
  content: "PRODUCT";
  position: absolute;
  right: 20px;
  bottom: 13px;
  color: rgba(23, 59, 48, .08);
  font-size: 42px;
  font-weight: 900;
  letter-spacing: .12em
}

.pd-product-image img {
  position: relative;
  z-index: 1;
  transition: transform .45s ease
}

.pd-product-image:hover img {
  transform: scale(1.035)
}

.pd-features-section {
  position: relative;
  padding: 40px 0;
  background: linear-gradient(180deg, #f4f8f6 0%, #eef5f2 100%)
}

.pd-features-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(24, 76, 58, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(24, 76, 58, .025) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none
}

.pd-features-section .container-fluid {
  position: relative
}

.pd-feature-box {
  min-height: 132px;
  border-radius: 18px;
  padding: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 12px 28px rgba(17, 53, 41, .055);
  transition: .28s ease;
  overflow: hidden;
  position: relative
}

.pd-feature-box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #1674b9, #2d7b59);
  transition: .3s ease
}

.pd-feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 38px rgba(17, 53, 41, .11);
  border-color: #bed4ca
}

.pd-feature-box:hover:after {
  width: 100%
}

.pd-feature-box i {
  width: 54px;
  height: 54px;
  flex-basis: 54px;
  border-radius: 16px;
  font-size: 25px;
  background: linear-gradient(145deg, #e8f5ef, #f5faf8);
  box-shadow: inset 0 0 0 1px #d9ebe3
}

.pd-feature-box span {
  font-size: 15.5px
}

.pd-table-section {
  padding: 40px 0;
  position: relative
}

.pd-table-section .pd-section-heading {
  padding-left: 20px;
  border-left: 4px solid #1674b9
}

.pd-table-wrap {
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(13, 47, 36, .085);
  overflow: auto;
  background: #fff
}

.pd-spec-table thead th {
  padding: 17px 16px;
  background: linear-gradient(135deg, #126fba, #1f82c5) !important
}

.pd-spec-table tbody td {
  padding: 15px 16px;
  font-size: 14px
}

.pd-spec-table tbody tr {
  transition: .2s ease
}

.pd-spec-table tbody tr:hover td {
  background: #edf6f2 !important
}

.pd-spec-table tbody tr:hover td:first-child {
  background: #236b4c !important
}

.pd-table-note {
  padding: 12px 16px;
  border-radius: 10px;
  background: #f3f6f5;
  border-left: 3px solid #2d7b59
}

/* Explore More carousel */
.pd-explore-more {
  padding: 40px 0;
  background: linear-gradient(180deg, #fff, #f7faf8);
  overflow: hidden
}

.pd-explore-actions {
  display: flex;
  align-items: center;
  gap: 10px
}

.pd-view-all {
  margin-right: 10px
}

.pd-slider-btn {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #d6e2dd;
  background: #fff;
  color: #173b30;
  display: grid;
  place-items: center;
  transition: .25s ease
}

.pd-slider-btn:hover {
  background: #173b30;
  color: #fff;
  border-color: #173b30
}

.pdExploreSwiper {
  overflow: visible;
  padding: 5px 2px 52px
}

.pdExploreSwiper .swiper-slide {
  height: auto
}

.pd-explore-card {
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(16, 50, 39, .05)
}

.pd-explore-image {
  height: 230px;
  padding: 30px;
  background: linear-gradient(145deg, #f9fbfa, #edf3f0)
}

.pd-card-copy {
  position: relative;
  padding: 20px 54px 21px 20px;
  background: #fff
}

.pd-card-copy span {
  display: block;
  color: #1674b9;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 800;
  margin-bottom: 7px
}

.pd-card-copy h3 {
  padding: 0;
  font-size: 16px;
  line-height: 1.4
}

.pd-card-copy>i {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #edf5f1;
  color: #2d7b59;
  transition: .25s
}

.pd-explore-card:hover .pd-card-copy>i {
  background: #1674b9;
  color: #fff;
  transform: translateY(-50%) rotate(45deg)
}

.pd-explore-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #9eb6ab;
  opacity: .55
}

.pd-explore-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 10px;
  background: #1674b9;
  opacity: 1
}

/* About company */
.about-modern-intro {
  padding: 54px 0 40px;
}

.about-image-stack {
  position: relative;
  overflow: visible;
  height: 360px
}

.about-image-stack img {
  border-radius: 24px;
  box-shadow: 0 22px 56px rgba(15, 47, 37, .13)
}

.about-image-badge {
  position: absolute;
  right: -24px;
  bottom: 30px;
  width: 210px;
  padding: 22px;
  border-radius: 18px;
  background: #173b30;
  color: #fff;
  box-shadow: 0 18px 38px rgba(11, 37, 29, .25)
}

.about-image-badge strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  color: #8bd2f1
}

.about-image-badge span {
  display: block;
  font-size: 12px;
  line-height: 1.45;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 700
}

.about-mini-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin-top: 25px
}

.about-mini-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 750;
  color: #29483e
}

.about-mini-points i {
  color: #1674b9;
  font-size: 18px
}

.about-number-strip {
  padding: 0 0 82px
}

.about-number-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #173b30, #245a48);
  box-shadow: 0 18px 46px rgba(17, 53, 41, .18)
}

.about-number-grid>div {
  padding: 28px 20px;
  text-align: center;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, .13)
}

.about-number-grid>div:last-child {
  border-right: 0
}

.about-number-grid strong {
  display: block;
  font-size: clamp(26px, 2.4vw, 38px);
  line-height: 1.1;
  color: #8dd3f3
}

.about-number-grid span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 700
}

.about-capabilities-section {
  padding: 40px 0;
  background: #f2f7f4
}

.about-capability-card {
  height: 100%;
  padding: 34px 30px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dde8e3;
  box-shadow: 0 12px 30px rgba(16, 50, 39, .055);
  transition: .28s
}

.about-capability-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(16, 50, 39, .1)
}

.about-capability-card i {
  width: 58px;
  height: 58px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: #eaf5f0;
  color: #267b5b;
  font-size: 27px;
  margin-bottom: 22px
}

.about-capability-card h3 {
  font-size: 20px;
  color: #173b30;
  font-weight: 800;
  margin-bottom: 10px
}

.about-capability-card p {
  font-size: 14.5px;
  line-height: 1.75;
  color: #5a6661;
  margin: 0
}

.about-mv-section {
  padding: 40px 0;
  background: #fff
}

.mv-image-box {
  height: 420px;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(12, 43, 33, .11)
}

.about-values-section {
  padding: 40px 0;
  background: linear-gradient(135deg, #102e25, #1d4d3d);
  color: #fff
}

.about-values-section h2 {
  font-size: clamp(29px, 3vw, 42px);
  font-weight: 850;
  color: #fff;
  margin-bottom: 18px
}

.about-values-section p {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, .74)
}

.about-value-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px
}

.about-value-grid>div {
  padding: 25px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .075);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(5px)
}

.about-value-grid i {
  font-size: 25px;
  color: #8bd2f1
}

.about-value-grid h3 {
  font-size: 17px;
  color: #fff;
  font-weight: 800;
  margin: 13px 0 7px
}

.about-value-grid p {
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0
}

/* Leadership */
.leadership-md-section {
  padding: 60px 0;
  background: #f4f8f6
}

.leadership-md-card {
  overflow: hidden;
  border-radius: 26px;
  background: #fff;
  border: 1px solid #dce7e2;
  box-shadow: 0 25px 65px rgba(15, 47, 37, .12)
}

.leadership-md-image {
  height: 100%;
 min-height: 416px;
    max-height: 419px;
  position: relative;
  background: linear-gradient(145deg, #e8f0ec, #f8faf9);
  overflow: hidden
}

.leadership-md-image:before {
  content: "";
  position: absolute;
  inset: 30px;
  border: 1px solid rgba(45, 123, 89, .18);
  border-radius: 20px
}

.leadership-md-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  position: relative;
  z-index: 1
}

.leader-name-panel {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  z-index: 2;
  padding: 20px 22px;
  border-radius: 16px;
  background: rgba(16, 44, 35, .9);
  backdrop-filter: blur(8px);
  color: #fff
}

.leader-name-panel span {
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #91d4f2;
  font-weight: 800
}

.leader-name-panel h2 {
  font-size: 23px;
  color: #fff;
  margin: 7px 0 0;
  font-weight: 800
}

.leadership-md-content {
  position: relative;
  padding: 40px 42px 40px;

}

.leadership-md-content h2 {
  font-size: clamp(30px, 3vw, 30px);
  font-weight: 850;
  color: #173b30;
  margin-bottom: 15px
}

.leadership-md-content p {
  font-size: 15.5px;
  line-height: 1.88;
  color: #55625d;
  margin-bottom: 16px;
  position: relative;
  z-index: 1
}

.leadership-quote-mark {
  position: absolute;
  right: 34px;
  top: 28px;
  font-size: 110px;
  color: rgba(22, 116, 185, .07);
  line-height: 1
}

.leadership-signature {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e1e8e5;
  display: flex;
  flex-direction: column;
  text-align: end;
  gap: 4px
}

.leadership-signature span {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .05em;
  color: #173b30
}

.leadership-signature small {
  font-size: 12px;
  color: #1674b9;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em
}

.leadership-principles {
  padding: 40px 0;
  background: #fff
}

.leadership-principle-card {
  height: 100%;
  position: relative;
  padding: 10px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #dfe8e4;
  overflow: hidden;
  transition: .28s
}

.leadership-principle-card:after {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  right: -28px;
  top: -28px;
  background: rgba(22, 116, 185, .06)
}

.leadership-principle-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(16, 50, 39, .1)
}

.leadership-principle-card>span {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  color: #1674b9;
  letter-spacing: .08em;
  margin-bottom: 24px
}

.leadership-principle-card h3 {
  font-size: 20px;
  font-weight: 800;
  color: #173b30;
  margin-bottom: 10px
}

.leadership-principle-card p {
  font-size: 14px;
  line-height: 1.72;
  color: #59645f;
  margin: 0
}

@media(max-width:1199px) {
  .about-number-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .about-number-grid>div:nth-child(3) {
    border-right: 0
  }

  .about-number-grid>div:nth-child(-n+3) {
    border-bottom: 1px solid rgba(255, 255, 255, .13)
  }

  .leadership-md-content {
    padding: 45px 40px
  }
}

@media(max-width:991px) {
  .pd-intro-section {
    padding: 66px 0
  }

  .pd-intro-copy {
    padding-left: 20px
  }

  .pd-product-image {
    min-height: 360px
  }

  .pd-explore-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap
  }

  .about-image-stack {
    height: 390px;
    margin-bottom: 24px
  }

  .about-image-badge {
    right: 23px;
    bottom: -32px;
  }

  .about-number-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .about-number-grid>div {
    border-bottom: 1px solid rgba(255, 255, 255, .13)
  }

  .about-number-grid>div:nth-child(odd) {
    border-right: 1px solid rgba(255, 255, 255, .13)
  }

  .about-number-grid>div:nth-child(even) {
    border-right: 0
  }

  .about-number-grid>div:last-child {
    grid-column: 1/-1;
    border-bottom: 0
  }

  .leadership-md-image {
    min-height: 620px
  }

  .leadership-md-content {
    padding: 40px 32px
  }
}

@media(max-width:767px) {
  .pd-explore-head {
    align-items: flex-start;
    flex-direction: column
  }

  .pd-view-all {
    width: 100%;
    margin: 0 0 4px
  }

  .about-mini-points,
  .about-value-grid {
    grid-template-columns: 1fr
  }

  .about-number-grid {
    grid-template-columns: 1fr
  }

  .about-number-grid>div,
  .about-number-grid>div:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .13)
  }

  .about-number-grid>div:last-child {
    grid-column: auto
  }

  .leadership-md-image {
    min-height: 500px
  }

  .leadership-md-content {
    padding: 34px 24px
  }

  .leadership-md-content p {
    font-size: 14.5px
  }

  .leadership-quote-mark {
    font-size: 78px;
    right: 16px
  }
}

@media(max-width:575px) {
  .pd-intro-section {
    padding: 54px 0
  }

  .pd-intro-copy {
    padding-left: 15px
  }

  .pd-product-image {
    min-height: 290px;
    border-radius: 18px
  }

  .pd-product-image:after {
    font-size: 26px
  }

  .pd-features-section,
  .pd-table-section,
  .pd-explore-more {
    padding: 58px 0
  }

  .pd-feature-box {
    min-height: 104px;
    padding: 19px
  }

  .pd-feature-box i {
    width: 46px;
    height: 46px;
    flex-basis: 46px
  }

  .pd-explore-image {
    height: 205px
  }

  .pd-slider-btn {
    width: 39px;
    height: 39px
  }

  .about-modern-intro,
  .about-capabilities-section,
  .about-mv-section,
  .about-values-section,
  .leadership-md-section,
  .leadership-principles {
    padding: 30px 0
  }

  .about-image-stack {
    height: 310px
  }

  .about-image-badge {
    width: 150px;
    padding: 17px
  }

  .about-image-badge strong {
    font-size: 32px
  }

  .mv-image-box {
    height: 320px
  }

  .leadership-md-card {
    border-radius: 18px
  }

  .leadership-md-image {
    min-height: 410px
  }

  .leader-name-panel {
    left: 14px;
    right: 14px;
    bottom: 14px
  }

  .leadership-md-content h2 {
    font-size: 28px
  }
}

/* Product page refinement: intro actions + stable Explore More carousel */
.pd-intro-section {
  padding: 40px 0;
  background:
    radial-gradient(circle at 8% 15%, rgba(22, 116, 185, .075), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
}

.pd-intro-section .row {
  align-items: stretch !important
}

.pd-intro-copy {
  height: 100%;
  max-width: none;
  padding: 46px 46px 44px 50px;
  border: 1px solid #e1ebe6;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(16, 50, 39, .075);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pd-intro-copy:before {
  left: 25px;
  top: 113px;
  width: 4px;
  height: 72px;
}

.pd-intro-copy h2 {
  font-size: clamp(30px, 3vw, 42px);
  margin-bottom: 20px
}

.pd-intro-copy p {
  font-size: 16px;
  line-height: 1.85;
  color: #52625c
}

.pd-intro-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px
}

.pd-action-btn {
  min-height: 48px;
  padding: 12px 19px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 13.5px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}

.pd-action-btn:hover {
  transform: translateY(-2px)
}

.pd-action-primary {
  background: #1674b9;
  color: #fff;
  border: 1px solid #1674b9;
  box-shadow: 0 10px 24px rgba(22, 116, 185, .22)
}

.pd-action-primary:hover {
  background: #115f98;
  color: #fff;
  border-color: #115f98
}

.pd-action-outline {
    color: #ffffff;
    border: 1px solid #b9ccc3;
    background: linear-gradient(135deg, #083f78 0%, #0f67b7 52%, #20a5e8 100%);
}

.pd-action-outline:hover {
  background: #173b30;
  color: #fff;
  border-color: #173b30;
  box-shadow: 0 10px 24px rgba(23, 59, 48, .16)
}

.pd-product-image {
  height: auto;
  max-height: 380px;
  border-radius: 24px;
  border: 1px solid #dce9e3;
  background: linear-gradient(145deg, #fbfdfc, #f1f6f3);
  padding: 42px;
  box-shadow: 0 22px 60px rgba(16, 50, 39, .075);
}

.pd-product-image:before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed #cfddd6;
  border-radius: 18px;
  pointer-events: none;
}

.pd-product-image img {
  position: relative;
  z-index: 1;
  max-width: 67%;
  max-height: 94%
}

.pd-explore-more {
  overflow: hidden;
  padding: 82px 0;
  background: linear-gradient(180deg, #fff, #f5f9f7)
}

.pd-explore-more .container {
  max-width: 1320px
}

.pd-explore-head {
  margin-bottom: 30px
}

.pdExploreSwiper {
  width: 100%;
  max-width: 100%;
  overflow: hidden !important;
  padding: 4px 4px 48px;
  box-sizing: border-box;
}

.pdExploreSwiper .swiper-wrapper {
  align-items: stretch
}

.pdExploreSwiper .swiper-slide {
  height: auto;
  box-sizing: border-box
}

.pd-explore-card {
  width: stretch;
  height: 100%;
  box-sizing: border-box;
}

.pd-explore-pagination {
  bottom: 4px !important
}

@media(max-width:991px) {
  .pd-intro-section {
    padding: 64px 0
  }

  .pd-intro-copy {
    padding: 36px 32px 34px 38px
  }

  .pd-intro-copy:before {
    left: 18px;
    top: 37px;
    height: 64px
  }

  .pd-product-image {
    min-height: 390px;
    padding: 30px
  }

  .pd-explore-actions {
    width: auto;
    justify-content: flex-end
  }
}

@media(max-width:767px) {
  .pd-intro-section .row {
    gap: 22px !important
  }

  .pd-intro-copy {
    padding: 31px 24px 28px 30px;
    border-radius: 18px
  }

  .pd-intro-copy:before {
    left: 13px;
    top: 32px;
    height: 56px
  }

  .pd-intro-copy p {
    font-size: 15px;
    line-height: 1.75
  }

  .pd-intro-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%
  }

  .pd-action-btn {
    width: 100%;
    min-height: 47px
  }

  .pd-product-image {
    min-height: 330px;
    border-radius: 18px;
    padding: 24px
  }

  .pd-product-image:before {
    inset: 12px;
    border-radius: 13px
  }

  .pd-explore-head {
    gap: 18px
  }

  .pd-explore-actions {
    width: 100%;
    justify-content: space-between
  }

  .pd-view-all {
    width: auto !important;
    margin: 0 !important
  }
}

@media(max-width:575px) {
  .pd-intro-section {
    padding: 48px 0
  }

  .pd-intro-copy {
    padding: 28px 20px 24px 25px
  }

  .pd-intro-copy:before {
    left: 9px;
    top: 29px;
    height: 50px;
    width: 3px
  }

  .pd-product-image {
    min-height: 285px;
    padding: 18px
  }

  .pd-explore-more {
    padding: 58px 0
  }

  .pdExploreSwiper {
    padding-left: 1px;
    padding-right: 1px
  }
}

/* Contact page */
.contact-page-title {
  background-image: linear-gradient(90deg, rgba(7, 31, 25, .88), rgba(7, 31, 25, .48)), url('../images/img/Home-background-09.jpg');
  background-position: center 58%
}

.contact-intro-section {
  padding: 80px 0;
  background: linear-gradient(180deg, #fff, #f7faf8)
}

.contact-intro-card,
.contact-form-card {
  border: 1px solid #dce8e2;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(19, 56, 44, .08)
}

.contact-intro-card {
  padding: 30px;
  background: linear-gradient(155deg, #123c30 0%, #1b5845 100%);
  color: #fff;
  position: relative;
  overflow: hidden
}

.contact-intro-card:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  right: -90px;
  top: -90px;
  background: rgba(255, 255, 255, .06)
}

.contact-intro-card .pd-eyebrow {
  color: #81c6ff
}

.contact-intro-card h2 {
  font-size: clamp(28px, 3vw, 24px);
  line-height: 1.15;
  margin: 12px 0 18px;
  color: #fff
}

.contact-intro-card>p {
  color: rgba(255, 255, 255, .76);
  line-height: 1.8;
  margin-bottom: 30px
}

.contact-quick-list {
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 1
}

.contact-quick-item {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, .055);
  transition: .25s ease
}

.contact-quick-item:hover {
  color: #fff;
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .28)
}

.contact-quick-icon {
  width: 48px;
  height: 48px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: #fff;
  color: #1674b9;
  font-size: 20px
}

.contact-quick-item small,
.contact-quick-item strong {
  display: block
}

.contact-quick-item small {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(255, 255, 255, .6);
  margin-bottom: 3px
}

.contact-quick-item strong {
  font-size: 14px;
  overflow-wrap: anywhere
}

.contact-response-note {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  position: relative;
  z-index: 1
}

.contact-response-note i {
  font-size: 22px;
  color: #7dc4ff
}

.contact-response-note strong,
.contact-response-note span {
  display: block
}

.contact-response-note strong {
  font-size: 14px;
  margin-bottom: 3px
}

.contact-response-note span {
  font-size: 12px;
  color: rgba(255, 255, 255, .65);
  line-height: 1.5
}

.contact-form-card {
  padding: 42px
}

.contact-form-head {
  margin-bottom: 28px
}

.contact-form-head h2 {
  font-size: clamp(28px, 3vw, 32px);
  font-weight: 700;
  color: #103c30;
  margin: 9px 0 8px
}

.contact-form-head p {
  margin: 0;
  color: #73827c
}

.contact-form-head p span,
.contact-page-form label span {
  color: #d74c4c
}

.contact-page-form label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #173e32;
  margin-bottom: 8px
}

.contact-field {
  min-height: 54px;
  border: 1px solid #dce6e1;
  border-radius: 13px;
  background: #fbfdfc;
  display: flex;
  align-items: center;
  padding: 0 15px;
  transition: .2s ease
}

.contact-field:focus-within {
  border-color: #2b7cc2;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(43, 124, 194, .08)
}

.contact-field>i {
  font-size: 17px;
  color: #2b7cc2;
  margin-right: 11px
}

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #243b34;
  font-size: 14px
}

.contact-field input,
.contact-field select {
  height: 52px
}

.contact-field select {
  appearance: none
}

.contact-select-field {
  position: relative
}

.contact-select-field:after {
  content: "\F282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 15px;
  color: #60756d;
  pointer-events: none
}

.contact-textarea {
  align-items: flex-start;
  padding-top: 16px
}

.contact-textarea textarea {
  resize: vertical;
  min-height: 118px
}

.contact-form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 8px
}

.contact-consent {
  display: flex !important;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  font-weight: 500 !important;
  color: #65766f !important
}

.contact-consent input {
  width: 17px;
  height: 17px;
  accent-color: #1674b9
}

.contact-submit-btn {
  border: 0;
  border-radius: 12px;
  background: #1674b9;
  color: #fff;
  min-height: 50px;
  padding: 0 22px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: .25s ease;
  box-shadow: 0 12px 28px rgba(22, 116, 185, .22)
}

.contact-submit-btn:hover {
  background: #115f98;
  transform: translateY(-2px)
}

.contact-offices-section {
  padding: 40px 0;
  background: #fff
}

.contact-office-content h3,
.contact-support-wrap h2 {

  font-weight: 700;
}

.contact-office-card {
  height: 100%;
  padding: 30px;
  border: 1px solid #dce8e2;
  border-radius: 20px;
  display: flex;
  gap: 20px;
  background: #f8fbf9;
  transition: .25s ease
}

.contact-office-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 44px rgba(20, 55, 44, .09);
  background: #fff
}

.contact-office-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: 17px;
  background: #e8f3ee;
  color: #17634d;
  display: grid;
  place-items: center;
  font-size: 27px
}

.contact-office-content>span {
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #2777bd;
  font-weight: 800
}

.contact-office-content h3 {
  font-size: 22px;
  color: #113f31;
  margin: 7px 0 10px
}

.contact-office-content p {
  color: #64756e;
  line-height: 1.75;
  margin-bottom: 16px
}

.contact-office-content a {
  font-weight: 800;
  color: #1b6db0;
  text-decoration: none
}

.contact-office-content a:hover {
  color: #124f82
}

.contact-support-section {
  padding: 0 0 82px;
  background: #fff
}

.contact-support-wrap {
  border-radius: 24px;
  padding: 38px 42px;
  background: linear-gradient(120deg, #eff7f3, #e8f3f9);
  border: 1px solid #d6e7df;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px
}

.contact-support-wrap h2 {
  color: #103e31;
  font-size: clamp(26px, 3vw, 38px);
  margin: 8px 0
}

.contact-support-wrap p {
  margin: 0;
  color: #60736b
}

.contact-support-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0
}

.contact-support-actions a {
  min-height: 50px;
  padding: 0 20px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-weight: 800
}

.contact-support-primary {
  background: #1674b9;
  color: #fff
}

.contact-support-primary:hover {
  background: #115f98;
  color: #fff
}

.contact-support-secondary {
  background: #fff;
  color: #17634d;
  border: 1px solid #bcd2c8
}

.contact-support-secondary:hover {
  background: #17634d;
  color: #fff
}

@media(max-width:991px) {

  .contact-intro-section,
  .contact-offices-section {
    padding: 64px 0
  }

  .contact-intro-card,
  .contact-form-card {
    padding: 32px
  }

  .contact-support-wrap {
    align-items: flex-start;
    flex-direction: column
  }

  .contact-support-actions {
    flex-wrap: wrap
  }
}

@media(max-width:767px) {

  .contact-intro-section,
  .contact-offices-section {
    padding: 52px 0
  }

  .contact-intro-card,
  .contact-form-card {
    padding: 25px;
    border-radius: 18px
  }

  .contact-intro-card h2 {
    font-size: 30px
  }

  .contact-form-footer {
    align-items: flex-start;
    flex-direction: column
  }

  .contact-submit-btn {
    width: 100%;
    justify-content: center
  }

  .contact-office-card {
    padding: 24px;
    flex-direction: column
  }

  .contact-support-section {
    padding-bottom: 58px
  }

  .contact-support-wrap {
    padding: 28px 24px;
    border-radius: 18px
  }

  .contact-support-actions {
    width: 100%
  }

  .contact-support-actions a {
    flex: 1;
    justify-content: center;
    white-space: nowrap
  }
}

@media(max-width:480px) {
  .contact-quick-item {
    grid-template-columns: 42px 1fr auto;
    padding: 11px
  }

  .contact-quick-icon {
    width: 42px;
    height: 42px
  }

  .contact-support-actions {
    display: grid;
    grid-template-columns: 1fr
  }

  .contact-office-icon {
    width: 54px;
    height: 54px;
    flex-basis: 54px
  }

  .about-capability-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-capability-card i {
    margin-bottom: 15px;
    font-size: 2.2rem;
    /* Optional */
  }

  .about-capability-card h3 {
    margin-bottom: 10px;
  }

  .about-capability-card p {
    margin: 0 auto;
    max-width: 90%;
  }

  .about-values-section {
    text-align: center;
  }

  .about-values-section .row {
    justify-content: center;
  }

  .about-values-section .col-lg-5,
  .about-values-section .col-lg-7 {
    text-align: center;
  }

  .about-values-section h2 {
    margin: 15px 0;
  }

  .about-values-section p {
    margin: 0 auto 20px;
    max-width: 95%;
  }

  .about-value-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .about-value-grid>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px 20px;
  }

  .about-value-grid i {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }

  .about-value-grid h3 {
    margin-bottom: 10px;
  }

  .about-value-grid p {
    margin: 0;
  }

  .about-image-badge {
    text-align: center;
    width: 192px;
    padding: 17px;
  }

  .leader-name-panel h2 {
    font-size: 22px;
    color: #fff;
    margin: 7px 0 0;
    font-weight: 800;
  }

  .leadership-md-content h2 {
    font-size: 22px;
  }

  .leadership-principle-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 25px 20px;
  }

  .leadership-principle-card span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .leadership-principle-card h3 {
    margin-bottom: 10px;
  }

  .leadership-principle-card p {
    margin: 0;
    max-width: 90%;
  }

  .inner-breadcrumb {

    font-size: 11px;
  }

  .pd-intro-section .row {
    gap: 0px !important;
  }

  .pd-intro-section {
    padding: 30px 0;
  }

  .pd-features-section,
  .pd-table-section,
  .pd-explore-more {
    padding: 30px 0;
  }

  .pd-feature-box {
    min-height: 40px;
    padding: 9px;
  }

  .pd-feature-box i {
    width: 35px;
    height: 35px;
    flex-basis: 45px;
  }

  .pd-feature-box i {

    font-size: 18px;
  }

  .pd-section-heading h2 {
    font-size: clamp(18px, 3vw, 30px);
  }

  .pd-explore-actions {
    width: 100%;
    justify-content: space-around;
  }

  .contact-office-content h3 {
    font-size: 19px;
  }

  .contact-office-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px 20px;
  }

  .contact-office-icon {
    margin-bottom: 18px;
  }

  .contact-office-icon i {
    font-size: 2.3rem;
    /* Optional */
  }

  .contact-office-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .contact-office-content span {
    margin-bottom: 8px;
  }

  .contact-office-content h3 {
    margin-bottom: 12px;
  }

  .contact-office-content p {
    margin: 0 0 15px;
    max-width: 95%;
  }

  .contact-office-content a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  .contact-support-wrap {
    text-align: center;
  }
}

.about-image-badge {
  text-align: center;
}

.product-page-title:after {
  display: none;
}




.white {
  color: white !important;
}

/* =========================================================
   Products & Solutions mega menu - Diamond theme
   ========================================================= */
.mega-product-menu {
  position: static;
}

.product-mega-menu {
  --mega-blue: #1173b9;
  --mega-green: #245f49;
  --mega-orange: #f06423;
  width: min(1120px, calc(100vw - 48px));
  left: 50% !important;
  right: auto !important;
  transform: translateX(-50%);
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 0 0 20px 20px;
  background: #17201d;
  box-shadow: 0 28px 70px rgba(7, 24, 18, .28);
}

.product-mega-shell {
  position: relative;
  padding: 26px 30px 30px;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    radial-gradient(circle at 100% 0, rgba(17, 115, 185, .18), transparent 34%),
    #17201d;
  background-size: 28px 28px, 28px 28px, auto, auto;
}

.product-mega-shell:before,
.product-mega-shell:after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, .6);
}

.product-mega-shell:before {
  inset: 12px;
  border-left: 1px solid;
  border-right: 1px solid;
}

.product-mega-shell:after {
  left: 12px;
  right: 12px;
  top: 12px;
  height: 10px;
  border-top: 1px solid;
  box-shadow: 0 calc(100% + 286px) 0 -9px rgba(255, 255, 255, .6);
}

.product-mega-top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding: 0 4px 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.product-mega-kicker {
  display: block;
  color: #a9bab3;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.product-mega-top h2 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -.02em;
}

.product-mega-all {
  color: #fff;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 8px;
  transition: .25s ease;
}

.product-mega-all:hover {
  color: #fff;
  background: var(--mega-blue);
  border-color: var(--mega-blue);
}

.product-mega-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px 34px;
}

.product-mega-group {
  min-width: 0;
}

.product-mega-group>a:not(.product-mega-heading) {
  position: relative;
  display: block;
  color: #d6dedb;
  font-size: 13px;
  line-height: 1.45;
  text-decoration: none;
  padding: 4px 0 4px 13px;
  transition: color .2s ease, transform .2s ease;
}

.product-mega-group>a:not(.product-mega-heading):before {
  content: "";
  position: absolute;
  left: 1px;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  opacity: .75;
}

.product-mega-group>a:not(.product-mega-heading):hover {
  color: #fff;
  transform: translateX(3px);
}

.product-mega-heading {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  margin-bottom: 7px;
}

.product-mega-heading:hover {
  color: #fff;
}

.product-mega-heading span {
  flex: 0 0 12px;
  width: 12px;
  height: 12px;
  border-radius: 2px;
  background: var(--mega-orange);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .1);
}

.product-mega-group:nth-child(3n+2) .product-mega-heading span {
  background: var(--mega-blue);
}

.product-mega-group:nth-child(3n) .product-mega-heading span {
  background: #45a777;
}

@media (min-width: 992px) {
  .mega-product-menu:hover>.product-mega-menu {
    display: block;
  }

  .mega-product-menu>.nav-link:after {
    transition: transform .2s ease;
  }

  .mega-product-menu:hover>.nav-link:after {
    transform: rotate(180deg);
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .product-mega-menu {
    width: calc(100vw - 28px);
  }

  .product-mega-grid {
    gap: 22px 24px;
  }
}

@media (max-width: 991px) {
  .mega-product-menu {
    position: relative;
  }

  .product-mega-menu {
    width: 100%;
    left: auto !important;
    transform: none;
    border-radius: 12px;
    margin: 6px 0 12px;
    box-shadow: none;
  }

  .product-mega-shell {
    padding: 20px;
  }

  .product-mega-shell:before,
  .product-mega-shell:after {
    display: none;
  }

  .product-mega-top {
    align-items: flex-start;
  }

  .product-mega-top h2 {
    font-size: 17px;
  }

  .product-mega-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
}

@media (max-width: 575px) {
  .product-mega-top {
    display: block;
  }

  .product-mega-all {
    display: inline-flex;
    margin-top: 12px;
  }

  .product-mega-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.product-mega-group>a.active:not(.product-mega-heading),
.product-mega-heading.active {
  color: #71c8ff;
}

.product-mega-group>a.active:not(.product-mega-heading):before {
  background: #71c8ff;
  opacity: 1;
}

/* Products mega menu light theme update */
.product-mega-menu {
  border: 1px solid rgba(0, 106, 200, .14);
  border-top: 3px solid var(--primary);
  border-radius: 0 0 16px 16px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(8, 33, 61, .16);
}

.product-mega-shell {
  background: #ffffff;
}

.product-mega-shell:before,
.product-mega-shell:after {
  display: none;
}

.product-mega-top {
  border-bottom: 1px solid #dbeaf7;
}

.product-mega-kicker {
  color: var(--primary);
}

.product-mega-top h2 {
  color: var(--dark);
}

.product-mega-all {
  color: var(--primary);
  background: #f5faff;
  border-color: #cfe5f7;
}

.product-mega-all:hover {
  color: #ffffff;
  background: var(--primary);
  border-color: var(--primary);
}

.product-mega-heading,
.product-mega-heading:hover {
  color: var(--dark);
}

.product-mega-heading span,
.product-mega-group:nth-child(3n+2) .product-mega-heading span,
.product-mega-group:nth-child(3n) .product-mega-heading span {
  background: var(--primary);
  box-shadow: 0 0 0 3px rgba(0, 106, 200, .10);
}

.product-mega-group>a:not(.product-mega-heading) {
  color: #334155;
}

.product-mega-group>a:not(.product-mega-heading):before {
  background: var(--primary);
  opacity: .75;
}

.product-mega-group>a:not(.product-mega-heading):hover {
  color: var(--primary);
}

.product-mega-group>a.active:not(.product-mega-heading),
.product-mega-heading.active {
  color: var(--primary);
}

@media (max-width: 991px) {
  .product-mega-menu {
    border-radius: 14px;
  }
}

/* Product menu width + redesigned product highlights */
@media (min-width: 1200px) {
  .product-mega-menu {
    width: min(940px, calc(100vw - 64px));
  }

  .product-mega-shell {
    padding: 23px 26px 27px;
  }

  .product-mega-grid {
    gap: 22px 28px;
  }
}

.pd-features-section {
  padding: 54px 0;
  background: #f4f8f6;
}

.pd-highlights-panel {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(250px, .82fr) minmax(0, 2fr);
  border: 1px solid #d9e5df;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 53, 41, .08);
}

.pd-highlights-intro {
  position: relative;
  padding: 42px 34px;
  background: linear-gradient(145deg, #123f33 0%, #1d654e 100%);
  color: #fff;
  overflow: hidden;
}

.pd-highlights-intro:after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -72px;
  width: 190px;
  height: 190px;
  border: 34px solid rgba(255, 255, 255, .055);
  border-radius: 50%;
}

.pd-highlights-intro .pd-eyebrow {
  color: #8bc7ff;
  margin-bottom: 12px;
}

.pd-highlights-intro h2 {
  color: #fff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
  margin: 0 0 16px;
}

.pd-highlights-intro p {
  position: relative;
  z-index: 1;
  max-width: 290px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 14px;
  line-height: 1.7;
}

.pd-highlights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 16px;
  gap: 12px;
  background: #f8fbf9;
}

.pd-highlights-grid .pd-feature-box {
  min-height: 112px;
  padding: 20px;
  border: 1px solid #e0e9e4;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 3px 14px;
  align-content: center;
  position: relative;
  overflow: hidden;
}

.pd-highlights-grid .pd-feature-box:after {
  display: none;
}

.pd-highlights-grid .pd-feature-box:hover {
  transform: translateY(-3px);
  border-color: #b7d6c8;
  box-shadow: 0 12px 26px rgba(17, 53, 41, .08);
}

.pd-highlights-grid .pd-feature-box i {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  align-self: center;
  border-radius: 12px;
  color: #1674b9;
  background: #edf6fc;
  box-shadow: inset 0 0 0 1px #d7eaf7;
  font-size: 20px;
}

.pd-feature-number {
  grid-column: 2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .14em;
  color: #8aa098;
}

.pd-feature-text {
  grid-column: 2;
  color: #173b30;
  font-size: 15px;
  font-weight: 780;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .pd-highlights-panel {
    grid-template-columns: 1fr;
  }

  .pd-highlights-intro {
    padding: 30px;
  }

  .pd-highlights-intro p {
    max-width: 560px;
  }
}

@media (max-width: 575px) {
  .pd-features-section {
    padding: 30px 0;
  }

  .pd-highlights-panel {
    border-radius: 18px;
  }

  .pd-highlights-intro {
    padding: 25px 22px;
  }

  .pd-highlights-grid {
    grid-template-columns: 1fr;
    padding: 10px;
    gap: 10px;
  }

  .pd-highlights-grid .pd-feature-box {
    min-height: 88px;
    padding: 16px;
  }
}

/* Final header underline fix + compact product highlights */
.main-nav:not(.nav-scrolled):not(.shadow-sm) {
  border-bottom-color: transparent;
}

.main-nav .nav-link::before,
.main-nav .nav-link::after {
  display: none !important;
}

.pd-features-section {
  padding: 34px 0;
}

.pd-highlights-panel {
  border-radius: 20px;
}

.pd-highlights-intro {
  padding: 30px 28px;
}

.pd-highlights-intro .pd-eyebrow {
  margin-bottom: 8px;
}

.pd-highlights-intro h2 {
  font-size: clamp(25px, 2.6vw, 34px);
  margin-bottom: 11px;
}

.pd-highlights-intro p {
  font-size: 13.5px;
  line-height: 1.6;
}

.pd-highlights-grid {
  padding: 12px;
  gap: 9px;
}

.pd-highlights-grid .pd-feature-box {
  min-height: 92px;
  padding: 15px 17px;
  border-radius: 14px;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 2px 12px;
}

.pd-highlights-grid .pd-feature-box i {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-radius: 11px;
  font-size: 18px;
}

.pd-feature-text {
  font-size: 14px;
}

@media (max-width: 991px) {
  .pd-features-section {
    padding: 28px 0;
  }

  .pd-highlights-intro {
    padding: 25px;
  }
}

@media (max-width: 575px) {
  .pd-features-section {
    padding: 22px 0;
  }

  .pd-highlights-intro {
    padding: 22px 20px;
  }

  .pd-highlights-grid {
    padding: 8px;
    gap: 8px;
  }

  .pd-highlights-grid .pd-feature-box {
    min-height: 78px;
    padding: 13px 14px;
  }
}


/* Current page navigation indicator */
@media (min-width: 992px) {
  .main-nav .navbar-nav>.nav-item>.nav-link {
    position: relative;
  }

  .main-nav .navbar-nav>.nav-item>.nav-link.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    width: calc(100% - 18px);
    height: 3px;
    border-radius: 999px;
    background: #1173b9;
    transform: translateX(-50%);
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .main-nav .navbar-nav>.nav-item>.nav-link.active {
    border-left: 3px solid #1173b9;
    padding-left: 12px;
  }
}

/* Jaw Crusher Category Page */
.jaw-category-intro {
  padding: 90px 0;
  background: #fff;
}

.jaw-intro-copy h2 {
  max-width: 720px;
  margin: 12px 0 22px;
  color: #173b30;
  font-size: clamp(22px, 4vw, 35px);
  font-weight: 850;
  line-height: 1.12;
}

.jaw-intro-copy>p {
  margin-bottom: 14px;
  color: #5d6a66;
  font-size: 17px;
  line-height: 1.8;
}

.jaw-intro-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.jaw-intro-points span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 17px;
  border: 1px solid #dfeae5;
  border-radius: 12px;
  background: #f7faf8;
  color: #29483e;
  font-weight: 700;
}

.jaw-intro-points i {
  color: #1674b9;
  font-size: 20px;
}

.jaw-intro-image {
  position: relative;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(145deg, #f4f8f6 0%, #eaf2ee 100%);
  box-shadow: 0 25px 65px rgba(23, 59, 48, .12);
}

.jaw-intro-image:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  top: -80px;
  right: -70px;
  border-radius: 50%;
  background: rgba(22, 116, 185, .1);
}

.jaw-intro-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 350px;
  object-fit: contain;
}

.jaw-intro-badge {
  position: absolute;
  z-index: 2;
  left: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 19px;
  border-radius: 14px;
  background: #173b30;
  color: #fff;
  box-shadow: 0 15px 35px rgba(23, 59, 48, .2);
}

.jaw-intro-badge strong {
  color: #83c9a8;
  font-size: 32px;
  line-height: 1;
}

.jaw-intro-badge span {
  max-width: 95px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

.jaw-product-grid {
  background: #f5f8f7;
}

.jaw-product-grid .pd-section-heading {
  max-width: 760px;
  margin: 0 auto 45px;
}

.jaw-product-grid .product-list-body p {
  min-height: 78px;
  margin: -7px 0 20px;
  color: #68736f;
  font-size: 15px;
  line-height: 1.65;
}

.jaw-product-grid .product-list-body span i {
  transition: transform .25s ease;
}

.jaw-product-grid .product-list-card:hover .product-list-body span i {
  transform: translateX(5px);
}

@media (max-width: 991.98px) {
  .jaw-category-intro {
    padding: 70px 0;
  }

  .jaw-intro-image {
    min-height: 380px;
  }
}

@media (max-width: 575.98px) {
  .jaw-category-intro {
    padding: 55px 0;
  }

  .jaw-intro-points {
    grid-template-columns: 1fr;
  }

  .jaw-intro-image {
    min-height: 320px;
    padding: 28px 20px 75px;
    border-radius: 20px;
  }

  .jaw-intro-image img {
    height: 245px;
  }

  .jaw-intro-badge {
    left: 18px;
    bottom: 18px;
  }

  .jaw-product-grid .product-list-body p {
    min-height: auto;
  }
}

/* =========================================================
   July 2026 inner-page additions
   ========================================================= */

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.home-product-grid .product-card-grid {
  width: auto;
  min-width: 0;
  margin: 0;
}

.home-product-grid .product-card-grid .product-image {
  min-height: 220px;
}

.category-page-title,
.support-page-title,
.careers-page-title,
.news-page-title,
.blog-detail-title {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.category-page-title::before,
.support-page-title::before,
.careers-page-title::before,
.news-page-title::before,
.blog-detail-title::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(90deg, rgba(7, 33, 50, .94), rgba(12, 73, 111, .78)), url('../images/img/Home-background-09.jpg') center/cover no-repeat;
}

.support-page-title::before {
  background-image: linear-gradient(90deg, rgba(6, 37, 57, .95), rgba(21, 105, 165, .75)), url('../images/About%20Us.jpg');
}

.careers-page-title::before {
  background-image: linear-gradient(90deg, rgba(7, 35, 51, .95), rgba(26, 101, 142, .73)), url('../images/About%20Us.jpg');
}

.news-page-title::before,
.blog-detail-title::before {
  background-image: linear-gradient(90deg, rgba(7, 34, 51, .95), rgba(23, 95, 133, .75)), url('../images/img/Thopte-Plant-0101.jpeg');
}

.category-overview-section {
  padding: 88px 0;
  background: #fff;
}

.category-overview-copy h2 {
  margin: 12px 0 22px;
  color: #173b30;
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 850;
  line-height: 1.12;
}

.category-overview-copy>p {
  max-width: 720px;
  margin: 0 0 14px;
  color: #5e6d68;
  font-size: 16px;
  line-height: 1.8;
}

.category-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.category-benefit-grid span {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #dce9e4;
  border-radius: 13px;
  background: #f7faf9;
  color: #24463b;
  font-weight: 700;
}

.category-benefit-grid i {
  color: #1475bb;
  font-size: 19px;
}

.category-hero-visual {
  position: relative;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 46px;
  overflow: hidden;
  border-radius: 30px;
  background: radial-gradient(circle at 70% 20%, rgba(32, 126, 187, .16), transparent 38%), linear-gradient(145deg, #f4f8f6, #e7f0ec);
  box-shadow: 0 30px 75px rgba(15, 59, 47, .13);
}

.category-hero-visual::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -110px;
  bottom: -140px;
  border: 45px solid rgba(15, 113, 178, .08);
  border-radius: 50%;
}

.category-hero-visual img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 355px;
  object-fit: contain;
  filter: drop-shadow(0 25px 24px rgba(17, 62, 50, .18));
}

.category-visual-ring {
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(24, 116, 178, .25);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(24, 116, 178, .05), 0 0 0 70px rgba(24, 116, 178, .025);
}

.category-count-badge {
  position: absolute;
  z-index: 3;
  left: 28px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border-radius: 14px;
  background: #173b30;
  color: #fff;
  box-shadow: 0 14px 32px rgba(15, 57, 45, .22);
}

.category-count-badge strong {
  color: #79c6a0;
  font-size: 30px;
  line-height: 1;
}

.category-count-badge span {
  width: 76px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.25;
}

.category-products-section {
  background: #f4f8f6;
}

.category-products-section .pd-section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.category-products-section .product-list-body p {
  min-height: 74px;
  margin: -5px 0 20px;
  color: #68746f;
  line-height: 1.65;
}

.inner-tabs-section {
  padding: 15px 0 42px;
  background: linear-gradient(180deg, #f5f8f7 0%, #fff 100%);
}

.inner-tab-shell {
  overflow: hidden;
  border: 1px solid #deebe6;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(17, 61, 49, .10);
}

.inner-page-tabs {
  display: flex;
  gap: 10px;
  padding: 14px;
  border-bottom: 1px solid #e4eeea;
  background: #f6faf8;
}

.inner-page-tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 210px;
  padding: 14px 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: #35564b;
  font-weight: 780;
}

.inner-page-tabs .nav-link:hover {
  border-color: #cbded7;
  color: #116faf;
}

.inner-page-tabs .nav-link.active {
  background: linear-gradient(135deg, #126fae, #1986cb);
  color: #fff;
  box-shadow: 0 10px 24px rgba(18, 111, 174, .24);
}

.inner-page-tabs .nav-link i {
  font-size: 18px;
}

.inner-tab-shell .tab-content {
  padding: clamp(24px, 4vw, 52px);
}

.diamond-care-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 4vw, 58px);
  border-radius: 22px;
  background: radial-gradient(circle at 85% 18%, rgba(66, 177, 231, .22), transparent 28%), linear-gradient(135deg, #0b3248 0%, #104f73 55%, #0f6ba2 100%);
  color: #fff;
}

.diamond-care-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to right, transparent, #000);
}

.diamond-care-hero>.row {
  position: relative;
  z-index: 1;
}

.diamond-care-hero .pd-eyebrow {
  color: #8ed5ff;
}

.diamond-care-hero h2 {
  margin: 12px 0 18px;
  font-size: clamp(32px, 4.3vw, 58px);
  font-weight: 900;
  line-height: 1.02;
}

.diamond-care-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .80);
  font-size: 16px;
  line-height: 1.75;
}

.diamond-care-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  max-width: 650px;
  margin-top: 25px;
}

.diamond-care-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 12px;
  background: rgba(255, 255, 255, .07);
  font-size: 14px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.diamond-care-points i {
  color: #8fe2b5;
}

.diamond-care-hero .pd-action-primary {
  background: #fff;
  color: #0f6090;
}

.diamond-care-hero .pd-action-primary:hover {
  background: #dff3ff;
}

.diamond-care-hero .pd-action-outline {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

.mascot-stage {
  position: relative;
  min-height: 510px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.mascot-stage::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 82%;
  height: 66%;
  border-radius: 48% 48% 24px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .04));
  border: 1px solid rgba(255, 255, 255, .15);
}

.mascot-stage img {
  position: relative;
  z-index: 2;
  max-height: 500px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 25px 22px rgba(0, 0, 0, .25));
}

.mascot-ring {
  position: absolute;
  border: 1px solid rgba(144, 220, 255, .30);
  border-radius: 50%;
}

.mascot-ring-one {
  width: 320px;
  height: 320px;
  top: 45px;
}

.mascot-ring-two {
  width: 410px;
  height: 410px;
  top: 0;
}

.mascot-label {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px 16px;
  border-radius: 13px;
  background: #fff;
  color: #173b30;
  box-shadow: 0 15px 36px rgba(0, 0, 0, .18);
}

.mascot-label i {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #e6f5ff;
  color: #1475b8;
  font-size: 18px;
}

.mascot-label span {
  display: flex;
  flex-direction: column;
  font-size: 11px;
}

.mascot-label strong {
  font-size: 14px;
}

.service-value-grid,
.customer-service-grid,
.culture-pillars,
.career-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.service-value-grid article,
.customer-service-card,
.culture-pillars article,
.career-area-grid article {
  position: relative;
  padding: 27px;
  border: 1px solid #dfeae6;
  border-radius: 18px;
  background: #fff;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.service-value-grid article:hover,
.customer-service-card:hover,
.culture-pillars article:hover,
.career-area-grid article:hover {
  transform: translateY(-5px);
  border-color: #bad8cb;
  box-shadow: 0 18px 38px rgba(20, 65, 52, .10);
}

.service-value-grid article>i,
.customer-service-card>i,
.culture-pillars article>i,
.career-area-grid article>i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  border-radius: 13px;
  background: #e9f6ff;
  color: #1475b8;
  font-size: 21px;
}

.service-value-grid h3,
.customer-service-card h3,
.culture-pillars h3,
.career-area-grid h3 {
  margin-bottom: 11px;
  color: #173b30;
  font-size: 19px;
  font-weight: 800;
}

.service-value-grid p,
.customer-service-card p,
.culture-pillars p,
.career-area-grid p {
  margin-bottom: 9px;
  color: #68756f;
  font-size: 14px;
  line-height: 1.7;
}

.tab-section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.tab-section-heading h2 {
  margin: 10px 0 14px;
  color: #173b30;
  font-size: clamp(28px, 3vw, 43px);
  font-weight: 850;
}

.tab-section-heading p {
  color: #65726d;
  font-size: 16px;
  line-height: 1.75;
}

.customer-service-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.customer-service-card {
  min-height: 300px;
  padding: 32px;
  overflow: hidden;
}

.service-card-number {
  position: absolute;
  right: 22px;
  top: 17px;
  color: rgba(20, 115, 180, .10);
  font-size: 54px;
  font-weight: 900;
}

.customer-service-card strong {
  color: #245247;
}

.support-network-strip {
  display: grid;
  grid-template-columns: 1fr 1.5fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 24px;
  padding: 23px 26px;
  border-radius: 16px;
  background: #173b30;
  color: #fff;
}

.support-network-strip div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.support-network-strip span {
  color: #9cc8b5;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.support-network-strip strong {
  font-size: 14px;
}

.support-network-strip a {
  padding: 13px 17px;
  border-radius: 10px;
  background: #fff;
  color: #126fae;
  font-weight: 800;
  white-space: nowrap;
}

.culture-intro {
  padding-bottom: 45px;
}

.culture-intro h2 {
  margin: 11px 0 18px;
  color: #173b30;
  font-size: clamp(30px, 3.6vw, 50px);
  font-weight: 880;
}

.culture-intro p {
  color: #63716b;
  font-size: 16px;
  line-height: 1.8;
}

.culture-image {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  border-radius: 22px;
}

.culture-image img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.culture-image::after {
  content: "";
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(5, 29, 23, .86));
}

.culture-image span {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 23px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.culture-image strong {
  font-size: 22px;
}

.culture-pillars article {
  min-height: 290px;
}

.culture-pillars article>span {
  position: absolute;
  right: 18px;
  top: 15px;
  color: rgba(18, 113, 174, .10);
  font-size: 44px;
  font-weight: 900;
}

.career-values-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 26px;
  overflow: hidden;
  border-radius: 17px;
  background: #dbe7e2;
}

.career-values-band div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 22px;
  background: #173b30;
  color: #fff;
}

.career-values-band i {
  color: #8bd5b2;
  font-size: 25px;
}

.career-values-band span {
  display: flex;
  flex-direction: column;
  color: rgba(255, 255, 255, .7);
  font-size: 12px;
}

.career-values-band strong {
  color: #fff;
  font-size: 15px;
}

.opening-status-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 28px;
  border: 1px solid #d8e7e1;
  border-radius: 18px;
  background: linear-gradient(135deg, #f4faf7, #edf6fb);
}

.opening-status-icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 17px;
  background: #1475b8;
  color: #fff;
  font-size: 25px;
}

.opening-status-card span {
  color: #1475b8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.opening-status-card h3 {
  margin: 5px 0 6px;
  color: #173b30;
  font-size: 22px;
  font-weight: 820;
}

.opening-status-card p {
  margin: 0;
  color: #66736e;
  line-height: 1.65;
}

.opening-status-card>a {
  padding: 13px 17px;
  border-radius: 10px;
  background: #173b30;
  color: #fff;
  font-weight: 800;
  white-space: nowrap;
}

.career-area-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.career-area-grid article a {
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
  color: #1475b8;
  font-weight: 800;
}

.application-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 22px;
  padding: 18px 20px;
  border-left: 4px solid #1475b8;
  border-radius: 0 12px 12px 0;
  background: #f0f7fb;
}

.application-note i {
  color: #1475b8;
  font-size: 20px;
}

.application-note p {
  margin: 0;
  color: #586b63;
  line-height: 1.7;
}

.news-intro-section {
  padding: 78px 0 35px;
  background: #fff;
}

.news-intro-section h2 {
  margin: 10px 0 14px;
  color: #173b30;
  font-size: clamp(30px, 3.7vw, 50px);
  font-weight: 860;
}

.news-intro-section p {
  max-width: 760px;
  color: #64716c;
  line-height: 1.75;
}

.news-grid-section {
  padding: 35px 0 90px;
  background: #fff;
}

.news-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid #deebe6;
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 60, 49, .07);
  transition: transform .25s ease, box-shadow .25s ease;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 46px rgba(18, 60, 49, .13);
}

.news-image {
  position: relative;
  display: block;
  height: 250px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}

.news-card:hover .news-image img {
  transform: scale(1.05);
}

.news-image>span {
  position: absolute;
  left: 17px;
  bottom: 17px;
  padding: 8px 11px;
  border-radius: 8px;
  background: rgba(16, 111, 174, .93);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.news-card-body {
  padding: 25px;
}

.news-card-body small {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7b8882;
}

.news-card-body h2 {
  margin: 13px 0 13px;
  font-size: 22px;
  line-height: 1.3;
}

.news-card-body h2 a {
  color: #173b30;
}

.news-card-body p {
  color: #68756f;
  line-height: 1.7;
}

.news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: #1475b8;
  font-weight: 800;
}

.news-read-more:hover i {
  transform: translateX(4px);
}

.news-read-more i {
  transition: transform .2s ease;
}

.news-cta-section {
  padding: 0 0 90px;
  background: #fff;
}

.news-cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 38px 42px;
  border-radius: 22px;
  background: linear-gradient(135deg, #173b30, #155e4a);
  color: #fff;
}

.news-cta-box span {
  color: #8cd1ae;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.news-cta-box h2 {
  margin: 6px 0 8px;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 850;
}

.news-cta-box p {
  margin: 0;
  color: rgba(255, 255, 255, .72);
}

.news-cta-box>a {
  flex: 0 0 auto;
  padding: 14px 18px;
  border-radius: 11px;
  background: #fff;
  color: #1475b8;
  font-weight: 800;
}

.blog-title-content {
  max-width: 980px;
}

.blog-title-category {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 7px;
  background: rgba(126, 210, 171, .18);
  color: #a9e7c8;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.blog-detail-section {
  padding: 78px 0 95px;
  background: #f4f8f6;
}

.blog-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 28px;
  align-items: start;
}

.blog-article-card {
  overflow: hidden;
  padding: 0 42px 42px;
  border: 1px solid #dfeae5;
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(17, 61, 49, .08);
}

.blog-feature-image {
  height: 440px;
  margin: 0 -42px 28px;
  overflow: hidden;
}

.blog-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-meta-row {
  display: flex;
  gap: 22px;
  margin-bottom: 28px;
  color: #718079;
  font-size: 13px;
}

.blog-meta-row span {
  display: flex;
  align-items: center;
  gap: 7px;
}

.blog-article-card h2 {
  margin: 32px 0 13px;
  color: #173b30;
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 830;
}

.blog-article-card p {
  color: #5f6e68;
  font-size: 16px;
  line-height: 1.85;
}

.blog-points {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 28px;
  list-style: none;
}

.blog-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 13px 15px;
  border-radius: 10px;
  background: #f3f8f6;
  color: #435a52;
}

.blog-points i {
  margin-top: 2px;
  color: #1475b8;
}

.blog-closing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 38px;
  padding: 25px;
  border-radius: 16px;
  background: #173b30;
  color: #fff;
}

.blog-closing-cta span {
  color: #91c8ae;
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.blog-closing-cta h3 {
  margin: 4px 0 0;
  font-size: 22px;
}

.blog-closing-cta a {
  flex: 0 0 auto;
  padding: 12px 15px;
  border-radius: 9px;
  background: #fff;
  color: #1475b8;
  font-weight: 800;
}

.blog-sidebar {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 20px;
}

.blog-side-card {
  display: grid;
  gap: 0;
  padding: 25px;
  border: 1px solid #dde9e4;
  border-radius: 17px;
  background: #fff;
}

.blog-side-card h3 {
  margin: 8px 0 15px;
  color: #173b30;
  font-size: 21px;
}

.blog-side-card>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid #e6eeea;
  color: #50635b;
  font-weight: 700;
}

.blog-side-card>a:last-child {
  border-bottom: 0;
}

.support-side-card {
  background: linear-gradient(145deg, #0f5f8d, #1478b4);
  color: #fff;
}

.support-side-card>i {
  font-size: 34px;
}

.support-side-card h3 {
  color: #fff;
}

.support-side-card p {
  color: rgba(255, 255, 255, .76);
  line-height: 1.7;
}

.support-side-card>a {
  display: inline-flex;
  justify-content: center;
  margin-top: 8px;
  padding: 12px 14px;
  border: 0;
  border-radius: 9px;
  background: #fff;
  color: #126ea9;
}

@media (max-width: 1199.98px) {
  .home-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .service-value-grid,
  .culture-pillars {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-detail-layout {
    grid-template-columns: minmax(0, 1fr) 290px;
  }
}

@media (max-width: 991.98px) {
  .home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .category-overview-section {
    padding: 68px 0;
  }

  .category-hero-visual {
    min-height: 400px;
  }

  .category-hero-visual img {
    height: 300px;
  }

  .inner-tabs-section {
    padding: 58px 0 72px;
  }

  .inner-page-tabs .nav-link {
    min-width: 0;
    flex: 1;
  }

  .mascot-stage {
    min-height: 440px;
  }

  .support-network-strip {
    grid-template-columns: 1fr;
  }

  .support-network-strip a {
    justify-self: start;
  }

  .career-area-grid {
    grid-template-columns: 1fr;
  }

  .opening-status-card {
    grid-template-columns: auto 1fr;
  }

  .opening-status-card>a {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .blog-detail-layout {
    grid-template-columns: 1fr;
  }

  .blog-sidebar {
    position: static;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-product-grid .product-card-grid .product-image {
    min-height: 190px;
  }

  .category-benefit-grid,
  .diamond-care-points {
    grid-template-columns: 1fr;
  }

  .category-hero-visual {
    min-height: 350px;
    padding: 30px 20px 76px;
  }

  .category-hero-visual img {
    height: 255px;
  }

  .inner-page-tabs {
    flex-direction: column;
  }

  .inner-page-tabs .nav-link {
    width: 100%;
  }

  .customer-service-grid,
  .service-value-grid,
  .culture-pillars {
    grid-template-columns: 1fr;
  }

  .career-values-band {
    grid-template-columns: 1fr;
  }

  .news-cta-box,
  .blog-closing-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .blog-sidebar {
    grid-template-columns: 1fr;
  }

  .blog-article-card {
    padding: 0 24px 30px;
  }

  .blog-feature-image {
    height: 300px;
    margin: 0 -24px 24px;
  }
}

@media (max-width: 575.98px) {
  .home-product-grid {
    grid-template-columns: 1fr;
  }

  .category-overview-section {
    padding: 54px 0;
  }

  .category-hero-visual {
    border-radius: 20px;
  }

  .category-count-badge {
    left: 17px;
    bottom: 17px;
  }

  .inner-tabs-section {
    padding: 42px 0 58px;
  }

  .inner-tab-shell {
    border-radius: 18px;
  }

  .inner-tab-shell .tab-content {
    padding: 18px;
  }

  .diamond-care-hero {
    padding: 24px 20px;
    border-radius: 17px;
  }

  .diamond-care-hero h2 {
    font-size: 34px;
  }

  .mascot-stage {
    min-height: 380px;
  }

  .mascot-stage img {
    max-height: 380px;
  }

  .mascot-label {
    right: 3px;
    bottom: 6px;
  }

  .customer-service-card {
    min-height: 0;
    padding: 24px;
  }

  .opening-status-card {
    grid-template-columns: 1fr;
  }

  .news-intro-section {
    padding-top: 55px;
  }

  .news-grid-section {
    padding-bottom: 65px;
  }

  .news-image {
    height: 220px;
  }

  .news-cta-box {
    padding: 28px 24px;
  }

  .blog-detail-section {
    padding: 55px 0 70px;
  }

  .blog-article-card {
    border-radius: 16px;
  }

  .blog-feature-image {
    height: 235px;
  }

  .blog-meta-row {
    flex-direction: column;
    gap: 8px;
  }
}

.diamond-care-hero .pd-action-outline {
  background: transparent !important;
  border-color: rgba(255, 255, 255, .42) !important;
  color: #fff !important;
}

.diamond-care-hero .pd-action-outline:hover {
  background: rgba(255, 255, 255, .10) !important;
  border-color: #fff !important;
}


.about-capability-card.vision-card1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-capability-card.vision-card1 i {
  font-size: 50px;
  /* Adjust as needed */
  margin-bottom: 15px;
}

.about-capability-card.vision-card1 h3 {
  margin-bottom: 12px;
}

.about-capability-card.vision-card1 p {
  margin: 0;
}






/* Center the slides when there are only 2 cards */
.pdExploreSwiper .swiper-wrapper {
  justify-content: center;
}

.pdExploreSwiper .swiper-slide {
  width: 380px !important;
  /* Adjust as needed */
  flex-shrink: 0;
}

/* Desktop */
@media (min-width: 992px) {
  .pdExploreSwiper .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .pdExploreSwiper .swiper-slide {
    width: 340px !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pdExploreSwiper .swiper-slide {
    width: 100% !important;
  }
}

.pd-explore-head {
  text-align: center;
  margin-bottom: 30px;
  justify-content: center;
}

.pd-explore-actions {
  display: none;
}

/* Blog detail intro image carousel and fullscreen gallery */
.blog-feature-gallery {
  position: relative;
  height: 440px;
  margin: 0 -42px 28px;
  overflow: hidden;
  background: #eaf1ee;
}

.blogFeatureSwiper,
.blogFeatureSwiper .swiper-wrapper,
.blogFeatureSwiper .swiper-slide {
  height: 100%;
}

.blog-gallery-open {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}

.blog-gallery-open img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.blog-gallery-open:hover img {
  transform: scale(1.035);
}

.blog-gallery-zoom {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #1475b8;
  box-shadow: 0 10px 24px rgba(8, 40, 54, .18);
  transition: transform .25s ease, background .25s ease, color .25s ease;
}

.blog-gallery-open:hover .blog-gallery-zoom {
  transform: scale(1.08);
  background: #1475b8;
  color: #fff;
}

.blog-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #173b30;
  box-shadow: 0 10px 28px rgba(7, 34, 51, .2);
  transform: translateY(-50%);
}

.blog-gallery-prev {
  left: 18px;
}

.blog-gallery-next {
  right: 18px;
}

.blog-gallery-pagination {
  bottom: 14px !important;
}

.blog-gallery-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, .8);
  opacity: 1;
}

.blog-gallery-pagination .swiper-pagination-bullet-active {
  width: 24px;
  border-radius: 10px;
  background: #1475b8;
}

.blog-gallery-modal {
  background: rgba(4, 19, 27, .84);
}

.blog-gallery-modal .modal-dialog {
  max-width: min(1200px, calc(100vw - 40px));
}

.blog-gallery-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 18px;
  background: #071821;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .45);
  overflow: hidden;
}

.blog-gallery-modal .modal-body {
  padding: 0;
}

.blogGalleryModalSwiper {
  width: 100%;
  height: min(78vh, 780px);
}

.blogGalleryModalSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #071821;
}

.blogGalleryModalSwiper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.blog-gallery-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 20;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .94);
  color: #173b30;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}

.blog-gallery-modal-nav {
  position: absolute;
  top: 50%;
  z-index: 15;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .92);
  color: #1475b8;
  font-size: 22px;
  transform: translateY(-50%);
}

.blog-gallery-modal-prev {
  left: 18px;
}

.blog-gallery-modal-next {
  right: 18px;
}

.blog-gallery-modal-pagination {
  bottom: 16px !important;
}

.blog-gallery-modal-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: .65;
}

.blog-gallery-modal-pagination .swiper-pagination-bullet-active {
  background: #1475b8;
  opacity: 1;
}

@media (max-width: 767.98px) {
  .blog-feature-gallery {
    height: 300px;
    margin: 0 -24px 24px;
  }

  .blog-gallery-nav {
    width: 40px;
    height: 40px;
  }

  .blog-gallery-prev {
    left: 10px;
  }

  .blog-gallery-next {
    right: 10px;
  }

  .blog-gallery-zoom {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }

  .blog-gallery-modal .modal-dialog {
    max-width: calc(100vw - 18px);
    margin: 9px auto;
  }

  .blogGalleryModalSwiper {
    height: 76vh;
  }

  .blog-gallery-modal-nav {
    width: 42px;
    height: 42px;
  }

  .blog-gallery-modal-prev {
    left: 8px;
  }

  .blog-gallery-modal-next {
    right: 8px;
  }
}





.about-mini-points1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 4px 12px;
  margin-top: 9px;
}

.about-capability-card.vision-card1 i {
  font-size: 23px;
}

.about-mini-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  text-align: left;
  font-size: 13px;
  font-weight: 450;
  color: #29483e;
}

.about-capability-card i {
  width: 55px;
  height: 45px;
  border-radius: 17px;
  display: grid;
  place-items: center;
  background: #eaf5f0;
  color: #267b5b;
  font-size: 27px;
  margin-bottom: 22px;
}

.about-mv-section .row {
  display: flex;
  display: flow;
  margin-top: 30px;
}

@media (max-width: 575.98px) {
  .blog-feature-gallery {
    height: 235px;
  }
}







.customer-video-section {
  background: #f5f8fd;
}

.section-title span {
  color: #2b67d7;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 800;
  color: #18315b;
  margin-top: 10px;
}

.featured-video {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);
}

.featured-video iframe {
  width: 100%;
  height: 500px;
  border: 0;
}

.video-content {
  padding: 25px;
}

.video-content h4 {
  color: #18315b;
  font-weight: 700;
}

.video-content p {
  margin: 5px 0;
  color: #2b67d7;
  font-weight: 600;
}

.video-content span {
  color: #666;
}

.side-video {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.side-video iframe {
  width: 100%;
  height: 190px;
  border: 0;
}

.side-content {
  padding: 15px;
}

.side-content h6 {
  color: #18315b;
  font-weight: 700;
  margin-bottom: 5px;
}

.side-content small {
  color: #666;
}

@media(max-width:991px) {

  .featured-video iframe {
    height: 320px;
  }

  .side-video iframe {
    height: 220px;
  }

  .section-title h2 {
    font-size: 30px;
  }

}



/* Next-Gen and REMAN additions */
.next-gen-card-image img {
  height: 360px !important;
  object-fit: cover !important;
  object-position: center top !important;
}

.reman-float {
  position: fixed;
  right: 22px;
  bottom: 25px;
  z-index: 1040;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 14px;
  border-radius: 16px;
  background: linear-gradient(135deg, #083f78 0%, #0f67b7 52%, #20a5e8 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(12, 91, 166, .38), 0 0 18px rgba(32, 165, 232, .45);
  border: 1px solid rgba(255, 255, 255, .38);
  animation: remanFloat 2.2s ease-in-out infinite;
}

.reman-float span {
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .9px;
  line-height: 1
}

.reman-float small {
  font-size: 10px;
  opacity: .86;
  line-height: 1
}

.reman-float i {
  font-size: 16px
}

.reman-float:hover {
  color: #fff;
  transform: translateY(-3px)
}

@keyframes remanFloat {

  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 12px 30px rgba(12, 91, 166, .38), 0 0 18px rgba(32, 165, 232, .42), 0 0 0 0 rgba(32, 165, 232, .38)
  }

  50% {
    transform: translateY(-4px) scale(1.025);
    box-shadow: 0 18px 42px rgba(12, 91, 166, .5), 0 0 30px rgba(32, 165, 232, .7), 0 0 0 12px rgba(32, 165, 232, 0)
  }
}

.reman-hero {
  position: relative;
  overflow: hidden;
  padding: 150px 0 92px;
  background: radial-gradient(circle at 75% 20%, rgba(46, 138, 104, .22), transparent 30%), linear-gradient(135deg, #071b17 0%, #11382f 48%, #071b17 100%);
  color: #fff;
}

.reman-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 92%)
}

.reman-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(4px);
  opacity: .55
}

.reman-orb-one {
  width: 320px;
  height: 320px;
  background: rgba(58, 190, 138, .12);
  top: -110px;
  left: -90px
}

.reman-orb-two {
  width: 240px;
  height: 240px;
  background: rgba(66, 137, 255, .09);
  right: 4%;
  bottom: -90px
}

.reman-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  border: 1px solid rgba(255, 255, 255, .15);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .6px;
  text-transform: uppercase
}

.reman-hero h1 {
  font-size: clamp(58px, 8vw, 79px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -4px;
  margin: 26px 0 18px
}

.reman-hero h1 span {
  display: block;
  font-size: .42em;
  letter-spacing: -1px;
  color: #7fe0b8;
  margin-top: 18px
}

.reman-lead {
  font-size: clamp(22px, 2.4vw, 34px) !important;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 20px !important
}

.reman-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, .74);
  font-size: 16px;
  line-height: 1.75
}

.reman-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 29px
}

.reman-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 20px;
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: .25s ease;
  border: 1px solid transparent
}

.reman-btn:hover {
  transform: translateY(-2px)
}

.reman-btn-primary {
  background: #65d6a5;
  color: #07251d;
  box-shadow: 0 12px 25px rgba(101, 214, 165, .22)
}

.reman-btn-primary:hover {
  color: #07251d;
  background: #83e3bb
}

.reman-btn-ghost {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .18);
  color: #fff
}

.reman-btn-ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, .14)
}

.reman-mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 36px
}

.reman-mini-stats div {
  display: flex;
  flex-direction: column
}

.reman-mini-stats strong {
  font-size: 25px;
  color: #7fe0b8
}

.reman-mini-stats span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .8px;
  color: rgba(255, 255, 255, .58)
}

.reman-hero-visual {
  position: relative;
  max-width: 590px;
  margin-left: auto;
  border-radius: 32px;
  padding: 18px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .34);
  backdrop-filter: blur(10px)
}

.reman-hero-visual img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
  display: block
}

.reman-glow-ring {
  position: absolute;
  inset: -14px;
  border-radius: 42px;
  border: 1px solid rgba(101, 214, 165, .24);
  box-shadow: 0 0 44px rgba(101, 214, 165, .16);
  animation: remanGlow 3s ease-in-out infinite
}

.reman-visual-chip {
  position: absolute;
  left: -22px;
  bottom: 38px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #163b31;
  padding: 14px 17px;
  border-radius: 14px;
  font-weight: 800;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .26)
}

.reman-visual-chip i {
  color: #2e8a68
}

@keyframes remanGlow {

  0%,
  100% {
    opacity: .6;
    transform: scale(.99)
  }

  50% {
    opacity: 1;
    transform: scale(1.012)
  }
}

.reman-highlight-wrap {
  padding: 90px 0;
  background: #f4f8f6
}

.reman-highlight {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border-radius: 30px;
  background: radial-gradient(circle at 88% 10%, rgba(64, 184, 255, .24), transparent 28%), linear-gradient(145deg, #062f5b 0%, #0b5797 48%, #1188c9 100%);
  color: #fff;
  border: 1px solid rgba(91, 190, 255, .5);
  box-shadow: 0 24px 70px rgba(7, 69, 126, .28), 0 0 42px rgba(41, 156, 230, .2);
  animation: remanSectionPulse 4.8s ease-in-out infinite
}

.reman-highlight:after {
  content: "";
  position: absolute;
  top: -120%;
  left: -35%;
  width: 28%;
  height: 340%;
  transform: rotate(26deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .07), transparent);
  animation: remanShimmer 7s linear infinite
}

.reman-highlight-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px
}

.reman-highlight-head h2 {
  font-size: clamp(32px, 4vw, 54px);
  font-weight: 900;
  letter-spacing: -1.5px;
  max-width: 820px;
  margin: 8px 0 12px
}

.reman-highlight-head p {
  max-width: 850px;
  color: rgba(255, 255, 255, .69);
  margin: 0
}

.reman-process-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px
}

.reman-step {
  position: relative;
  min-height: 280px;
  padding: 27px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .065);
  border: 1px solid rgba(255, 255, 255, .1);
  transition: .3s ease;
  backdrop-filter: blur(8px)
}

.reman-step:hover {
  transform: translateY(-7px);
  background: rgba(255, 255, 255, .1);
  border-color: rgba(101, 214, 165, .4)
}

.reman-step-no {
  position: absolute;
  right: 17px;
  top: 15px;
  font-size: 13px;
  font-weight: 900;
  color: rgba(255, 255, 255, .35)
}

.reman-step>i {
  width: 49px;
  height: 49px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(101, 214, 165, .13);
  color: #7fe0b8;
  font-size: 23px;
  margin-bottom: 21px
}

.reman-step h3 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 11px
}

.reman-step p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255, 255, 255, .63);
  margin: 0
}

.reman-process-cta {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
  padding: 22px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1)
}

.reman-process-cta p {
  margin: 0;
  color: rgba(255, 255, 255, .75)
}

.reman-btn-light {
  background: #fff;
  color: #123d32
}

.reman-btn-light:hover {
  color: #123d32;
  background: #ecfff7
}

@keyframes remanSectionPulse {

  0%,
  100% {
    box-shadow: 0 24px 70px rgba(7, 69, 126, .28), 0 0 30px rgba(41, 156, 230, .16)
  }

  50% {
    box-shadow: 0 30px 86px rgba(7, 69, 126, .38), 0 0 58px rgba(41, 156, 230, .3)
  }
}

@keyframes remanShimmer {
  0% {
    left: -40%
  }

  100% {
    left: 130%
  }
}

.reman-benefits-section {
  padding: 90px 0;
  background: #fff
}

.reman-benefits-section h2 {
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 900;
  color: #153b31;
  letter-spacing: -1.6px;
  margin: 10px 0 18px
}

.reman-benefits-section p {
  color: #5f706a;
  line-height: 1.8
}

.reman-benefit-callout {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 28px;
  padding: 20px;
  border-radius: 18px;
  background: #edf8f3;
  border: 1px solid #d5eee4
}

.reman-benefit-callout>i {
  width: 50px;
  height: 50px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: #2e8a68;
  color: #fff;
  font-size: 21px
}

.reman-benefit-callout div {
  display: flex;
  flex-direction: column
}

.reman-benefit-callout span {
  font-size: 13px;
  color: #62736d
}

.reman-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px
}

.reman-benefit {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 20px;
  border-radius: 16px;
  background: #f8faf9;
  border: 1px solid #e2ece8;
  color: #29483e;
  font-weight: 700;
  min-height: 92px
}

.reman-benefit i {
  font-size: 21px;
  color: #2e8a68
}

.reman-final-cta {
  padding: 0 0 90px;
  background: #fff
}

.reman-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px;
  border-radius: 28px;
  background: linear-gradient(135deg, #216b53, #0e3028);
  color: #fff;
  box-shadow: 0 25px 55px rgba(17, 68, 53, .22)
}

.reman-final-card span {
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-size: 12px;
  color: #8fe6c2;
  font-weight: 800
}

.reman-final-card h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  font-weight: 900;
  max-width: 760px;
  margin: 8px 0 10px
}

.reman-final-card p {
  color: rgba(255, 255, 255, .69);
  margin: 0;
  max-width: 760px
}

.reman-final-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 245px
}

.reman-btn-outline-light {
  border-color: rgba(255, 255, 255, .28);
  color: #fff;
  background: rgba(255, 255, 255, .06)
}

.reman-btn-outline-light:hover {
  color: #fff;
  background: rgba(255, 255, 255, .12)
}

@media(max-width:1199.98px) {
  .reman-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .reman-hero-visual img {
    height: 520px
  }
}

@media(max-width:991.98px) {
  .reman-hero {
    padding: 78px 0
  }

  .reman-hero-visual {
    margin: 20px auto 0
  }

  .reman-highlight {
    padding: 30px
  }

  .reman-highlight-head,
  .reman-process-cta,
  .reman-final-card {
    align-items: flex-start;
    flex-direction: column
  }

  .reman-final-actions {
    flex-direction: row;
    min-width: 0;
    flex-wrap: wrap
  }

  .reman-float {
    right: 14px;
    bottom: 65px
  }
}

@media(max-width:767.98px) {
  .reman-hero h1 {
    letter-spacing: -2px
  }

  .reman-hero-visual img {
    height: 470px
  }

  .reman-visual-chip {
    left: 10px;
    bottom: 28px
  }

  .reman-process-grid,
  .reman-benefits-grid {
    grid-template-columns: 1fr
  }

  .reman-highlight {
    padding: 22px;
    border-radius: 22px
  }

  .reman-step {
    min-height: auto
  }

  .reman-final-card {
    padding: 30px 24px
  }

  .next-gen-card-image img {
    height: 310px !important;
            max-height: 223px !important;

  }
}
.next-gen-card-image img {
    height: 310px !important;
            max-height: 253px !important;

  }
@media(max-width:575.98px) {
  .reman-float {
    padding: 10px 11px;
    border-radius: 13px
  }
.reman-hero h1 {
    font-size: clamp(39px, 8vw, 79px);
    font-weight: 900;
    line-height: .9;
    letter-spacing:0px;
    margin: 26px 0 18px;
}
  .reman-float small {
    display: none
  }

  .reman-hero {
    padding: 120px 0
  }

  .reman-hero-visual img {
    height: 410px
  }

  .reman-highlight-wrap,
  .reman-benefits-section {
    padding: 65px 0
  }

  .reman-final-actions {
    width: 100%
  }

  .reman-final-actions .reman-btn {
    width: 100%
  }
}


/* REMAN blue-theme and footer contact alignment update */
.reman-highlight .pd-eyebrow {
  color: #76cfff !important;
}

.reman-highlight .reman-step>i {
  background: rgba(94, 196, 255, .16);
  color: #83d8ff;
}

.reman-highlight .reman-step:hover {
  border-color: rgba(101, 205, 255, .58);
}

.footer-contact-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 13px;
  color: inherit;
  line-height: 1.65;
}

.footer-contact-row>i {
  flex: 0 0 20px;
  width: 20px;
  margin-top: 3px;
  text-align: center;
  color: #1678bd;
  font-size: 16px;
}

.footer-contact-row>span {
  flex: 1;
  min-width: 0;
}

.footer-contact-row a {
  display: inline !important;
  margin: 0 !important;
}

@media(max-width:575.98px) {
  .footer-contact-row {
    gap: 10px
  }

  .footer-contact-row>i {
    flex-basis: 18px;
    width: 18px
  }
}

/*=========================*/


/* =========================================================
   CONTACT PAGE - OUR NETWORK
========================================================= */

.contact-network-section {
  position: relative;
  padding: 90px 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(25, 106, 168, 0.08), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(38, 77, 53, 0.07), transparent 34%),
    #f6f8fa;
    background: #d5f1ff;
  overflow: hidden;
}

.contact-network-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(27, 74, 113, 0.08);
  border-radius: 50%;
  top: -250px;
  right: -150px;
  pointer-events: none;
}

.contact-network-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(27, 74, 113, 0.06);
  border-radius: 50%;
  bottom: -200px;
  left: -100px;
  pointer-events: none;
}

.contact-network-section .container-fluid {
  position: relative;
  z-index: 2;
}


/* TOP NETWORK SUMMARY */

.network-top-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 45px 0 28px;
}

.network-top-card {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 100px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e4e9ed;
  border-radius: 14px;
  box-shadow: 0 10px 35px rgba(20, 38, 55, 0.05);
  transition: 0.3s ease;
  background: linear-gradient(135deg, #083f78 0%, #0f67b7 52%, #20a5e8 100%);
}

.network-top-card:hover {
  transform: translateY(-4px);
  border-color: rgba(30, 102, 158, 0.3);
  box-shadow: 0 16px 40px rgba(20, 38, 55, 0.09);
}

.network-top-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf5fb;
  color: #1768a4;
  font-size: 21px;
}

.network-top-card span {
  display: block;
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.network-top-card strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
}


/* LOCATION CARDS */

.network-locations-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.network-location-card {
  position: relative;
  min-height: 150px;
  padding: 22px;
  background: #ffffff;
  border: 1px solid #e5eaee;
  border-radius: 14px;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.network-location-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: #2474ad;
  opacity: 0;
  transition: 0.3s ease;
}

.network-location-card:hover {
  transform: translateY(-4px);
  border-color: rgba(36, 116, 173, 0.28);
  box-shadow: 0 15px 38px rgba(26, 48, 66, 0.09);
}

.network-location-card:hover::before {
  opacity: 1;
}

.network-location-head {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 16px;
}

.network-location-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  background: #edf5fb;
  color: #2474ad;
  font-size: 14px;
}

.network-location-head h3 {
  margin: 0;
  color: #1b2932;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

.network-phone-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.network-phone-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #626f78;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4;
  transition: 0.25s ease;
}

.network-phone-list a i {
  color: #2474ad;
  font-size: 12px;
}

.network-phone-list a:hover {
  color: #1768a4;
  transform: translateX(3px);
}


/* RESPONSIVE */

@media (max-width: 1199.98px) {
  .network-top-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .network-locations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .contact-network-section {
    padding: 70px 0;
  }

  .network-locations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .contact-network-section {
    padding: 55px 0;
  }

  .network-top-grid,
  .network-locations-grid {
    grid-template-columns: 1fr;
  }

  .network-top-grid {
    margin-top: 32px;
  }

  .network-top-card {
    min-height: auto;
    padding: 17px;
  }

  .network-location-card {
    min-height: auto;
    padding: 19px;
  }

  .network-location-head h3 {
    font-size: 16px;
  }
}


/*-==============*/



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

*, *::before, *::after {
    box-sizing: border-box;
}
.dia img{
          width: 169px;
    height: 77px;
}
.dia1{
   font-weight: 900;
}

.content-minus{
    margin-top: -50px;
}
@media (max-width: 768px) {
    
    html, body {
    overflow-x: hidden !important;
    max-width: 100%;
    width: 100%;
}
    .about-floating-card {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 15px;
        max-width: 100%;
    }
}


.overflow-safe-section {
    overflow-x: hidden;
    width: 100%;
}
