@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

html {
  font-size: 16px !important;
}

section.discover_section_footer{
  margin-top: 2rem !important;
}

.oodles-addr > .container{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.open-sans-title {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 3rem !important;
  text-align: center;
}

.open-sans-heading-two {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 2rem !important;
  line-height: 150% !important;
}

.open-sans-sub-title {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 14px !important;
  line-height: 150% !important;
}

.open-sans-btn-txt {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem !important;
}

.open-sans-stat-card-title {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1.8rem !important;
}

.col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Hero section starts */
section.hero {
  background-image: url("../images/new-contract/hero/bg.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section.hero .main-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

section.hero .get-in-touch {
  background: linear-gradient(
    270deg,
    #0074b7 -0.26%,
    #219aca 76.41%,
    #238caf 102.81%
  );
  border-radius: 70px;
  padding: 0.3rem 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white !important;
  border: none;
}

section.hero .get-in-touch .lottie-arrow {
  transform: rotate(-90deg);
  width: 2.4rem;
  margin-left: 0.3rem;
}

section.hero h1,
section.hero p {
  text-align: left !important;
  color: #ffffff !important;
}

section.hero .backdrop-div {
  max-width: 560px;
  width: 100%;
  padding: 1rem;

  position: relative;
  border-radius: 25px;
  overflow: hidden;
  z-index: 1;
}

section.hero .backdrop-div::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 25px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    rgba(255, 255, 255, 0.24) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
/* Hero section ends */

/* Intro section starts */
section.intro {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section.intro h2 {
  color: rgba(23, 23, 23, 1) !important;
  text-align: center;
  width: calc(100% - 35%);
}

section.intro h2 span {
  color: rgba(46, 136, 175, 1) !important;
  text-align: center;
}

section.intro p.main-p {
  color: rgba(23, 23, 23, 1) !important;
  text-align: center;
  margin-bottom: 5rem;
  width: calc(100% - 35%);
}

section.intro > img {
  width: calc(100% - 10%);
}
/* Intro section ends */

/* Services section starts */
section.services {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../images/new-contract/services/bg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

section.services h2 {
  color: rgba(23, 23, 23, 1) !important;
  text-align: center;
  width: calc(100% - 35%);
}

section.services .para {
  color: rgba(23, 23, 23, 1) !important;
  text-align: center;
  margin-bottom: 5rem;
  width: calc(100% - 35%);
}

section.services .card {
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  backdrop-filter: blur(42px) !important;
  padding: 1rem;
  width: calc((100% / 3) - 1rem);
}

section.services .card-img-top {
  width: 100px;
  height: auto;
}

section.services .card-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 18px !important;
  color: rgba(23, 23, 23, 1) !important;
  text-align: left;
  height: 55px;
}

section.services .card-text {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  text-align: left;
}
/* Services section ends */

/* Applications section starts */
section.applications {
  background: rgba(247, 248, 249, 1);
}

section.applications .container h2 {
  color: rgba(23, 23, 23, 1) !important;
}

section.applications .container h2 span {
  color: rgba(0, 116, 183, 0.98) !important;
}

section.applications .container p {
  color: rgba(23, 23, 23, 0.8) !important;
}

section.applications .tabs-row {
  border-radius: 25px;
  box-shadow: 0px 4px 10px 1px rgba(1, 84, 163, 0.15);
}

section.applications .tabs-row .left-col {
  background: url("../images/new-home/services/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  border-radius: 25px 0 0 25px;
  position: relative;
}

section.applications .tabs-row .nav-link {
  color: rgba(255, 255, 255, 0.8) !important;
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
  padding: 16px 36px;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 14px !important;
}

section.applications .tabs-row .nav-link img {
  margin-right: 1rem;
  opacity: 0.8;
  width: 24px;
  height: auto;
}

section.applications .tabs-row .nav-link.active {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 1) !important;
}

section.applications .tabs-row .nav-link.active img {
  opacity: 1;
}

section.applications .tabs-row .nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 1) !important;
}

section.applications .tabs-row .nav-link:hover img {
  opacity: 1;
}

section.applications .tabs-row .right-coll {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 2rem 3rem;
}

section.applications .tabs-row .right-coll .servicec-img {
  width: 56px;
  height: auto;
  margin-bottom: 1rem;
}

section.applications .tabs-row .right-coll h3 {
  color: rgba(23, 23, 23, 1) !important;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 22px !important;
  line-height: 150% !important;
  margin-bottom: 1rem;
}

section.applications .tabs-row .right-coll p {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 13px !important;
  line-height: 150% !important;
  color: rgba(23, 23, 23, 0.8) !important;
  margin-bottom: 1rem;
}

section.applications .tabs-row .right-coll .list-item {
  color: rgba(23, 23, 23, 1) !important;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12px !important;
  line-height: 150% !important;
  margin-bottom: 1rem;
}

section.applications .tabs-row .right-coll a.btn-primary {
  background-color: transparent;
  border-radius: 70px;
  padding: 8px 24px;
  border: 1px solid rgba(0, 74, 149, 1);

  color: rgba(0, 74, 149, 1) !important;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12px !important;
  line-height: 150% !important;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* Applications section ends */

/* Platforms section starts */
.platforms-section{
  background: rgba(255, 255, 255, 1);
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.platforms-section h2{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 32px !important;
  color: rgba(23, 23, 23, 1) !important;
  margin-bottom: 1rem;
}

.platforms-section .main-p{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: rgba(23, 23, 23, 0.8) !important;
}

.platforms-section .main-img{
  width: 550px !important;
  height: auto !important;
}

.platforms-section .platforms-cards-container .card img{
  width: 50px;
  height: auto;
  padding-top: 16px;
  padding-left: 16px;
}

.platforms-section .platforms-cards-container .card{
  border: 0.5px solid #f1f1f1;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0px 4px 8px 0px rgba(18, 53, 104, 0.1);
  margin-bottom: 1rem;
}

.platforms-section .platforms-cards-container .card-body{
  display: flex;
  flex-direction: column;
  align-items: start;
}

.platforms-section .platforms-cards-container .card .card-title{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  color: rgba(23, 23, 23, 1) !important;
  padding-left: 0 !important;
}

.platforms-section .platforms-cards-container .card .card-text{
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.platforms-section .platforms-cards-container{
  overflow-y: scroll;
  height: 595px;
}

/* Platforms section ends */

/* Industries section starts */
section.industries {
  background-image: url("../images/new-home/industries/industries_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

section.industries > .first {
  position: absolute;
  right: -90px;
  top: -330px;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

section.industries > .second {
  position: absolute;
  right: -280px;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  opacity: 0.2;
  height: 100%;
}

section.industries > .third {
  position: absolute;
  left: -20%;
  bottom: -30%;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  opacity: 0.2;
  height: 100%;
  transform: rotate(180deg);
}

section.industries h2 {
  color: rgba(23, 23, 23, 1) !important;
  margin-bottom: 1rem;
  font-size: 1.8rem !important;
  text-align: start;
}

section.industries h2 span {
  color: rgba(0, 116, 183, 1) !important;
  font-size: 1.6rem !important;
}

section.industries p.main-p {
  color: rgba(23, 23, 23, 0.8) !important;
  margin-bottom: 2rem;
  text-align: start;
}

section.industries button {
  color: rgba(0, 74, 149, 1);
  border: 1px solid rgba(0, 74, 149, 1);
  border-radius: 32px;
  background: transparent;
  padding: 12px 22px;
}

section.industries p.card-p {
  color: rgba(36, 36, 36, 1) !important;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.9rem !important;
  line-height: 150% !important;
}

section.industries .card img {
  width: 38px;
  height: auto;
}

section.industries .card {
  border-radius: 15px;
  padding: 40px 32px;
  background: linear-gradient(
    109.79deg,
    #ffffff 1.58%,
    rgba(255, 255, 255, 0.4) 136.77%
  );
  border: none;
  backdrop-filter: blur(40px);
  height: 150px;
  width: auto;
}

section.industries .card:hover {
  border: 1px solid rgba(0, 116, 183, 1);
  align-items: start;
}

section.industries .card:hover .list-item {
  display: flex;
  text-align: center;
}

section.industries .card:hover .list-item img {
  max-width: 14px !important;
}

section.industries .card:hover > img,
section.industries .card:hover > p {
  display: none;
}

section.industries .list-item {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 12px !important;
  color: rgba(14, 14, 14, 0.8) !important;
  margin-bottom: 0.5rem;
  display: none;
}

section.industries .left-row .row,
section.industries .right-row .row {
  margin-bottom: 1rem;
}

/* Industries section ends */

/* success stories section starts */
section.success {
  background: linear-gradient(
    356.53deg,
    #f6f9fc 5.15%,
    rgba(246, 249, 252, 0.25) 102.55%
  );
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

section.success h2 {
  color: rgba(23, 23, 23, 1) !important;
}

section.success .main-p {
  color: rgba(23, 23, 23, 0.8);
  width: calc(100% - 35%);
}

section.success .card-title {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 20px !important;
  color: rgba(23, 23, 23, 1) !important;
  text-align: left;
}

section.success .card-subtitle {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 14px !important;
  color: rgba(23, 23, 23, 1);
}

section.success .tags-container {
  flex-wrap: wrap;
}

section.success .tags-container span {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 9px !important;
  color: rgba(23, 23, 23, 0.8);
  background: rgba(241, 250, 255, 1);
  border-radius: 50px;
  padding: 6px 12px;
}

section.success .card-text {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 14px !important;
  color: rgba(23, 23, 23, 0.8);
}

section.success .card {
  border: 1px solid rgba(244, 244, 244, 1);
  box-shadow: 0px 30px 45px -30px rgba(50, 50, 93, 0.25);
  box-shadow: 0px 18px 36px -18px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  min-height: 640px;
}

section.success a {
  flex-basis: 49%;
}

section.success .btn {
  border: 1px solid rgba(0, 74, 149, 1);
  border-radius: 70px;
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 14px !important;
  color: rgba(0, 74, 149, 1);
  padding: 12px 22px;
}

section.success .btn:hover {
  background: initial;
}

/* success stories section ends */

/* Tech stack section starts */
section.tech-stack {
  background-color: rgba(0, 59, 115, 1);
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

section.tech-stack > .first {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.2;
  mix-blend-mode: soft-light;
  height: 100%;
}

section.tech-stack > .second {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

section.tech-stack h2 {
  color: rgba(255, 255, 255, 1) !important;
}

section.tech-stack h2 span {
  color: rgba(37, 161, 233, 1) !important;
}

section.tech-stack .main-p {
  color: rgba(255, 255, 255, 0.8) !important;
  width: calc(100% - 35%) !important;
}

section.tech-stack .left .nav-item {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  padding: 10px 10px 10px 0;
  text-align: left;
}

section.tech-stack .left .nav-link {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  text-align: left;

  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px !important;
}

section.tech-stack .left .nav-link.active,
section.tech-stack .left .nav-link:hover {
  color: rgba(255, 255, 255, 1);

  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px !important;
}

section.tech-stack .left .nav-item:has(.nav-link.active),
section.tech-stack .left .nav-item:has(.nav-link:hover) {
  border-bottom: 0.5px solid rgba(255, 255, 255, 1);
}

section.tech-stack .right .nav {
  border-radius: 50px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

section.tech-stack .right .nav-link {
  padding: 10px 42px;
  border-radius: 0;
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15px !important;
  text-align: center;
}

section.tech-stack .right .nav-link.active {
  padding: 10px 66px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 1);
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 15px !important;
}

section.tech-stack .right .cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: end;
}

section.tech-stack .right .cards-container img {
  width: calc((100% / 4) - 10px);
  height: auto;
}

/* Tech stack section ends */

/* Process section starts */
section.process {
  background: rgba(250, 250, 250, 1);
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

section.process h2 {
  color: rgba(23, 23, 23, 1) !important;
  line-height: 130% !important;
  margin-bottom: 1.5rem;
}

section.process h2 span {
  color: rgba(0, 116, 183, 1) !important;
  line-height: 130% !important;
}

section.process .main-p {
  color: rgba(23, 23, 23, 0.8);
  width: calc(100% - 35%) !important;
}

section.process .step-vertical.active h3 {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 1rem !important;
  color: rgba(0, 116, 183, 1);
}

section.process .step-vertical h3 {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 0.9rem !important;
  color: rgba(23, 23, 23, 1);
  margin-bottom: 0;
}

section.process .step-vertical.active .step-vertical-content {
  border: 1px solid rgba(0, 116, 183, 1);
}

section.process .step-vertical-content {
  border: 1px solid rgba(23, 23, 23, 0.15);
  border-radius: 15px;
  display: flex;
  justify-content: start;
  align-items: center;
  background-color: #ffffff;
  padding: 20px 0;
  width: 400px;
}

section.process .step-vertical-content img {
  width: 28px;
  margin-right: 1rem;
  margin-left: 1rem;
}

/* Vertical Steps Style */
.steps-vertical {
  width: 100%;
  max-width: 500px;
  padding: 0;
}

.step-vertical {
  display: flex;
  position: relative;
  padding: 1rem 0;
  align-items: center;
}

.steps-vertical::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    #004a95 43.36%,
    rgba(102, 102, 102, 0) 100%
  );
}

.step-vertical-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(23, 23, 23, 0.8);
  margin-right: 1rem;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  background: rgba(250, 250, 250, 1);
}

.step-vertical.active .step-vertical-icon {
  border-color: rgba(0, 116, 183, 1);
  border-width: 2px;
}

section.process .process-detail {
  background: rgba(247, 247, 247, 1);
  border: 8px solid rgba(251, 251, 251, 1);
  border-radius: 25px;
  box-shadow: 0px 4px 50px 0px rgba(18, 53, 104, 0.1);
  backdrop-filter: blur(42px);
  padding: 3rem;
}

section.process .process-detail h3 {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 21px !important;
  color: rgba(23, 23, 23, 1);
}

section.process .process-detail h4 {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 16px !important;
  color: rgba(23, 23, 23, 1);
}

section.process .process-detail p {
  font-family: "Open Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400 !important;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 14px !important;
  color: rgba(23, 23, 23, 0.8);
}

/* Process section ends */

/* Choose us section start */
section.choose-us{
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

section.choose-us .card-img-top{
  width: calc(100% - 30%);
  aspect-ratio: 16 / 9;
}

section.choose-us .choose-us-cards{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

section.choose-us .card{
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  /* box-shadow: 0px 4px 142px 0px rgba(18, 53, 104, 0.1) !important; */
  /* border: none !important; */
  width: calc((100% / 3) - 20px);


  border: 0.5px solid #f1f1f1 !important;
  border-radius: 15px !important;
  box-shadow: 0px 4px 8px 0px rgba(18, 53, 104, 0.1) !important;
}

section.choose-us .card-title{
  font-size: 18px !important;
}

section.choose-us .card-text{
  font-size: 14px !important;
}

section.choose-us .card-body h3, section.choose-us .card-body p{
  text-align: center !important;
}
/* Choose us section ends */

/* Engagement models section starts */
.engagement-model-section .engagement-model-heading {
    font-size: 26px !important;
    font-family: "OpenSans-SemiBold", sans-serif;
    color: rgba(0, 0, 0, 1) !important;
    
    border-radius: 25px;
    padding: 1rem 4rem;
    width: fit-content;
    margin-bottom: 0;

    border: 1px solid;
    border-image-source: linear-gradient(104.8deg, #D9EBF5 20.53%, #FFFFFF 86.75%);
    box-shadow: 0px 0px 45px -1px rgba(0, 116, 183, 0.2);
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.engagement-model-section .first-row {
    display: flex;
    justify-content: center;
}

.engagement-model-section .second-row {
    position: relative;
    bottom: 10px;
}

.engagement-model-section .second-row img {
    z-index: 2;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.engagement-model-section .third-row {
    margin-top: 2rem;
}

.engagement-model-section .third-row .card {
    border: none;
}

.engagement-model-section .third-row ul {
    list-style-type: disc;
    text-align: left;
}

.engagement-model-section .third-row ul li {
    font-size: 15px;
    font-family: "OpenSans-Regular", sans-serif;
    margin-bottom: 1rem;
}

.engagement-model-section .third-row .card-title {
    text-align: center;
    font-family: "OpenSans-Medium", sans-serif;
    font-size: 18px !important;
}

.engagement-model-section .third-row .card-body {
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.gradient-border {
    position: relative !important;
    border-radius: 15px !important;
    z-index: 1;
}

.gradient-border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    padding: 2px;
    background: linear-gradient(180deg, #2F83C5, #F9F9F9);
    mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    z-index: -1;
}

.gradient-border>* {
    position: relative;
    z-index: 1;
}

.engagement-model-section .card img {
    width: fit-content;
    position: relative;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, -50%);
}
/* Engagement model section ends */

@media only screen and (min-width: 821px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .justify-content-end {
    justify-content: end;
  }

  section.hero > .container{
    display: flex !important;
    justify-content: center !important;
  }
}

/* Responsive */
@media only screen and (min-width: 1802px) {
  section.hero h1, section.hero p{
    /* width: calc(100% - 10%); */
  }
}
@media only screen and (max-width: 1204px) {
  section.hero .col-12:has(.stat-card) {
    padding: 0 5rem !important;
  }

  section.industries .left-row > div:first-child {
    height: initial !important;
  }
}

@media only screen and (max-width: 992px) {
  section.hero{
    background-position-y: -20px;
  }

  .wrapper-play {
    top: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 60%);
  }

  section.hero .main-content{
    align-items: center;
  }

  section.hero h1, section.hero p {
    text-align: center !important;
    margin-bottom: 2.5rem !important;
  }

  section.hero .not-main-content{
    justify-content: center !important;
  }

  section.hero > .container{
    display: flex !important;
    justify-content: center !important;
  }

  section.intro p.main-p, section.intro h2{
    width: 100%;
  }

  section.intro .intro-img-mob {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  section.services h2, section.services .para{
    width: 100%;
  }

  section.services .card{
    width: calc((100% / 2) - 1rem);
  }

  section.services .service-card-container{
    justify-content: center;
  }

  section.applications .container h2{
    margin-bottom: 1.5rem;
  }

  section.applications .tabs-row{
    box-shadow: none;
  }

  section.applications .container{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  section.industries .left-row,
  section.industries .right-row {
    padding: 0 3rem;
  }

  section.industries h2,
  section.industries h2 span {
    font-size: 2rem !important;
  }

  section.industries .left-row .row .col-lg-6,
  section.industries .right-row .row .col-lg-6 {
    margin-bottom: 1.6rem;
  }

  section.industries .left-row .row,
  section.industries .right-row .row {
    margin-bottom: 0;
  }

  section.industries .left-row > div:first-child {
    height: initial !important;
    margin-bottom: 3rem;
  }

  .open-sans-sub-title {
    font-size: 18px !important;
  }

  section.industries .card {
    aspect-ratio: 2 / 1;
    width: initial;
    height: initial;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

  section.industries p.card-p {
    font-size: 1.5rem !important;
  }

  section.industries .card img {
    width: 70px;
  }

  section.industries .list-item {
    font-size: 20px !important;
    margin-bottom: 1rem;
  }

  section.industries .list-item img {
    width: 22px !important;
  }

  section.success {
    padding-top: 48px !important;
  }

  section.success .main-p {
    padding: 1rem;
  }

  section.success .main-p br {
    display: none;
  }

  section.success .owl-dots {
    margin-top: 1rem;
  }

  section.success .stories-container {
    justify-content: center;
  }

  section.success a:has(.btn-outline-primary) {
    display: none;
  }

  section.success .main-p{
    width: 100%;
  }

  .owl-dots{
    display: flex;
    gap: 15px;
  }

  .owl-dots .owl-dot:not(.active){
    border: 7px solid rgb(181 178 178 / 80%);
    border-radius: 50%;
  }

  .owl-dots .owl-dot.active{
    border: 7px solid rgba(0, 116, 183, 1);
    border-radius: 50%;
  }

  section.tech-stack .main-p {
    padding: 16px;
    margin-bottom: 0 !important;
  }

  section.tech-stack h2 {
    margin-bottom: 2rem !important;
  }

  section.tech-stack h2 br,
  section.tech-stack .main-p br {
    display: none;
  }

  section.tech-stack .left .nav-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  section.tech-stack .left .nav-item::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/new-home/tech_stack/down.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  section.tech-stack .left .nav-item:has(.nav-link.active)::after {
    transform: rotate(180deg);
  }

  section.tech-stack .right .nav-item {
    border-bottom: none !important;
    padding: 0 !important;
  }

  section.tech-stack .right .nav-item::after {
    display: none;
  }

  section.tech-stack .right .tab-pane {
    margin: 3rem 0;
  }

  section.tech-stack .right .cards-container img {
    width: calc((100% / 2) - 20px);
  }

  section.tech-stack .right .cards-container {
    gap: 20px;
    padding: 3rem;
    justify-content: center;
  }

  section.tech-stack .left .nav-link {
    font-size: 18px !important;
  }

  section.tech-stack .left .nav-link.active,
  section.tech-stack .left .nav-link:hover {
    font-size: 18px !important;
  }

  section.tech-stack .right .nav {
    margin-left: auto;
    margin-right: auto;
  }

  section.tech-stack
    .left
    .nav-item
    .nav-link:not(.tech-stack .right .nav-link) {
    pointer-events: none;
  }

  section.applications .container p,
  section.applications .container h2 {
    text-align: center !important;
  }

  section.applications .container {
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    background: none;
  }

  section.applications {
    background: rgba(247, 248, 249, 1);
    padding: 3rem !important;
  }

  section.applications .tabs-row .left-col {
    border-radius: 0;
    background: rgba(247, 248, 249, 1);
    box-shadow: none;
  }

  section.applications .tabs-row .left-col .nav-item {
    background: rgba(0, 74, 149, 1);
    margin: 0 1rem 1rem 1rem;
    border-radius: 25px;
  }

  section.applications .tabs-row .right-coll {
    background: rgba(247, 248, 249, 1);
    padding: 1rem;
  }

  section.applications .tabs-row .right-coll .tab-content {
    background: white;
    border-radius: 25px;
    padding: 2rem;
  }

  section.applications .tabs-row .right-coll p {
    text-align: left !important;
  }

  section.applications .tabs-row .left-col .nav-item .nav-link::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/new-home/tech_stack/down.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 1rem;
  }

  section.applications .tabs-row .left-col .nav-item .nav-link.active::after {
    transform: rotate(180deg);
  }

  section.applications .tabs-row .left-col .nav-link {
    justify-content: center !important;
    padding: 18px 36px !important;
    font-size: 16px !important;
    pointer-events: none;
  }

  section.applications .tabs-row .left-col .nav-link img {
    width: 28px !important;
  }

  section.tech-stack .main-p{
    width: 100% !important;
  }

  .platforms-section h2{
    text-align: center;
    margin-bottom: 1.5rem;
    font-weight: 700 !important;
  }

  .platforms-section .main-p{
    text-align: center;
  }

  .platforms-section .row .platform-left{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }

  section.industries .mobile-right-row .accordion {
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    margin: 1rem;
  }

  section.industries .mobile-right-row .accordion-button {
    border-radius: 15px !important;
    box-shadow: none !important;
    background: linear-gradient(
      109.79deg,
      #ffffff 1.58%,
      rgba(255, 255, 255, 0.4) 136.77%
    ) !important;
    backdrop-filter: blur(40px) !important;
    padding: 16px 32px !important;
    border: none !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 150%;
    color: rgba(23, 23, 23, 1) !important;
  }

  section.industries .mobile-right-row .accordion-button:not(.collapsed) {
    color: rgba(0, 116, 183, 1) !important;
  }

  section.industries .mobile-right-row .accordion-button img {
    width: 24px;
    height: auto;
    margin-right: 1rem;
  }

  section.industries .mobile-right-row .accordion-body {
    background: linear-gradient(
      109.79deg,
      #ffffff 1.58%,
      rgba(255, 255, 255, 0.4) 136.77%
    );
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin-bottom: 1rem;
  }

  section.industries .mobile-right-row .accordion-body .list-item {
    display: flex;
    justify-content: start;
    align-items: center;
  }

  section.industries .mobile-right-row .accordion-body .list-item p {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 150%;
    color: rgba(14, 14, 14, 0.8) !important;
    text-align: center;
  }

  section.industries .mobile-right-row .accordion-body .list-item img {
    margin-right: 1rem;
  }

  section.industries
    .mobile-right-row
    .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230074B7'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }

  section.industries
    .mobile-right-row
    .accordion-item:last-of-type
    .accordion-button.collapsed {
    border-radius: 15px !important;
  }

  section.industries h2, section.industries p.main-p{
    text-align: center !important;
  }

  section.industries .left-row .main-cont{
    align-items: center !important;
  }

  section.industries .mobile-right-row .accordion-body{
    align-items: center;
  }

  section.process .xyz {
    display: none;
  }

  section.process .step-vertical .step-vertical-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  section.process .step-vertical {
    width: 100%;
  }

  section.process div:has(.steps-vertical.position-relative) {
    align-items: center !important;
  }

  section.process .step-vertical .step-vertical-content::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("../images/new-home/process/down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 1rem;
  }

  section.process .step-vertical h3 {
    margin-left: 1rem;
  }

  section.process .step-vertical .step-vertical-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
  }

  section.process .step-vertical .step-vertical-icon img {
    width: 16px;
    height: auto;
  }

  section.process .steps-vertical::after {
    left: 13px;
  }

  section.process .step-vertical.active .step-vertical-content::after {
    background-image: url("../images/new-home/process/up.svg");
  }

  section.process .process-detail {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-left: 1.5rem;
  }

  section.process .main-p{
    width: 100% !important;
  }

  section.process .step-vertical-content{
    width: 100%;
  }

  section.choose-us .card{
    width: calc((100% / 2) - 20px);
  }

  .engagement-model-section .third-row > .col-sm-12:nth-child(1),
  .engagement-model-section .third-row > .col-sm-12:nth-child(2) {
    margin-bottom: calc(100% - 85%);  
  }

  .engagement-model-section .second-row img{
    visibility: hidden;
  }

  section.faq-section-collapse{
    margin-bottom: 0 !important;
    padding-bottom: 0.5rem !important;
  }

  section.intro .item-container{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 250px;
  }

  section.intro .item-container img {
    width: calc(100% - 60%);
  }

  section.intro .item-container p {
    margin-bottom: 0;
    color: rgba(60, 60, 59, 1) !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    width: 100%;
  }

  section.intro .benefits-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 768px) {
  section.hero h1, section.hero p {
    margin-bottom: 1.5rem !important;
  }

  section.hero .open-sans-title {
    text-align: center;
  }

  section.hero .open-sans-sub-title {
    text-align: center;
  }

  section.hero .stat-card {
    padding: initial !important;
    flex: 0 0 calc((100% / 3) - 2rem);
    aspect-ratio: 1 / 1;
  }

  section.hero .col-12:has(.stat-card) {
    padding: 0 5rem !important;
  }

  section.hero .open-sans-sub-title br {
    display: none;
  }

  section.services .card{
    width: calc((100%) - 1rem);
  }

  section.services > .container.d-flex.flex-column.align-items-center {
    padding-left: 0;
    padding-right: 0;
  }

  .platforms-section h2{
    font-size: 24px !important;
  }

  .platforms-section .main-img{
    width: 350px !important;
  }

  .platforms-section .platforms-cards-container{
    height: initial;
  }

  section.process {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }

  section.process h2 {
    text-align: center !important;
    margin-bottom: 2rem;
  }

  section.process .main-p {
    text-align: center !important;
    margin-bottom: 2rem;
    padding: 1rem !important;
  }

  section.process .main-p br {
    display: none !important;
  }

  section.process .process-detail h4 {
    text-align: start !important;
  }

  section.process .process-detail p {
    text-align: start !important;
  }

  section.process .padding-1rem {
    padding: 1rem !important;
  }

  section.industries .mobile-right-row .accordion {
    margin: 0 !important;
  }

  section.choose-us .card{
    width: calc((100%) - 20px);
  }

  .engagement-model-section .engagement-model-heading{
    font-size: 22px !important;
    padding: 1rem 2rem;
  }

  .engagement-model-section .third-row > .col-sm-12:nth-child(1),
  .engagement-model-section .third-row > .col-sm-12:nth-child(2) {
    margin-bottom: calc(100% - 75%);  
  }

  .engagement-model-section .card img{
    width: calc(100% - 70%);
  }

  .engagement-model-section > .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

@media only screen and (max-width: 576px) {
  section.tech-stack .right .cards-container {
    padding: 0;
  }

  section.tech-stack .right .nav-link.active,
  section.tech-stack .right .nav-link {
    padding: 8px 16px !important;
  }

  section.tech-stack .right .nav-item:has(#pills-home-tab),
  section.tech-stack .right .nav-item:has(#pills-stack7-tab) {
    width: calc(100% / 3);
  }

  section.tech-stack .right .nav-item:has(#pills-stack7-tab) {
    margin-right: 2rem;
  }

  section.tech-stack .right .nav {
    display: flex;
    justify-content: start;
  }

  section.tech-stack h2,
  section.tech-stack h2 span {
    font-size: 24px !important;
  }

  section.tech-stack .right .tab-pane {
    margin: 2rem 0;
  }

  section.tech-stack .left .nav-link:not(section.tech-stack .right .nav-link) {
    font-size: 16px !important;
  }

  section.tech-stack
    .left
    .nav-link.active:not(section.tech-stack .right .nav-link.active),
  section.tech-stack
    .left
    .nav-link:hover:not(section.tech-stack .right .nav-link:hover) {
    font-size: 16px !important;
  }

  section.tech-stack .right .nav-link.active,
  section.tech-stack .right .nav-link:hover {
    font-size: 12px !important;
  }

  section.tech-stack .right .nav-link {
    font-size: 12px !important;
  }

  section.hero > .second {
    top: 50%;
    transform: translate(-50%, -147%);
    opacity: 0.1;
    width: 98%;
  }

  section.hero .open-sans-title {
    font-size: 32px !important;
  }

  section.hero .open-sans-sub-title {
    font-size: 13px !important;
  }

  section.hero .main-p {
    font-size: 14px !important;
    padding: 1rem;
  }

  section.hero .open-sans-stat-card-title {
    font-size: 1rem !important;
  }

  section.hero .stat-card {
    padding: initial !important;
    flex: 0 0 calc((100% / 3) - 1rem);
    aspect-ratio: 1 / 1;
  }

  section.hero .col-12:has(.stat-card) {
    padding: 5px !important;
  }

  section.intro h2,
  section.intro p.main-p {
    text-align: center;
  }

  section.intro h2{
    font-size: 30px !important;
  }

  section.intro h2 span{
    font-size: 30px !important;
  }

  section.intro p.main-p{
    margin-bottom: 2rem;
  }

  section.intro .item-container img{
    width: calc(100% - 78%);
  }

  section.intro .item-container p{
    font-size: 15px !important;
  }

  section.intro .item-container{
    width: 300px;
  }

  section.intro .item-container:nth-child(3) p,
  section.intro .item-container:nth-child(8) p,
  section.intro .item-container:nth-child(9) p,
  section.intro .item-container:nth-child(11) p,
  section.intro .item-container:nth-child(12) p,
  section.intro .item-container:nth-child(13) p {
    margin-bottom: 7px !important;
  }

  section.applications .container p {
    padding: 1rem;
  }

  section.intro p.main-p {
    padding: 1rem;
  }

  .open-sans-heading-two {
    font-size: 30px !important;
  }

  section.industries {
    background-image: url(../images/new-home/industries/industries_mob.svg);
  }

  section.industries > .first,
  section.industries > .second,
  section.industries > .third {
    display: none;
  }

  section.industries p.card-p {
    font-size: 1.2rem !important;
  }

  section.industries .card img {
    width: 55px;
  }

  section.industries .left-row,
  section.industries .right-row {
    padding: 0 2rem !important;
  }

  section.industries h2,
  section.industries h2 span {
    font-size: 24px !important;
  }

  .open-sans-sub-title {
    font-size: 17px !important;
  }

  section.industries p.main-p{
    font-size: 14px !important;
  }

  section.industries button{
    padding: 10px 18px;
  }

  section.industries .mobile-right-row .accordion-button{
    font-size: 15px !important;
  }

  section.industries .list-item {
    font-size: 16px !important;
  }

  section.applications {
    padding: 1rem !important;
  }

  section.applications .tabs-row .left-col .nav-link {
    font-size: 14px !important;
  }

  section.applications .tabs-row .left-col .nav-link img {
    width: 20px !important;
  }

  section.applications .tabs-row .left-col .nav-item .nav-link::after {
    width: 16px;
    height: 16px;
  }

  section.process .process-detail {
    padding: 1rem !important;
  }

  section.process .col-sm-12:has(> .process-detail) {
    padding: 0.5rem !important;
  }

  section.process h2{
    font-size: 24px !important;
    margin-bottom: 1rem;
  }

  section.process .main-p{
    font-size: 14px !important;
  }

  section.process .step-vertical h3{
    text-align: left;
    font-size: 14px !important;
  }

  section.process .step-vertical.active h3{
    font-size: 14px !important;
  }

  .steps-vertical{
    width: calc(100% + 15%);
  }

  section.success h2{
    font-size: 24px !important;
  }

  section.success .main-p{
    font-size: 14px !important;
  }

  .owl-dots .owl-dot{
    border-width: 5px !important;
  }

  .faq-section-collapse h2{
    font-size: 28px !important;
  }
}
