/* =====================================================
   PTI - Science of Quality | Custom Stylesheet
   Typography: Verdana Bold (headings) / Segoe UI (body)
   ===================================================== */

:root {
  --pti-navy: #0C4D90;
  --pti-navy-dark: #062748;
  --pti-blue: #1b63b4;
  --pti-blue-light: #8ea3d1;
  --pti-orange: #f26419;
  --pti-bg-light: #eef3fa;
  --pti-bg-lighter: #f6f9fd;
  --pti-text: #4a5568;
  --pti-text-light: #7b8aa0;
  --pti-white: #ffffff;
  --pti-border: #dde6f2;
  --transition-base: 0.25s ease;
}

/* Deep navy used for footer / webinar / industry-card panels */
:root {
  --pti-navy-dark: #163f7a;
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--pti-text);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  color: var(--pti-navy);
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.pti-skip-link {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  background: var(--pti-navy);
  color: #fff;
  padding: 10px 16px;
}

/* ============ Buttons ============ */
.pti-btn-pti-primary {
  background-color: var(--pti-navy);
  border-color: var(--pti-navy);
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.65rem 1.4rem;
  border-radius: 30px;
  transition: background-color var(--transition-base), transform var(--transition-base);
}

.pti-btn-pti-primary:hover,
.pti-btn-pti-primary:focus {
  background-color: var(--pti-blue);
  border-color: var(--pti-blue);
  color: #fff;
  transform: translateY(-1px);
}

.pti-btn-pti-light {
  background-color: var(--pti-orange);
  border-color: var(--pti-orange);
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.65rem 1.4rem;
  border-radius: 30px;
  transition: background-color var(--transition-base), transform var(--transition-base);
}

.pti-btn-pti-light:hover,
.pti-btn-pti-light:focus {
  background-color: #cf5023;
  color: #fff;
  transform: translateY(-1px);
}

.pti-btn-outline-pti {
  background-color: #fff;
  border: 1.5px solid var(--pti-navy);
  color: var(--pti-navy);
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.8rem 1.5rem;
  border-radius: 30px;
  transition: background-color var(--transition-base), color var(--transition-base);
}

.pti_sub_cover em {
  color: #fff;
  font-size: 0.8rem;
}

.pti-btn-outline-pti i {
  color: var(--pti-orange);
}

.pti-btn-outline-pti:hover,
.pti-btn-outline-pti:focus {
  background-color: var(--pti-navy);
  color: #fff;
}

.pti-btn-outline-white {
  background-color: transparent;
  border: 1.5px solid #fff;
  color: #fff;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.8rem 1.5rem;
  border-radius: 30px;
  transition: background-color var(--transition-base), color var(--transition-base), transform var(--transition-base);
}

.pti-btn-outline-white:hover,
.pti-btn-outline-white:focus {
  background-color: #fff;
  color: var(--pti-navy);
  transform: translateY(-1px);
}

.pti-btn-news-cta {
  background-color: #fff;
  border: 1.5px solid var(--pti-navy);
  color: var(--pti-navy);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.55rem 1.3rem;
  border-radius: 30px;
  transition: background-color var(--transition-base), color var(--transition-base), transform var(--transition-base);
}

.pti-btn-news-cta:hover,
.pti-btn-news-cta:focus {
  background-color: var(--pti-navy);
  color: #fff;
  transform: translateY(-1px);
}

/* ============ Header: utility bar ============ */
.pti-site-header {
  z-index: 1040;
}

.pti-top-utility-bar {
  background: linear-gradient(90deg, #ffffff 0%, #E9F1FF 100%);
  border-bottom: 1px solid var(--pti-border);
}

.pti-utility-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pti-top-utility-bar .navbar-toggler {
  border: none;
  padding: 0.65rem 0;
  box-shadow: none !important;
}

.pti-top-nav-menu {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.pti-nav-dropdown {
  position: relative;
}

.pti-top-nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  padding: 1rem 0.5rem;
  color: var(--pti-navy);
  font-weight: 500;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: relative;
  transition: color var(--transition-base);
  font-family: Verdana, Geneva, sans-serif;
}
a.pti-top-nav-link{    text-decoration: none;}
/* :focus stays unscoped so keyboard users still get the color cue everywhere */
.pti-top-nav-link:focus {
  color: var(--pti-orange);
}

.pti-top-nav-link .pti-chevron {
  font-size: 0.55rem;
  transition: transform var(--transition-base), color var(--transition-base);
}

/* .pti-open is the JS-driven "this item is expanded" state (mobile accordion
   and desktop click-to-navigate parity). This must work on every pointer type,
   so it is NOT inside the (hover: hover) guard below. */
.pti-nav-dropdown.pti-open>a .pti-chevron {
  transform: rotate(180deg);
}

.pti-nav-dropdown:focus-within>.pti-submenu-level1,
.pti-nav-dropdown.pti-open>.pti-submenu-level1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pti-sub-dropdown.pti-open>.pti-submenu-link .pti-chevron-sub {
  transform: rotate(90deg);
}

.pti-sub-dropdown:focus-within>.pti-submenu-level2,
.pti-sub-dropdown.pti-open>.pti-submenu-level2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Desktop-only hover reveal. Scoped to devices that can actually hover with a
   precise pointer (a mouse) so a touch tap never triggers these rules. Without
   this guard, a touch browser treats the first tap on a hover-styled link as
   "simulate :hover" and only fires the real click on a second tap -- which is
   why the mobile accordion looked like it opened (chevron flipped, text went
   orange) but the submenu never actually expanded. */
@media (hover: hover) and (pointer: fine) {
  .pti-top-nav-link:hover {
    color: var(--pti-orange);
  }

  .pti-nav-dropdown:hover>a .pti-chevron {
    transform: rotate(180deg);
  }

  .pti-nav-dropdown:hover>.pti-submenu-level1 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .pti-sub-dropdown:hover>.pti-submenu-link .pti-chevron-sub {
    transform: rotate(0deg);
  }

  .pti-sub-dropdown:hover>.pti-submenu-level2 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}

/* Pipe separators between top-level items (desktop only) */
.pti-nav-sep {
  display: flex;
  align-items: center;
  color: var(--pti-orange);
  font-weight: 300;
  padding: 0.5rem;
  -webkit-user-select: none;
  user-select: none;
}

/* Multi-level submenu: smooth fade + slide on desktop */
.pti-submenu {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 260px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 16px 34px rgba(18, 58, 99, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  z-index: 1050;
}

.pti-submenu li a {
  display: block;
  padding: 0.55rem 1.15rem;
  font-weight: 500;
  color: var(--pti-text);
  text-transform: none;
  letter-spacing: normal;
  transition: background-color var(--transition-base), color var(--transition-base), padding-left var(--transition-base);
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.pti-submenu li a:focus {
  background: var(--pti-bg-light);
  color: var(--pti-navy);
  padding-left: 1.4rem;
}

@media (hover: hover) and (pointer: fine) {
  .pti-submenu li a:hover {
    background: var(--pti-bg-light);
    color: var(--pti-navy);
    padding-left: 1.4rem;
  }
}

/* ---- Third-level flyout (sub of sub menu) ---- */
.pti-sub-dropdown {
  position: relative;
}

.pti-submenu-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.pti-chevron-sub {
  font-size: 0.6rem;
  color: var(--pti-orange);
  transition: transform var(--transition-base);
}

.pti-submenu-level2 {
  top: -0.6rem;
  left: 100%;
  margin-left: 0.35rem;
  transform: translateX(-8px);
}

.pti-submenu-level2.pti-submenu-level2-left {
  left: 100%;
  right: auto;
  margin-left: 0;
  margin-right: 0.35rem;
  transform: translateX(8px);
}

.pti-lang-select-desktop .pti-lang-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: var(--pti-navy);
  padding: 0.5rem 0.7rem;
  border-radius: 10px;
  transition: background-color var(--transition-base);
  cursor: pointer;
}

.pti-lang-select-desktop .pti-lang-toggle:focus {
  background: var(--pti-blue);
  color: #fff;
}

@media (hover: hover) and (pointer: fine) {
  .pti-lang-select-desktop .pti-lang-toggle:hover {
    background: var(--pti-blue);
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  .pti-top-nav-menu {
    display: block;
  }

  .pti-utility-bar-inner {
    display: block;
    padding: 0rem 0;

  }

  .pti-news-carousel {
    padding: 0 !important;
  }

  .RandD {
    margin: 0 !important;
  }

  .pti-top-utility-bar .navbar-toggler {
    display: block;
    font-size: 1.5rem;
    color: #105192;
    text-align: right;
  }

  .pti-top-utility-bar {
    border-bottom: 0;
  }

  .pti-lang-menu-mobile .pti-top-nav-link {
    background: #0c4d90;
    border-radius: 10px;
    color: #fff;
    padding: 0.8rem;
  }

  .pti-nav-sep {
    display: none;
  }

  .pti-nav-dropdown {
    border-bottom: 1px solid var(--pti-border);
  }

  .pti-top-nav-link {
    justify-content: space-between;
    padding: 0.85rem 0.25rem;
    height: auto;
  }

  .pti-submenu {
    position: static;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    background: var(--pti-bg-lighter);
    border-radius: 6px;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }

  .pti-nav-dropdown.pti-open>.pti-submenu-level1 {
    max-height: 900px;
    padding: 0.4rem 0;
  }

  .pti-submenu-link {
    padding-right: 0.5rem;
  }

  .pti-chevron-sub {
    transform: rotate(90deg);
  }

  .pti-sub-dropdown.pti-open>.pti-submenu-link .pti-chevron-sub {
    transform: rotate(-90deg);
  }

  .pti-submenu-level2 {
    background: #fff;
    margin: 0 0.5rem;
    border-radius: 6px;
  }

  .pti-submenu-level2 li a {
    padding-left: 1.85rem;
    font-size: 0.79rem;
  }

  .pti-sub-dropdown.pti-open>.pti-submenu-level2 {
    max-height: 320px;
    padding: 0.3rem 0;
  }

  .pti-lang-menu-mobile {
    margin-top: 0.25rem;
    /* border-top: 2px solid var(--pti-border); */
    padding-bottom: 1.5rem;
  }

  ul.nav.footer-nav.justify-content-end,
  ul.nav.footer-nav.justify-content-start {
    justify-content: center !important;
  }
}

/* ============ Hero ============ */
.pti-hero-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 5rem;
  background: linear-gradient(90deg, #ffffff 0%, #E9F1FF 100%);
  z-index: 2;
}

.pti-hero-decor {
  position: absolute;
  top: 45px;
  left: 32%;
  width: 25rem;
  height: 25rem;
  max-width: 90vw;
  max-height: 90vw;
  background-image: url(/images/home_pti-round.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.pti-hero-section>.container-fluid {
  position: relative;
  z-index: 1;
}

.pti-hero-logo {
  height: auto;
  width: 190px;
  max-width: 100%;
}

.pti-hero-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  color: var(--pti-navy);
  line-height: 1.2;
  margin-bottom: 0.9rem;

  /* Adds relative positioning so the pseudo-element aligns to this container */
  position: relative;
  /* Adjust this padding value to change the spacing between the line and the text */
  padding-left: 1.2rem;
}

.pti-hero-title::before {
  content: "";
  position: absolute;
  left: 0;
  /* Centers the line vertically relative to the text block */
  top: 50%;
  transform: translateY(-50%);

  /* Dimensions of your orange line */
  width: 4px;
  /* Thickness of the line */
  height: 70%;
  /* Height of the line relative to the text block */

  /* Color of your orange line (replace with your hex code or variable) */
  background-color: #f26419;
}

.pti-hero-title-accent {
  display: block;
  width: 64px;
  height: 5px;
  background: var(--pti-orange);
  border-radius: 0;
  margin-bottom: 1.1rem;
}

.pti-hero-subtitle {
  color: var(--pti-text);
  font-size: 1rem;
  max-width: 34rem;
  font-weight: 500;
}

/* Technology / Services feature cards */
.pti-hero-feature-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 14px;
  padding: 1.75rem 1.75rem;
  margin-bottom: 1.25rem;
  min-height: 190px;
}

.pti-hero-feature-card:last-child {
  margin-bottom: 0;
}

.pti-hero-feature-dark {
  background: linear-gradient(322deg, var(--pti-navy-dark), var(--pti-navy));
  color: #fff;
  box-shadow: 0 14px 34px rgba(18, 58, 99, 0.22);
  border: 1px solid #fff;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.pti-hero-feature-dark:hover,
.pti-hero-feature-light:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.pti-hero-feature-light {
  background: linear-gradient(0deg, #C8D9F8, #fff);
  border: 1px solid #ffffff;
  box-shadow: 0 10px 26px rgba(18, 58, 99, 0.08);
}

.pti-hero-feature-decor {
  position: absolute;
  right: 25px;
  top: 40%;
  transform: translateY(-50%);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  pointer-events: none;
}

.pti-hero-feature-dark .pti-hero-feature-decor {
  background-image: url(/images/home_ptiround-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pti-hero-feature-light .pti-hero-feature-decor {
  background-image: url(/images/home_ptiround-light.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.pti-hero-feature-body {
  position: relative;
  z-index: 1;
}

.pti-hero-feature-title {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.35rem;
  color: inherit;
}

.pti-hero-feature-dark .pti-hero-feature-title {
  color: #fff;
}

.pti-hero-feature-light .pti-hero-feature-title {
  color: var(--pti-navy);
}

.pti-hero-feature-sub {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 1.1rem;
  color: #9FCFFF;
}

.pti-hero-feature-dark .pti-hero-feature-sub {
  color: #cfe0f5;
  font-family: "Segoe UI", Arial, sans-serif;

}

.pti-hero-feature-light .pti-hero-feature-sub {
  color: var(--pti-blue);
}

.pti-hero-feature-btn i {
  color: #f26419;
}

a.btn.pti-hero-feature-btn {
  background: #fff!important;
  color: var(--pti-navy);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 0.6rem 1.3rem;
  border-radius: 30px;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  font-family: "Segoe UI", Arial, sans-serif;
}

.pti-hero-feature-btn:hover,
.pti-hero-feature-btn:focus {
  color: var(--pti-navy);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.pti-hero-feature-btn-outline {
  border: 1.5px solid var(--pti-navy);
  box-shadow: none;
}

.pti-hero-feature-img {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  object-fit: contain;
  flex-shrink: 0;
  top: 30px;
}

/* Talk with a technical expert bar */
.pti-expert-cta-bar {
  position: relative;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(18, 58, 99, 0.12);
  padding: 1.25rem 1.5rem;
  border: 0px solid #0C4D90;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.pti-expert-cta-bar:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.pti-expert-avatar-wrap {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  /* border: 2px dashed var(--pti-orange);
  border-radius: 50%;
  padding: 4px; */
}

.pti-expert-photo {
  object-fit: cover;
  /* border-radius: 50%; */
  display: block;
}

.pti-expert-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--pti-orange);
  color: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0.65rem 1.3rem;
  border-radius: 8px;
  margin-bottom: 0.6rem;
  transition: background-color var(--transition-base), transform var(--transition-base);
}

.pti-expert-cta-btn:hover,
.pti-expert-cta-btn:focus {
  background-color: #cf5023;
  color: #fff;
  transform: translateY(-1px);
}

.pti-expert-cta-sub {
  font-size: 0.8rem;
  color: var(--pti-text);
}

.pti-expert-cta-btn i {
  font-size: 1rem;
}

.pti-expert-feature {
  text-align: center;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--pti-navy);
  position: relative;
}

.pti-expert-feature::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  bottom: 10%;
  border-left: 1px dashed var(--pti-border);
}

.pti-expert-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0 auto 0.5rem;
  border-radius: 50%;
  background: var(--pti-bg-light);
  color: var(--pti-navy);
  font-size: 1.1rem;
}

@media (min-width: 992px) {
  .pti-expert-feature {
    flex: 1 0 0%;
    max-width: none;
  }
}

@media (max-width: 1199px) {
  .pti-tab-panel-img {
    height: auto !important;
  }

  .pti-news-carousel {
    padding: 0rem;
  }

  #newsCarousel .carousel-control-prev-icon,
  #newsCarousel .carousel-control-next-icon {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .pti-expert-feature::before {
    left: 10%;
    right: 10%;
    top: 0;
    bottom: auto;
    border-left: none;
    border-top: 1px dashed var(--pti-border);
  }

  .pti-expert-feature {
    padding-top: 0.85rem;
  }
}

/* ============ Section titles ============ */
.pti-section-title {
  position: relative;
  color: var(--pti-navy);
  margin-bottom: 3rem;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.pti-section-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: var(--pti-orange);
  margin: 0.6rem 0 0;
  border-radius: 0px;
}

.pti-section-title.text-center::after {
  margin-left: auto;
  margin-right: auto;
}

.pti-section-eyebrow {
  color: var(--pti-blue);
  font-size: clamp(1.4rem, 2.5vw, 2.5rem);
  position: relative;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

.pti-section-eyebrow::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: var(--pti-orange);
  border-radius: 2px;
}

.pti-section-eyebrow-light {
  display: block;
  color: #ebf2ff;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.75rem;
}

.pti-section-eyebrow-light::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 4px;
  background: var(--pti-orange);
  border-radius: 0;
}

/* ============ About / science of quality (split panel) ============ */
.pti-about-section {
  padding: 0rem 0 0;
  background: #F1F6FF;
  position: relative;
  overflow: hidden;
}

.pti-about-split {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}

.pti-about-panel {
  flex: 1 1 50%;
  min-width: 320px;
  display: flex;
  align-items: center;
}

.pti-about-panel-text {
  /* background: var(--pti-bg-light); */
  padding: 4rem 6vw;
}

.pti-about-panel-inner {
  max-width: 35rem;
}

.pti-about-panel-image {
  /* background: var(--pti-navy-dark); */
  justify-content: center;
  padding: 3rem 2rem;
  position: relative;
  z-index: 1;
}

.pti-about-panel-image::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100%;
  background: var(--pti-navy-dark);
  z-index: 0;
  border-left: 5px solid var(--bs-orange);
}

.pti-about-text {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.pti-about-img {
  border-radius: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  /* max-height: 380px;
  width: 100%; */
  object-fit: cover;
  z-index: 1;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.pti-about-img:hover {

  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991.98px) {
  .pti-about-panel {
    flex: 1 1 100%;
  }

  .pti-about-panel-text {
    padding: 3rem 1.5rem;
    order: 2;
  }

  .pti-about-panel-image {
    order: 1;
    padding: 2rem 1.5rem;
  }

  .pti-about-panel-image::before {
    left: 0;
    top: auto;
    bottom: -5px;
    width: 100%;
    height: 5px;
    display: none;
  }

  .pti-about-section {
    padding: 2rem 0;
  }

}

/* ============ Technologies / Applications tabs ============ */
.pti-technologies-section,
.pti-applications-section {
  padding: 4.5rem 0;
}

.pti-tech-tab-list .nav-link {
  text-align: left;
  background-color: transparent;
  color: var(--pti-text);
  font-weight: 500;
  font-size: 1.05rem;
  border-radius: 0;
  padding: 0.9rem 0rem 0rem 0rem;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #ebf3ff;
  position: relative;
  transition: color var(--transition-base);
  font-family: Verdana, Geneva, sans-serif;
  line-height: 2;
  cursor: pointer;
}

.pti-tech-tab-list .nav-link::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: var(--pti-orange);
  border-radius: 0;
  margin-top: 0.5rem;
  transition: width var(--transition-base);
  position: relative;
  bottom: 0;
}

.pti-tech-tab-list .nav-link:hover {
  color: var(--pti-blue);
}

.pti-tech-tab-list .nav-link.active {
  background-color: transparent !important;
  color: var(--pti-blue) !important;
  font-weight: 700;
  border: 0 !important;
}

.pti-tech-tab-list .nav-link.active::after {
  width: 100%;
}

.pti-tech-tab-panel {
  background: var(--pti-bg-lighter);
  border-radius: 10px;
  padding: 2rem;
  min-height: 100%;
  position: relative;
  z-index: 1;
}

.pti-tab-panel-title {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
  color: var(--pti-text);
}

.pti-tab-panel-text {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

.pti-tab-panel-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 6px 18px rgba(18, 58, 99, 0.15);
}

.pti-tab-panel-img-ring {
  padding: 6px;
  border: 2px solid var(--pti-orange);
  background: #fff;
}

/* ============ Industries cards ============ */
.pti-industries-section {
  background: #fff;
  padding: 4.5rem 0 0;
  position: relative;
  overflow: hidden;
}

.pti-industries-section::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0C4D90;
  z-index: 0;
}

/* Keep the actual content above the blue band */
.pti-industries-section>* {
  position: relative;
  z-index: 1;
}

.pti-industry-card {
  /* background: var(--pti-navy-dark); */
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 4px 16px rgba(18, 58, 99, 0.12); */
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  height: 100%;
}

.pti-industry-card:hover {
  transform: translateY(-6px);

}

.pti-industry-card-img-wrap {
  position: relative;
  z-index: 2;
  border-radius: 35px;
  overflow: hidden;
  margin: 1rem 1rem 0 1rem;
}

.pti-industry-card i {
  color: var(--pti-orange);
}


/* Orange band below image */
.pti-industry-card-img-wrap::after {
  /* content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 5px;
    background: #ff6b00;
    z-index: -1; */
}

.pti-industry-card img {
  width: 100%;
  aspect-ratio: 400 / 400;
  object-fit: cover;
  display: block;
  border-bottom: 5px solid var(--pti-orange);
  border-radius: 35px;
}

.pti-industry-card-accent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 22px;
  background: var(--pti-navy-dark);
  border-radius: 0 0 16px 16px;
  box-shadow: 0 -10px 0 -4px var(--pti-orange);
}

.pti-industry-card-body {
  padding: 1.5rem 1.4rem 1.75rem;
  text-align: center;
}

.pti-industry-card-title {
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
  color: #fff;
}

.pti-industry-card-sub {
  color: #cfe0f5;
  font-size: 1em;
  margin-bottom: 1.25rem;
}

.pti-read-more-link {
  display: inline-block;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  padding: 0.8rem 1.5rem;
  transition: background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base);
}

.pti-read-more-link:hover {
  background-color: #fff;
  color: var(--pti-navy);
  border-color: #fff;
}

/* ============ Standards ============ */
.pti-standards-section {
  padding: 4.5rem 0;
}

.pti-standard-card {
  position: relative;
  text-align: center;
  background: var(--pti-bg-lighter);
  padding: 2rem 1.25rem 2.5rem;
  height: 100%;
  border-radius: 25px;
  transition: box-shadow var(--transition-base), transform var(--transition-base);
  z-index: 1;
  border-bottom: 4px solid var(--pti-orange);
  border-radius: 35px;
}

.pti-standard-card::after {
  content: "";
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: -6px;
  height: 3px;
  /* background: var(--pti-orange); */
  border-radius: 0 0 50px 50px;
  z-index: -1;
}

.pti-standard-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 26px rgba(18, 58, 99, 0.14);
}

.pti-standard-logo {
  height: 100px;
  object-fit: contain;
  margin-bottom: 1rem;
}

.pti-standard-text {
  font-size: 18px;
  line-height: 1.6;
  color: var(--pti-text);
}

/* ============ Webinar ============ */
.pti-webinar-section {
  /* background: linear-gradient(135deg, var(--pti-navy-dark), var(--pti-navy)); */
  background: #0C4D90;
  color: #fff;
  padding: 5rem 0;
}

.pti-webinar-title {
  color: #fff;
  font-size: clamp(1.3rem, 2.5vw, 2.5rem);
  margin-bottom: 1.5rem;
  font-family: Verdana, Geneva, sans-serif;
}

.pti-webinar-video-thumb {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.pti-webinar-video-thumb img {
  display: block;
  width: 100%;
}

.pti-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--pti-orange);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 0 0 0 rgba(232, 98, 46, 0.6);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.pti-webinar-video-thumb:hover .pti-play-btn {
  transform: translate(-50%, -50%) scale(1.08);
}

.pti-play-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: pulse-ring 2.4s ease-out infinite;
}

@keyframes pulse-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 98, 46, 0.55);
  }

  100% {
    box-shadow: 0 0 0 22px rgba(232, 98, 46, 0);
  }
}

.pti-modal-video-placeholder {
  background: var(--pti-navy-dark);
}

/* ============ News / carousel ============ */
.pti-news-section {
  padding: 4.5rem 0 5rem;
  background: var(--pti-bg-lighter);
}

.pti-news-section .carousel-control-prev {
  left: 10%;
}

.pti-news-section .carousel-control-next {
  right: 10%;
}

.pti-news-carousel {
  padding-bottom: 3rem;
}

.pti-news-card {
  position: relative;
  background: var(--pti-bg-light);
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(18, 58, 99, 0.08);
  padding: 2.5rem 2rem 2rem;
  max-width: 960px;
  overflow: visible;
}

.pti-news-tag {
  position: absolute;
  top: -18px;
  left: 28px;
  display: inline-block;
  background: #fff;
  color: var(--pti-navy);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: none;
  letter-spacing: normal;
  padding: 0.6rem 1.4rem;
  border-radius: 30px;
  box-shadow: 0 8px 20px rgba(18, 58, 99, 0.12);
}

.pti-news-card-logo {
  height: 26px;
}

.pti-news-headline-bar {
  background: var(--pti-navy);
  color: #fff;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
  text-transform: uppercase;
  padding: 0.85rem 1.1rem;
  border-radius: 6px;
  margin-bottom: 0.9rem;
  line-height: 1.4;
}

.pti-news-desc {
  font-size: 0.9rem;
  line-height: 1.6;
}

.pti-news-presenter-wrap {
  position: relative;
  display: inline-block;
  margin: 0.5rem 0;
}

.pti-news-presenter-wrap::before {
  content: "";
  position: absolute;
  inset: -14px;
  border-radius: 50%;
  border: 2px solid rgba(27, 99, 180, 0.25);
}

.pti-news-presenter-wrap::after {
  content: "";
  position: absolute;
  inset: -28px;
  border-radius: 50%;
  border: 1px solid rgba(27, 99, 180, 0.15);
}

.pti-news-presenter-photo {
  width: 90px;
  height: 90px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.pti-news-presenter-label {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--pti-blue);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.5rem;
}

.pti-news-presenter-name {
  font-weight: 700;
  color: var(--pti-navy);
  font-size: 0.95rem;
}

.pti-news-presenter-title {
  font-size: 0.75rem;
  color: var(--pti-text-light);
  line-height: 1.4;
}

.pti-news-indicators {
  position: static;
  margin-top: 1.5rem;
}

.pti-news-indicators [data-bs-target] {
  background-color: transparent;
  border: 2px solid var(--pti-border);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
}

.pti-news-indicators .active {
  /* background-color: var(--pti-orange); */
  border-color: var(--pti-orange);
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: var(--pti-navy);
  border-radius: 50%;
  padding: 25px;
  background-size: 50%;
}

/* ============ Footer ============ */
.pti-site-footer {
  position: relative;
  background: var(--pti-navy-dark);
  color: #cfdbee;
  padding: 3.5rem 0 0rem 0;
  border-top: 3px solid var(--pti-orange);
}

.pti-footer-top-accent {
  display: block;
  height: 6px;
  width: 100%;
  background: var(--pti-orange);
}

.pti-footer-logo {
  height: auto;
  width: 150px;
  margin-bottom: 1.25rem;
}

.pti-footer-contact {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #fff;
}

.pti-footer-social {
  margin-top: 1.25rem;
}

.pti-footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  margin-right: 0.6rem;
  font-size: 0.95rem;
  transition: opacity var(--transition-base), transform var(--transition-base);
}

.pti-footer-social a:hover {
  opacity: 0.85;
  transform: translateY(-2px);
}

.pti-footer-social-linkedin {
  background: #0a66c2;
}

.pti-footer-social-youtube {
  background: #ff0000;
}

.pti-footer-heading {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.pti-footer-text {
  font-size: 1rem;
  line-height: 1.75;
  color: #d8e3f2;
  margin-bottom: 1rem;
}

.pti-footer-portal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  white-space: normal;
  text-align: center;
}

.pti-footer-form .form-control {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 10px;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.75rem 1.1rem;
}

.pti-footer-form .form-control::placeholder {
  color: #bcd0ea;
}

.pti-footer-form .form-control:focus {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.15);
  color: #fff;
}

.pti-footer-submit-btn {
  background-color: #fff;
  color: var(--pti-navy);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.75rem 1.4rem;
  border-radius: 10px;
  border: none;
  transition: background-color var(--transition-base), transform var(--transition-base);
}

.pti-footer-submit-btn:hover,
.pti-footer-submit-btn:focus {
  background-color: var(--pti-bg-light);
  transform: translateY(-1px);
}

.pti-form-success-msg {
  color: #7de3a1;
  font-size: 0.85rem;
}

.pti-footer-bottom-bar {
  background: var(--pti-bg-lighter);
  padding: 1rem 0;
  margin-top: 3rem;
}

.pti-footer-copyright {
  font-size: 0.85rem;
  color: var(--pti-text);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.pti-footer-copyright-brand {
  color: var(--pti-blue);
  font-weight: 700;
}

/* ============ Back to top ============ */
.pti-back-to-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--pti-navy);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  box-shadow: 0 6px 18px rgba(18, 58, 99, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity var(--transition-base), transform var(--transition-base), background-color var(--transition-base);
  z-index: 1030;
  border: 2px solid var(--bs-orange);
}

.pti-back-to-top.pti-is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pti-back-to-top:hover {
  background: var(--pti-orange);
}

/* ============ Focus states (accessibility) ============ */
a:focus-visible,
button:focus-visible,
.nav-link:focus-visible,
.form-control:focus-visible {
  outline: 3px solid var(--pti-orange);
  outline-offset: 2px;
}

/* ============ Small-screen refinements ============ */
@media (max-width: 575.98px) {
  .pti-hero-section {
    padding: 2rem 0 1.5rem;
  }

  .pti-expert-cta-bar {
    padding: 1rem;
  }

  .pti-technologies-section,
  .pti-applications-section,
  .pti-standards-section,
  .pti-webinar-section {
    padding: 3rem 0;
  }

  .pti-news-card {
    padding: 1.25rem;
  }

  .pti-tech-tab-panel {
    padding: 1.25rem;
  }

  .pti-industries-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0C4D90;
    z-index: 0;
  }

  .pti-btn-outline-white,
  .pti-btn-outline-pti {
    margin-bottom: 1rem;
  }

  a.btn.pti-hero-feature-btn {
    font-size: 10px !important;
  }

  .footer-section ul li {
    font-size: 13px !important;
  }

  .footer-section ul li a {
    margin-right: 1rem;
  }

  .footer-section ul {
    padding: 0 !important;
  }
}

.sectionicon {
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 10rem;
  height: 10rem;
  max-width: 90vw;
  max-height: 90vw;
  background-image: url(/images/home_pti_secion_icon_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.sectionicon.leftside {

  left: 40px;
  background-image: url(/images/home_pti_secion_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}

.pti_tabcover {
  display: block;
  position: relative;
  border: 14px;
  box-shadow: -1px -1px 8px 2px #e5e5e5;
  border-radius: 14px;
}

.pti_tabcover .pti-tech-tab-panel {
  border-radius: 0;
}

.pti_tablsit_cover {
  padding: 1rem 2rem 2rem 2rem;
}

.pti-webinar-video-thumb iframe {
  border-radius: 10px;
}

.pti-news-carousel img {
  border-radius: 20px;
}

.pti-news-carousel {
  padding: 0rem 15rem 0;
}

a.btn.pti-btn-outline-white.pti-footer-portal-btn .pti-site-footer i {
  color: var(--pti-orange);
}


.dropdown.language .dropdown-menu {
  --bs-dropdown-min-width: 3rem;
  background: #ffffff;
  --bs-dropdown-border-color: var();
  border-color: var(--pti-navy);
  font-size: 0.9rem;
}


.pti-footer-bottom-bar ul {
  gap: 1rem;
  color: var(--pti-text);
}

.pti-footer-bottom-bar ul li a {
  color: var(--pti-text);
}

ul.copyrt {
  font-size: 0.9rem;
}

.contact.modal .form-control {
  border: 1px solid #e9ecef;
}

.contact.modal .modal-content {
  border: 1px solid var(--pti-orange);
}

.contact.modal .modal-content .modal-header {
  background: var(--pti-blue);
}

.contact.modal .modal-content .modal-header h5 {
  color: #fff;
}

.contact.modal .modal-header button.btn-close {
  --bs-btn-close-color: #fff;
}

.pti_sub {
  position: relative;
  margin: 2rem 0;
  width: 100%;
}

.pti_sub a {
  color: #fff;
  font-size: 1rem;
  padding: 0.5rem 0 0.5rem 0;
  text-transform: uppercase;
  font-weight: 500;
}

.pti_sub_cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2062a7;
}

.pti_sub a:hover {
  color: #f1641a;
}

.pti_sub_cover i {
  color: #fff;
  font-size: 0.8rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  border-radius: calc(.25rem - 1px);
}

.RandD {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin: 1.5rem;
  box-shadow: 0 4px 16px rgba(18, 58, 99, 0.12);
  transition: transform var(--transition-base), box-shadow var(--transition-base);
  border: 5px solid #fff;
}

.RandD::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.RandD:hover {
  transform: translateY(-6px);

}

.RandD h3 {
  z-index: 99;
  font-size: 1.6rem;
}

section.pti-labs-section {
  padding: 4.5rem 0;
  background: #f1f6ff;
}

.RandD i {
  color: var(--pti-orange);
  font-size: 1.5rem;
}

section.pti-cciservices-section {
  position: relative;
  display: block;
  color: #fff;
  padding: .75rem 1.25rem;
  background-color: transparent;
  border-bottom: 1px solid;
  padding: 0 0 4.5rem 0;
}

section.pti-cciservices-section .list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

section.pti-cciservices-section .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

section.pti-cciservices-section .list-group-item {
  position: relative;
  display: block;
  padding: .9rem 0;
  background-color: #fff;
  border: 1px solid var(--pti-border);
}

section.pti-cciservices-section a {
  color: var(--pti-text);
}

@media screen and (max-width: 767px) {
  .pti-industries-section::after {
    top: 0;
  }

}

/* =========================================================
   PTI RESPONSIVE NAVIGATION
   992px Ã¢â‚¬â€œ 1400px
   ========================================================= */

/* ---------------------------------------------------------
   992px Ã¢â‚¬â€œ 1400px
   --------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1400px) {

  /* Prevent navigation from wrapping */
  .pti-navbar,
  .pti-navbar .container,
  .pti-navbar .container-fluid {
    white-space: nowrap;
  }

  .pti-navbar .navbar-nav {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    white-space: nowrap;
  }

  .pti-navbar .nav-item {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .pti-navbar .nav-link {
    white-space: nowrap;
  }

  /* Top navigation */
  .pti-top-nav {
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    white-space: nowrap;
  }

  .pti-top-nav-link {
    font-size: 0.68rem;
    white-space: nowrap;
  }

  /* Separators */
  .pti-nav-sep {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    flex: 0 0 auto;
  }

  /* Language */
  .pti-lang-select-desktop {
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .pti-lang-select-desktop .pti-lang-toggle {
    font-size: 0.68rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    white-space: nowrap;
  }

  /* Bootstrap px-lg-5 */
  .px-lg-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}


/* ---------------------------------------------------------
   992px Ã¢â‚¬â€œ 1199px
   Compact layout for the critical edge range
   --------------------------------------------------------- */
@media (min-width: 992px) and (max-width: 1199px) {

  .pti-top-nav-link {
    font-size: 0.75rem;

    letter-spacing: 0.04em;
    padding: 1rem 0.09rem
  }

  .pti-nav-sep {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .pti-lang-select-desktop .pti-lang-toggle {
    font-size: 0.60rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  /* Main navigation */
  .pti-navbar .navbar-nav {
    flex-wrap: nowrap !important;
  }

  .pti-navbar .nav-item {
    flex: 0 0 auto;
  }

  .pti-navbar .nav-link {
    font-size: 0.70rem;
    padding-left: 0.3rem !important;
    padding-right: 0.3rem !important;
    white-space: nowrap;
  }

  /* Reduce container spacing */
  .px-lg-5 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .pti-site-header.pti-scrolled .pti-scroll-logo {
    max-width: 120px !important;
  }

  .pti-site-header.pti-scrolled .pti-top-nav-link {
    font-size: 0.62rem;
  }

  .pti-news-carousel {
    padding: 0rem;
  }
}


/* ---------------------------------------------------------
   1200px Ã¢â‚¬â€œ 1400px
   Normal desktop spacing
   --------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1400px) {

  .pti-top-nav-link {
    font-size: 0.76rem;
  }

  .pti-nav-sep {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .pti-lang-select-desktop .pti-lang-toggle {
    font-size: 0.76rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .pti-navbar .navbar-nav {
    flex-wrap: nowrap !important;
  }

  .pti-navbar .nav-link {
    white-space: nowrap;
  }

  .pti-site-header.pti-scrolled .pti-scroll-logo {
    max-width: 110px !important;
    margin-right: 0.5rem !important;
  }

  .pti-site-header.pti-scrolled .pti-top-nav-link {
    font-size: 0.68rem;
  }
}

/* Header shrinks smoothly once scrolled */
.pti-site-header {
  transition: box-shadow .3s ease;
}

.pti-site-header.pti-scrolled {
  box-shadow: 0 4px 14px rgba(11, 46, 89, .12);
}

.pti-top-utility-bar {
  padding-top: 4px;
  padding-bottom: 4px;
  transition: padding .3s ease;
}

.pti-site-header.pti-scrolled .pti-top-utility-bar {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* Scroll-triggered mini logo Ã¢â‚¬â€ zero width/space at rest, grows + fades in on scroll */
.pti-scroll-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  overflow: hidden;
  max-width: 0;
  margin-right: 0;
  opacity: 0;
  visibility: hidden;

  /* CLOSING sequence: fade out first, then collapse the width, then fully hide */
  /* transition:
    opacity .3s ease,
    max-width .35s ease .3s,
    margin-right .35s ease .3s,
    visibility 0s linear .65s; */
}

.pti-site-header.pti-scrolled .pti-scroll-logo {
  max-width: 150px;
  /* match to your logo's actual rendered width */
  margin-right: 0;
  opacity: 1;
  visibility: visible;

  /* OPENING sequence: grow the width first, then fade the content in */
  transition:
    max-width .35s ease,
    margin-right .35s ease,
    opacity .3s ease .35s,
    visibility 0s linear 0s;
}

.pti-site-header.pti-scrolled .pti-nav-sep {
  padding: 0.3rem;
}

.pti-scroll-logo-text {
  font-weight: 800;
  font-size: 1.1rem;
  line-height: 1;
  color: #0b2e59;
}

.pti-scroll-logo-tagline {
  display: block;
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #f47a20;
}

@media (max-width:991.98px) {
  .pti-scroll-logo {
    margin-right: 12px;
  }

  .pti-site-header.pti-scrolled .pti-scroll-logo {
    margin-right: 12px;
  }

  .pti-scroll-logo-tagline {
    display: none;
  }
}

@media (max-width:575.98px) {
  .pti-scroll-logo-text {
    font-size: .95rem;
  }
}

.pti-site-header.pti-scrolled .pti-scroll-logo img {
  max-height: 50px;
  width: 110px;
}

.pti-site-header.pti-scrolled .pti-scroll-logo {
  max-height: 50px;
  width: 100%;
}

.footer-section ul {
  list-style: none;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  box-sizing: border-box;
  font-weight: 600;
  gap: 2rem;
}

.footer-section h3 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
}

.footer-section ul li a:hover {
  text-decoration: none
}

.footer-section ul li {
  color: #fff;
  padding-left: 0px;
  font-size: 16px
}

.footer-section ul li a {
  color: #fff !important;
  line-height: 36px
}

.footer-email {
  font-size: 18px;
  padding-top: 20px;
}

.footer-icon {
  font-size: 18px;

}

.footer-email a:hover {
  text-decoration: none
}

.footer-section {
  background-color: #4D6398;
  padding-top: 55px;
  color: #fff;
  box-sizing: border-box;
  margin-top: 0px;
  font-family: verdana;
  background: var(--pti-navy-dark);

  border-top: 3px solid var(--pti-orange);
}

.footer-section [data-hsfc-id=Renderer] .hsfc-Heading {
  font-family: verdana;
  font-size: 24px;
}

.footer-section [data-hsfc-id=Renderer] .hsfc-FieldLabel {
  font-family: verdana;
}

.footer-section p {
  color: #fff;
  /* font-family: verdana; */
  font-size: 18px;
  font-weight: 400;
}

.text-size {
  font-size: 18px;
  padding-top: 20px;
}

.contact-page {
  width: 122px !important;
}

.footer-nav-style {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  /* padding: 2px; */
  margin-top: 45px;
}

.footer-section .h4_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
}

footer form input {
  color: #fff;
  background: transparent;
}

footer .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  /*  margin-left: 35px;*/
  line-height: 1.5;
  color: #fff !important;
  background-color: transparent !important;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

footer .form-control::placeholder {
  color: #fff;
}


.getintouch-btn {
  width: 100%;
  background-color: transparent !important;
  border: 1px solid #20BABF;
  color: #20BABF !important;
  padding: 10px;
}

.copyight {
  background-color: #013267;
  color: #fff;
  padding: 30px;
  text-align: center;
  width: 100%
}

.link {
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px
}

.link:hover {
  color: #fff
}

.fa-ico {
  padding: 10px;
  font-size: 21px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
}

.fa-ico:hover {
  opacity: .7;
  text-decoration: none;
  color: #fff
}

.fa-twitter {
  background: #55acee;
  color: #fff
}

.fa-linkedin {
  background: #007bb5;
  color: #fff
}

.fa-youtube {
  background: #b00;
  color: #fff
}

[data-hsfc-id=Renderer] .hsfc-FieldLabel {
  font-family: verdana;
  font-size: 14px;
}

.c-white {
  color: #fff !important;
  border: 2px solid #ffffff !important;
  padding: 10px 15px !important;
  border-radius: 12px !important;
  margin-left: 0 !important;
  background-color: #163f7a !important;
  margin-bottom: 1.5rem !important;
  display: inline-block;
}

.footer-nav a {
  color: #fff;
  margin-top: 0;
  width: 100%;
  display: flex;
  font-weight: 300;
}

.wid-1 {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  padding: 0px;
  margin: 0px;
  text-indent: 0px;
}

.widg1 {
  vertical-align: bottom;
  width: 151px;
  height: 24.6px;
}

.color {
  color: #ff7f50 !important;
  border: 1px solid #ff7f50;
}

.color:hover {
  color: #fff !important;
  background-color: #ff7f50;
  border: 1px solid #ff7f50;
}

.drop-right {
  min-width: 200px;
}

.drop-right_last {
  min-width: 200px;
  right: 0 !important;
}

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

.sup {
  text-transform: lowercase;
}

.nav-link {
  display: block;
  padding: 22px 0px 22px 0px;
  font-size: 16px;
  border-radius: 0;
  color: #333;
  position: relative;
  border-bottom: 1px solid #dddddd;
  border-radius: 0 !important;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.nav-link:hover {
  color: #000000;
  background-color: transparent;
  opacity: 1;
}

.nav-link:hover:before {
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  -moz-transform: rotate(450deg);
  -webkit-transform: rotate(450deg);
  transform: rotate(450deg);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #19C0C3;
  opacity: 1;
  border-bottom: 1px solid #19C0C3;
  border-radius: 0;
  background: transparent;
}

.nav-pills .nav-link.active:before,
.nav-pills .show>.nav-link:before {
  content: '\f138';
  font-family: fontawesome !important;
  position: absolute;
  right: 0%;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transform-origin: center center;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}

.nav-link:before {
  content: '\f138';
  font-family: fontawesome !important;
  position: absolute;
  right: 0%;
  transition: all 600ms ease;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nav-link_1 {
  color: #fff !important;
  opacity: 0.5;
  border-bottom: 1px solid rgb(255 255 255 / 31%) !important;
}

/* .nav-link_1.active {
  color: #19C0C3 !important;
  opacity: 1;
  border-bottom: 1px solid #19C0C3 !important;
  border-radius: 0;
  background: transparent;
} */

.subscribe-label {
  font-size: 19px !important;
}

@media (max-width: 770px) {
  .g-recaptcha {
    transform: none;
    transform-origin: 0 0;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }

  .text_center {
    text-align: center !important;
  }

  .left-padd {
    padding-left: 0px;
  }

  .w_100 {
    width: 100% !important;
  }
}

.nav-pills .nav-link.active:before,
.nav-pills .show>.nav-link:before,
.nav-link:before {
  display: none;
}

select#language-select {
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
  background: var(--pti-navy);
  padding: 6px;
  cursor: pointer;
  border: 0;
}

[data-hsfc-id=Renderer] .hsfc-NavigationRow__Buttons {
  justify-content: start !important;
}

.pti-top-nav-link:focus {
  border: 0 !important;
}

#webinarVideo {
  border-radius: 0 0 6px 6px;
}

.hsfc-ReCaptchaV2 {
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .hsfc-Row .col-sm-3.col-md-3.col-lg-3:has(.hsfc-ReCaptchaV2) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .pti-news-section .carousel-control-next {
    right: 0;
  }

  .pti-news-section .carousel-control-prev {
    left: 0;
  }

  ul.nav.footer-nav.justify-content-end,
  ul.nav.footer-nav.justify-content-start {
    justify-content: center !important;
  }

  .pti-industry-card-title {
    font-size: 1rem;
  }

  .pti-industry-card-sub {
    font-size: 0.9em;
  }
}

#newsCarousel .carousel-control-prev,
#newsCarousel .carousel-control-next {
  opacity: 1;
}

#newsCarousel .carousel-control-prev-icon,
#newsCarousel .carousel-control-next-icon {
  opacity: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.pti-industry-card,
.RandD {
  max-width: 100%;
  box-sizing: border-box;
}

.pti_sub {
  clear: both;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .RandD h3 {
    font-size: 13px;
  }

  .pti-industry-card-title {
    font-size: 1rem;
  }

  .pti-industry-card-img-wrap {
    margin: 0;
  }

  .pti-industry-card-sub {
    font-size: 0.8em;
  }
}

.pti-lang-select-desktop .pti-lang-toggle .dropdown-item.active,
.dropdown-item:active {
  background: var(--pti-orange);
  cursor: pointer;
}

.pti-lang-select-desktop .pti-lang-toggle .dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  background: var(--pti-orange);
}
.pti-chevron,
.pti-chevron-sub {
  padding: 12px;
  margin: -12px;
}