/* =========================================================
   METRO INDUSTRIES — INNER PAGES V4
   Targeted refinement requested after V3 review.
   Everything remains scoped to .inner-page so index.php keeps
   the approved homepage behaviour and design system.
========================================================= */

/* ---------- Stable sticky header: no height-collapse oscillation ---------- */
.inner-page .site-header {
  transform: none !important;
  transition: none !important;
  will-change: auto;
}

.inner-page .topbar {
  transition: max-height .24s ease, border-color .24s ease !important;
}

.inner-page .main-navbar {
  transition: box-shadow .25s ease, background-color .25s ease !important;
}

.inner-page .nav-shell {
  transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease !important;
}

.inner-page .site-header.is-scrolled .nav-shell {
  box-shadow: 0 18px 46px rgba(7, 23, 51, .15);
}

/* ---------- Compact inner title: breadcrumb + subtitle + title + button ---------- */
.inner-page .inner-title-v4 {
  min-height: 172px;
    padding: 36px 0 36px;
  display: flex;
  align-items: center;
}

.inner-page .inner-title-v4 .inner-title-content {
  width: 100%;
  max-width: 100%;
}

.inner-page .inner-breadcrumb-v4 {
  margin: 0 0 10px;
  gap: 8px;
  font-size: .69rem;
  letter-spacing: .01em;
}

.inner-page .inner-breadcrumb-v4 span[aria-current="page"] {
  color: rgba(255, 255, 255, .58);
  font-weight: 700;
}

.inner-page .inner-title-kicker-v4 {
  margin: 0 0 10px;
  font-size: .69rem;
  letter-spacing: .13em;
  color: #9bb9ff;
}

.inner-page .inner-title-kicker-v4 span {
  width: 8px;
  height: 8px;
  box-shadow: 0 0 0 4px rgba(255, 210, 30, .13);
}

.inner-page .inner-title-row-v4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.inner-page .inner-title-v4 h1 {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 1040px;
  margin: 0;
    font-size: clamp(1.75rem, 3.4vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.inner-page .inner-title-btn-v4 {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 13px;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(255, 210, 30, .14);
}

/* ---------- Section rhythm ---------- */
.inner-page .inner-section {
  padding: 76px 0;
}

.inner-page .section-heading h2 {
  letter-spacing: -.03em;
}

.inner-page .section-heading-on-dark-v4 h2 {
  color: #fff;
}

.inner-page .section-heading-on-dark-v4 h2 span {
  color: #ffd21e;
}

.inner-page .section-heading-on-dark-v4 p {
  color: rgba(255, 255, 255, .67);
}

/* =========================================================
   CONTACT — same 3-section layout, more premium treatment
========================================================= */
.inner-page .contact-info-v4 {
  position: relative;
  background:
    radial-gradient(circle at 12% 16%, rgba(47, 103, 231, .08), transparent 25%),
    #fff;
}

.inner-page .contact-direct-card-v4 {
  position: relative;
  overflow: hidden;
  min-height: 245px;
  border-color: #d5e0f2;
  background: linear-gradient(145deg, #fff 0%, #f9fbff 100%);
}

.inner-page .contact-direct-card-v4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #ffd21e, #2f67e7);
  transform: scaleX(.22);
  transform-origin: left;
  transition: transform .35s ease;
}

.inner-page .contact-direct-card-v4:hover::before {
  transform: scaleX(1);
}

.inner-page .contact-card-no-v4 {
  position: absolute;
  right: 18px;
  bottom: 10px;
  color: #edf2fa;
  font: 700 3.8rem/1 'Space Grotesk', sans-serif;
  pointer-events: none;
}

.inner-page .contact-direct-card-v4>* {
  position: relative;
  z-index: 1;
}

.inner-page .contact-direct-card-v4 .contact-direct-icon-v3 {
  background: #071733;
  color: #ffd21e;
  box-shadow: 0 10px 24px rgba(7, 23, 51, .14);
}

.inner-page .contact-enquiry-v4 {
  background:
    linear-gradient(180deg, #f4f7fc, #eef3fb),
    #f4f7fc;
}

.inner-page .contact-enquiry-v4 .contact-enquiry-grid-v3 {
  gap: 26px;
}

.inner-page .contact-context-v4 {
  position: relative;
  overflow: hidden;
  padding: 36px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(145deg, #071733 0%, #0b2b6b 68%, #174fbd 100%);
  box-shadow: 0 24px 60px rgba(7, 23, 51, .18);
}

.inner-page .contact-context-v4::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -130px;
  top: -120px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 48px rgba(255, 255, 255, .035), 0 0 0 96px rgba(255, 255, 255, .02);
}

.inner-page .contact-context-v4>* {
  position: relative;
  z-index: 1;
}

.inner-page .contact-context-v4 .eyebrow {
  color: #a9c2ff;
}

.inner-page .contact-context-v4 h2 {
  color: #fff;
}

.inner-page .contact-context-v4 h2 span {
  color: #ffd21e !important;
}

.inner-page .contact-context-v4>p {
  color: rgba(255, 255, 255, .7);
}

.inner-page .contact-context-v4 .contact-check-grid-v3 span {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .86);
  backdrop-filter: blur(8px);
}

.inner-page .contact-context-v4 .contact-check-grid-v3 i {
  color: #ffd21e;
}

.inner-page .contact-context-v4 .contact-image-main-v3,
.inner-page .contact-context-v4 .contact-image-small-v3 {
  border-color: rgba(255, 255, 255, .16);
  box-shadow: 0 18px 40px rgba(1, 8, 24, .25);
}

.inner-page .contact-form-panel-v4 {
  position: relative;
  overflow: hidden;
  border-color: #d7e1f2;
  box-shadow: 0 26px 64px rgba(7, 23, 51, .11);
}

.inner-page .contact-form-panel-v4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, #ffd21e, #2f67e7);
}

.inner-page .contact-form-panel-v4 .form-control,
.inner-page .contact-form-panel-v4 .form-select {
  background: #f9fbff;
  border-color: #dce5f3;
}

.inner-page .contact-form-panel-v4 .form-control:focus,
.inner-page .contact-form-panel-v4 .form-select:focus {
  background: #fff;
  border-color: #7ca0f1;
  box-shadow: 0 0 0 .2rem rgba(47, 103, 231, .1);
}

.inner-page .contact-map-section-v4 {
  background: #fff;
}

.inner-page .map-panel-v4 {
  border: 10px solid #fff;
  outline: 1px solid #d8e2f2;
  box-shadow: 0 26px 70px rgba(7, 23, 51, .14);
}

.inner-page .map-address-card-v4 {
  position: absolute;
  z-index: 4;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  padding: 15px 17px;
  border-radius: 16px;
  color: #fff;
  background: rgba(7, 23, 51, .93);
  backdrop-filter: blur(12px);
  box-shadow: 0 15px 34px rgba(7, 23, 51, .24);
}

.inner-page .map-address-card-v4>i {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #ffd21e;
  color: #0b1f53;
}

.inner-page .map-address-card-v4 small,
.inner-page .map-address-card-v4 strong {
  display: block;
}

.inner-page .map-address-card-v4 small {
  color: #9db9f9;
  font-size: .62rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .08em;
}

.inner-page .map-address-card-v4 strong {
  margin-top: 2px;
  font-size: .76rem;
  line-height: 1.45;
}

/* =========================================================
   CLIENTS — preserved structure, upgraded visual system
========================================================= */
.inner-page .clients-showcase-v4 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(47, 103, 231, .28), transparent 26%),
    radial-gradient(circle at 88% 88%, rgba(255, 210, 30, .08), transparent 24%),
    #071733;
}

.inner-page .clients-showcase-v4 .section-heading h2 {
  color: #fff;
}

.inner-page .clients-showcase-v4 .section-heading h2 span {
  color: #ffd21e;
}

.inner-page .clients-showcase-v4 .section-heading p {
  color: rgba(255, 255, 255, .66);
}

.inner-page .clients-showcase-v4 .eyebrow {
  color: #9fbbff;
}

.inner-page .client-logo-card-v4 {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
}

.inner-page .client-logo-card-v4:hover {
  border-color: #ffd21e;
  transform: translateY(-7px) scale(1.012);
}

.inner-page .client-reach-v4 .application-visual-card {
  min-height: 245px;
}

.inner-page .client-reach-v4 .application-visual-card::after {
  background: linear-gradient(transparent 35%, rgba(4, 17, 43, .88));
}

.inner-page .client-trust-v4 .client-trust-panel-v3 {
  border: 1px solid #d6e0f1;
  border-radius: 28px;
  box-shadow: 0 18px 48px rgba(7, 23, 51, .08);
}

/* =========================================================
   MEDIA — preserved two-video layout, premium treatment
========================================================= */
.inner-page .media-library-v4 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(47, 103, 231, .27), transparent 26%),
    #071733;
}

.inner-page .media-library-v4 .section-heading h2 {
  color: #fff;
}

.inner-page .media-library-v4 .section-heading h2 span {
  color: #ffd21e;
}

.inner-page .media-library-v4 .section-heading p {
  color: rgba(255, 255, 255, .65);
}

.inner-page .media-library-v4 .eyebrow {
  color: #9fbbff;
}

.inner-page .video-card-v4 {
  border-color: rgba(255, 255, 255, .13);
  background: #fff;
  box-shadow: 0 24px 56px rgba(0, 0, 0, .23);
}

.inner-page .video-card-v4 .video-frame {
  position: relative;
  border-bottom: 4px solid #ffd21e;
}

.inner-page .video-card-v4:hover {
  transform: translateY(-7px);
}

.inner-page .media-focus-v4 .selection-card-v3 {
  border-top: 4px solid #2f67e7;
}

/* =========================================================
   ABOUT — richer visual hierarchy using legacy content
========================================================= */
.inner-page .about-story-v4 {
  position: relative;
}

.inner-page .about-application-list-v4 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.inner-page .about-application-list-v4 span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 12px;
  border: 1px solid #dbe4f3;
  border-radius: 13px;
  background: #f9fbff;
  color: #53617d;
  font-size: .73rem;
  font-weight: 750;
}

.inner-page .about-application-list-v4 i {
  color: #2f67e7;
}

.inner-page .about-purpose-v4 {
  position: relative;
  overflow: hidden;
  background: #fff;
}

.inner-page .about-purpose-grid-v4 {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 20px;
}

.inner-page .about-vision-card-v4,
.inner-page .about-mission-card-v4 {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 38px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(145deg, #071733, #0b2d70 72%, #174fbd);
  box-shadow: 0 24px 60px rgba(7, 23, 51, .16);
}

.inner-page .about-mission-card-v4 {
  background: linear-gradient(145deg, #0b1f53, #143c90);
}

.inner-page .about-vision-card-v4::after,
.inner-page .about-mission-card-v4::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  right: -145px;
  top: -130px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, .025), 0 0 0 100px rgba(255, 255, 255, .018);
}

.inner-page .about-purpose-grid-v4>article>* {
  position: relative;
  z-index: 1;
}

.inner-page .about-purpose-grid-v4 .value-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 16px;
  background: #ffd21e;
  color: #0b1f53;
  font-size: 1.25rem;
}

.inner-page .about-purpose-grid-v4 h3 {
  color: #fff;
  font-size: 1.55rem;
  line-height: 1.32;
}

.inner-page .about-purpose-grid-v4 p {
  color: rgba(255, 255, 255, .7);
  line-height: 1.8;
}

.inner-page .about-purpose-no-v4 {
  position: absolute !important;
  top: 25px;
  right: 28px;
  color: rgba(255, 255, 255, .08);
  font: 700 4.5rem/1 'Space Grotesk', sans-serif;
}

.inner-page .about-mission-card-v4 ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  gap: 13px;
}

.inner-page .about-mission-card-v4 li {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, .8);
  font-size: .82rem;
  line-height: 1.65;
}

.inner-page .about-mission-card-v4 li i {
  color: #ffd21e;
  margin-top: 2px;
}

.inner-page .about-quality-grid-v4 {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 44px;
  align-items: center;
}

.inner-page .about-quality-visual-v4 {
  position: relative;
  min-height: 500px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(7, 23, 51, .14);
}

.inner-page .about-quality-visual-v4>img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.inner-page .about-quality-visual-v4::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(4, 17, 43, .72));
}

.inner-page .about-quality-stamp-v4 {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 17px 18px;
  border-radius: 17px;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(10px);
}

.inner-page .about-quality-stamp-v4 i {
  font-size: 1.5rem;
  color: #2f67e7;
}

.inner-page .about-quality-stamp-v4 small,
.inner-page .about-quality-stamp-v4 strong {
  display: block;
}

.inner-page .about-quality-stamp-v4 small {
  color: #66728d;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .6rem;
  font-weight: 800;
}

.inner-page .about-quality-stamp-v4 strong {
  color: #0b1f53;
  font-size: .78rem;
}

.inner-page .quality-policy-list-v4 {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.inner-page .quality-policy-list-v4>div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #dbe4f3;
  border-radius: 16px;
  background: #fff;
}

.inner-page .quality-policy-list-v4 span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #0b1f53;
  color: #ffd21e;
  font-size: .7rem;
  font-weight: 800;
}

.inner-page .quality-policy-list-v4 p {
  margin: 0;
  font-size: .78rem;
  line-height: 1.6;
  color: #56647e;
  font-weight: 650;
}

/* =========================================================
   CATEGORY PRODUCT GRID — simplified dark content cards
========================================================= */
.inner-page .category-products-v4 {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 5%, rgba(47, 103, 231, .25), transparent 25%),
    radial-gradient(circle at 92% 90%, rgba(255, 210, 30, .07), transparent 24%),
    #071733;
}

.inner-page .product-grid-v4 {
  align-items: stretch;
}

.inner-page .product-list-card-v4 {
  border-color: rgba(255, 255, 255, .12);
  background: #0b1f53;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .22);
}

.inner-page .product-list-card-v4:hover {
  border-color: rgba(255, 210, 30, .48);
  box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
}

.inner-page .product-list-media-v4 {
  height: 250px;
  padding: 25px;
  background: radial-gradient(circle at 48% 42%, #fff 0%, #e9f0fa 82%);
}

.inner-page .product-list-body-v4 {
  padding: 25px;
}

.inner-page .product-list-body-v4 .product-card-type {
  color: #8eb0ff;
  margin-bottom: 10px;
}

.inner-page .product-list-body-v4 h3 {
  color: #fff;
  font-size: 1.06rem;
  line-height: 1.42;
}

.inner-page .product-list-body-v4 p {
  color: rgba(255, 255, 255, .62);
  font-size: .78rem;
  line-height: 1.72;
  margin-bottom: 22px;
}

.inner-page .product-list-body-v4 .btn {
  margin-top: auto;
  border-color: rgba(255, 255, 255, .28);
}

.inner-page .product-list-body-v4 .btn:hover {
  background: #ffd21e;
  border-color: #ffd21e;
  color: #071733;
}

/* ---------- Product detail polish ---------- */
.inner-page.page-product-detail-v3 .product-detail-main-v3 {
  background: linear-gradient(180deg, #fff, #f4f7fc);
}

.inner-page.page-product-detail-v3 .product-detail-copy-v3 {
  padding: 30px;
  border: 1px solid #dbe4f3;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(7, 23, 51, .07);
}

.inner-page .technical-image-shell-v4 {
  max-width: 1160px;
  margin: 0 auto;
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid #d7e1f1;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(7, 23, 51, .1);
  scrollbar-width: thin;
}

.inner-page .technical-image-shell-v4 img {
  display: block;
  width: 100%;
  height: auto;
}

/* ---------- Main products page subtle lift ---------- */
.inner-page.page-products-v3 .category-card-v3 {
  border-top: 3px solid transparent;
}

.inner-page.page-products-v3 .category-card-v3:hover {
  border-top-color: #ffd21e;
}

/* =========================================================
   RESPONSIVE
========================================================= */
@media (max-width:1199.98px) {
  .inner-page .inner-title-v4 {
    min-height: 165px;
  }

  .inner-page .about-purpose-grid-v4 {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width:991.98px) {
  .inner-page .inner-title-v4 {
    min-height: 152px;
    padding: 25px 0 28px;
  }

  .inner-page .inner-title-row-v4 {
    gap: 18px;
  }

  .inner-page .inner-title-btn-v4 {
    min-height: 44px;
    padding: 10px 15px;
  }

  .inner-page .contact-context-v4 {
    padding: 30px;
  }

  .inner-page .about-purpose-grid-v4,
  .inner-page .about-quality-grid-v4 {
    grid-template-columns: 1fr;
  }

  .inner-page .about-quality-visual-v4,
  .inner-page .about-quality-visual-v4>img {
    min-height: 420px;
    height: 420px;
  }
}

@media (max-width:767.98px) {
  .inner-page .inner-title-v4 {
    min-height: auto;
    padding: 23px 0 25px;
  }

  .inner-page .inner-breadcrumb-v4 {
    margin-bottom: 8px;
    font-size: .64rem;
  }

  .inner-page .inner-title-kicker-v4 {
    margin-bottom: 8px;
    font-size: .63rem;
  }

  .inner-page .inner-title-row-v4 {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .inner-page .inner-title-v4 h1 {
    font-size: clamp(1.45rem, 6.6vw, 1.95rem);
    line-height: 1.12;
  }

  .inner-page .inner-title-btn-v4 {
    min-height: 42px;
    padding: 9px 14px;
    font-size: .75rem;
  }

  .inner-page .contact-context-v4 {
    padding: 26px 22px;
  }

  .inner-page .map-address-card-v4 {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: none;
  }

  .inner-page .about-application-list-v4 {
    grid-template-columns: 1fr 1fr;
  }

  .inner-page .about-vision-card-v4,
  .inner-page .about-mission-card-v4 {
    min-height: auto;
    padding: 30px 24px;
  }

  .inner-page .about-quality-visual-v4,
  .inner-page .about-quality-visual-v4>img {
    min-height: 340px;
    height: 340px;
  }

  .inner-page .technical-image-shell-v4 img {
    width: 760px;
    max-width: none;
  }

  .inner-page.page-product-detail-v3 .product-detail-copy-v3 {
    padding: 24px 20px;
    border-radius: 22px;
  }

  .inner-page .product-list-media-v4 {
    height: 220px;
  }
}


.inner-page .inner-section {
    padding: 35px 0;
}


@media (max-width:575.98px) {
  .inner-page .inner-title-v4 .inner-title-orb-one {
    width: 260px;
    height: 260px;
    top: -190px;
    right: -70px;
  }

  .inner-page .contact-card-no-v4 {
    font-size: 3rem;
  }

  .inner-page .contact-direct-card-v4 {
    min-height: auto;
  }

  .inner-page .about-quality-visual-v4,
  .inner-page .about-quality-visual-v4>img {
    min-height: 300px;
    height: 300px;
  }

  .inner-page .quality-policy-list-v4>div {
    grid-template-columns: 40px 1fr;
    padding: 12px;
  }

  .inner-page .quality-policy-list-v4 span {
    width: 38px;
    height: 38px;
  }


.btn

 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 9px 14px;
    border-radius: 16px;
    font-weight: 800;
    transition: .35s ease;

            font-size: 13px !important;
}

.inner-page .about-inline-actions {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-top: 26px;
}

.inner-page .about-purpose-grid-v4 h3 {
    color: #fff;
    font-size: 1.35rem;
    line-height: 1.22;
}



.mobile-submenu a {
    font-size: .86rem !important;
    color: #ffffff !important;
    padding: 9px 10px !important;
    border-left: 2px solid var(--line);
    border-radius: 0 10px 10px 0 !important;
}

.inner-page .contact-form-panel-v3 .form-control {
    min-height: 23px;
    border-radius: 13px;
    border-color: #d8e2f2;
    padding: 6px 14px;
    font-size: .82rem;
}

.inner-page .contact-form-head-v3 h2 {
    margin: 7px 0 5px;
    font-size: 1.35rem;
}
}


.inner-page .client-logo-card-v3 img {
    max-width: 135px;
    max-height: 70px;
    object-fit: contain;
    filter: drop-shadow(2px 4px 6px black);
    opacity: .75;
    transition: .3s ease;
}


@media (max-width: 767px) {

    .contact-direct-card-v4 {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contact-card-no-v4 {
        position: static !important;
        display: block !important;
        margin-bottom: 12px;
        text-align: center !important;
    }

    .contact-direct-card-v3 .contact-direct-icon-v3 {
        margin: 0 auto 28px !important;
    }

    .contact-direct-card-v4 > div:last-child {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-direct-card-v4 > div:last-child > span {
        display: block;
        width: 100%;
        text-align: center !important;
    }

    .contact-direct-card-v4 h3 {
        width: 100%;
        text-align: center !important;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-direct-card-v4 p {
        width: 100%;
        max-width: 290px;
        margin: 0 auto 12px !important;
        text-align: center !important;
        line-height: 1.7;
    }

    .contact-direct-card-v4 a {
        margin: 0 auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .inner-page .client-logo-card-v4 {
    max-width: 138px;
    border-color: rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
}
}



@media (max-width: 767px) {
    .selection-card-v3 {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .selection-card-v3 > span {
        display: block;
        text-align: center;
    }

    .selection-card-v3 h3 {
        width: 100%;
        text-align: center !important;
    }

    .selection-card-v3 p {
        width: 100%;
        max-width: 290px;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
}


@media (max-width: 767px) {
    .video-card-body {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .video-card-body .video-tag-v3 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .video-card-body h3 {
        width: 100%;
        text-align: center !important;
    }

    .video-card-body p {
        width: 100%;
        max-width: 300px;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }

    .video-card-body .card-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .download-no-v3{
      display: none;
    }
}

@media (max-width: 767px) {
    .download-card-v3 .btn-outline-primary {
        display: flex;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        justify-content: center;
    }
 
    .value-icon, .feature-icon, .download-icon, .contact-icon {
    margin-bottom: -9px; 
}



   .feature-list-grid-v3 article {
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }


    .inner-page .feature-list-card-v3 {
    min-height: 60px;
    padding: 14px;
    border: 1px solid #dbe4f3;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 9px 25px rgba(7, 23, 51, .04);
}


.value-icon, .feature-icon, .download-icon, .contact-icon {
        margin-bottom: 17px;
    }
    
    
    .about-purpose-no-v4{
        display:none;
    }
    
    
        .inner-page .client-logo-card-v4 {
        max-width: 100%;
        border-color: rgba(255, 255, 255, .12);
        background: rgba(255, 255, 255, .97);
        box-shadow: 0 16px 38px rgba(0, 0, 0, .16);
    }
    
        .feature-list-grid-v3 article {
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
    }
        .inner-page .feature-list-card-v3 {
        min-height: 55px;
        padding: 14px;
        border: 1px solid #dbe4f3;
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 9px 25px rgba(7, 23, 51, .04);
        gap: 14px;
    }
}