@import "https://fonts.cdnfonts.com/css/cabinet-grotesk";


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f9f9f9;
  overflow-x: clip;
}

/* Copied from careers.css */
.innovation_hero {
  background: #1F1FFF;
  color: #ffffff;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

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

.innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_badge {
  display: inline-block;
  padding: 7px 22px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_title {
  font-size: 52px;
  margin-bottom: 20px;
}

.innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_desc {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px;
}

.innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_btn {
  background: white;
  color: black;
  padding: 10px 22px;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  border: 5px solid #3131ff;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.innovation_hero__innovation_hero_image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 100px;
  padding-top: 50px;
}

.innovation_hero__innovation_hero_image img {
  width: 70%;
  max-width: 580px;
  border-radius: 18px;
  object-fit: cover;
}

@media (max-width: 1200px) {
  .innovation_hero {
    padding: 100px 0 60px 0;
  }

  .innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_title {
    font-size: 54px;
  }
}

@media (max-width: 992px) {
  .innovation_hero {
    text-align: center;
    padding: 90px 0 50px 0;
  }

  .innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_desc {
    margin-left: auto;
    margin-right: auto;
  }

  .innovation_hero__innovation_hero_image {
    margin-top: 40px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .innovation_hero__innovation_hero_image img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .innovation_hero {
    padding: 80px 0 40px 0;
  }

  .innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_title {
    font-size: 42px;
  }

  .innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_desc {
    font-size: 16px;
  }

  .innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_badge {
    font-size: 12px;
  }

  .innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_title {
    font-size: 34px;
  }
}

@media (max-width: 480px) {
  .innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_title {
    font-size: 28px;
  }

  .innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_desc {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* End of copied CSS */

.innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_badge {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin-bottom: 25px;
}

.innovation_hero__innovation_hero_content .innovation_hero__innovation_hero_btn {
  border: 6px solid #3131FF;
  display: inline-block;
  background: #ffffff;
  color: black;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s ease;
}

.innovation_hero_features {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-top: 34px;
  color: #ffffff;
  flex-wrap: wrap;
  width: max-content;
  max-width: 195%;
}

.innovation_hero_feature {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 110px;
  padding-right: 12px;
}

.innovation_hero_feature:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: 34px;
  background: rgba(255, 255, 255, 0.32);
}

.innovation_hero_feature_icon {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.innovation_hero_feature>div {
  flex: 1;
  min-width: 0;
}

.innovation_hero_feature h3 {
  margin: 0 0 2px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: nowrap;
}

.innovation_hero_feature p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .innovation_hero_features {
    gap: 12px;
  }

  .innovation_hero_feature {
    gap: 8px;
    padding-right: 12px;
  }

  .innovation_hero_feature_icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    border-radius: 9px;
  }

  .innovation_hero_feature h3 {
    font-size: 15px;
    text-align: left;
  }

  .innovation_hero_feature p {
    font-size: 10px;
    text-align: left;
  }
}

/*=====================================
=         INNOVATION LAB ABOUT        =
=====================================*/
.innovation_lab_about {
  padding: 50px 0 60px;
  background: #f5f5f5;
  overflow: hidden;
}

.innovation_lab_about__image_wrap {
  position: relative;
  max-width: 680px;
}

.innovation_hero .innovation_hero__innovation_hero_image img {
  width: 70%;
  max-width: none;
  border-radius: 18px;
  object-fit: cover;
}

.innovation_lab_about__image_box {
  overflow: hidden;
  border-radius: 10px;
}

.innovation_lab_about__image_box img {
  width: 100%;
  min-height: 620px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: all 0.3s ease;
}

.innovation_lab_about__info_card {
  position: absolute;
  right: 0px;
  bottom: 39px;
  width: 42%;
  padding: 14px;
  background: #2f36ff;
  color: #ffffff;
  border-radius: 18px;
  transform: translateY(32px);
  z-index: 2;
}

.innovation_lab_about__icon_box {
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.innovation_lab_about__icon_box i {
  font-size: 30px;
  line-height: 1;
}

.innovation_lab_about__card_content h4 {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.15;
}

.innovation_lab_about__card_content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.35;
}

.innovation_lab_about__content {
  max-width: 790px;
  margin-left: auto;
}

.innovation_lab_about__badge {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #cccccc;
  border-radius: 50px;
  background: #FAFAFA;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 22px;
}

.innovation_lab_about__badge span {
  display: none;
}

.innovation_lab_about__title {
  max-width: 820px;
  margin-bottom: 34px;
  color: #111111;
  font-size: clamp(42px, 5vw, 84px);
  font-weight: 400;
  line-height: 1.06;
}

.innovation_lab_about__title span {
  display: block;
  color: #2f36ff;
  font-weight: 700;
}

.innovation_lab_about__desc {
  max-width: 790px;
  margin-bottom: 30px;
  color: #8d8d8d;
  font-size: clamp(17px, 1.5vw, 24px);
  line-height: 1.35;
}

.innovation_lab_about__desc:last-child {
  margin-bottom: 0;
}

@media (max-width: 1440px) {
  .innovation_lab_about__info_card {
    position: absolute;
    width: 42%;
    max-width: 300px;
    right: 0px;
    bottom: 20px;
    transform: none;
    margin-top: 0;
    padding: 18px;
  }

  .innovation_lab_about__icon_box {
    width: 37px;
    height: 37px;
    margin-bottom: 12px;
    border-radius: 10px;
  }

  .innovation_lab_about__icon_box i {
    font-size: 18px;
  }

  .innovation_lab_about__card_content h4 {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .innovation_lab_about__card_content p {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .innovation_lab_about__title {
    font-size: 64px;
  }

  .innovation_lab_about__desc {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .innovation_lab_about__info_card {
    position: relative;
    width: 40%;
    max-width: 340px;
    margin-top: 30px;
    transform: none;
    right: -400px;
    bottom: 210px;
  }

  .innovation_lab_about__card_content h4 {
    font-size: 24px;
  }

  .innovation_lab_about__card_content h4 {
    font-size: 20px;
  }

  .innovation_hero_features {
    gap: 16px;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }

  .innovation_hero_feature {
    flex: 0 0 calc(50% - 16px);
    padding-right: 0;
  }

  .innovation_hero_feature:nth-child(2)::after {
    display: none;
  }

  .innovation_hero_feature_icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    border-radius: 9px;
  }

  .innovation_hero_feature h3 {
    font-size: 15px;
    text-align: left;
  }

  .innovation_hero_feature p {
    font-size: 11px;
    text-align: left;
  }

  .innovation_lab_about {
    padding: 80px 0;
  }

  .innovation_lab_about__image_wrap,
  .innovation_lab_about__content {
    max-width: 100%;
    margin: 0;
  }

  .innovation_lab_about__image_box img {
    min-height: 520px;
  }

  .innovation_lab_about__title {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .innovation_lab_about__image_box img {
    min-height: 430px;
  }

  .innovation_lab_about__info_card {
    position: relative;
    width: 100%;
    margin: 20px 0 0 0;
    right: 0;
    bottom: 0;
    transform: none;
  }

  .innovation_lab_about__title {
    font-size: 42px;
    margin-bottom: 26px;
  }

  .innovation_lab_about__badge {
    font-size: 14px;
  }

  .innovation_lab_about__desc {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .innovation_hero_features {
    gap: 16px;
    margin-top: 24px;
    white-space: normal;
  }

  .innovation_hero_feature {
    gap: 8px;
    padding-right: 0;
    flex: 0 0 calc(50% - 16px);
  }

  .innovation_hero_feature:not(:last-child)::after {
    display: none;
  }

  .innovation_hero_feature_icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    border-radius: 8px;
  }

  .innovation_hero_feature h3 {
    font-size: 14px;
    text-align: left;
  }

  .innovation_hero_feature p {
    font-size: 11px;
    text-align: left;
  }

  .innovation_lab_about {
    padding: 40px 0;
  }

  .innovation_lab_about__image_box img {
    min-height: 360px;
  }

  .innovation_lab_about__icon_box {
    width: 50px;
    height: 50px;
  }

  .innovation_lab_about__icon_box i {
    font-size: 25px;
  }

  .innovation_lab_about__title {
    font-size: 34px;
  }

  .innovation_lab_about__desc {
    font-size: 16px;
    line-height: 1.6;
  }
}

/*# sourceMappingURL=innovation_lab.css.map */


/* SECTION */
/* =========================
   FOCUS SECTION
========================= */

/* SECTION */

.focus-section {
  padding: 50px 0;
  background: #fff;
  overflow: hidden;
}

/* HEADING */

.heading {
  margin-bottom: 60px;
}

.heading .badge {
  padding: 10px 18px;
  border: 1px solid #cccccc;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 22px;
  background: #FAFAFA;
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.heading h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.heading h2 span {
  color: #2f36ff;
}

.heading p {
  max-width: 760px;
  margin: auto;
  color: #666;
  font-size: 18px;
  line-height: 1.8;
}

/* WRAPPER */

.cards-wrapper {
  display: flex;
  gap: 10px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: nowrap;
}

/* CARD */

.focus-card {
  position: relative;
  width: 180px;
  height: 550px;
  border-radius: 28px;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;

  border: 1px solid #e5e5e5;

  padding: 24px;
  transition: all 0.5s ease;

  display: flex;
  flex-direction: column;
}

/* ACTIVE / HOVER */

.focus-card.active {
  width: 430px;
  background: white;
  border-color: #1F1FFF;
}

/* IMAGE */

.card-image {
  width: 100%;

  margin: 0 auto 24px;

  opacity: 0;
  visibility: hidden;

  transform: scale(0.8);

  transition: all 0.45s ease;
}

/* SHOW IMAGE ON HOVER */

.focus-card.active .card-image {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* CONTENT */

/* CONTENT */

.card-content {
  position: relative;
  flex: 1;

  display: flex;
  align-items: center;
  justify-content: center;
}

/* VERTICAL TITLE */

.vertical-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);

  color: #111;
  font-size: 24px;
  font-weight: 600;
  text-align: center;

  position: absolute;

  opacity: 1;
  visibility: visible;

  transition: opacity 0.25s ease;
}

/* HIDE TITLE ON ACTIVE */

.focus-card.active .vertical-title {
  opacity: 0;
  visibility: hidden;
}

/* EXPANDED CONTENT */

.expanded-content {
  position: relative;
  width: 100%;

  opacity: 0;
  visibility: hidden;

  transform: translateY(20px);

  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    visibility 0.35s;
}

/* SHOW CONTENT */

.focus-card.active .expanded-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* TITLE */

.horizontal-title {
  color: black;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 14px;
}

/* TEXT */

.expanded-content p {
  color: black;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* BUTTON */

.expanded-content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 28px;
  background: #2f36ff;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  transition: none;
}

.expanded-content .btn:hover {
  background: #2f36ff !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {

  .focus-section {
    padding: 40px 0;
  }

  .heading {
    margin-bottom: 30px;
  }

  .heading h2 {
    font-size: 42px;
  }

  .heading p {
    font-size: 16px;
  }

  .cards-wrapper {
    flex-direction: column;
  }

  .focus-card,
  .focus-card.active {
    width: 100%;
    height: auto;
    padding: 30px;
    background: white;
    border-color: #e5e5e5;
  }

  .card-image {
    width: 160px;
    height: 160px;

    opacity: 1;
    visibility: visible;
    transform: none;

    margin-bottom: 24px;
  }

  .vertical-title {
    display: none;
  }

  .expanded-content {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .horizontal-title {
    font-size: 28px;
  }

}








/*=====================================
=            SECTION STYLE            =
=====================================*/

.services_section {
  padding: 50px 0;
  background-color: #EFEFFF;
}

.services_heading {
  text-align: center;
  margin-bottom: 45px;
}

.mini_badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid #ddd;
  border-radius: 100px;
  background: #fff;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  color: black
}

.mini_badge span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0040c1;
}

.services_heading h2 {
  font-size: 64px;
  line-height: 1.1;
  font-weight: 500;
}

.services_heading h2 span {
  color: #0040c1;
  font-weight: 700;
}

/*=====================================
=               GRID                  =
=====================================*/

.services_wrapper {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 28px;
  align-items: start;
}

/*=====================================
=            LEFT CARD                =
=====================================*/

.service_preview_card {
  position: sticky;
  top: 30px;
  background: #fff;
  border-radius: 32px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* <=991px: left card hide */
@media(max-width:991px) {
  .service_preview_card {
    display: none;
  }
}

/* NUMBERS */

.serial_wrapper {
  height: 100px;
  overflow: hidden;
}

.serial_trigger {
  transition: .7s cubic-bezier(.77, 0, .175, 1);
}

.serial_item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

/* ICONS */

.icon_wrapper {
  width: 100%;
  overflow: hidden;
}

.icon_trigger {
  display: flex;
  width: max-content;

  transition: .7s cubic-bezier(.77, 0, .175, 1);
}

.icon_item {
  width: 320px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 24px;

}










/*=====================================
=            RIGHT SIDE               =
=====================================*/

.services_tabs {
  background: #fff;
  border-radius: 32px;
  padding: 10px 30px;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, .04);
}

.service_tab {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
  cursor: pointer;
}

.service_tab:last-child {
  border-bottom: none;
}

.service_top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.service_left {
  flex: 1;
}

.service_title_wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.dot {
  width: 0;
  height: 10px;
  background: #0040c1;
  border-radius: 20px;

  transition: .5s ease;
}

.service_tab.active .dot {
  width: 10px;
}

.service_title_wrap h3 {
  font-size: 24px;
  font-weight: 600;
  transition: .4s ease;
}

.service_desc {
  max-height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition:
    max-height .45s ease,
    margin .35s ease,
    opacity .3s ease,
    transform .35s ease;
}

.service_tab.active .service_desc {
  max-height: 120px;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
}

.tags_wrap {
  display: none;
}

/* Right cards mein tags ki jagah fixed chhota paragraph show hota rahe */
.service_tab .tags_wrap {
  display: none;
}



.tags_wrap span {
  padding: 10px 14px;
  background: #f3f5fa;
  border-radius: 100px;
  font-size: 13px;
}

/* IMAGE */

.service_image {
  width: 220px;
  height: 80px;

  border-radius: 20px;
  overflow: hidden;

  transition: .6s cubic-bezier(.77, 0, .175, 1);
}

.service_tab.active .service_image {
  height: 150px;
}

.service_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=====================================
=             RESPONSIVE              =
=====================================*/

@media(max-width:991px) {

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

  .service_preview_card {
    display: none;
  }

  .services_heading h2 {
    font-size: 46px;
  }

}

@media(max-width:767px) {

  .services_section {
    padding: 70px 0;
  }

  .services_heading h2 {
    font-size: 34px;
  }

  .services_tabs {
    padding: 10px 20px;
  }

  .service_top {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .service_left {
    width: 100%;
    text-align: left;
  }

  .service_title_wrap {
    justify-content: flex-start;
    width: 100%;
  }

  .service_image {
    width: 100%;
  }

  .service_title_wrap h3 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 5px;
  }

  .service_desc {
    text-align: left;
  }

  .icon_item {
    width: 100%;
  }

}