.slide-form {
  position: fixed;
  top: 0;
  right: -100%;
  /* hidden */
  width: 50%;
  height: 100%;
  background: #fff;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.2);
  transition: right 0.7s ease;
  padding: 50px 40px;
  z-index: 9999;
  overflow-y: scroll;
  display: grid;
}

.slide-form.active {
  right: 0;
}

.close-btn {
  background: none;
  border: none;
  font-size: 33px;
  float: right;
  cursor: pointer;
  padding-right: 16px;
  position: absolute;
  right: 0;
  top: 5px;
}

.slide-form input,
.slide-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 8px;
}

/* Overlay */
.form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1000;
}

.form-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Disable body scroll */
body.no-scroll {
  overflow: hidden;
}

.global-form .gform_button {
  background: var(--color-primary-orange);
}

.global-form div#field_5_1 {
  display: block;
}

.slide-form p.gform_required_legend {
  display: none;
}

.form-container {
  display: none;
}

.single-product header.entry-header,
.gtranslate_wrapper .gt_selector option:first-child {
  display: none;
}

.headersection .languagesec select {
  appearance: auto;
  -webkit-appearance: auto;
  width: 100px;
}

.headersection .languagesec select option {
  text-align: left;
}

/* Product listing  */

.breadcrumb-section {
  background-color: #eeeeee;
}

.product-card {
  color: #000;
}

.product-card h5 {
  font-size: 18px;
  min-height: 43px;
}

.product-card h5 a {
  color: #2b2b2b;
  text-decoration: none;
}

.product-card img {
  width: 100%;
}

.product-card p {
  color: #6b6b6b;
}

.product-card span {
  border-radius: 2px;
  background: #f3f3f3;
  font-size: 12px;
  color: #6a6a6a;
  padding: 3px 7px 3px 7px;
  border-radius: 2px;
}

.product-card .pd-category {
  border: solid 1px #dbdbdb;
  text-wrap: nowrap;
}

.product-details {
  padding: 10px 20px 23px;
  border: solid 1px #dadada;
}

.grey-btn {
  border: solid 1px #898989;
  color: #898989;
  text-decoration: none;
  padding: 8px 7px;
  position: relative;
  font-size: 14px;
  display: flex;
  gap: 5px;
}

.product-card hr {
  margin: 22px 0px;
}

/* .grey-btn:before {
  content: "";
  box-shadow: none;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('data:image/svg + xml,<svgwidth="10"height="10"viewBox="0 0 10 10"fill="none"xmlns="http://www.w3.org/2000/svg"><pathd="M8.33624 2.84003L1.17627 10L0 8.82373L7.15913 1.66376H0.849347V0H9.99999V9.15065H8.33624V2.84003Z"fill="white"/></svg>');
  transition: all 0.2s linear;
  transform-origin: center;
  font-size: 14px;
} */

/* Footer  */

.custom-footer {
  /* background: url("/wp-content/uploads/2026/03/Subtract.svg"); */
  background: linear-gradient(
    270deg,
    #00326c 0%,
    var(--PGY---Blue, #0065da) 50%,
    #00326c 100%
  );
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 4rem;
  position: relative;
}

.custom-footer h2 {
  margin-bottom: 20px;
}

.custom-footer::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  width: 24.2%;
  background: url("/wp-content/uploads/2026/03/section-notch-icon.png")
    no-repeat center;
  background-size: contain;
  aspect-ratio: 423/44;
  max-width: 423px;
}

.footer-section {
  background: #f1f7ff;
  padding: 40px 32px;
  clip-path: polygon(
    30px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 30px),
    calc(100% - 0px) 100%,
    30px 100%,
    0% calc(100% - 0px),
    0% 30px
  );
}

.social-icons {
  gap: 40px;
}

.social-icons a:last-child {
  margin-top: -5px;
}

.social-icons a:last-child img {
  /* height: 40px; */
  width: 38px;
}

.menu-list {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.menu-list li {
  line-height: normal;
}

.menu-list li a {
  color: var(--color-text-black);
}

.footer-menu {
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.footer-menu-section {
  grid-template-columns: 3fr 4fr 3.5fr;
}

.footer-section hr {
  background-color: #e2e2e2;
  margin: 30px 0px;
}

.footer-section h6 {
  margin-bottom: 17px;
}

.footer-contact {
  gap: 16px;
  padding-bottom: 16px;
  align-items: start;
}

.footer-contact img {
  margin-top: 3px;
}

.map {
  margin-bottom: 50px;
}

.map-direction {
  border-radius: 2px;
  background: linear-gradient(
    180deg,
    rgba(204, 227, 255, 0.4) 0%,
    rgba(255, 203, 170, 0.4) 100%
  );
  padding: 7px 15px;
  text-align: center;
}

.map-direction a {
  color: var(--color-text-black);
}

.map-direction span {
  font-size: 13px;
  border-bottom: solid 1px;
}

.footer-tabs a {
  background-color: #e1ecfb;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 2px;
  color: var(--color-text-black);
}

.footer-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.legal-menu a {
  padding: 0px 8px 0px 0px;
}

.copyright-section p {
  font-size: 14px;
  margin: 0;
}

.copyright-section a {
  position: relative;
  font-size: 12px;
  color: var(--color-text-black);
}

/* Add separator */
.copyright-section a:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
}

.footer-section .row .col-lg-4 {
  position: relative;
  padding: 0px 60px;
}

.footer-section .row > .col-lg-4:last-child {
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
}

.footer-section .row > .col-lg-4:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 1px;
  height: 80%;
  background: linear-gradient(
    180deg,
    rgba(1, 94, 204, 0) 12.68%,
    rgba(1, 94, 204, 0.24) 53.02%,
    rgba(1, 94, 204, 0) 96.59%
  );
}

.about-menu {
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

.global-form div#field_submit {
  background: initial;
  padding: 0;
  padding-right: 4em;
  position: relative;
  transition: all 0.2s linear;
  width: fit-content;
}

.global-form div#field_submit:hover {
  padding-right: 0;
  padding-left: 4em;
}

.global-form div#field_submit {
  overflow: hidden;
  display: inline-block;
}

.global-form .gform-button {
  display: block;
  background: var(--color-primary-orange);
  padding: 18px 55px !important;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
  transition: all 0.2s linear;
  z-index: 1;
  position: relative;
  border-radius: 0 !important;
  font-size: 16px !important;
  font-family: var(--font-sapceGrotesk);
  font-weight: 500 !important;
  line-height: normal !important;
  text-transform: uppercase !important;
}

.global-form div#field_submit:hover .gform-button {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}

.footer .gfield--type-email {
  display: flex;
  align-items: end;
  justify-content: stretch;
}

.footer .gfield--type-email .ginput_container {
  width: 100%;
}

.global-form div#field_submit::before {
  content: "";
  position: absolute;
  width: auto;
  height: 56px;
  aspect-ratio: 1;
  background-color: var(--color-primary-orange);
  background-image: url('data:image/svg+xml,<svg width="15" height="19" viewBox="0 0 15 19" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_956_4536" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="0" width="16" height="20"><rect x="-0.5" width="15" height="20" fill="white"/></mask><g mask="url(%23mask0_956_4536)"><path d="M10.8864 10.8325L0.760684 10.8325L0.760684 9.169L10.8858 9.16841L6.42413 4.70672L7.60058 3.53027L14.0711 10.0007L7.60057 16.4712L6.42412 15.2948L10.8864 10.8325Z" fill="white"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  rotate: initial !important;
  clip-path: polygon(100% 0, 100% 80%, 80% 100%, 0 100%, 0 0);
  transition: all 0.2s linear;
}

.global-form div#field_submit::after {
  content: "";
  position: absolute;
  width: auto;
  height: 56px;
  aspect-ratio: 1;
  background-color: var(--color-primary-orange);
  background-image: url('data:image/svg+xml,<svg width="15" height="19" viewBox="0 0 15 19" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_956_4536" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="-1" y="0" width="16" height="20"><rect x="-0.5" width="15" height="20" fill="white"/></mask><g mask="url(%23mask0_956_4536)"><path d="M10.8864 10.8325L0.760684 10.8325L0.760684 9.169L10.8858 9.16841L6.42413 4.70672L7.60058 3.53027L14.0711 10.0007L7.60057 16.4712L6.42412 15.2948L10.8864 10.8325Z" fill="white"/></g></svg>');
  background-repeat: no-repeat;
  background-position: center;
  left: -59px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: none;
  rotate: initial !important;
  transition: all 0.2s linear;
}

.global-form div#field_submit:hover:after {
  left: 0;
}

.global-form div#field_submit:hover::before {
  right: -59px;
}

.global-form .gform-button {
  background: var(--color-primary-orange) !important;
  text-transform: uppercase;
}

.global-form input#input_5_1 {
  background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  border-radius: 0px;
  box-shadow: none;
  outline: 0;
  color: var(--color-text-white);
  font-weight: 400 !important;
  line-height: normal !important;
  height: 54px;
}

.global-form input#input_5_1::placeholder {
  color: #cbcbcb;
  font-weight: 400 !important;
  line-height: normal !important;
}

.global-form input#input_5_1 {
  /* background: transparent;
  border: none;
  border-bottom: solid 1px #fff;
  border-radius: 0px;
  box-shadow: none;
  outline: 0;
  color: var(--color-text-white);
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: normal !important; */
}

.global-form input:focus {
  box-shadow: none;
  outline: 0;
}

.newsletterform .gform-footer.gform_footer.top_label {
  display: none;
}

.global-form input#input_5_1::placeholder {
  color: #cbcbcb;
}

/* FAQ  */

.prodigy-faq,
.prodigy-rnd,
.prodigy-solution,
.who-we-are,
.our-journey,
.our-principle,
.leadership_impact_section,
.our_team_section,
.custom-blog-listing,
.single-job-detail-page {
  padding: 100px 0px;
}

.prodigy-faq .imgbox {
  background: url("/wp-content/uploads/2026/03/4428433-1.svg") no-repeat center;
  background-size: cover;
  clip-path: polygon(
    calc(100% - 42px) 0,
    100% calc(0% + 42px),
    100% 100%,
    calc(0% + 42px) 100%,
    0 calc(100% - 42px),
    0 0
  );
}

.prodigy-faq img {
  height: 100%;
  object-fit: cover;
}

.prodigy-faq .faq-heading {
  margin-bottom: 30px;
  margin-top: 0;
}

.prodigy-faq .accordion-item .accordion-header .accordion-button.collapsed,
.prodigy-accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed {
  font-weight: 400;
}

.prodigy-faq .accordion-item .accordion-header .accordion-button,
.prodigy-accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--color-text-black);
  gap: 10px;
  box-shadow: none;
}

.prodigy-faq
  .accordion-item
  .accordion-header
  .accordion-button.collapsed:hover::after,
.prodigy-accordion
  .accordion-item
  .accordion-header
  .accordion-button.collapsed:hover::after {
  background-image: url("/wp-content/uploads/2026/03/Group-1321317090-2.svg");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  transform: none;
}

.prodigy-accordion {
  padding: 0px 100px;
}

.prodigy-accordion button.accordion-button.collapsed {
  background: #e1ecfb;
  color: var(--color-text-black);
}

.prodigy-accordion .accordion-item {
  margin-bottom: 20px;
  border: 0;
}

.prodigy-accordion .accordion-button:focus {
  box-shadow: none;
}

.prodigy-accordion .accordion-body,
.prodigy-accordion .accordion-button:not(.collapsed) {
  background: #e1ecfb;
}

.clip-img {
  clip-path: polygon(
    0px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 0px),
    calc(100% - 0px) 100%,
    30px 100%,
    0% calc(100% - 30px),
    0% 30px
  );
}

.prodigy-accordion .accordion-button::after {
  background-image: url("/wp-content/uploads/2026/03/Group-1321317090.svg");
  transition: 0.3s;
  background-size: cover;
  width: 40px;
  height: 40px;
  transform: none;
}

.prodigy-accordion .accordion-button {
  padding: 14px 20px;
  font-size: 18px;
}

.prodigy-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("/wp-content/uploads/2026/03/Group-1321317090-1.svg");
  /* transform: none; */
}

/* Knowledge Hub  */

.video-section-bg {
  position: relative;
  z-index: 3;
}

.insights-section .video_bg::before {
  opacity: 0.84;
  background: linear-gradient(
    270deg,
    #00326c 0%,
    var(--PGY---Blue, #0065da) 50%,
    #00326c 100%
  );
}

/* ─── Section Wrapper ─── */
.insights-section {
  width: 100%;
  clip-path: polygon(
    30px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    30px 100%,
    0% calc(100% - 30px),
    0% 30px
  );
  padding: 60px 0 70px;
  position: relative;
  overflow: hidden;
}

/* Circuit line decorations */

#insightsTabContent {
  margin-bottom: 40px;
}

#insightsTabContent
  #datasheets
  .insights-swiper-wrap
  .card-img-placeholder
  img {
  background: #fff;
  object-fit: contain;
}

/* ─── Header ─── */
.insights-header {
  text-align: center;
  margin-bottom: 40px;
}

/* ─── Bootstrap Tabs Override ─── */
.insights-nav-tabs {
  justify-content: center;
  border-bottom: 1px solid #a1b4d9 !important;
  width: fit-content;
  margin: 44px auto 0px auto;
  padding: 0px 40px;
  flex-wrap: wrap;
  gap: 4px 0;
}

.insights-nav-tabs .nav-link {
  font-family: var(--font-sapceGrotesk);
  font-size: 16px;
  font-weight: 400;
  /* letter-spacing: 0.08em; */
  text-transform: uppercase;
  color: var(--color-text-white);
  background: transparent;
  border: none;
  border-bottom: none !important;
  border-radius: 0;
  padding: 13px 40px;
  transition:
    color 0.2s,
    background 0.2s;
  text-transform: uppercase;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
}

.insights-nav-tabs .nav-link:hover:not(.active) {
  color: rgba(255, 255, 255, 0.85);
  background: transparent;
  border-color: transparent;
}

.insights-nav-tabs .nav-link.active {
  color: var(--color-text-white) !important;
  background: var(--color-primary-orange) !important;
  border-color: transparent !important;
}

/* ─── Swiper Container ─── */
.insights-swiper-wrap {
  position: relative;
}

.insights-section .insights-swiper-wrap {
  padding-top: 60px;
}

.prodigy-solution .insights-swiper-wrap .row {
  --bs-gutter-x: 6rem;
}

.insights-swiper {
  overflow: visible !important;
  padding-bottom: 20px !important;
}

/* ─── Card ─── */
/* .insight-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
  } */

/* .insight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
  } */

.card-img {
  width: 100%;
  /* height: 200px; */
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  aspect-ratio: 4.5 / 3;
}

.insight-card {
  position: relative;
  padding: 14px;
}

.insight-card:hover img {
  transform: scale(1.1);
}

.insight-card:before {
  content: "";
  /* border: solid 1px; */
  background-image: url("/wp-content/uploads/2026/03/img-bg.svg");
  display: block;
  width: 100%;
  height: 269px;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  border-radius: 4px;
  background: rgba(0, 50, 108, 0.2);
  border: solid 2px #4585d461;
}

/* Placeholder image using gradient */
.card-img-placeholder {
  position: relative;
  margin: 4px 6px;
  overflow: hidden;
}

.insight-card .card-body {
  padding: 22px 22px 20px;
  clip-path: polygon(
    0px 0%,
    calc(100% - 20px) 0%,
    100% 20px,
    100% calc(100% - 0px),
    calc(100% - 0px) 100%,
    20px 100%,
    0% calc(100% - 20px),
    0% 20px
  ) !important;
  background: white;
  margin-top: 18px;
  display: grid;
  align-content: space-between;
}

.insight-card.video-card .card-body {
  min-height: auto;
}

.card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.card-date {
  font-family: var(--font-sapceGrotesk);
  font-size: 12px;
  color: var(--color-text-black);
  font-weight: 400;
}

.tag-global {
  background: #ffece6;
  color: var(--color-primary-orange);
  font-family: var(--font-sapceGrotesk);
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 3px;
  white-space: nowrap;
}

.tag-products {
  background: rgba(225, 110, 38, 0.12);
  color: var(--color-primary-orange);
}

.card-title {
  font-family: var(--font-montserrat);
  font-size: 18px;
  font-weight: 600;
  color: var(--color-text-black);
  line-height: 1.4;
  margin-bottom: auto;
  flex: 1;
  min-height: 67px;
}

.card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-sapceGrotesk);
  font-size: 14px;
  font-weight: 500;
  color: var(--color-primary-orange) !important;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: gap 0.2s;
  transition: all 0.3s ease;
  /* smooth hover */
}

.read-more:hover {
  color: var(--color-primary-orange);
  text-decoration: underline;
  transition: 0.3s;
}

.read-more:after {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/Group-1321317090-3.svg");
  height: auto;
  background-repeat: no-repeat;
  width: 35px;
  aspect-ratio: 1;
  background-size: cover;
  transition: all 0.3s ease;
  /* smooth hover */
}

.read-more:hover:after {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/Group-1321317090-4.svg");
}

/* BACKGROUND (optional) */

.card-mins {
  font-family: var(--font-sapceGrotesk);
  font-size: 14px;
  color: var(--color-text-black);
}

/* ─── CTA Button ─── */
.insights-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--color-primary-orange);
  color: var(--color-text-white);
  font-family: var(--font-sapceGrotesk);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 8px;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
  border: none;
  cursor: pointer;
}

.btn-cta:hover {
  background: rgba(225, 110, 38, 0.85);
  transform: translateY(-2px);
}

.btn-cta-icon {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ─── Swiper Pagination ─── */
.insights-swiper .swiper-pagination {
  bottom: -2px !important;
}

.insights-swiper .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.35);
  opacity: 1;
}

.insights-swiper .swiper-pagination-bullet-active {
  background: var(--color-primary-orange);
  width: 20px;
  border-radius: 4px;
}

/* Research & Development  */

.global-details {
  grid-template-columns: 1fr 1fr;
}

.global-patents {
  background-image: url("/wp-content/uploads/2026/03/Mask-group.png");
  padding: 60px 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}

.global-patents hr {
  opacity: 1;
}

.global-shape h5 {
  padding-bottom: 20px;
}

.global-shape {
  background-color: var(--color-primary-orange);
  padding: 60px 70px;
}

.global-shape img {
  clip-path: polygon(
    20px 0%,
    calc(100% - 20px) 0%,
    100% 20px,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    20px 100%,
    0% calc(100% - 20px),
    0% 20px
  );
  margin-bottom: 20px;
}

.global-list {
  margin: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  padding: 20px 30px;
  margin-bottom: 25px;
  backdrop-filter: blur(2.5px);
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.global-list li {
  display: grid;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
  grid-template-columns: 0.1fr 5fr;
}

.global-list li:before {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/achievement-1.svg");
  height: 20px;
  width: 20px;
  display: block;
  top: 4px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.global-list li:last-child {
  margin: 0;
}

/* Solution  */

.prodigy-solution {
  position: relative;
  overflow: hidden;
  background-image: url("/wp-content/uploads/2026/03/Mask-group-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(
    30px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 30px),
    calc(100% - 30px) 100%,
    30px 100%,
    0% calc(100% - 30px),
    0% 30px
  );
}

/* Video layer */
.prodigy-solution .video_bg {
  position: absolute;
  top: 50%;
  left: 50%;
  /* inset: 0; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  aspect-ratio: 1;
  height: auto;
  transform: translate(-50%, -50%) scale(1) rotate(-45deg);
  transition:
    transform 0.6s ease,
    opacity 0.6s ease;
  z-index: 1;
}

/* Hover animation */
.prodigy-solution:hover .video_bg {
  /* opacity: 1;
  align-self: initial;
  transform: translate(-50%, -50%) scale(1) rotate(0deg); */
}

.prodigy-solution:hover .video_bg::before {
  opacity: 0.95;
  background: linear-gradient(
    90deg,
    #00326c 0%,
    var(--color-secondary-blue, #0065da) 50%,
    #00326c 100%
  );
}

.prodigy-solution .card-title {
  font-size: 20px;
  min-height: auto;
}

.prodigy-solution .card-body {
  min-height: 230px;
  display: grid;
  align-content: space-between;
}

.protocl-heading {
  color: #8ea3c2;
  font-family: var(--font-sapceGrotesk);
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.product-protocol span {
  color: #f39357;
  font-size: 12px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 6px;
}

.prodigy-solution .insight-card {
  padding: 20px;
}

.prodigy-solution .insight-card:before {
  height: 500px;
}

.product-category {
  padding: 10px 0px;
  padding-bottom: 0px;
  position: relative;
}

.product-protocol {
  margin-top: 5px;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}

/* .product-filter {
  display: flex;
  gap: 20px;
  width: 70%;
}

.product-filter .search-wrapper{min-width: 340px;}
.product-filter input {
  background: transparent;
  border: none;
  border-bottom: solid 1px white;
  border-radius: 0;
  color: #cbcbcb !important;
  padding-right: 33px;
  height: 100%;
}

.product-filter select {
  background: transparent;
  border: none;
  border-bottom: solid 1px white;
  border-radius: 0;
}

/* .category-select:valid{
  color: white;
} */

/* .prod-filter { background: #1a56b0; padding: clamp(8px, 1vw, 12px) clamp(12px, 2vw, 20px); } */
.prod-filter .product-filter {
  max-width: 987px;
  margin: 0 auto;
}

.prod-filter .form-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 38px;
}

.prod-filter .form-row {
  flex: 1;
  padding: 0;
  position: relative;
}

.prod-filter .form-row:not(.search-btn) {
  border-bottom: 2px solid #fff;
}

.prod-filter .form-row label,
.prod-filter .form-row input::placeholder,
.prod-filter .form-row input {
  color: #cbcbcb;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.prod-filter .form-row label {
  position: absolute;
  left: 0;
  top: 9px;
  pointer-events: none;
}

.prod-filter .form-row.has-value label {
  display: none;
}

.prod-filter .search-wrapper {
  position: relative;
  flex: 2;
}

.prod-filter .searchinput {
  display: flex;
  align-items: center;
}

.prod-filter .searchinput .form-control {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: clamp(0.8125rem, 0.7895rem + 0.1053vw, 0.875rem);
  padding: clamp(6px, 0.8vw, 10px) 10px clamp(6px, 0.8vw, 10px) 4px;
  width: 100%;
}

.prod-filter .searchinput .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.prod-filter .search-icon {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

.prod-filter .search-icon img {
  width: clamp(16px, 1.2vw, 20px);
  height: clamp(16px, 1.2vw, 20px);
  filter: brightness(0) invert(1);
  opacity: 0.75;
}

.prod-filter .search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.prod-filter .cat-dropdown {
  position: relative;
  min-width: 322px;
}

.prod-filter .cat-dropdown::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  width: 18px;
  height: 13px;
  background: url("/wp-content/uploads/2026/03/arrow-down.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.prod-filter .form-select {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: clamp(0.8125rem, 0.7895rem + 0.1053vw, 0.875rem);
  padding: clamp(6px, 0.8vw, 10px) 28px clamp(6px, 0.8vw, 10px) 4px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
}

.prod-filter .form-select option {
  color: #000;
  background: #fff;
}

.prod-filter .form-row:last-child {
  flex: 0 0 auto;
  display: flex;
  gap: 0;
}

.prod-filter input[type="submit"] {
  background: transparent;
  border: 0 !important;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
  outline: 0 !important;
  box-shadow: none !important;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  text-transform: uppercase;
  padding-right: 60px;
}

.prodigy-solution .search-btn:hover:after {
  background-image: url("/wp-content/uploads/2026/03/Group-1321317090-6.svg");
}

.prodigy-solution .search-btn:after {
  content: "";
  background-image: url("/wp-content/uploads/2026/03/Group-1321317090-5.svg");
  background-size: cover;
  display: block;
  height: 36px;
  width: 36px;
  transition: all 0.3s ease;
  margin-left: -54px;
  pointer-events: none;
}

.prod-filter .search-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  z-index: 200;
  max-height: 320px;
  overflow-y: auto;
  display: none;
}

.prod-filter .search-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.prod-filter .search-item {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.15s;
}

.prod-filter .search-item:last-child {
  border-bottom: none;
}

.prod-filter .search-item:hover {
  background: #f4f8ff;
}

.prod-filter .search-item-title {
  font-size: 0.875rem;
  color: #111;
  font-weight: 500;
}

.prod-filter .search-item-cat {
  font-size: 0.75rem;
  color: #888;
  margin-left: 8px;
  white-space: nowrap;
}

.prod-filter .search-loading {
  padding: 12px 14px;
  font-size: 0.875rem;
  color: #888;
}

.prod-filter .search-no-results {
  padding: 12px 14px;
  font-size: 0.875rem;
  color: #888;
}

.product-filter select option {
  color: var(--color-text-black);
}

.product-filter .form-control:focus,
.product-filter select:focus {
  background: transparent;
  box-shadow: none;
}

.product-filter input::placeholder,
.category-select {
  color: #cbcbcb !important;
}

*/ .prodigy-solution .search-btn {
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  /* smooth hover */
  width: fit-content;
}

.category-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'><path d='M2 5l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 35px;
  /* space for icon */
}

span.search-icon,
.drop-icon {
  position: relative;
  width: 38px;
  margin-left: -55px;
  padding: 10px;
}

.search-icon {
  transition: opacity 0.3s ease;
}

/* Hide icon when input is focused */
/* .product-filter input:focus+.search-icon {
  opacity: 0;
  visibility: hidden;
} */

.prodigy-solution .search-btn:hover {
  text-decoration: underline;
  text-decoration-color: #fff;
  text-underline-offset: 3px;
}

.cta a:active,
.cta a:focus,
.cta a:focus-within,
.cta a:visited {
  border: none;
  outline: 0 !important;
}

.countwrap {
  display: flex !important;
  justify-content: flex-end;
  position: relative;
  margin-top: 0 !important;
}

.global-system {
  position: absolute;
  left: -122px;
}

.global-region {
  position: absolute;
  left: 120px;
  top: -45px;
}

.counter {
  font-weight: bold;
  transition: all 0.3s ease;
}

.featuredswiper .productcard .read-more {
  color: var(--color-primary-orange) !important;
}

.brand-portal {
  margin-top: 2px;
}

#powerTip {
  background: white !important;
  /* height: 50px; */
}

#powerTip p {
  margin: 0;
}

#powerTip.n:before {
  border-top: 10px solid rgb(255 255 255) !important;
}

.contentbox a:visited,
.contentbox a {
  color: var(--color-text-black) !important;
}

.ourclientsec .clientslider {
  pointer-events: none;
}

/* About Who we are  */

.who-we-are video {
  clip-path: polygon(
    0px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 0px),
    calc(100% - 0px) 100%,
    30px 100%,
    0% calc(100% - 30px),
    0% 30px
  );
}

#acc-list {
  max-height: 300px;
}

.acc-item {
  padding-bottom: 40px;
}

.acc-header {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: default;
}

.acc-num {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  min-width: 28px;
  font-family: var(--font-montserrat);
  transition:
    font-size 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    font-weight 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.acc-num.active {
  color: var(--color-secondary-blue);
  font-size: 20px;
  font-weight: 600;
}

.acc-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-secondary-blue);
  flex: 1;
  font-family: var(--font-montserrat);
  /* transition: all 0.3s ease; */
  transition:
    font-size 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    font-weight 0.7s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.acc-title.muted {
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  /* transition: max-height 0.4s ease; */
  transition: all 0.3s ease;
}

.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.acc-body.open {
  max-height: 200px;
}

/* Slide up + fade in when opening */
.acc-inner {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 0.5s ease 0.1s,
    transform 0.5s ease 0.1s;
  /* transition: all 0.3s ease; */
}

.acc-body.open .acc-inner {
  opacity: 1;
  transform: translateY(0);
}

/* Fade out + slight slide down when closing */
.acc-body.closing .acc-inner {
  opacity: 0;
  transform: translateY(6px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.acc-content {
  padding: 0 0 16px 44px;
  color: var(--color-text-black);
  font-family: var(--font-sapceGrotesk);
  line-height: 1.7;
  margin: 0;
  font-size: 16px;
}

.progress-track {
  overflow: hidden;
}

.progress-bar {
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, #437be6 0%, #16d7ff 100%);
  border-radius: 2px;
  transition: none;
}

/* Product Lifecycle  */

.product-lifecycle {
  background: linear-gradient(
    180deg,
    rgba(222, 235, 255, 0.8) 0%,
    rgba(222, 235, 255, 0) 18.25%
  );
  padding-top: 80px;
  padding-bottom: 100px;
}

.product-lifecycle .row {
  --bs-gutter-x: 70px;
  --bs-gutter-y: 90px;
}

.life-cycle-btn {
  padding: 8px 18px 9px 18px;
  background: #2985ff;
  color: #fff;
  font-family: var(--font-sapceGrotesk);
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  border: 0;
  clip-path: polygon(
    13px 0%,
    calc(100% - 0px) 0%,
    100% 0px,
    100% calc(100% - 0px),
    calc(100% - 0px) 100%,
    0px 100%,
    0% calc(100% - 0px),
    0% 13px
  );
  cursor: default !important;
}

.lifecycle-accordion .accordion-item {
  background-color: var(--color-primary-orange);
  padding: 30px 40px;
  margin-top: -60px;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
  clip-path: polygon(
    30px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 0px),
    calc(100% - 0px) 100%,
    30px 100%,
    0% calc(100% - 30px),
    0% 0px
  );
  min-height: 141px;
}

.lifecycle-accordion button.accordion-button.collapsed {
  background: transparent;
}

.lifecycle-accordion .accordion-button:not(.collapsed),
.lifecycle-accordion .accordion-button:focus {
  background-color: transparent;
  box-shadow: none;
}

.lifecycle-accordion .accordion-button::after {
  background-image: url("/wp-content/uploads/2026/03/Frame-1413075360.svg");
  height: 30px;
  width: 25px;
  background-size: cover;
}

.lifecycle-accordion h2 .accordion-button {
  font-size: 25px;
  padding: 0;
  color: var(--color-text-white);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-family: var(--font-montserrat);
}

.lifecycle-accordion .accordion-body {
  padding: 0px;
}

.lifecycle-accordion .accordion-header p {
  color: var(--color-text-white);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 👈 2 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: var(--font-sapceGrotesk);
  line-height: normal;
}

.lifecycle-accordion .accordion-button:not(.collapsed) + p {
  -webkit-line-clamp: unset;
  overflow: visible;
  display: block;
}

.lifecycle-accordion .global-list {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
}

.lifecycle-accordion .global-list li {
  font-weight: 400;
  color: var(--color-text-white);
}

.lifecycle-card img {
  clip-path: polygon(
    30px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 30px),
    calc(100% - 0px) 100%,
    0px 100%,
    0% calc(100% - 30px),
    0% 0px
  );
}

.lifecycle-card .clippath-img {
  background: #d5e7ff;
  padding: 30px 30px 80px;
}

.about-our-impact {
  clip-path: polygon(
    40px 0%,
    calc(100% - 40px) 0%,
    100% 40px,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    40px 100%,
    0% calc(100% - 40px),
    0% 40px
  );
  padding: 80px 0px;
}

.about-our-impact .row.g-5 {
  --bs-gutter-y: 90px;
}

.about-our-impact .video_bg::before {
  opacity: 0.94;
  background: linear-gradient(
    270deg,
    #00326c 0%,
    var(--PGY---Blue, #0065da) 50%,
    #00326c 100%
  );
}

.text-white {
  color: var(--color-text-white) !important;
}

.statistic {
  font-family: var(--font-sapceGrotesk);
  margin-bottom: 24px;
}

.statistic h2 {
  font-size: 60px;
  font-family: var(--font-sapceGrotesk);
}

.statistic-data {
  border-bottom: solid 1px #d9d9d9;
  height: 100%;
}

.statistic-data p {
  font-family: var(--font-montserrat);
}

/* Journey Section  */

.timeline-card img {
  clip-path: polygon(
    0px 0%,
    calc(100% - 10px) 0%,
    100% 10px,
    100% calc(100% - 0px),
    calc(100% - 10px) 100%,
    10px 100%,
    0% calc(100% - 10px),
    0% 10px
  );
}

.card-box {
  border-top: 4px solid #f1f7ff;
  background: #e1ecfb;
  padding: 18px 30px;
  width: 420px;
  clip-path: polygon(
    0px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 0px),
    calc(100% - 0px) 100%,
    0px 100%,
    0% calc(100% - 0px),
    0% 0px
  );
}

.card-box p {
  line-height: normal;
  font-family: var(--font-montserrat);
}

.card-box span {
  font-size: 14px;
}

.fw-600 {
  font-weight: 600;
}

.tl-date {
  padding: 6px 16px;
  clip-path: polygon(
    13px 0%,
    calc(100% - 0px) 0%,
    100% 0px,
    100% calc(100% - 0px),
    calc(100% - 0px) 100%,
    0px 100%,
    0% calc(100% - 0px),
    0% 13px
  );
  background-color: var(--color-primary-orange);
  color: var(--color-text-white);
  width: 100px;
  text-align: center;
}

.tl-outer {
  overflow-x: auto;
  /* -webkit-overflow-scrolling: touch; */
  transform: translateZ(0);
  /* GPU layer promotion */
  will-change: scroll-position;
  padding-bottom: 8px;
  padding-left: 7vw;
  cursor: grab;
}

.our-journey .tl-outer.dragging {
  cursor: grabbing;
}

@supports (-webkit-touch-callout: none) {
  .our-journey .tl-outer {
    overflow: hidden;
    /* JS will set this too */
  }

  .our-journey .tl-scroll {
    will-change: transform;
  }
}

.tl-scroll {
  position: relative;
  display: flex;
  align-items: stretch;
  min-width: fit-content;
  margin-right: 7vw;
  /* min-height: 432px; */
}

.tl-line {
  position: absolute;
  left: 210px;
  right: 220px;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  border-top: 2px dashed #9db8d8;
  z-index: 0;
  pointer-events: none;
}

.tl-item {
  position: relative;
  z-index: 1;
  flex: 0 0 450px;
  min-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: -100px;
}

.tl-item.tl-above {
  /* justify-content: flex-end;
  padding-bottom: calc(14% - -5px); */
  padding-bottom: 200px;
}

.tl-item.tl-above .tl-stem {
  margin-bottom: 10px;
  /* margin-top: -16px; */
}

.tl-item.tl-below .tl-stem {
  /* margin-bottom: -10px; */
  margin-top: 10px;
}

.tl-item.tl-below {
  justify-content: flex-start;
  padding-top: 200px;
}

.tl-year-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tl-year {
  background: #f97316;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 4px;
  white-space: nowrap;
  line-height: 1.4;
}

.tl-stem {
  width: 100%;
  height: 40px;
  background: url("/wp-content/uploads/2026/04/Line-395.svg");
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.tl-item.tl-below .tl-stem {
  background: url("/wp-content/uploads/2026/04/Line-395-1.svg");
  width: 100%;
  height: 40px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.card-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* Scrollbar width (vertical) or height (horizontal) */
.tl-outer::-webkit-scrollbar {
  width: 8px;
  /* vertical scrollbar */
  height: 0px;
  /* horizontal scrollbar */
}

/* Scrollbar track (background) */
.tl-outer::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Scrollbar thumb (draggable part) */
.tl-outer::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #437be6 0%, #16d7ff 100%);
  border-radius: 10px;
}

/* Hover effect */
.tl-outer::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #437be6 0%, #16d7ff 100%);
}

/* Core strength  */
.our-core-strength {
  padding: 80px 0px;
  background: linear-gradient(
    270deg,
    #00326c 0%,
    var(--PGY---Blue, #0065da) 50%,
    #00326c 100%
  );
}

.our-core-strength:hover {
  clip-path: polygon(
    40px 0%,
    calc(100% - 40px) 0%,
    100% 40px,
    100% calc(100% - 40px),
    calc(100% - 40px) 100%,
    40px 100%,
    0% calc(100% - 40px),
    0% 40px
  );
}

.pb-70 {
  padding-bottom: 70px;
}

.col-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
  position: relative;
  height: 100px;
  margin-top: 50px;
}

.label-tab {
  display: inline-flex;
  align-items: center;
  background: var(--color-primary-orange);
  color: #fff;
  font-weight: 700;
  font-family: var(--font-sapceGrotesk);
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 20px 0 14px;
  clip-path: polygon(
    12px 0%,
    calc(100% - 0px) 0%,
    100% 0px,
    100% calc(100% - 0px),
    calc(100% - 0px) 100%,
    0px 100%,
    0% calc(100% - 12px),
    0% 12px
  );
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  z-index: 3;
  padding: 12px 25px;
}

.dashed-line {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    #dbdbdb 0,
    #dbdbdb 8px,
    transparent 8px,
    transparent 16px
  );
  z-index: 1;
}

.icon-box {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  background: rgba(0, 50, 108, 0.2);
  transition:
    border-color 0.35s,
    background 0.35s;
  padding: 20px 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.icon-box img {
  width: 50px;
  height: 50px;
}

/* ── CARD ── */
.core-card {
  background: var(--color-text-white);
  box-shadow:
    0 69px 69px 0 rgba(0, 0, 0, 0.09),
    0 17px 38px 0 rgba(0, 0, 0, 0.1);
  padding: 28px 28px 32px 28px;
  clip-path: polygon(
    0px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 0px),
    calc(100% - 0px) 100%,
    0px 100%,
    0% calc(100% - 0px),
    0% 0px
  );
  min-height: 230px;
  transition: background 0.35s;
  position: relative;
}

.core-card-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-black);
  margin-bottom: 12px;
  line-height: normal;
  font-family: var(--font-montserrat);
}

.core-card-body {
  line-height: normal;
  color: var(--color-text-black);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  transition: color 0.3s;
  /* min-height: 130px; */
}

.core-col:hover .core-card-body {
  -webkit-line-clamp: 5;
}

/* ── COLUMNS ROW ── */
.columns-row {
  display: flex;
  gap: 12px;
}

.core-col {
  cursor: pointer;
  flex: 1;
  min-width: 0;
  transition: flex 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.core-card-body.first {
  -webkit-line-clamp: 4;
}

/* First column is visually wider to match design */
.core-col:first-child {
  flex: 1.9;
}

.columns-row:hover .core-col {
  flex: 0.65;
}

.columns-row:hover .core-col:first-child {
  flex: 0.65;
}

.columns-row:hover .core-col:hover {
  flex: 1.5;
}

/* Our Principle  */
.watermark {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.wm-side {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.wm-side span {
  font-size: clamp(22px, 3.8vw, 48px);
  font-weight: 800;
  color: rgba(160, 190, 220, 0.28);
  white-space: nowrap;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.wm-side.right {
  text-align: right;
}

.section {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stage {
  position: relative;
  /* width: min(720px, 95vw); */
  height: min(400px, 52vw);
  width: 100%;
}

.arc-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/uploads/2026/04/Ellipse.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.dot-el {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 0;
  transition: opacity 0.3s;
}

.dot-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
}

.dot-el.active .dot-inner {
  width: 50px;
  height: 49px;
  color: #fff;
  background-image: url("/wp-content/uploads/2026/04/Subtract-3.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(0deg) !important;
}

.dot-el:not(.active) .dot-inner {
  width: 50px;
  height: 49px;
  color: var(--color-primary-orange);
  transform: rotate(45deg);
  background-image: url("/wp-content/uploads/2026/04/Subtract-4.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* .dot-el:not(.active) .dot-inner span {
  display: inline-block;
  transform: rotate(-45deg);
} */
.content-box {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  /* width: 400px; */
  z-index: 6;
  max-width: 86%;
  /* transition:
    opacity 0.32s,
    transform 0.32s; */
  transition: opacity 0.2s ease;
}

.content-box.hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(0px);
}

.content-icon {
  margin-bottom: 8px;
}

.step-arrow {
  position: absolute;
  /* bottom: 60px; */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 50px;
}

/* Hide iOS play button overlay */
.bg-video::-webkit-media-controls {
  display: none !important;
}

.bg-video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

/* .content-icon svg { width: 60px;height: 60px;} */
.content-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-text-black);
  margin-bottom: 10px;
  font-family: var(--font-montserrat);
}

.content-desc {
  font-size: 14px;
  line-height: normal;
  color: var(--color-text-black);
  font-family: var(--font-sapceGrotesk);
}

.arrows {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  z-index: 6;
  position: relative;
  justify-content: center;
  margin-top: -70px;
}

.arrow-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-primary-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 70px; */
  height: 36px;
  transition:
    transform 0.2s,
    color 0.2s;
  padding: 0;
}

.arrow-btn svg {
  width: 42px;
  height: 42px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
}

section.our-principle:before {
  content: "";
  background-image: url("/wp-content/uploads/2026/04/Vector-3.svg");
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  background-position: left;
  left: 12px;
  z-index: -1;
  top: 45px;
}

section.our-principle:after {
  content: "";
  background-image: url("/wp-content/uploads/2026/04/Vector-4.svg");
  position: absolute;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  bottom: 0;
  background-position: right;
  right: 12px;
  z-index: -1;
  top: 45px;
}

.shade-background {
  background: linear-gradient(
    180deg,
    rgb(242 247 255 / 0%) 0%,
    rgb(255 255 255) 100%
  );
  backdrop-filter: blur(4.5px);
  height: 167px;
  position: absolute;
  bottom: 0;
  z-index: 5;
  width: 100%;
  left: 0;
}

.content-box-mobile {
  text-align: center;
  height: 100%;
}

/* Product Detail  */

/* .read-more-content {
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.read-more-wrapper.active .read-more-content {
  -webkit-line-clamp: unset;
} */

.read-more-content {
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  /* max-height: 320px; */
  transition: all 0.2s linear;
  overflow: hidden;
}

.read-more-wrapper.active .read-more-content {
  -webkit-line-clamp: unset;
  max-height: max-content;
}

/* .read-more-content{max-height: 314px; overflow: hidden; transition: all .2s linear;}
.read-more-wrapper.active .read-more-content { max-height: 2000px;} */

.read-more-btn {
  margin-top: 20px;
  background: none;
  border: none;
  color: var(--color-secondary-blue);
  cursor: pointer;
  font-weight: 400;
  font-family: var(--font-sapceGrotesk);
  display: none;
}

.key-feature-list .d-lg-grid {
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.key-feature-list .d-lg-grid > ul:first-of-type {
  border-right: solid 1px #dfdfdf;
  padding-right: 50px !important;
  display: grid;
  gap: 14px;
}

.key-feature-list .d-block > ul:first-of-type {
  border-right: solid 1px #dfdfdf;
  padding-right: 50px !important;
  display: grid;
  gap: 14px;
}

.key-feature-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}

.key-feature-list ul li {
  padding: 0;
  /* display: grid;
  grid-template-columns: 0.13fr 7fr; */
  /* margin-bottom: 14px; */
  align-items: start;
  color: var(--color-text-black);
  gap: 10px;
  position: relative;
  padding-left: 30px;
}

.key-feature-list ul li::before {
  content: "";
  background-image: url("/wp-content/uploads/2026/04/achievement-1-1.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 1px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
}

.tab-product-img {
  clip-path: polygon(
    0px 0%,
    calc(100% - 40px) 0%,
    100% 40px,
    100% calc(100% - 0px),
    calc(100% - 0px) 100%,
    40px 100%,
    0% calc(100% - 40px),
    0% 20px
  ) !important;
  position: sticky;
  top: 100px;
}

.w-55 {
  width: 55%;
}

.image-columns img {
  clip-path: polygon(
    0px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 0px),
    calc(100% - 0px) 100%,
    30px 100%,
    0% calc(100% - 0px),
    0% 30px
  );
  height: 300px;
  object-fit: cover;
}

.contentbox h5 {
  font-size: 22px !important;
  color: var(--color-text-black) !important;
  font-family: var(--font-montserrat);
}

.product-page .tab-content .grid-col-2 {
  grid-template-columns: repeat(2, 1fr);
}

.contentbox.image-text .product-text-content {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: var(--font-sapceGrotesk);
  margin-bottom: 16px;
  overflow: hidden;
}

.product-page .tab-content .imagegallery ul li {
  background: transparent;
  gap: 0;
  /* padding: 0; */
  justify-content: flex-start !important;
}

.product-page .tab-content .imagegallery ul li:hover {
  transform: none;
  box-shadow: none;
}

.text-image-layout .imagegallery img {
  height: 300px;
  object-fit: cover;
}

.contentbox.image-text p a {
  color: var(--color-secondary-blue) !important;
}

.contentbox.image-text p a:hover {
  color: var(--color-primary-orange) !important;
}

.contentbox.image-text a {
  color: var(--color-primary-orange) !important;
}

.product-page .tab-content h4 {
  border-left: 4px solid #0065da;
  padding-left: 10px;
}

/* .contentbox.image-text {
  border: 1px solid #d2d2d2;
  border-top: 0;
  background: #fff;
  padding: 22px 26px;
} */

/* product popup  */

.slide-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;

  /* 👇 keep it always present */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slide-popup.active {
  visibility: visible;
  opacity: 1;
}

/* overlay fade */
.popup-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slide-popup.active .popup-overlay {
  opacity: 1;
}

/* 🚀 main panel animation */
.popup-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  /* hidden */
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
  display: flex;
  /* add flex */
  flex-direction: column;
  overflow-y: auto;
}

.text-popup-content {
  display: flex;
  flex: 1 1;
  flex-direction: column;
}

.slide-popup.active .popup-content {
  transform: translateX(0);
  /* slide in */
}

/* top bar */
.popup-top {
  display: flex;
  justify-content: space-between;
  padding: 19px 30px;
  font-weight: 500;
  align-items: center;
  background: #edf5ff;
  flex: 0 1;
  position: sticky;
  top: 0;
}

.popup-close {
  cursor: pointer;
  font-size: 35px;
  color: var(--color-secondary-blue);
  line-height: 0;
  display: flex;
  align-items: center;
}

/* image */
.popup-img {
  /* height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; */
}

.popup-img img {
  height: 100%;
  object-fit: contain;
}

/* content */
.popup-text {
  padding: 15px;
  flex: 1;
  overflow-y: auto;
}

/* nav */
.popup-nav {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  position: sticky;
  align-items: center;
  bottom: 0;
  background: #edf5ff;
  box-shadow: 0 -8px 15px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
}

.popup-nav button {
  cursor: pointer;
}

.popup-title {
  font-family: var(--font-montserrat);
  font-size: 22px !important;
  margin-bottom: 10px !important;
}

span.popup-count {
  color: #26569f;
  font-family: var(--font-montserrat);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.popup-prev,
.popup-next {
  padding: 10px 20px;
  text-transform: uppercase;
  background-image: url("/wp-content/uploads/2026/04/Subtract.svg");
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color-secondary-blue);
  margin-right: 20px;
  width: 155px;
  font-weight: 500;
  font-family: var(--font-sapceGrotesk);
  font-size: 16px;
}

body.popup-open {
  overflow: hidden;
  height: 100%;
}

.product-page .tab-content {
  padding: 43px 40px 55px;
}

.prod-list .productcard .contentbox h3 {
  min-height: auto !important;
  line-height: normal;
}

.productcard .imgbox {
  max-width: 100% !important;
}

.related.products .contentbox hr {
  background-color: rgba(229, 229, 229, 1);
}

.prod-list .productcard .contentbox p {
  color: #313131;
  font-family: var(--font-sapceGrotesk);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.related.products ul.prod-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.related.products ul.prod-list li.type-product {
  width: 100%;
}

.product-page .tab-content h5 {
  font-weight: 600 !important;
  text-transform: capitalize !important;
}

.blog-toc {
  position: sticky;
  top: 110px;
}

.blog-toc #ez-toc-container {
  border: none;
  box-shadow: none;
}

.blog-toc div#ez-toc-container ul li,
div#ez-toc-container ul li a {
  color: var(--color-text-black) !important;
  font-size: 16px;
  font-family: var(--font-montserrat);
}

.blog-toc .ez-toc-title-container {
  margin-bottom: 20px;
}

.blog-toc #ez-toc-container ul {
  margin: 0;
  padding: 0;
  gap: 10px;
}

.blog-toc #ez-toc-container a:hover {
  color: var(--color-primary-orange) !important;
  text-decoration: none;
}

.blog-toc div#ez-toc-container .ez-toc-title {
  color: var(--color-text-black);
  font-size: var(--h4-size);
  font-family: var(--font-montserrat);
}

.ez-toc-heading-level-2 .ez-toc-heading-1 {
  margin-bottom: 10px;
}

.blog-template .post-thumbnail img,
.main-content .blog-template img,
.custom-blog-listing .post-thumb-area img {
  clip-path: polygon(
    30px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 30px),
    calc(100% - 0px) 100%,
    0px 100%,
    0% calc(100% - 30px),
    0% 0px
  );
  width: 100%;
}

.main-content .blog-template ul {
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 30px;
}

.sidebar-widget.categories ul {
  gap: 10px;
}

.main-content .blog-template .post-thumb img {
  height: 250px;
  object-fit: cover;
  margin: 0px 0px;
}

.latest-posts a {
  font-weight: 500;
  font-family: var(--font-sapceGrotesk);
}

.post-category a,
.custom-blog-listing .post-cat {
  font-size: 14px;
  line-height: normal;
  color: var(--color-primary-orange) !important;
  background: rgb(255, 236, 230);
  padding: 4px 11px;
  font-weight: 400 !important;
}

.custom-blog-listing .post-cat a {
  color: var(--color-text-black);
}

.blog-meta-data,
.custom-blog-listing .post-content {
  background-color: var(--color-text-white);
  padding: 21px 15px;
  margin-top: 10px;
  clip-path: polygon(
    30px 0%,
    calc(100% - 30px) 0%,
    100% 30px,
    100% calc(100% - 30px),
    calc(100% - 0px) 100%,
    0px 100%,
    0% calc(100% - 30px),
    0% 0px
  );
}

.blog-toc div#ez-toc-container ul li a.ez-toc-link.mPS2id-highlight {
  color: var(--color-primary-orange) !important;
}

.custom-blog-listing .post-meta {
  margin-bottom: 10px;
}

.custom-blog-listing .post-title {
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.custom-blog-listing .post-title a {
  color: var(--color-text-black);
}

.custom-blog-listing .pagination {
  justify-content: center;
  gap: 30px;
}

.blog-template .entry-content ul {
  gap: 0;
  padding-left: 20px;
  list-style: disc;
}

.blog-template .entry-content ol {
  list-style: number;
  gap: 0;
  padding-left: 20px;
  margin: 0;
}

.page-numbers {
  align-content: center;
  height: 40px;
  color: var(--color-text-black);
}

a.next.page-numbers,
a.prev.page-numbers {
  background-image: url("/wp-content/uploads/2026/04/Subtract-5.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0px 16px;
  line-height: normal;
  background-position: center;
  color: var(--color-text-black);
}

span.page-numbers.current {
  background-color: var(--color-secondary-blue);
  padding: 0px 16px;
  color: white;
  clip-path: polygon(
    calc(0% + 12px) 0,
    100% 0,
    100% 100%,
    10px 100%,
    0px calc(0% + 12px)
  );
  clip-path: polygon(
    10px 0%,
    calc(100% - 0px) 0%,
    100% 0px,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0px 100%,
    0% calc(100% - 0px),
    0% 10px
  ) !important;
}

.blog-categories {
  list-style: none;
  display: grid;
  gap: 10px;
}

.blog-categories li a {
  color: var(--color-text-black);
}

.custom-blog-listing .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jobform-section header,
.jobform-section .job-features,
.jobform-section .jobpost-form h3 {
  display: none !important;
}

.jobform-section h4 {
  background: #e1ecfb;
  padding: 23px 0 22px 0;
  color: var(--color-text-black);
  text-align: center;
  clip-path: polygon(
    40px 0%,
    calc(100% - 40px) 0%,
    100% 40px,
    100% calc(100% - 40px),
    calc(100% - 0px) 100%,
    0px 100%,
    0% calc(100% - 40px),
    0% 0px
  );
  margin: 0;
}

.jobform-section .sjb-page .sjb-detail {
  margin: 0px;
}

.jobform-section .jobpost-form {
  padding: 40px;
}

.jobform-section h4::before {
  content: none !important;
}

.jobform-section .sjb-page {
  padding: 0px;
}

.single-job-detail-page h4 {
  font-size: 24px;
  font-family: var(--font-montserrat);
  font-weight: 500;
}
.single-job-detail-page p {
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.single-job-detail-page h4 strong {
  font-weight: 500;
}

.single-job-detail-page strong {
  font-weight: 500;
}

.single-job-detail-page ul {
  margin: 0;
}

.single-job-detail-page h4:before {
  content: "";
  border: solid 3px #0065da;
  margin-right: 10px;
}

.single-jobpost .jobheader {
  background: linear-gradient(
    270deg,
    #00326c 0%,
    var(--PGY---Blue, #0065da) 50%,
    #00326c 100%
  );
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.03);
}

section.job-post-banner {
  padding: 156px 0 66px;
  text-align: center;
  background: white;
}

.single-jobpost .job-post-banner h1 {
  font-size: 34px;
  font-family: var(--font-montserrat);
  line-height: normal;
  font-weight: 500;
  margin: 16px 0px;
}

.job-detail-category {
  background: rgba(0, 101, 218, 0.1);
  padding: 6px 20px;
  color: #0051af;
  font-family: var(--font-sapceGrotesk);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.details-list {
  gap: 23px;
}

.details-list span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.job-post-banner .bredcrumbsec .arrow {
  background: url('data:image/svg+xml,<svg width="5" height="7" viewBox="0 0 5 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-0.000718653 6.454L3.42928 3.234L-0.000718653 -3.57628e-07H1.49728L4.91328 3.234L1.49728 6.454H-0.000718653Z" fill="black"/></svg>')
    no-repeat center;
  width: 6px;
  height: 12px;
  margin: 0 6px;
  display: inline-block;
}

.multiple-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.product-listing div#shop-loop > p {
  align-content: center;
  padding: 150px 0px;
  font-size: 20px;
  color: #a5a3a3;
}

.product-listing div#shop-loop > p:before {
  content: "";
  background-image: url(https://dev-prodigy.greatsolutionsatwork.com/wp-content/uploads/2026/04/grayscale-image.svg);
  height: 88px;
  width: 80%;
  display: block;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}

#shop-loop {
  display: grid;
  justify-content: center;
}

.video-wrapper {
  position: relative;
}
.video-card .video-wrapper iframe,
.video-card .video-wrapper .card-img {
  height: 200px !important;
  /* object-fit: contain; */
}

.insight-card.video-card :hover img{
    transform: none;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.insights-section .card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: auto;
}

@media (min-width: 1820px) {
  .prodigy-faq,
  .prodigy-rnd,
  .prodigy-solution,
  .who-we-are,
  .our-journey,
  .our-principle,
  .leadership_impact_section,
  .our_team_section,
  .custom-blog-listing,
  .single-job-detail-page {
    padding: 120px 0px;
  }

  .product-lifecycle {
    padding-bottom: 120px;
  }

  .global-shape h5,
  .global-patents h5 {
    font-size: 32px;
  }

  .global-form input#input_5_1,
  .label-tab,
  .prodigy-accordion .accordion-body {
    font-size: 18px !important;
  }

  .global-form input#input_5_1::placeholder {
    font-size: 18px !important;
  }

  .card-date,
  .card-tag {
    font-size: 13px;
  }

  .prodigy-solution .card-title {
    font-size: 24px;
  }

  .product-protocol span {
    font-size: 14px;
  }

  .global-form div#field_submit {
    padding-right: 4em;
  }

  .global-form div#field_submit:hover {
    padding-right: 0;
    padding-left: 4em;
  }

  .prodigy-solution .insight-card:before {
    height: 570px;
  }

  .acc-title,
  .acc-num.active {
    font-size: 24px;
  }

  .acc-title.muted,
  .acc-num,
  .prodigy-faq .accordion-item .accordion-header .accordion-button,
  .prodigy-accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }

  .lifecycle-accordion h2 .accordion-button {
    font-size: 36px;
  }

  .statistic h2 {
    font-size: 80px;
  }

  .core-card-title {
    font-size: 24px;
  }

  .content-title {
    font-size: 28px;
  }

  .prodigy-solution .card-body {
    min-height: 220px !important;
  }

  .related.products ul.prod-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .dot-inner {
    font-size: 28px;
  }

  .dot-el:not(.active) .dot-inner,
  .dot-el.active .dot-inner {
    width: 56px;
    height: 55px;
  }

  .tl-outer {
    padding-left: 9vw;
  }
}

@media (min-width: 1600px) {
  .stage {
    height: 470px;
  }

  .arrows {
    margin-top: -65px;
  }

  .content-box {
    bottom: 80px;
  }

  .step-arrow {
    top: 80px;
  }
}

@media (max-width: 1500px) {
  #acc-list {
    max-height: 400px;
  }

  .global-form .gform-button {
    padding: 18px 20px !important;
  }
}

@media (max-width: 1440px) and (min-width: 1200px) {
  .card-meta {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .stage {
    height: min(365px, 75vw);
  }

  .step-arrow {
    height: 85px;
  }
}

@media (max-width: 1300px) {
  .stage {
    height: min(344px, 75vw);
  }

  .content-icon svg {
    width: 60px;
    height: 60px;
  }

  .step-arrow {
    height: 65px;
  }

  .mapsection,
  .map {
    overflow: auto;
  }

  .map .wrap_svl_center {
    width: max-content;
  }

  .map {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .footer-menu-section {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-section .row .col-lg-4 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .footer-section .row > .col-lg-4:not(:last-child)::after {
    content: none;
  }

  .prodigy-accordion {
    padding: 0px 0px;
  }

  .insights-nav-tabs li {
    text-wrap: nowrap;
  }

  .insights-nav-tabs .nav-link {
    padding: 11px 30px;
  }

  .global-patents,
  .global-shape {
    padding: 40px;
  }

  .prodigy-solution .video_bg::before {
    background: linear-gradient(
      90deg,
      #00326c 0%,
      var(--color-secondary-blue, #0065da) 50%,
      #00326c 100%
    );
  }

  .prodigy-solution .video_bg::before {
    opacity: 0.95 !important;
  }

  .prodigy-solution .video_bg video {
    opacity: 1 !important;
  }

  .prodigy-solution .video_bg {
    align-self: initial;
    transform: translate(-50%, -50%) scale(1) rotate(0deg);
  }

  .prodigy-solution .video_bg {
    height: 100%;
  }

  .prodigy-solution .insights-swiper-wrap .row {
    --bs-gutter-x: 1rem;
  }

  .globalimpactsec .contentwrap {
    grid-template-columns: 1fr;
  }

  .countwrap {
    margin-top: -35px !important;
    height: 130px;
  }

  .globalimpactsec .animatecontent {
    padding-top: 190px;
  }

  .globalimpactsec {
    padding-top: 100px;
  }

  .columns-row {
    display: grid;
    gap: 40px;
  }

  .dashed-line {
    display: none;
  }

  .mobile-view-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    z-index: 6;
    position: relative;
  }

  .content-desc {
    font-size: 16px;
  }

  .core-card-body,
  .core-card-body.first,
  .core-col:hover .core-card-body {
    -webkit-line-clamp: none;
  }

  .core-card {
    min-height: auto;
  }

  .content-icon svg {
    width: 60px;
    height: 60px;
  }

  .statistic h2 {
    font-size: 50px;
  }

  section.our-principle:before,
  section.our-principle:after {
    content: none;
  }

  .pb-70 {
    padding-bottom: 30px;
  }

  .productquicklinks ul {
    grid-template-columns: repeat(2, 1fr);
  }

  /* .key-feature-list ul li {
    grid-template-columns: 0.6fr 7fr;
  } */

  .related.products ul.prod-list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .popup-content {
    width: 55%;
  }
}

@media (max-width: 1024px) {
  .footer-section .row .col-lg-4 {
    padding: 0px 30px;
  }

  .footer-menu {
    grid-template-columns: 1fr;
    gap: 17px;
  }

  .custom-footer {
    padding-top: 8rem;
  }

  .insights-header p.w-50,
  .w-50,
  .w-55 {
    width: 75% !important;
  }

  .insights-nav-tabs {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    width: 100%;
    overflow-y: hidden;
  }

  .global-details {
    grid-template-columns: 1fr;
  }

  .product-filter {
    width: 100%;
  }

  .globalimpactsec .animatecontent {
    padding-top: 120px;
  }

  .globalimpactsec {
    padding-bottom: 80px;
  }

  .product-page .tab-content .grid-col-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 992px) {
  .jobform-section {
    position: sticky;
    top: 140px; /* adjust based on header height */
    align-self: flex-start;
  }
}

@media (max-width: 992px) {
  .copyright-section {
    gap: 20px;
  }

  .prodigy-faq {
    /* padding-bottom: 50px; */
  }

  .prodigy-faq .imgbox {
    height: 400px !important;
    margin-bottom: 50px;
  }

  .prodigy-faq .row {
    margin: 10px;
  }

  .prodigy-faq .row .col-lg-8 {
    padding: 0;
  }

  .prodigy-solution .card-body {
    min-height: 245px;
  }

  .who-we-are,
  .product-lifecycle,
  .our-journey,
  .our-principle,
  .leadership_impact_section,
  .our_team_section,
  .custom-blog-listing,
  .single-job-detail-page {
    padding: 80px 0px;
  }

  .insights-swiper-wrap .row * {
    --bs-gutter-y: 1.8rem;
  }

  .key-feature-list .d-lg-grid ul:first-child {
    border-right: 0;
  }

  .prod-list li {
    padding-left: 0px;
    padding-right: 0px;
  }

  .popup-content {
    width: 70%;
  }

  .contentbox.image-text {
    padding: 20px 0px;
  }

  .prod-filter .form-wrap {
    flex-direction: column;
    gap: 0;
  }

  .prod-filter .form-row {
    width: 100%;
    flex: unset;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }

  .prod-filter .search-wrapper {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  }

  .prod-filter .cat-dropdown {
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    padding-left: 4px;
  }

  .prod-filter .form-row:last-child {
    border-left: none;
    border-bottom: none;
    padding-left: 0;
    width: 100%;
    text-align: center;
    padding: 8px 0 4px;
  }

  .prod-filter input[type="submit"] {
    width: 100%;
    padding: 10px 0;
    font-size: 0.875rem;
  }
}

@media (max-width: 768px) {
  .footer-section .row .col-lg-4 {
    padding: 0px 0px;
  }

  .footer-menu-section {
    grid-template-columns: 1fr;
  }

  .legal-menu {
    flex-wrap: wrap;
    gap: 10px 0px;
  }

  .global-form div#gform_fields_5 {
    display: flex;
    gap: 10px;
  }

  .global-form #field_5_1 {
    width: 70%;
  }

  .insights-header p.w-50,
  .w-50,
  .w-55 {
    width: 100% !important;
  }

  .global-list {
    padding: 20px 20px;
  }

  .product-lifecycle .row,
  .about-our-impact .row.g-5 {
    --bs-gutter-y: 50px;
    margin-right: 0;
  }

  .lifecycle-accordion .accordion-item {
    padding: 20px 25px;
  }

  .product-lifecycle .row {
    --bs-gutter-x: 3rem;
  }

  .product-filter {
    display: grid;
    position: relative;
  }

  span.search-icon {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 38px;
  }

  .drop-icon {
    position: absolute;
    top: 50px;
    right: 0px;
    width: 38px;
  }

  .product-filter select {
    padding-left: 3px;
  }

  .global-form input#input_5_1 {
    height: 40px;
  }

  .global-form div#field_submit,
  .global-form div#field_submit:hover {
    padding-right: 3em;
  }

  .global-form div#field_submit::before,
  .global-form div#field_submit::after {
    height: 39.2px;
  }

  .global-form .gform-button {
    padding: 10px 20px !important;
    text-wrap: nowrap;
    font-size: 14px !important;
  }

  .productherosec .shippingdetails {
    width: 100% !important;
  }

  .related.products ul.prod-list {
    grid-template-columns: 1fr;
  }

  /* .popup-img {
    height: 300px;
  } */
  .tl-outer {
    padding-left: 5vw;
  }
}

@media (max-width: 680px) {
  .popup-content {
    display: block;
  }

  .popup-nav {
    display: grid;
    position: relative;
    gap: 10px;
  }

  .popup-content {
    width: 90%;
    overflow-y: auto;
  }
}

@media (max-width: 640px) {
  .globalimpactsec .animatecontent {
    padding-top: 60px;
  }

  .mobile-view-section {
    grid-template-columns: 1fr;
  }

  .step-tab {
    overflow: auto;
    justify-content: flex-start !important;
  }

  .step-tab svg {
    overflow: visible;
  }

  .global-form div#gform_fields_5 {
    display: grid;
  }

  .global-form #field_5_1 {
    width: 100%;
  }

  /* .key-feature-list ul li {
    grid-template-columns: 0.6fr 7fr;
  } */

  .productherosec .shippingdetails ul {
    column-count: 1 !important;
  }

  .related.products ul.prod-list {
    display: block;
  }
}

@media (max-width: 480px) {
  .prod-filter {
    padding: 10px 12px;
  }

  .prod-filter .searchinput .form-control {
    font-size: 0.875rem;
    padding: 10px 8px 10px 4px;
  }

  .prod-filter .form-select {
    font-size: 0.875rem;
    padding: 10px 28px 10px 4px;
  }

  .prod-filter input[type="submit"] {
    font-size: 0.875rem;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 425px) {
  .global-patents,
  .global-shape {
    padding: 40px 20px;
  }

  .social-icons {
    gap: 20px;
  }

  .social-icons img {
    width: 25px;
  }

  .lifecycle-accordion h2 .accordion-button {
    font-size: 20px;
  }

  .social-icons a:last-child {
    margin-top: -3px;
  }

  .social-icons a:last-child img {
    height: 40px;
    width: 33px;
  }

  /* .key-feature-list ul li {
    grid-template-columns: 0.8fr 7fr;
  } */

  .productquicklinks ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .lifecycle-card .clippath-img {
    padding: 15px 15px 80px;
  }

  .lifecycle-accordion .accordion-item {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 390px) {
  .global-form #field_5_1 {
    width: 100%;
  }

  .global-form div#gform_fields_5 {
    display: grid;
  }
}

@media (max-width: 370px) {
  #acc-list {
    max-height: 500px;
  }

  .herosection .banner_tagline {
    padding: 16px 40px 3px;
  }
}
