@charset "UTF-8";
/* CSS Document */
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

/* --===About Part Industry===--- */
.aboutindustry {
  width: 100%;
  padding: 80px 0 0;
  position: relative;
  background: #F3F3F7;
}

.aboutcontBody {
  display: flex;
  position: relative;
}

.aboutStop {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background: #2B2867;
  transform: translate(0%, 0%);
}

.aboutSright {
  content: "";
  position: absolute;
  right: 56px;
  top: 56px;
  width: 79px;
  height: 79px;
  background: #858CB4;
  transform: translate(0%, 0%);
}

.aboutcontimg {
  width: 40%;
}

.content-industry {
  width: 60%;
  padding: 0 10% 0 5%;
}

.content-industry h2 {
  font-size: 62px;
  color: #2B2867;
  font-weight: 500;
  margin: 0 0 25px;
  line-height: 56px;
  font-family: "Darker Grotesque", sans-serif;
}

.content-industry p {
  color: #49565E;
  font-size: 17px;
  margin: 0 0 30px;
  line-height: 20px;
}

@media (max-width: 1280px) {
  .content-industry {
    width: 65%;
  }
  .aboutcontimg {
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .content-industry {
    padding: 0 5% 0 2%;
  }
}
@media (max-width: 1024px) {
  .aboutcontBody {
    display: flex;
    flex-direction: column;
  }
  .aboutindustry {
    padding: 30px;
  }
  .content-industry {
    width: 100%;
  }
  .aboutcontimg {
    width: 100%;
  }
  .aboutcontimg {
    order: 2;
  }
  .content-industry {
    order: 1;
  }
}
@media (max-width: 767px) {
  .aboutSright, .aboutStop {
    display: none;
  }
  .content-industry h2 {
    font-size: 40px;
    line-height: 46px;
  }
  .content-industry p {
    color: #49565E;
    line-height: 18px;
  }
}
/* --===Awards Status===--- */
.awardStausB {
  width: 100%;
  padding: 38px;
}

.boxcontentBy {
  background-color: #25266f;
  border-top: 5px solid #96C038;
  padding: 25px 10px;
  position: relative;
}

.bgOpcity {
  background: rgb(133, 140, 180);
}

.boxcontentBy h2 {
  font-size: 80px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 25px;
  line-height: 108px;
  font-family: "Darker Grotesque", sans-serif;
}

.boxcontentBy p {
  color: #BFC4DB;
  font-size: 17px;
  margin: 0 0 30px;
  line-height: 20px;
}

.boxcontentBy .awarStop {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 76px;
  background: rgba(254, 254, 254, 0.12);
  transform: translate(0%, 0%);
}

.boxcontentBy .awarSbottom {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 76px;
  height: 76px;
  background: rgba(156, 164, 214, 0.12);
  transform: translate(0%, 0%);
}

@media (max-width: 767px) {
  .awardStausB {
    padding: 0 0;
  }
  .awardStausB .container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .boxcontentBy {
    border-top: 0 solid #96C038;
  }
  .boxcontentBy .awarStop, .boxcontentBy .awarSbottom {
    display: none;
  }
  .boxcontentBy h2 {
    font-size: 64px;
    line-height: 87px;
  }
  .boxcontentBy p {
    font-size: 16px;
  }
}
/* --===Built on Proven Excellence===--- */
.awardExcellence {
  width: 100%;
  background: #2B2867;
  padding: 70px 0 0;
}

.awardbodycontent {
  margin-right: 150px;
  margin-bottom: 50px;
}

.awardExcellence h2 {
  font-size: 62px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 30px;
  line-height: 56px;
  font-family: "Darker Grotesque", sans-serif;
}

.awardExcellence p {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  margin: 0 0 15px;
  line-height: 24px;
}

.awardExcellence .squarebottom {
  content: "";
  position: absolute;
  left: -76px;
  bottom: 0;
  width: 88px;
  height: 88px;
  background: #858CB4;
  transform: translate(0%, 0%);
}

.awardExcellence .squaretopleft {
  content: "";
  position: absolute;
  left: 12px;
  top: 0;
  width: 103px;
  height: 103px;
  background: #2B2867;
  transform: translate(0%, 0%);
  z-index: 1;
}

/* .awardExcellence .position-relative img{
  position: absolute;
  bottom: 0;
} */
@media (max-width: 1199px) {
  .awardbodycontent {
    margin-right: 90px;
  }
}
@media (max-width: 1024px) {
  .awardExcellence .position-relative img {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .awardExcellence h2 {
    font-size: 38px;
  }
  .awardExcellence .squarebottom, .awardExcellence .squaretopleft {
    display: none;
  }
}
@media (max-width: 767px) {
  .awardExcellence h2 {
    font-size: 36px;
  }
  .awardExcellence .position-relative img {
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .awardbodycontent {
    margin-right: 0px;
  }
}
/* ===== Logo Section ===== */
/* ── Logo Section -> DESKTOP — Static grid layout (no animation) ─────────── */
.logo-slider-marq {
  overflow: visible;
  position: relative;
  width: 100%;
}

.logo-track-marq {
  display: flex;
  flex-wrap: wrap; /* wraps into rows on desktop */
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  animation: none; /* no animation on desktop */
}

.logo-item-marq {
  width: auto;
  min-width: 160px;
  max-width: 220px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 15px;
}

.logo-item-marq img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
  opacity: 0.7;
  transition: 0.3s;
}

.logo-item-marq img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

/* Hide duplicate logos on desktop — only show first set */
.logo-item-marq[aria-hidden=true] {
  display: none;
}

/* Pause on hover — desktop only (no effect but no harm) */
.logo-slider-marq:hover .logo-track-marq {
  animation-play-state: paused;
}

/* ── MOBILE — Slider/marquee animation ───────────────────── */
@media (max-width: 768px) {
  /* Re-enable overflow hidden for marquee */
  .logo-slider-marq {
    overflow: hidden;
  }
  /* Switch back to slider track */
  .logo-track-marq {
    display: flex;
    flex-wrap: nowrap; /* no wrapping — single row */
    justify-content: flex-start;
    gap: 0;
    width: 1920px; /* total width for 12 items */
    animation: marquee 25s linear infinite;
  }
  /* Show duplicate logos again for seamless loop */
  .logo-item-marq[aria-hidden=true] {
    display: flex;
  }
  .logo-item-marq {
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    height: 100px;
    flex-shrink: 0;
  }
  /* Pause on touch/hover */
  .logo-slider-marq:hover .logo-track-marq {
    animation-play-state: paused;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-960px);
    }
  }
}
/* --===Time Line Slider Css===--- */
.his-timeline {
  width: 100%;
  padding: 70px 0 70px;
  background: #25266f;
  position: relative;
}

.his-timeline .section-title {
  font-size: 62px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 14px;
  line-height: 56px;
  font-family: "Darker Grotesque", sans-serif;
  position: relative;
  z-index: 4;
}

@media (max-width: 991px) {
  .his-timeline .section-title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .his-timeline .section-title {
    font-size: 36px;
  }
}
.his-timeline #awardsTab {
  border: none;
  padding: 18px 0 23px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 4;
}

.his-timeline .nav-tabs .nav-item.show .nav-link,
.his-timeline .nav-tabs .nav-link.active {
  background: #fff;
  color: #25266f;
  border: 1px solid #fff;
  font-family: inherit;
  font-weight: 500;
}

.his-timeline .nav-tabs .nav-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 27px;
  border: 1px solid #9fd42d;
  border-radius: 31px;
  margin: 0 12px;
}

.his-timeline .squa80 {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  background: #858CB4;
  transform: translate(0%, 0%);
}

.his-timeline .squablue {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  background: rgb(43, 40, 103);
  transform: translate(0%, 0%);
  -webkit-backdrop-filter: blur(64px);
  z-index: 0;
  filter: blur(64px);
  z-index: 3;
}

.cus-timeline-section {
  margin: 40px 0 0;
  position: relative;
}

.sliderCUsAb .posAbSli .squa80 {
  content: "";
  position: absolute;
  left: 74px;
  bottom: 110px;
  width: 76px;
  height: 76px;
  background: #858CB4;
  transform: translate(50%, 50%);
}

.cus-timeline-section .position-relative {
  padding: 0 0px 0 40px;
}

.swiper-button-lock {
  display: block;
}

.swiper {
  padding-top: 40px;
}

.swiper-wrapper {
  align-items: flex-start;
}

.swiper-slide {
  position: relative;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 6px;
  background: #736eb6;
  z-index: 0;
}

.timeline-card-body {
  position: relative;
  z-index: 1;
  padding: 0 30px 0 0;
}

.circle-colorBX {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 8px solid #ddd8ef;
  background: #2f2a73;
  margin-bottom: 20px;
}

.timeline-card-body small {
  color: #cdcbe4;
  font-size: 17px;
  display: block;
  margin-bottom: 15px;
}

.timeline-card-body h3 {
  color: #fff;
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "Darker Grotesque", sans-serif;
}

.timeline-card-body p {
  color: #bdb9dc;
  font-size: 17px;
  list-style: 24px;
}

.timeline-prev-arrow,
.timeline-next-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #a8cf2e;
  position: absolute;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 100;
}

.timeline-prev-arrow {
  left: -35px;
}

.timeline-next-arrow {
  right: -35px;
}

.timeline-prev-arrow i,
.timeline-next-arrow i {
  font-size: 36px;
  color: #2f2a73;
}

@media (max-width: 992px) {
  .timeline-card-body h3 {
    font-size: 20px;
  }
  .timeline-card-body p {
    font-size: 14px;
  }
  .timeline-prev-arrow, .timeline-next-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .his-timeline .squablue {
    width: 100px;
  }
  .cus-timeline-section .position-relative {
    padding: 0 0px 0 10px;
  }
  .his-timeline .nav-tabs .nav-link {
    margin: 0 6px 15px;
  }
  .his-timeline .squa80 {
    display: none;
  }
}
@media (max-width: 575px) {
  .his-timeline .nav-tabs .nav-item.show .nav-link, .his-timeline .nav-tabs .nav-link.active {
    width: 100%;
  }
  .his-timeline .nav-tabs .nav-link {
    width: 100%;
  }
  .his-timeline .nav-tabs li.nav-item {
    width: 100%;
  }
}
body.alias--awards .field--name-field-page-has-background,
body.alias--awards .field--name-field-show-breadcrumb,
body.alias--awards .field--name-field-header-image,
body.alias--awards .field--name-field-show-header-image,
body.alias--awards .field--name-field-hide-page-title {
  display: none !important;
}
