/* ========== GLOBAL / TOKENS ========== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Inter:wght@400;600&display=swap');

:root {
  --blue: #003f7f;
  --orange: #f36f2b;
  --ink: #2b2a29;
  --ink-70: #4b4a49;
  --paper: #ffffff;
  --cloud: #f0f0f0;
  --card: #f7f7f8;
  --line: #e3e3e7;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%
}

body {
  overflow-x: hidden;

}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'Barlow Condensed', 'Lato';
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2,
h3 {
  font-family: 'Barlow Condensed';
  font-weight: 700;
  color: var(--ink)
}

p {
  font-size: 16px;
  font-family: 'Lato';
}

img {
  max-width: 100%;
  height: auto;
  display: block
}

.root {
  width: 100%;
  overflow-x: hidden
}

section {
  width: 97%;
  margin: 30px auto !important;
  box-shadow: 0px 0px 11px -4px #003f7f6b;
  border-radius: 10px;
  background-color: #fff;
}

.section {
  height: calc(100vh - 5.798vh);
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto
}

header a {
  text-decoration: none;
  color: #ea6323;
}

.center {
  text-align: center
}

.f-barlow {
  font-family: 'Barlow Condensed';
}

.f-lato {
  font-family: 'Lato';
}

/* responsive spacing */
@media (max-width:992px) {
  .section {
    padding: 44px 32px
  }
}

@media (max-width:600px) {
  .section {
    padding: 32px 20px
  }
}

/* ========== HERO SECTION ========== */
.hero-section {
  width: 97%;
  background-size: inherit;
  background-repeat: unset;
  background-position-y: bottom;
  position: relative;
  overflow-x: hidden;
  box-shadow: none !important;
  padding: 0 !important;
  margin-top: 0 !important;
  border-radius: 10px;
}


.hero-first {
  align-items: center;
  padding: 0;
  background-color: #ffffffa8;
}

.real-challenge,
.builds,
.integrated {
  padding: 30px 0;
  width: 97%;
  margin: auto;
  box-shadow: 2px 2px 5px 2px #dbdbdb;
  border-radius: 10px !important;
  background-color: #e7f3ff61;
  margin-bottom: 1rem;
}

.hero-first-center {
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
}

.hero-first-center img {
  width: 466px;
  width: clamp(220px, calc(220px + 17.0833vw), 466);
  transform: translateY(19px);
}

/* .animated-setting{
  position: relative;
} */
.animated-setting .orange,
.blue,
.graph {
  position: absolute;
  z-index: 10;
}

.animated-setting .orange {
  width: clamp(50px, calc(35px + 6.0416vw), 122px);
  position: absolute;
  top: 103px;
  left: 60%;
  animation: orange-ani 13s linear infinite;
}

.animated-setting .blue {
  width: calc(6vw + 20px);
  position: absolute;
  top: 35px;
  left: 55%;
  animation: blue-ani 13s linear infinite;
}


.animated-setting .graph::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #003f7f;
  /* background color */
  z-index: 10;
}

.animated-setting .graph {
  width: 80px;
  display: inline-block;
  top: 65px;
  left: 5%;
  border-radius: 50%;
  background-color: #003f7f;
  mix-blend-mode: multiply;
  color: #e9f0ff !important;
}

.svg-img {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 84px !important;
  left: 5% !important;
  inset: 0;
  border-radius: 50%;
  background-color: #003f7f;
  /* background color */
  z-index: 9;
}



.hero-middle {
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 5px 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: translateY(calc(-38px + 1.31vh));
  border-radius: 0 0 10px 10px;
}

.hero-middle h2 {
  font-size: clamp(32px, calc(32px + 2.2vw), 72px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0px;
  word-spacing: 0px;
  font-family: 'Barlow Condensed';
}

.hero-first-left span {
  font-family: 'Barlow Condensed' !important;
}

.hero-bottom {
  gap: clamp(15px, calc(15px + 3.64vw), 68px);
  background: #fff;
  border-top: 1px solid var(--line);
}

#hero-bottom {
  position: sticky;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 0 calc(1rem + 1vw);
}

.desktop-menu {
  display: flex;
  gap: calc(10px + 2.5vw);
}

.is-scrolled {
  box-shadow: 2px 2px 5px 2px #96969657;
}

.hero-bottom img {
  height: clamp(38px, calc(42px + 2vh + 2px), 50px);
  width: auto
}

.hero-bottom p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(13px, calc(13px + 1.18vw), 35px);
  color: #f26624;
}

/* ========== REAL CHALLENGE ========== */
.real-challenge {
  background: #fff;
  padding: calc(22px + 2vh) calc(24px + 2vw);
  display: flex;
  flex-direction: column;
  padding-top: 0;

}

.real-challenge .real-upper-text-real {
  width: calc(100% - 34.72vw);
  padding: 0 calc(0.5rem + 1vw);
  clear: both;
}

.real-challenge .real-upper-heading,
.builds-upper-left .builds-upper-heading,
.hidden-left-heading,
.integrated h3,
.feature h3,
.stakeholder-flex h2 {
  font-size: clamp(26px, calc(26px + 2.5vw), 62px) !important;
  font-weight: 700;
  font-style: normal;
  color: rgb(43, 42, 41);
  font-kerning: normal;
  margin-bottom: 20px;

}

.real-challenge .real-upper-text-real p,
.real-upper-text-real b,
.builds-upper-left p,
.builds-upper-left b,
.builds-middle p,
.builds-middle b,
.hidden-left p,
.hidden-left b,
.integrated p,
.integrated b,
.feature b,
.feature p,
.one-system li,
.stakeholder-text p,
.stakeholder-text b,
.stakeholder-list li,
.stakeholder-list strong,
.sub-list li,
.sub-list strong,
.sub-list p,
.sub-list b {
  color: #000;
  font-weight: 300;
  line-height: calc(20px + 1.2vh);
  font-size: calc(10px + 0.55vw);
  letter-spacing: .5px;
  word-spacing: 2px;
  font-family: 'Lato';
}

.real-upper-text-real b,
.builds-upper-left b,
.builds-middle b,
.integrated b,
.feature b,
.one-system li>b,
.stakeholder-text b,
.stakeholder-list strong,
.stakeholder-list em {
  font-weight: 550;
  word-spacing: 3px;
}

.lower-img-real {
  padding: 1rem 2rem;
}

.lower-sub {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: center;
  float: right;
  background-color: #003f7f;
  border-radius: 20px;
  height: 136px !important;
  padding: 20px;

}

.lower-sub .lower-para {
  font-weight: 700;
  color: var(--blue);
  font-size: calc(26px + 2.02vw);
  text-transform: capitalize;
  letter-spacing: .6px;
  color: #fff;
  margin: 0;
}

.lower-sub img {
  width: calc(130px + 11.17vw);
  transform: translateX(30px);
}

/* responsive */
@media (max-width:768px) {
  .lower-sub {
    flex-direction: column;
    text-align: center
  }
}


/* ========== SOLUTION (BLUE BAND) ========== */
.solution {
  color: #fff;
  padding: 30px 0px;
  background-color: var(--blue);
}

.solution-head {
  background: var(--blue);
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 15px 64px;
}

.solution-head-right {
  width: calc(100% - 38.72vw);
}

.solution-head h3 {
  font-size: calc(32px + 1.59vw);
  margin-bottom: 12px;
  font-family: 'oswald';
  font-weight: 700;
}

.solution-head p,
.solution-head b {
  margin: 8px 0;
  color: #eef3ff;
  font-weight: 300;
  line-height: 27px;
  font-size: 18px;
}

.solution-head p {
  margin-bottom: 22px;
}

.solution-head b {
  font-weight: 600;
}

.solution-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 2rem 3rem;
  height: 150px;
  color: var(--blue);
  margin-bottom: 5rem;
}

.solution-flex {
  background-color: var(--paper);
}

.solution-flex .img-cont img {
  max-width: 450px;
  width: calc(160px + 20.13vw);
}

.solution-flex .logo-cont img {
  max-width: 220px;
  width: calc(110px + 6.64vw);
}

.solution-flex p {
  margin: 8px 0;
  color: var(--blue);
  font-weight: 700;
  font-size: calc(37px + 1.66vw);
  line-height: calc(50px + 2.22vh);
}

@media (max-width:786px) {
  .solution-flex p {
    font-size: calc(21px + 1.66vw);
    line-height: calc(20px + 2.22vh);
  }
}

/* ========== BUILDS SECTION ========== */
.builds {
  background: #fff;
}

.builds-upper {
  display: flex;
  align-items: center;
  gap: calc(40px + 4.02vw);
  max-width: 1200px;
  margin: 0 3rem;
  margin-top: 1rem !important;
}

.builds-upper-right img {
  width: 336px;
  max-width: 48vw;
  margin: auto;
}

.builds-mid-heading {
  background: var(--blue);
  color: #fff;
  margin: 0px auto 0;
  padding: 0px 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}

.builds-middle {
  color: #fff;
  margin: 0rem 0rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.builds-middle h3 {
  font-size: calc(36px + 1.52vw);
  font-weight: 700;
  color: var(--paper);
  margin-bottom: 0;
  white-space: nowrap;
}

.builds-mid-left-img-cont {
  margin-left: 30px;
}

.builds-middle .builds-mid-left img {
  width: calc(124px + 12.63vw);
  max-width: 352px;
  transform: translateY(-110px);
}

/* ========== EDGE (BLUE) ========== */
.edge {
  background: var(--blue);
  color: #fff;
  padding: 25px 0px;
  margin-top: -50px;
}

.edge-upper {
  width: 60%;
  padding: 0 64px 5rem 64px;
}

.upper-edge-cont {
  width: 100%;
}

.edge-upper h3,
.hidden-right-para p {
  font-size: calc(38px + 1.38vw);
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--paper);
}

.edge-upper p,
.edge-upper b {
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 17px;
  letter-spacing: .5px;
  word-spacing: 2px;
  color: var(--paper);
}

.edge-upper b {
  font-weight: 500;
}

.edge-upper span {
  color: var(--orange);
  font-weight: 500;
}

.edge-lower {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  gap: 18px;
  margin-top: 2rem;
  padding: 1rem 3rem;
  height: 150px;
  color: var(--blue);
  background-color: var(--paper);
  margin-bottom: 2rem;
}

.edge-lower-img-cont img {
  width: clamp(140px, calc(200px + 20.01vw), 517px);
}

.edge-lower-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.edge-lower-list p {
  color: var(--orange);
  font-size: calc(12px + 1.38vw);
  font-weight: 400;
  transform: translateY(5px);
  text-align: left;
}

.edge-lower-list img {
  width: calc(1px + 1.34vw)
}


/* ========== HIDDEN GAPS ========== */
.hidden {
  background: #fff;
  display: flex;
  gap: 28px;
  padding: 15px 0px;
  align-items: center;

}

.hidden-left {
  padding: calc(1rem + 1vw) 0rem calc(1rem + 1vw) 4rem;
  width: 60%;
  width: calc(55% + 1vw);
}

.hidden-left h3 {
  font-size: 28px;
  margin-bottom: 8px
}

.hidden-left p {
  font-weight: 300;
}

.hidden-table table {
  width: 100%;
  border: 1px solid var(--ink);
  overflow: hidden;
  border-radius: 10px;
  color: #000;
  font-weight: 300;
  line-height: 30px;
  font-size: 17px;
  letter-spacing: .5px;
  word-spacing: 2px;
}

.hidden-table b {
  font-weight: 600;
}

.hidden-table tr:nth-child(even) {
  background: #fff
}

.hidden-table td {
  padding: 5px 12px;
  border-bottom: 1px solid var(--ink);
  vertical-align: top;
}

.hidden-table td p {
  line-height: 20px;
}

.hidden-table td:first-child {
  width: 36px;
  color: var(--ink);
  border-right: 1px solid var(--ink);
}

.hidden-right {
  flex: 1;
  background: var(--blue);
  color: #fff;
  text-align: center;
  padding: 22px;
  border-radius: 12px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.hidden-right-para p {
  line-height: 1.15;
  text-align: left;
  transform: translateY(-130px);
}

.hidden-right-img-cont img {
  width: calc(150px + 8.86vw);
}

.hidden-right-img-cont {
  transform: translateY(-110px);
}

/* ========== INTEGRATED ========== */
.integrated {
  background: #fff;
  padding: 56px 0px
}

.integrated {
  padding-bottom: 0;
}


.integratred-top {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-top: 16px;
  width: 60%;
  padding: 0 3rem;
}

.integrated-head {
  padding: 0 3rem;
}

.inte-icon-card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.card {
  /* padding: 14px 16px; */
  border: none !important;
}

.card {
  background-color: #f6faff;
}

.border-line {
  height: 2px;
  width: 78%;
  background-color: var(--ink-70);
  margin: auto;
}

.border-height {
  height: 125px;
  width: 2px;
  background-color: var(--ink-70);
  margin: auto;
}

p {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  color: rgb(43, 42, 41);

}

.card img {
  width: calc(30px + 2.77vw);
  margin: 0 auto;
  margin-bottom: 0 !important;
}

.logo-sec {
  flex: 0 0 auto
}

.logo-sec img {
  width: calc(55px + 10.40vw);
  margin: 0 auto !important;
}

.integratred-lower {
  /* margin-top: 18px; */
  text-align: center;
  background-color: var(--blue);
  padding: 10px 3rem;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 95px;
}

.inte-para p {
  font-size: calc(26px + 2.638vw);
  margin-bottom: 12px;
  font-weight: 700;
  color: var(--paper);
}

.integratred-lower img {
  width: calc(180px + 13.88vw);
  max-width: 400px;
  transform: translateY(-180px);
}

.integrated .card p {
  margin-bottom: 9px !important;
  font-weight: 700;
  font-size: 21px;
  color: var(--ink);
}

.mobile-text-container {
  display: none;
  position: absolute;
  top: 14vh;
  z-index: 1;
}

.mobile-text-container>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-text-container .mobile-text {
  font-size: calc(32px + 3.5vw);
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0px 0px 2px 0px #969696;
}

/* contact us form */

.contact-us h3 {
  font-size: calc(26px + 2vw);
}

.contact-us p {
  color: #fff;
  font-size: calc(12px + .8vw);
  font-family: 'Lato';
}

.contact-us a {
  text-decoration: none;
  color: #fff;
  background-color: #003f7f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 50px;
  width: 50px;
}

.contact-us {
  display: flex;
  padding: calc(7px + 1vh) calc(1rem + 2vw);
  border-radius: 50px 50px 0 0;
  background-color: #ea6323;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  transition: all .5s linear;
}

.contact-us:hover {
  background-color: #ff752f;
}

/* popup modal */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.popup-modal {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem;
  width: 80%;
  max-width: 800px;
  height: 90vh;
  margin: auto;
  box-shadow: 2px 2px 10px 2px #0000008f;
  position: relative;
  overflow: hidden;
}

.image-popup img {
  max-width: 100%;
  max-height: 70vh;
  width: auto;
  height: auto;
  display: block;
  margin: auto;
  object-fit: contain;
}
.image-popup {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  width: 80%;
  max-width: 800px;
  height: 80vh;
  box-shadow: 2px 2px 10px #0000008f;
  z-index: 9999;
  text-align: center;
}
.image-popup button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #00000080;
  color: #fff;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.popup-prev { left: 10px; }
.popup-next { right: 10px; }

.image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.596);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9998;
}

.image-overlay.show {
  opacity: 1;
  visibility: visible;
}


.close {
  position: absolute;
  top: 10px;
  right: 7px;
  font-size: 20px;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--orange);
}

.popup-modal iframe {
  width: 100%;
  /* height: 500px; */
  border: none;
}

body.no-scroll {
  overflow: hidden;
}

/* footer */

footer {
  background-color: #003f7f;
  padding: calc(1rem + 2vh) calc(1rem + 1vw);
  width: 100%;
}

footer .footer-upper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(10px + 4vw);
}

.footer-lower p {
  font-size: 18px;
  margin-bottom: 0 !important;
}

footer .logo-img {
  width: calc(15px + 10vw);
}

.add {
  gap: 10px;
  align-items: center;
  margin-bottom: 11px;
}

footer .head-office p,
.add a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0;
  text-decoration: none;
}

footer .head-office .add p {
  font-weight: 400;
  font-size: 15px;

}

.address .head-office i {
  color: #fff;
  font-size: 18px;
}

.social-icons .icon-list {
  color: #003f7f;
  display: flex;
  gap: calc(4px + 0.5vw);
  margin-bottom: 20px;
}

.social-icons .icon-list span {
  background-color: #fff;
  font-size: 18px;
  border-radius: 50%;
  padding: 3px;
  width: 30px;
  height: 30px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

hr {
  color: #ffffff !important;
  opacity: .5 !important;
}

.links ul {
  list-style-type: none;
  line-height: 35px;
  padding-left: 0 !important;
}

.links a {
  text-decoration: none;
  color: #dfdfdf;
  font-family: 'Lato';
  font-weight: 300;

}

footer p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}


/* mobile menu */

.mobile-menu {
  height: 100vh;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  padding: 20px 0;
  /* keep padding consistent */
  overflow: hidden;
  transition: all .3s ease;
  z-index: 99999;
  /* keep it always */
}

/* When active */
.mobile-menu.show {
  width: calc(140px + 16.83vw);
  padding: 20px 10px;
  /* extra horizontal padding if needed */
  overflow: auto;
  overflow: visible;
}

.mobile-menu .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 100%;
}

.mobile-menu ul {
  list-style-type: none;
  line-height: 45px;
  padding-left: 0 !important;
}
.mobile-menu ul a{
  width: 100%;
  display: block;
}
.mobile-menu ul li {
  background-color: transparent;
  border-radius: 0 50px 50px 0;
  padding: 4px 10px;
}

.mobile-menu ul li:hover {
  background-color: #003f7f;
}

.mobile-menu ul li a {
  text-decoration: none;
  font-family: 'Lato';
  color: #000;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9998;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
}

/* capablities */

.feature-upper {
  padding: 10px calc(1rem + 4.166vw);
}

.feature-devide {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fea-con-list {
  background-color: #003f7f;
  border-radius: 0 10px 0 0;
  padding: 10px calc(15px + 1vw);
  color: #fff;
  width: calc(100% - 37vw);
}

.fea-con-list ul {
  list-style-type: none;
  line-height: 65px;
  padding-left: calc(12px + 1vw) !important;
}

.fea-con-list ul>li {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: calc(15px + .8vw);
}

.fea-con-list ul>li span {
  display: block;
  font-size: calc(18px + 0.833vw);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.one-system {
  padding: 20px 0;
}

.one-system-para {
  text-align: center;
}

.one-system-para > b {
  font-weight: 500;
}

.one-system h3 {
  font-size: clamp(26px, calc(26px + 2vw), 62px) !important;
  font-weight: 700;
  font-style: normal;
  color: #ea6323;
  font-kerning: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.fea-con-list ul>li img {
  width: calc(20px + 1.2vw) !important;
}

.fea-con-des {
  padding: 20px 20px;
}

.fea-con-des p {
  font-weight: 400;
}

.fea-con-des p>br {
  margin-bottom: 20px;
}

.image-slider {
  width: calc(100% - 10vw);
  position: relative;
  overflow-x: hidden;
  margin: auto;
  overflow-y: visible;
  padding: 3rem 0;
}

.image-slider .slider {
  display: flex;
  transition: transform .5s ease;
  width: 100%;
}

.image-slider .slider img {
  width: calc(250px + 23vw);
  margin: 0 calc(6px + 1vw);
  transition: transform .4s ease, opacity .4s ease;
  z-index: 1;
  position: relative;
  opacity: 1;
  transform: scale(.8);
}

.image-slider .slider img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  transition: opacity .4s ease;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
}

.image-slider .slider img.active::after {
  opacity: 0;
}

.image-slider .slider img.active {
  transform: scale(1.2);
  z-index: 2;
  opacity: 1;
  box-shadow: 0px 0px 8px 0px #00000088;
  height: 100%;
  margin: auto 0;
}

button.prev,
button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #33333398;
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 24px;
  z-index: 3;
}

button.prev {
  left: 0;
}

button.next {
  right: 0;
}

/* built for */

.stakeholder-section {
  width: 97%;
  margin: auto;
  padding: 20px calc(15px + 2.29vw);
}

.stakeholder-list {
  margin: 20px 0;
  padding-left: 20px;
  margin-top: 0;
}

.sub-list ul {
  padding-left: 1rem !important;
}

.stakeholder-list li,
.sub-list li {
  margin-bottom: 18px;
}

.stakeholder-text {
  margin-top: -40px;
}

.stakeholder-list li strong,
.sub-list li strong {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}

/* flex layout for text + illustration */
.stakeholder-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.stakeholder-flex h2 {
  margin-bottom: 0;
  font-size: clamp(20px, calc(23px + 1.5vw), 62px) !important;
}

.stakeholder-text {
  flex: 1 1 60%;
}

.stakeholder-image {
  flex: 1 1 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stakeholder-image img {
  max-width: calc(250px + 6.94vw);
  height: auto;
}

/* bottom section */
.footer-connect {

  color: #000;
  padding: 40px 0px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}


.footer-upper-right {
  text-align: center;
  margin-left: auto;
  padding: 0 calc(60px + 6.94vw);
}

.footer-upper-right img {
  max-width: calc(111px + 3vw);
  display: block;
  margin: auto;
}

.footer-contact {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  background: #003f7f;
  color: #fff;
  font-size: calc(12px + .5vw);
  height: calc(60px + 5.55vh);
  width: 100vw;
  padding: 0 calc(1rem + 2vw);
  justify-content: space-between;
}

.footer-contact div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.footer-contact .left-img img {
  width: calc(120px + 14vw);
  position: absolute;
  top: 50px;
}

.right-container>div {
  margin: 0 10px;
}

.right-container img {
  width: calc(40px + 1vw);
  margin-right: 1vw;
}

.right-container img:nth-child(1) {
  width: calc(10px + .87vw);
}

.right-container img:nth-child(2) {
  width: calc(32px + 1vw);
}

.footer-upper-right img {
  width: calc(105px + 5vw);
}

.footer-upper-right h3 {
  font-size: calc(26px + 2.083vw);
  font-weight: 600;
  margin-bottom: 0px;
  color: #f36f2b;
}

.footer-connect p {
  font-size: calc(13px + .55vw);
  margin-bottom: 20px;
  color: #003f7f;
}

.footer-contact div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-contact a {
  color: #fff;
  text-decoration: none;
}
.map {
  width: calc(200px + 11vw);
  overflow: hidden;
}
.feature-tab-container {
  padding: 10px calc(1rem + 4.166vw)
}
.feature-tabs{
  margin: 20px auto;
  width: 100%;
  border-radius: 12px;
  border: 1px solid #003f7f;
}
.feature-tab-heading {
  background-color: #003f7f;
  padding: 12px calc(12px + 1.5vw);
  border-radius: 10px 10px 0 0;
}

.feature-tab-heading h5 {
  display: flex;
  align-items: center;
  justify-self: flex-start;
  gap: calc(15px + .8vw);
}

.feature-tab-heading h5 > span{
  font-size: calc(18px + 0.833vw);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #fff;
  display: block;
  white-space: nowrap;
}
.feature-tab-heading h5 {
  width: calc(20px + 1.2vw) !important;
}
.feature-tab-detail{
  padding: 13px 20px;
}

   .testimonial-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: calc(20px + 2.5vw);
  text-align: center;
  max-width: 700px;
  margin: auto;
  position: relative;
}

.img-wrapper {
  position: relative;
  display: inline-block;
}
.testimonial-section h2{
  font-size: calc(26px + 2.1vw);
}
.testimonial-section > .container .text-muted{
  font-size: calc(13px + 1.6vw);
}
.testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 4px solid #f1f1f1;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.6s ease;
}
.testimonial-text p{
  font-size: calc(12px + 0.72vw);
}
.carousel-control-prev {
  left: calc(10px - 7vw) !important; 
}
.carousel-control-next {
  right: calc(10px - 7vw) !important; 
}
.small{
  font-size: calc(12px + .7vw) !important;
}
/* Play button centered */
.play-icon {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #f26624;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.play-icon:hover {
  transform: translate(-50%, -50%) scale(1.2);
}

.testimonial-text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

/* Animate when active */
.carousel-item.active .testimonial-img {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.carousel-item.active .testimonial-text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.stars i {
  color: #f39c12;
  font-size: 18px;
  margin: 0 2px;
}

/* Controls - make visible */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
  filter: invert(1) grayscale(100); /* white icons */
  width: 40px;
  height: 40px;
}

.carousel-indicators [data-bs-target] {
  background-color: #333;
}
.img-wrapper {
  position: relative;
  display: inline-block;
}

.play-icon {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(8px + 2.8vw);
  color: #e4e4e4be;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-icon:hover {
  transform: translate(-50%, -50%) scale(1.2);
}


/* responsive */

@media (max-width: 992px) {

  p {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .details p {
  font-size: calc(11px + 0.4vw);
  font-weight: 400;
  color: rgb(61, 61, 61);
  margin-bottom: 1rem !important;
  line-height: 21px;
  text-align: justify;
}

  .solution-head-right {
    width: calc(100% - 14.72vw);
  }

  .builds-mid-left .ps-5 {
    padding-left: 20px;
  }

  .builds-mid-right .ps-5 {
    padding-left: 20px;
  }

  .builds-mid-center p {
    padding: 0 20px;
  }

  .builds-middle .builds-mid-left img {
    width: calc(170px + 8.63vw);
    max-width: 352px;
    transform: translateY(-110px);
  }

  .hidden-left {
    padding: 1rem 0rem 1rem 3rem;
  }

  .hidden-right-para p {
    font-size: calc(32px + 1.38vw);
    line-height: 45px;
  }

  .hidden-table td {
    padding: 5px 6px;
    font-size: 16px;
    line-height: 25px;
  }

  .hidden-table {
    margin-top: 20px;
  }

  .integrated {
    padding: 30px 0;
  }

  .inte-para p {
    font-size: calc(32px + 2.01vw);
    line-height: 45px;
  }

  .integratred-lower img {
    transform: translateY(-140px);
  }

  .integratred-top {
    width: calc(65% + 1vw);
  }

  .integratred-lower {
    padding: 0px 0rem;
  }

  .solution-flex p {
    font-size: calc(28px + 1.66vw);
    line-height: calc(20px + 2.22vh);
  }

  .inte-para p {
    font-size: calc(26px + 2.238vw);
    text-align: center;
  }

  .fea-con-list {
    background-color: #003f7f;
    border-radius: 0 10px 0 0;
    padding: 10px 0;
    color: #fff;
    width: calc(100% - 20vw);
  }
}

/* for talets */
@media (max-width: 768px) {
  .real-challenge {
    background: #fff;
    padding: 2px 20px;
    display: flex;
    flex-direction: column;
  }

  .real-challenge .real-upper-text-real {
    width: calc(100% - 4.72vw);
    padding: calc(1rem + 1.3vh) calc(0.5rem + 1vw);
    clear: both;
  }

  .lower-sub {
    width: 100%;
    flex-direction: row;
    justify-content: end;
    padding: 14px;
  }

  .lower-sub .lower-para {
    line-height: 45px;

  }

  .lower-img-real {
    margin-top: 14px;
    padding: 1rem 1rem;
  }

  .solution-head-right {
    width: calc(100% - 14.72vw);
  }

  .solution-head {
    padding: 56px 30px;
  }

  .solution-flex {
    padding: 3rem 1.5rem;
    height: 160px;
  }

  .solution-flex p {
    line-height: 40px;
    font-size: 32px;
  }

  .solution-flex .logo-cont img {
    width: calc(110px + 3.64vw);
  }

  .solution-flex .img-cont img {
    max-width: 450px;
    width: calc(160px + 14.13vw);
  }

  .builds-upper {
    flex-direction: column;
    gap: 30px;
  }

  .builds-mid-left .ps-5 {
    padding-left: 20px;
  }

  .builds-mid-right .ps-5 {
    padding-left: 20px;
  }

  .builds-mid-center p {
    padding: 0 20px;
  }

  .builds-middle .builds-mid-left img {
    width: calc(110px + 8.63vw);
    max-width: 352px;
    transform: translateY(-110px);
  }

  .builds-middle h3 {
    font-size: 32px;
  }

  .builds-middle p {
    font-size: 16px;
  }

  .edge-upper {
    width: 80%;
    padding: 0 34px 10rem 34px;
  }

  .edge-lower-list p {
    transform: translateY(0px);
  }

  .hidden {
    flex-direction: column;
    align-items: end;
  }

  .hidden-left,
  .hidden-right {
    padding: calc(1rem + 1vw);
    width: 100%;
  }

  .hidden-right {
    width: 70%;
    margin-top: 2rem;
  }

  .integratred-top {
    width: 100%;
  }

  .integratred-lower img {
    transform: translateY(-132px);
  }

  .integratred-lower {
    padding: 0 20px;
    margin-top: 10rem;
  }

  .inte-para p {
    font-size: calc(23px + 2.01vw);
    line-height: 45px;
  }

  .hidden-right-img-cont {
    margin-top: -30px;
    transform: translateY(-50px);
  }

  .hidden-right-para p {
    transform: translateY(0px);
    margin-top: -50px;
  }

  .feature-devide {
    flex-direction: column;
  }

  .fea-con-list {
    width: calc(100% - 5vw);
  }
  footer .footer-upper {
  flex-wrap: wrap;
}
}

/*  for mobile */
@media (max-width: 576px) {

  /* mobile menu */
  #hero-bottom {
    z-index: 999;
  }

  .mobile-menu.show {
    display: block;
  }

  .hero-bottom {
    gap: clamp(6px, calc(8px + 3.64vw), 68px);
    justify-content: flex-start !important;
    padding: 0 10px;
  }

  header .mobile-icon {
    display: block !important;
    font-size: 22px;
  }

  header p {
    display: none;
  }

  .section {
    margin: 20px auto !important;
  }

  .solution {
    width: 97%;
    margin: 30px auto;
    box-shadow: 0px 0px 11px -4px #003f7f6b;
    border-radius: 10px;
  }

  .solution-head {
    border-radius: 10px 10px 0 0;
  }

  .solution-flex {
    padding: 7px;
  }

  .builds-mid-left {
    display: none;
  }

  .builds {
    overflow-x: hidden;
  }

  .edge {
    margin-top: 30px;
  }

  .integrated .card p {
    font-size: 14px;
  }

  .lower-sub {
    width: 100%;
    flex-direction: row;
    justify-content: end;
    height: calc(70px + 3vw) !important;
    padding: 10px;
    gap: 0;
  }

  .lower-sub img {
    width: calc(110px + 6.94vw);
    transform: translateX(15px);
  }

  .lower-sub .lower-para {
    line-height: 35px;
    font-size: calc(26px + 1.02vw);
    line-height: 25px;
  }

  .lower-img-real {
    margin: 10px 0;
    padding: 0px 0px;
  }

  .real-challenge .real-upper-text-real {
    width: 100%;
    padding: calc(1rem + 1.3vh) calc(0.5rem + 1vw);
    clear: both;
  }

  .solution-head-right {
    width: calc(100% - 8.72vw);
  }

  .solution-head {
    padding: 56px 15px;
  }

  .builds-middle {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .builds-mid-heading {
    width: 100vw;
  }

  .builds-mid-left-img-cont {
    display: flex;
    justify-content: center;

  }

  .builds-middle .builds-mid-left img {
    width: calc(110px + 13.63vw);
    margin-top: -70px;
    transform: translateY(0);
  }

  .builds-mid-right p {
    padding: 0 20px;
  }

  .builds-upper {
    margin: 2rem !important;
  }

  .edge {
    padding: 30px 0;

  }

  .edge-upper {
    width: 100%;
    padding: 0 18px 10rem 18px;
  }

  .edge-lower-list p {
    font-size: calc(16px + 1.38vw);
  }

  .edge-lower-list img {
    width: clamp(6px, calc(12px + 1vw), 28px);
  }

  .edge-lower {
    padding: 1.5rem 1rem;
    height: 120px;
  }

  .hidden {
    padding: 0;
  }

  .inte-para p {
    font-size: calc(20px + 1.4vw);
    line-height: 35px;
  }

  .integratred-lower {
    padding: 20px 20px;
    flex-direction: column-reverse;
    justify-content: end;
    margin-top: 10rem;
  }

  .integratred-lower img {
    transform: translateY(0px);
  }

  .logo-sec img {
    width: 75px;
  }

  .hero-bottom p {
    font-size: clamp(15px, calc(15px + 1.18vw), 35px);
    line-height: 18px;
  }

  .hero-bottom img {
    height: clamp(25px, calc(25px + 2vh + 2px), 50px);
    width: auto;
  }

  .hero-middle h2 {
    font-size: clamp(26px, calc(28px + 2.2vw), 72px);
  }

  .hero-middle {
    padding: 5px 5px;
    transform: translateY(0px);
  }

  .solution-flex {
    padding: 0rem 0px;
    flex-direction: column;
    height: auto;
    justify-content: start;
    align-items: center;
    margin-bottom: 0;
  }

  .solution-flex .img-cont img {
    margin-top: -70px;
  }

  .real-challenge .real-upper-heading {
    margin-bottom: 10px;
  }

  .real-challenge .real-upper-text-real p,
  .real-upper-text-real b,
  .builds-mid-right p,
  .builds-mid-right b,
  .builds-middle p,
  .builds-middle b,
  .integrated p,
  .integrated b {
    line-height: 22px;
    margin: 0;
  }

  .solution {
    padding: 0px 0px;
  }

  .solution-head-right h3 {
    text-align: left !important;
  }

  .solution-flex p {
    background-color: #184c83;
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .edge-upper h3,
  .hidden-right-para p {
    font-size: calc(30px + 1.38vw);
    transform: translateY(0);
  }

  .edge-upper p,
  .edge-upper b,
  .hidden-left p {
    line-height: 25px;
  }

  .hidden-table td,
  .hidden-left b {
    line-height: 21px;
    margin: 0;
  }

  b {
    font-weight: 600 !important;
  }

  .hidden-left-heading,
  .integrated h3 {
    font-size: clamp(20px, calc(24px + 2.5vw), 62px) !important;
    margin-bottom: 17px;
  }

  .hidden-right {
    width: 100%;
    margin: auto;
    padding: 20px 25px;
    text-align: center;
    border-radius: 0 0 10px 10px;
  }

  .hidden-right-img-cont {
    transform: translateY(0px);
  }

  .hidden-right-img-cont img {
    margin-top: -60px;
  }

  .integratred-top {
    padding: 0 10px;
  }

  .solution {
    width: 97%;
    margin: 30px auto;
    box-shadow: 0px 0px 11px -4px #003f7f6b;
    border-radius: 10px;
  }

  .solution-head {
    border-radius: 10px 10px 0 0;
  }

  .solution-flex {
    padding: 7px;
  }

  .builds-mid-left {
    display: none;
  }

  .builds {
    overflow-x: hidden;
  }

  .edge {
    margin-top: 30px;
  }

  .hidden-right-img-cont img {
    margin-top: -32px;
  }

  .integrated .card p {
    font-size: 13px;
  }

  .integratred-lower {
    border-radius: 0 0 10px 10px;
    padding: 20px 7px;
    margin-top: 9rem;
    height: 80px;
  }

  .real-challenge {
    background: #fff;
    padding: 2px 0px;
    display: flex;
    flex-direction: column;
  }

  .hidden-left p,
  .integrated .integrated-head p,
  .builds-middle p,
  .real-challenge .real-upper-text-real p {
    font-size: calc(13px + 0.55vw) !important;
    font-weight: 400;
  }

  .real-challenge .real-upper-text-real p {
    margin-bottom: 20px !important;
  }

  .integrated .integrated-head b,
  .builds-middle b,
  .real-challenge .real-upper-text-real b {
    font-size: calc(13px + 0.55vw);
    font-weight: 500;
  }

  .hidden-table td,
  .hidden-table b {
    padding: 5px 6px;
    font-size: 15px;
    line-height: 25px;
  }

  .hidden-table td {
    font-weight: 400;
  }

  .integrated-head {
    padding: 0 1rem;
  }

  .builds-mid-center {
    margin-bottom: 20px;
  }

  .hero-middle {
    display: none;
  }

  .solution-head p,
  .solution-head b,
  .builds-upper-left p,
  .builds-upper-left b,
  .edge-upper p,
  .edge-upper b,
  .hidden-left p {
    margin-bottom: 10px !important;
  }

  .hidden-left p,
  .integrated .integrated-head p,
  .builds-middle p,
  .real-challenge .real-upper-text-real p,
  .builds-upper-left p,
  .builds-upper-left b,
  .solution-head p,
  .solution-head b {
    font-size: calc(13px + 0.55vw) !important;
    font-weight: 400;
  }

  .real-challenge .real-upper-text-real p {
    margin-bottom: 20px !important;
  }

  .integrated .integrated-head b,
  .builds-middle b,
  .real-challenge .real-upper-text-real b,
  .builds-upper-left b {
    font-size: calc(13px + 0.55vw);
    font-weight: 500;
  }

  .builds-middle h3 {
    text-align: center !important;
  }

  .builds-mid-heading {
    display: flex;
    justify-content: center;
  }

  .builds-middle p,
  .builds-bottom p {
    text-align: center;
  }

  .lower-sub .lower-para {
    font-size: calc(26px + 0.9vw);
  }

  .lower-sub {
    justify-content: space-between;
  }

  .solution-flex .img-cont img {
    width: calc(135px + 14.13vw);
  }

  .builds-upper {
    margin: 2rem 13px !important;
    gap: 0;
  }

  .builds {
    padding-top: 0;
  }

  .builds-upper-right img {
    max-width: 43vw;
  }

  .edge-lower {
    padding: 1.5rem 1rem;
    height: 75px;
  }

  .edge-lower-img-cont img {
    width: clamp(140px, calc(156px + 20.01vw), 517px);
    margin: auto;
  }

  .edge-lower-img-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .lower-sub img {
    width: calc(90px + 6.94vw);
  }

  .hidden-right-para {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
  }

  .hidden-right-img-cont img {
    width: calc(100px + 8.56vw);
  }

  .integratred-lower img {
    width: calc(120px + 13.88vw);
  }

  .hidden-right {
    width: 100%;
    margin: auto;
    padding: 20px 5px;
    text-align: center;
    border-radius: 0 0 10px 10px;
  }

  .edge-upper h3,
  .hidden-right-para p {
    font-size: calc(25px + 1.08vw);
    transform: translateY(0);
  }

  .stakeholder-section {
    padding: 20px calc(0px + 0.29vw);
  }

  .stakeholder-flex h2 {
    margin-bottom: -20px;
  }

  .sub-list ul {
    padding-left: 10px;
    margin-bottom: -20px;
  }

  .sub-list p,
  .sub-list li,
  .stakeholder-list li,
  .feature-upper p,
  .feature-upper b,
  .fea-con-des p,
  .one-system-para,
  .feature-tab-detail p{
    font-weight: 400;
    line-height: calc(18px + 1.2vh);
    font-size: calc(12px + 0.55vw);
    margin-bottom: 13px !important;
  }
  .one-system-para{
    text-align: center;
  }
  .sub-list b,
  .sub-list strong,
  .stakeholder-list li strong,
  .feature-upper b,
  .one-system-para b {
    font-weight: 700;
    line-height: calc(18px + 1.2vh);
    font-size: calc(12px + 0.55vw);
  }

  .sub-list li {
    margin-bottom: 10px;
  }

  .sub-list ul {
    margin-bottom: 10px;
  }

  .fea-con-des p>br {
    display: block;
    margin-bottom: 20px;
  }

  .stakeholder-list {
    margin: 0px 0;
    padding-left: 10px;
  }

  .fea-con-list ul {
    line-height: 50px;
  }

  .footer-upper-right {
    text-align: center;
    margin: auto;
    padding: 0 calc(10px + 1.94vw);
  }

  .footer-contact {
    height: auto;
    padding: 20px 10px;
    justify-content: center;
  }

  .footer-contact div {
    flex-direction: column;

  }

  .right-container div {
    display: flex;
    flex-direction: row;
    color: #fff;
    font-size: calc(14px + .5vw);

  }

  .footer-contact .left-img img {

    position: relative;
    top: 0;
  }

  .footer-connect {
    color: #000;
    padding: 25px 0px;
  }

  .links ul {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 4px;
  }

  .mobile-text-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .mobile-text-container .mobile-text {
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
    transition: none;
    text-align: center;
    display: none;
    text-shadow: 1px 1px 7px #00000075;
  }

  .showLeft,
  .showRight {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  .showLeft {
    animation: slideFromLeft 1.2s ease forwards;
  }

  .showRight {
    animation: slideFromRight 1.2s ease forwards;
  }

  @keyframes slideFromLeft {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  @keyframes slideFromRight {
    0% {
      transform: scale(0.5);
      opacity: 0;
    }

    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  .solution-head-right {
    width: 100%;
  }

  .border-line {
    margin-top: 10px;
  }

  .stakeholder-image img {
    max-width: calc(200px + 6.94vw);
  }

  .stakeholder-image {
    margin-top: -29px;
    margin-bottom: 20px;
  }

  footer .footer-upper {
    flex-direction: column;

  }

  .footer-logo,
  .links,
  .social-icons,
  .map {
    margin: auto;
    text-align: center;
  }

  .links h5 {
    display: block !important;
  }

  .add {
    justify-content: center;
  }

  footer .logo-img {
    width: calc(50px + 10vw);
  }

  .popup-modal {
    padding: 10px;
    width: 96%;
    height: auto;
  }

  .stakeholder-list li strong {
    font-weight: 700;
    line-height: calc(18px + 1.2vh);
    font-size: calc(13px + 0.55vw);
  }

  .feature-upper, .feature-tab-container {
    padding: 10px calc(1rem + 1.166vw);
  }
  .image-slider .slider img {
  width: calc(225px + 10vw);
  margin: 0 0px;
  transition: transform .4s ease, opacity .4s ease;
  z-index: 1;
  position: relative;
  opacity: 1;
  transform: scale(.8);
  }
}


@media (max-width: 312px) {
  .lower-sub .lower-para {
    line-height: 35px;
    font-size: calc(22px + 1.02vw);
    line-height: 25px;
  }

  .real-challenge .real-upper-text-real {
    width: 100%;
    padding: 12px;
    clear: both;
  }

  .real-challenge {
    padding: 2px 10px;
  }

  .edge-lower-list {
    gap: 5px;
  }

  .edge-lower-list p {
    font-size: calc(13px + 1.38vw);
  }

  .edge-lower-list img {
    width: clamp(6px, calc(7px + 1vw), 28px);
  }

  .hidden-right-img-cont img {
    margin-top: -35px;
  }

  .integratred-lower {
    border-radius: 0 0 10px 10px;
    padding: 20px 7px;
    margin-top: 9rem;
    height: 60px;
  }

  .hidden-right {
    border-radius: 0 0 10px 10px;
    width: 100%;
    margin: auto;
    padding: 20px 5px;
    text-align: center;
  }

  /* Unified paragraph and bold text rules */
  .hidden-left p,
  .integrated .integrated-head p,
  .builds-middle p,
  .real-challenge .real-upper-text-real p,
  .builds-upper-left p,
  .solution-head p {
    font-size: calc(13px + 0.55vw) !important;
    font-weight: 400;
    margin-bottom: 20px !important;
  }

  .integrated .integrated-head b,
  .builds-middle b,
  .real-challenge .real-upper-text-real b,
  .builds-upper-left b,
  .solution-head b {
    font-size: calc(13px + 0.55vw);
    font-weight: 500;
    margin-bottom: 10px !important;
  }

  .hidden-table td,
  .hidden-table b {
    padding: 5px 6px;
    font-size: 15px;
    line-height: 25px;
  }

  .hidden-table td {
    font-weight: 400;
  }

  .integrated-head {
    padding: 0 15px;
  }

  .builds-mid-center {
    margin-bottom: 20px;
  }

  .hero-middle {
    display: none;
  }

  .builds-middle h3 {
    text-align: center !important;
  }

  .builds-mid-heading {
    display: flex;
    justify-content: center;
  }

  .builds-middle p,
  .builds-bottom p {
    text-align: center;
  }

  .lower-sub .lower-para {
    font-size: calc(26px + 0.9vw);
  }

  .lower-sub {
    justify-content: space-between;
  }

  .solution-flex .img-cont img {
    width: calc(135px + 14.13vw);
  }

  .builds-upper {
    margin: 15px !important;
    gap: 0;
  }

  .builds-upper-right img {
    max-width: 43vw;
  }

  .builds-mid-center p,
  .builds-middle p {
    padding: 0 15px;
  }

  .edge-upper {
    padding: 0 15px 10rem 15px;
  }

  .hidden-left,
  .hidden-right {
    padding: 0 15px;
  }

  .edge-lower {
    padding: 1.5rem 1rem;
    height: 75px;
  }

  .edge-lower-img-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }

  .edge-lower-img-cont img {
    width: clamp(140px, calc(156px + 20.01vw), 517px);
    margin: auto;
  }

  .lower-sub img {
    width: calc(90px + 6.94vw);
  }

  .hidden-right-para {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
  }

  .hidden-right-img-cont img {
    width: calc(100px + 8.56vw);
    margin-top: -32px;
  }

  .integratred-lower img {
    width: calc(120px + 13.88vw);
  }

  .edge-upper h3,
  .hidden-right-para p {
    font-size: calc(25px + 1.08vw);
    transform: translateY(0);
  }

  /* Mobile text animation */
  .mobile-text-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .mobile-text-container .mobile-text {
    opacity: 0;
    visibility: hidden;
    transform: translateX(0);
    transition: none;
    text-align: center;
    display: none;
    text-shadow: 1px 1px 7px #00000075;
  }


}