* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  position: relative;
}
body,
p {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  font-size: 1rem;
  color: #11174a;
}
p,
ul {
  padding: 0;
  margin: 0;
}
.home-banner,
.home-sec2,
.home-sec3,
.home-sec4,
.home-sec5,
.home-sec6,
.bter-banner,
.bter-sec2,
.bter-sec3,
.bter-sec4,
.bter-sec5,
.bter-sec6,
.bter-sec7,
.company-sec2,
.company-sec3,
footer {
  overflow-x: hidden;
}
header {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}
header .container {
  max-width: 1600px;
}
.home-banner,
.home-sec2,
.home-sec3,
.home-sec5,
.home-sec6,
.bter-banner,
.bter-sec2,
.bter-sec3,
.bter-sec4,
.bter-sec5,
.bter-sec6,
.bter-sec7,
.company-sec2,
.company-sec3 {
  overflow-y: hidden;
}
.wrapper {
  margin: 0 auto;
  width: 94%;
  max-width: 1260px;
}
.fixed-top {
  background: #fff;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 5001;
}
.sticky-top {
  background: #fff;
}
sup small {
  font-size: 11px;
  position: relative;
  font-weight: bold;
  top: -2px;
  left: 1px;
}
#toTop {
  position: fixed;
  right: 13px;
  bottom: 20px;
  z-index: 998;
  cursor: pointer;
  box-sizing: border-box;
}
#toTop img {
  background: #ffbf47;
  border-radius: 10px;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #bcbcbc;
}
span.mobile-home,
.mobile-icon,
.mobile-social-area,
.mobile-only,
.for-tablet {
  display: none;
}
.for-desktop {
  display: block;
}
.navbar-brand img {
  max-width: 232px;
}
.navbar-toggler,
.navbar-toggler:focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
.custom-navbar li {
  margin: 0 10px;
}
.navbar ul {
  padding: 6px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.navbar ul.nav-light {
  background: white;
}
.navbar ul.nav-light a {
  color: #11174a;
  font-size: 14px;
  font-weight: normal;
}
.navbar ul.nav-light .nav-link.active,
.navbar ul.nav-light .nav-link:hover,
.navbar ul.nav-light .nav-link:focus {
  font-weight: bold;
  color: #11174a !important;
}
.nav-link {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #11174a;
  white-space: nowrap;
  letter-spacing: 0.2pt;
}
.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: #ffbf47 !important;
}
.dropdown-menu.show {
  top: 50px;
  left: -145px;
  background: #e4e4e4;
  overflow: hidden;
  width: 520px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 20px;
}
.dropdown-menu a {
  font-size: 0.95rem;
  color: #11174a;
}
.dropdown-menu a:active,
.dropdown-menu a:focus {
  background: #fff;
  color: #11174a !important;
}
.dropdown-menu a.drop-acive {
  background: #fff;
}
.dropdown-header {
  background: #ffbf47;
  color: #11174a;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 20px;
}
.border-line {
  padding-bottom: 10px;
  border-right: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}
:root {
  --primary-font: #11174a;
}

.line-gray {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #b1b1b1 !important;
}

.line-gray::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-right: 5px;
  background: #b1b1b1;
}

.home .section {
  max-width: 1400px;
  margin: 0 auto;
}

.home__wrapper {
  background: url("../images/home-banner.png");
  /* background-position: 100%; */
  display: flex;
  justify-content: space-between;
  padding: 10px 30px 0;
}

.hero__text {
  max-width: 800px;
}

.home .hero__text {
  padding: 60px 60px;
}

.hero__text h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  color: white;
}

.hero__text h1 span {
  font-size: 30px;
  position: relative;
  top: -5px;
}

.hero__text h4 {
  font-size: 18px;
  font-weight: bolder;
}

.hero__text p {
  margin-top: 40px;
  font-weight: 300;
  color: white;
  max-width: 430px;
}

.home .hero__text p {
  margin-top: 20px;
}

.hero__text .cta-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero__text a.cta,
.hero__text a.cta-secondary {
  background-color: #ffbf47;
  padding: 14px;
  display: inline-block;
  margin-top: 30px;
  border-radius: 999px;
  color: var(--primary-font);
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.hero__text a.cta-secondary {
  border: 1px solid #ffbf47;
  background: transparent;
  color: #ffbf47;
}

.hero__img img {
  width: 300px;
}

.home .hero__img img {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .home-sec6 .hover-button-area {
    max-width: 900px;
  }
}

@media screen and (max-width: 1150px) {
  .home-sec6 .why-optimas-cards {
    /* flex-direction: column;
    justify-content: center;
    align-items: center; */
    flex-wrap: wrap;
  }
  .home-sec6 .hover-button-area {
    max-width: 800px;
  }
  .why-optimas-card:nth-child(2) .why-card-arrow {
    transform: translateX(-50%) rotate(90deg);
    top: unset;
    left: 30%;
    right: unset;
    bottom: -30px;
  }
}
@media screen and (max-width: 900px) {
  .home__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    padding-bottom: 40px;
    padding: 30px;
  }

  .hero__img img {
    width: 200px;
    margin: 0 auto;
  }

  .home .hero__text {
    text-align: center;
    padding: 20px;
  }

  .home .hero__text p {
    text-align: center;
    margin: 20px auto 0;
  }

  .home .hero__text a {
    margin-top: 0;
  }

  .home .hero__text .cta-btns {
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
  }

  .home .home-sec6 h5,
  .home .home-sec4 h5 {
    text-align: center;
  }

  .home .home-sec4 h2.vertical {
    left: -20px;
  }

  .home .partners .partners__head {
    text-align: center;
  }
}

.no-scroll {
  overflow: hidden;
}

.popup__overlay {
  width: 100%;
  padding: 0 10px;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  top: 0;
  left: 0;
  backdrop-filter: blur(15px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.summit__popup {
  z-index: 99999;
  display: flex;
  flex-direction: column;
  color: white;
  max-width: 450px;
  width: 100%;
  background: white;
  border-radius: 25px;
}

.popup__top {
  background: linear-gradient(
      to right,
      rgba(24, 39, 129, 0.5),
      rgba(10, 2, 77, 0.6)
    ),
    url("../images/summit-popup-bg.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 25px 25px 0 0;
  padding: 10px 20px 0;
  display: flex;
  flex-direction: column;
}

.summit__popup h2 {
  max-width: 300px;
  font-size: 28px;
  font-weight: normal;
  align-self: center;
}

.summit__popup h2 span {
  color: #febe47;
  letter-spacing: 5px;
}

.popup__top img {
  width: 120px;
}

.popup__head {
  display: flex;
}

.summit__popup #close-summit-popup {
  align-self: flex-end;
  border: 1px solid white;
  display: inline-block;
  border-radius: 200px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.summit__popup sup {
  position: relative;
  top: -12px;
}

.popup__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px;
  text-align: center;
}

.popup__body p {
  color: var(--primary-font);
}

.summit__loc {
  color: var(--primary-font);
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.summit__popup p {
  font-size: 18px;
  margin-top: 10px;
  max-width: 320px;
}

.summit__popup a {
  max-width: 120px;
  width: 100%;
  margin-top: 20px;
  font-weight: bolder;
  text-align: center;
  padding: 5px;
  background: var(--primary-font);
  color: white;
  border-radius: 15px;
}

@media screen and (max-width: 755px) {
  .why-optimas-card .why-card-arrow {
    transform: translateX(-50%) rotate(90deg);
    top: unset;
    left: 50%;
    right: unset;
    bottom: -30px;
  }

  .why-optimas-card:nth-child(2) .why-card-arrow {
    left: 50%;
  }
}

@media screen and (max-width: 375px) {
  .summit__loc {
    font-size: 16px;
  }

  .why-optimas-card {
    padding: 20px;
  }
}

/* partners section */
.home section.partners {
  padding: 80px 5px;
  margin: 60px auto;
  max-width: 1600px;
}

.partners__head h4 {
  font-size: 20px;
  text-align: center;
}

.partners__head p {
  font-size: 18px;
  text-align: center;
  margin-top: 15px;
}

.partners__body {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.partners__body h4 {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.partners__body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.partners__body li {
  max-width: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  gap: 10px;
  border: 1px solid lightgray;
}
.partners__body ul li p {
  font-weight: 300;
}

.partners__trusted-by img,
.partners__partner-with img {
  width: 140px;
  background-color: transparent;
}

.home .section.partners {
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}

.partners__trusted-by ul {
  display: flex;
  flex-wrap: nowrap;
}

.partners__partner-with ul li {
  max-width: 450px;
}

.partners__trusted-by ul li {
  width: 400px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 868px) {
  .home section.partners {
    padding: 40px 5px;
  }
}

@media screen and (max-width: 900px) {
  .partners {
    padding: 40px;
  }
  /* .partners__trusted-by {
    max-width: 100%;
  } */
}

/* .home-banner {
  position: relative;
  z-index: 0;
}
#home-banner-video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
.home-banner-corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 404px;
  height: 430px;
  z-index: 1;
  background: url(../images/home-ban-corner.png) left top no-repeat;
  background-size: 62%;
}
#home-banner-video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(255 255 255 / 0.8);
} */
.banner-left,
.banner-right {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.left-ban-box {
  position: relative;
  z-index: 100;
  min-height: 300px;
  background: #f4f4f4;
  padding: 30px 35px 70px;
  margin-bottom: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 55px 28px -62px rgb(0 0 0 / 0.82);
  -webkit-box-shadow: 0 55px 28px -62px rgb(0 0 0 / 0.82);
  -moz-box-shadow: 0 55px 28px -62px rgb(0 0 0 / 0.82);
}
.left-ban-box h1 {
  font-size: 50px;
  font-weight: 600;
}
.left-ban-box a {
  margin-top: 20px;
  font-weight: 600;
  color: #11174a;
  text-decoration: none;
}
.left-ban-box a:hover {
  color: #000;
  text-decoration: none;
}
/* #home-ban-slider {
  position: relative;
  z-index: 999;
  top: -40px;
}
#home-ban-slider.owl-theme .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 66px;
  left: 40px;
}
#home-ban-slider.owl-theme .owl-dots .owl-dot span {
  font-size: 0;
  background: #11174a;
  width: 12px;
  height: 6px;
  margin: 5px 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: width 0.3s linear;
}
#home-ban-slider.owl-theme .owl-dots .owl-dot.active span {
  background: #ffbf47;
  width: 25px;
  height: 6px;
  transition: width 0.3s linear;
} */
.btn-area2 {
  position: absolute;
  z-index: 1000;
  left: 3.4%;
  bottom: 20%;
  margin: 0 0 0;
}
.btn-area2 a {
  display: inline-block;
  background: #ffbf47;
  border: 4px solid #ffbf47;
  padding: 12px 30px;
  color: #11174a;
  font-size: 1.1rem;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.btn-area2 a:hover {
  background: #fff;
  border: 4px solid #ffbf47;
  padding: 12px 30px;
  color: #11174a;
  transition: all 0.3s ease;
}
.left-ban-box h3,
.right-ban-bg h2 {
  font-weight: 700;
}
/* #home-ban-slider .left-ban-box h3 {
  margin-bottom: 20px;
}
#home-ban-slider .left-ban-box h3 span {
  display: block;
  font-weight: 400;
} */
.banner-right .avatar-area {
  position: relative;
  z-index: 10;
  padding: 22% 0 0 15%;
  top: 10px;
  left: 0;
}
.avatar-area img {
  position: relative;
  z-index: 10;
  max-width: 290px;
}
.right-ban-bg {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  top: 6%;
  left: 5%;
  width: 100%;
  height: 355px;
  background: #11174a url(../images/chakra.gif) no-repeat top left;
  background-blend-mode: screen;
  background-size: 600px 338px;
  background-position: -110px 10px;
  padding: 20px 0 20px 68%;
  border-radius: 207px 0 0 207px;
}
.right-ban-bg h2 {
  color: #ffbf47;
  font-size: 2.2rem;
}
.right-ban-bg h2 span {
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
}
.chakra-area {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 600px;
  height: 338px;
  background: url(../images/chakra.gif) no-repeat center center;
  background-blend-mode: overlay;
  background-size: 600px 338px;
}
.home-sec2 {
  position: relative;
  background: #fff;
  box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  -webkit-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  -moz-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
}
.home-sec2 h2.vertical,
.home-sec3 h2.vertical,
.home-sec4 h2.vertical,
.home-sec5 h2.vertical,
.home-sec6 h2.vertical,
.bter-sec2 h2.vertical,
.bter-sec3 h2.vertical,
.bter-sec4 h2.vertical,
.bter-sec5 h2.vertical,
.bter-sec6 h2.vertical,
.bter-sec7 h2.vertical,
.newsroom-sec2 h2.vertical,
.newsroom-article-sec1 h2.vertical {
  font-weight: 700;
}
.home-sec2 h2.vertical {
  position: absolute;
  top: 40%;
  color: #8f8f8f;
  font-size: 40px;
  font-weight: 700px;
  transform: rotate(-90deg);
}
.trusted-sec h2.vertical {
  left: -171px;
}
.partner-sec h2.vertical {
  top: 48%;
  left: -219px;
}
.home-sec2 h2.vertical:before,
.bter-sec2 h2.vertical:before,
.bter-sec3 h2.vertical:before,
.bter-sec4 h2.vertical:before,
.bter-sec5 h2.vertical:before,
.bter-sec6 h2.vertical:before,
.bter-sec7 h2.vertical:before,
.newsroom-article-sec1 h2.vertical:before {
  position: absolute;
  top: -8px;
  right: 0;
  content: "";
  width: 35px;
  height: 8px;
  background: #ffbf47;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bter-sec2 h2.vertical:before,
.bter-sec5 h2.vertical:before {
  top: -8px;
}
.home-sec2 h5,
.home-sec2 p {
  color: #fff;
}
.home-sec2 .home-sec2-right p span {
  color: #ffbf47;
}
.home-sec2-left img {
  width: 450px;
}
.home-sec2-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.home-sec2-content {
  display: block;
  width: 76%;
  padding: 10% 0 10%;
  margin: 0 auto;
}
.home-sec2-content img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid rgb(0 0 0 / 0.3);
  -webkit-box-shadow: rgb(0 0 0 / 0.45) 0 25px 20px -20px;
  -moz-box-shadow: rgb(0 0 0 / 0.45) 0 25px 20px -20px;
  box-shadow: rgb(0 0 0 / 0.45) 0 25px 20px -20px;
}
.marquee0 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.marquee0 img {
  padding: 0 1px;
  margin: 0 7px;
  border: 1px solid #d3d3d3 !important;
}
.trusted-sec,
.partner-sec {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-sec3,
.home-sec4,
.home-sec5,
.bter-sec2,
.bter-sec3,
.bter-sec4,
.bter-sec5,
.bter-sec6 {
  position: relative;
}
.home-sec3-img-area {
  position: relative;
  padding: 0 0 0 40px;
}
.home-sec3-img-area img {
  width: 69%;
  max-width: 767px;
  box-shadow: 0 110px 28px -94px rgb(0 0 0 / 0.82);
  -webkit-box-shadow: 0 110px 28px -94px rgb(0 0 0 / 0.82);
  -moz-box-shadow: 0 110px 28px -94px rgb(0 0 0 / 0.82);
}
.home-sec3 h2.vertical,
.bter-sec2 h2.vertical,
.bter-sec3 h2.vertical,
.bter-sec4 h2.vertical,
.bter-sec5 h2.vertical,
.bter-sec6 h2.vertical,
.bter-sec7 h2.vertical,
.newsroom-article-sec1 h2.vertical {
  position: absolute;
  left: -86px;
  top: 34%;
  color: #8f8f8f;
  font-size: 80px;
  font-weight: 700px;
  line-height: 1;
  transform: rotate(-90deg);
  text-transform: uppercase;
}
.home-sec3 h2.vertical:before {
  position: absolute;
  top: -8px;
  right: 0;
  content: "";
  width: 35px;
  height: 8px;
  background: #1d77ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.home-sec3 h2.vertical span,
.bter-sec2 h2.vertical span,
.bter-sec5 h2.vertical span {
  display: block;
  font-size: 60px;
  font-weight: 700px;
}
.home-sec3-img-area .question-bar1,
.home-sec3-img-area .question-bar2,
.home-sec3-img-area .question-bar3,
.home-sec3-img-area .question-bar4 {
  position: absolute;
  top: -5px;
  left: 54%;
  width: 40%;
  min-height: 80px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  padding: 12px 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}
.home-sec3-img-area .question-bar3 {
  width: 35%;
}
.home-sec3-img-area .question-bar2,
.home-sec3-img-area .question-bar4 {
  background: #ffbf47;
}
.home-sec3-img-area .question-bar2 {
  top: 26%;
  left: 61%;
}
.home-sec3-img-area .question-bar3 {
  top: 55%;
  left: 65%;
}
.home-sec3-img-area .question-bar4 {
  top: 80%;
  left: 56%;
}
.home-sec3-img-area .question-bar1 p,
.home-sec3-img-area .question-bar2 p,
.home-sec3-img-area .question-bar3 p,
.home-sec3-img-area .question-bar4 p {
  position: relative;
  color: #11174a;
  margin-bottom: 0;
  padding-left: 40px;
}
.home-sec3-img-area .question-bar1 p:before,
.home-sec3-img-area .question-bar2 p:before,
.home-sec3-img-area .question-bar3 p:before,
.home-sec3-img-area .question-bar4 p:before {
  position: absolute;
  z-index: 1;
  content: "?";
  width: 20px;
  height: 100%;
  color: #11174a;
  font-size: 53px;
  font-weight: 600;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.home-sec3-img-area .question-bar1 p:after,
.home-sec3-img-area .question-bar2 p:after,
.home-sec3-img-area .question-bar3 p:after,
.home-sec3-img-area .question-bar4 p:after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 0;
  height: 0;
  bottom: -41px;
  left: -2px;
  border-left: 20px solid #fff0;
  border-right: 20px solid #fff0;
  border-top: 54px solid #d9d9d9;
  transform: rotate(30deg);
}
.home-sec3-img-area .question-bar2 p:after,
.home-sec3-img-area .question-bar4 p:after {
  left: 92%;
  border-left: 20px solid #fff0;
  border-right: 20px solid #fff0;
  border-top: 54px solid #ffbf47;
  transform: rotate(-30deg);
}
.home-sec2 {
  min-height: 625px;
  border-bottom: 10px solid #ffbf47;
}
.home-sec3 {
  min-height: 580px;
  background: url(../images/home-sec4-corner2.png) no-repeat left bottom;
  background-size: auto;
  background-size: 34%;
}
.home-sec3 img {
  border: 1px solid #ddd;
  box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  -webkit-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  -moz-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
}
.home-sec3 h2.vertical {
  left: -173px;
  top: 44%;
}
.home-sec4 {
  /* background: url(../images/home-sec4-corner2.png) no-repeat left bottom; */
  /* background-size: 34%, 34%; */
  background: url("../images/solutions-banner.png");
}
.home-sec4 h2.vertical,
.home-sec5 h2.vertical,
.home-sec6 h2.vertical,
.newsroom-sec2 h2.vertical {
  position: absolute;
  left: -168px;
  top: 22%;
  color: #8f8f8f;
  font-size: 80px;
  font-weight: 700px;
  transform: rotate(-90deg);
}
.home-sec6 h2.vertical {
  font-size: 40px;
}
.home-sec4 h2.vertical:before,
.home-sec5 h2.vertical:before,
.home-sec6 h2.vertical:before,
.newsroom-sec2 h2.vertical:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 35px;
  height: 8px;
  background: #ffbf47;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.home-sec6 h2.vertical::before,
.home-sec4 h2.vertical::before {
  top: unset;
  bottom: -5px;
  width: 90px;
}
.home-sec4 .col-box-area,
.home-sec6 .col-box-area,
.bter-sec6 .col-box-area,
.newsroom-sec2-content,
.newsroom-article-sec1 .newsroom-article-content,
.case-studies-sec2 .col-box-area,
.blogs-sec2 .col-box-area {
  padding: 0 146px 0 146px;
}
.home-sec4 h2.vertical {
  top: 34%;
  left: -112px;
}
.home-sec4 .col-box {
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.col-box .box-img img {
  width: 100%;
  -webkit-border-radius: 40px 40px 0 0;
  -moz-border-radius: 40px 40px 0 0;
  border-radius: 40px 40px 0 0;
}
.col-box .box-gray-part {
  background: #f2f2f2;
  padding: 20px;
  min-height: 161px;
  -webkit-border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  border-radius: 0 0 40px 40px;
  box-shadow: 0 49px 28px -40px rgb(0 0 0 / 0.82);
  -webkit-box-shadow: 0 49px 28px -40px rgb(0 0 0 / 0.82);
  -moz-box-shadow: 0 49px 28px -40px rgb(0 0 0 / 0.82);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.col-box .box-gray-part h5 {
  margin-top: 20px;
  font-weight: 600;
}
.col-box .box-blue-part {
  top: 0;
  background: #fff;
  color: #fff;
  padding: 20px;
  min-height: 107px;
  -webkit-border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  border-radius: 0 0 40px 40px;
  transition: all 0.5s linear;
  opacity: 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.col-box .box-blue-part .arrow-img {
  display: flex;
  align-items: center;
  justify-content: right;
}
.col-box .box-blue-part p {
  color: #fff;
}
.col-box .box-blue-part img {
  max-width: 40px;
}
.col-box:hover .box-gray-part {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.col-box:hover .box-blue-part {
  display: block;
  background: #11174a;
  opacity: 1;
  box-shadow: 0 49px 28px -40px rgb(0 0 0 / 0.82);
  -webkit-box-shadow: 0 49px 28px -40px rgb(0 0 0 / 0.82);
  -moz-box-shadow: 0 49px 28px -40px rgb(0 0 0 / 0.82);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.home-sec4 h5.head-text {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  color: white;
  margin-top: 20px;
}
.home-sec5 .col-box-area {
  padding: 10% 0 0;
}
.home-sec5-left {
  display: flex;
  background-size: 40%, 40%;
  align-items: center;
}
.home-sec5-left .left-ban-box {
  position: relative;
  z-index: 0;
  display: block;
  background: #f8f8f8;
  width: 67%;
  padding: 40px;
  margin: 6% 0 0 17%;
}
.home-sec5 h2.vertical {
  position: absolute;
  left: -103px;
  top: 34%;
}
.home-sec5 h2.vertical:before {
  position: absolute;
  top: 0;
  right: 4px;
}
.home-sec5 .avatar-area {
  position: absolute;
  z-index: 2;
  top: 75px;
  right: 25.6%;
}
.home-sec5 .avatar-area img {
  max-width: 280px;
}
.home-sec5-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
.home-sec5-right img.outer-img {
  position: relative;
  z-index: 0;
  transition: transform 0.5s;
}
.home-sec5-right .inner-circle-area {
  position: relative;
  top: 186px;
  padding-right: 120px;
}
.home-sec5-right .inner-circle-area img.inner-img {
  position: relative;
  z-index: 10;
  max-width: 211px;
}
.circle-hand1 {
  position: absolute;
  top: -113px;
  left: 58px;
  z-index: 0;
}
.circle-hand2 {
  position: absolute;
  top: 141px;
  left: 64px;
  z-index: 0;
}
.circle-hand2 img {
  max-width: 177px;
}
.circle-hand3 {
  position: absolute;
  top: 142px;
  left: -51px;
  z-index: 0;
}
.circle-hand3 img {
  max-width: 95px;
}
.circle-hand4 {
  position: absolute;
  top: -64px;
  left: -112px;
  z-index: 0;
}
.home-sec5-right .right-box {
  width: 87%;
  margin-left: 23%;
  background: #f0f0f0;
  padding: 40px 20px;
  box-sizing: border-box;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  -moz-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
}
.home-sec5-right .right-box h5,
.home-sec5-right .right-box p {
  color: #11174a;
}
.home-sec5-right .cir-heading1,
.home-sec5-right .cir-heading2,
.home-sec5-right .cir-heading3,
.home-sec5-right .cir-heading4,
.home-sec5-right .cir-heading5,
.home-sec5-right .cir-heading6,
.home-sec5-right .cir-heading7,
.home-sec5-right .cir-heading8 {
  position: absolute;
  z-index: 100;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.home-sec5-right .cir-heading1 {
  top: -144px;
  left: 18%;
}
.home-sec5-right .cir-heading2 {
  top: -37%;
  left: 64%;
}
.home-sec5-right .cir-heading3 {
  top: 42%;
  left: 78%;
}
.home-sec5-right .cir-heading4 {
  top: 109%;
  left: 65%;
}
.home-sec5-right .cir-heading5 {
  top: 157%;
  left: 18%;
}
.home-sec5-right .cir-heading6 {
  top: 104%;
  left: -35%;
}
.home-sec5-right .cir-heading7 {
  top: 41%;
  left: -45%;
}
.home-sec5-right .cir-heading8 {
  top: -35%;
  left: -31%;
}
.home-sec5 ul.left-v-line {
  margin: 5% 0 0;
  padding: 0;
}
.home-sec5 ul.left-v-line li {
  display: inline-block;
  position: relative;
  margin: 0 0 25px;
  width: 49%;
  padding-right: 4%;
  vertical-align: top;
  padding-left: 25px;
  box-sizing: border-box;
}
.home-sec5 ul.left-v-line li:before {
  position: absolute;
  content: "";
  background: #b7b5b5;
  width: 8px;
  height: 90%;
  top: 2%;
  left: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.home-sec5 .comment-box-yellow {
  width: 100%;
  background: #ffbf47;
  align-items: start;
  padding: 20px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  min-height: 152px;
}
.home-sec5 .phone-img-area {
  position: relative;
  z-index: 0;
  width: 250px;
  height: 511px;
}
.home-sec5 .phone-img-area img {
  position: absolute;
  top: 0;
  left: 0;
}
.home-sec5 .yellow-box1 {
  position: relative;
  background: #f1f1f1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 50px;
  width: 46px;
  height: 77%;
  margin: 0 10px 0 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.home-sec5 .yellow-box1 .total-icons-area:hover {
  display: none;
}
.home-sec5 .yellow-box1:hover {
  background: #ffbf47;
  transition: all 0.3s ease;
}
.home-sec5 .yellow-box1:after {
  position: absolute;
  content: "";
  top: 48%;
  left: 53px;
  width: 14px;
  height: 15px;
  background: url(../images/plaform-arrow.png) no-repeat center center;
  transform: rotate(0deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
.home-sec5 .yellow-box1:hover:after {
  background: url(../images/plaform-arrow.png) no-repeat center center;
  transform: rotate(180deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
.home-sec5 .yellow-box1:hover h5.verti-text span {
  display: none;
  transition: all 0.3s ease;
}
.home-sec5 .yellow-box1:hover h5.verti-text:before {
  position: relative;
  top: -16px;
  left: 0;
  content: "These are continuous signals";
  transition: all 0.3s ease;
}
.home-sec5 .yellow-box1 .total-icons-area {
  position: relative;
  top: -1%;
  left: 73px;
  width: 133px;
  display: flex;
  align-items: flex-start;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  transform: all 3s ease;
}
.home-sec5 .yellow-box1:hover .total-icons-area {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: all 0.3s ease;
}
.home-sec5 .yellow-box1 .total-icons-area .icon-part {
  min-height: 76px;
}
.home-sec5 .phone-img-area img.phone-data1 {
  position: absolute;
  z-index: 1;
  top: 75px;
  transform: all 3s ease;
}
.home-sec5 .phone-img-area img.phone-data1:hover {
  transform: all 3s ease;
}
.home-sec5 .phone-img-area img.phone-data2 {
  position: absolute;
  z-index: 1;
  top: 190px;
  transform: all 3s ease;
}
.home-sec5 .phone-img-area img.phone-data2:hover {
  transform: all 3s ease;
}
.home-sec5 .phone-img-area img.phone-data3 {
  position: absolute;
  z-index: 1;
  top: 302px;
  transform: all 3s ease;
}
.home-sec5 .phone-img-area img.phone-data3:hover {
  transform: all 3s ease;
}
.home-sec5 .phone-img-area img.phone-data4 {
  position: absolute;
  z-index: 1;
  top: 415px;
  transform: all 3s ease;
}
.home-sec5 .phone-img-area img.phone-data4:hover {
  transform: all 3s ease;
}
.home-sec5 .yellow-box1 h5.verti-text {
  position: absolute;
  right: -110px;
  top: 48%;
  color: #11174a;
  font-weight: 600;
  font-size: 21px;
  transform: rotate(-90deg);
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease;
}
.home-sec5-content {
  padding-bottom: 40px;
}
.home-sec5 .img-text-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  vertical-align: top;
}
.home-sec5 .img-text-area img {
  margin-right: 20px;
  max-width: 90px;
}
.home-sec5 .img-text-area p span {
  display: block;
}
.home-sec5 .heading-area {
  width: 60%;
  margin: 0 0 30px;
}
.yellow {
  color: #ffbf47 !important;
}
.left-icon-area {
  width: 145px;
  position: relative;
}
.left-icon-area2 {
  width: 145px;
}
.icon-part {
  text-align: center;
  margin: 0 0 15px;
  transition: transform 0.1s;
}
.icon-part p {
  font-size: 14px;
  margin: 5px 0 0;
  color: #11174a;
}
.home-sec5 .right-gray-box {
  border-radius: 50px;
  background: #f1f1f1;
  margin: 0 0 0 5px;
  width: 46px;
  height: 77%;
  position: relative;
  right: -170px;
  text-align: center;
  cursor: pointer;
}
.home-sec5 .right-gray-box h5.verti-text {
  position: absolute;
  right: -20px;
  top: 48%;
  color: #11174a;
  font-weight: 600;
  font-size: 21px;
  white-space: nowrap;
  transform: rotate(90deg);
  text-align: center;
  transition: all 0.3s ease;
}
.home-sec5 .right-gray-box:after {
  position: absolute;
  content: "";
  top: 48%;
  left: -27px;
  width: 15px;
  height: 16px;
  background: url(../images/plaform-arrow.png) no-repeat center center;
  transform: rotate(180deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
.home-sec5 .right-gray-box:hover {
  background: #ffbf47;
}
.home-sec5 .right-gray-box:hover:after {
  background: url(../images/plaform-arrow.png) no-repeat center center;
  transform: rotate(360deg);
  transform-origin: center;
  transition: all 0.3s ease;
}
.home-sec5 .right-gray-box .right-icon-area {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visibility: hidden;
  width: 160px;
  position: relative;
  right: 187px;
  top: -50px;
}
.home-sec5 .right-gray-box:hover .right-icon-area {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.home-sec5 .right-icon-area .icon-part {
  margin: 0 0 5px;
}
.home-sec5 .right-icon-area .icon-part img {
  width: auto;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.home-sec5 .right-icon-area .icon-part img.top-img {
  max-width: 120px;
}
.button-content-area1 {
  position: relative;
  z-index: 100;
}
.hover-button1 {
  width: auto;
  margin: 0 auto;
  z-index: 1;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: 1px solid rgb(0 0 0 / 0.3);
  padding: 12px 30px;
  color: #11174a;
  white-space: nowrap;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.hover-button1:hover {
  background: #ffbf47;
  color: #11174a;
}
.hover-button1 .button1-content {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px;
  white-space: wrap;
  font-size: 14px;
  text-align: left;
  height: 230px;
  z-index: -1;
  width: 100%;
  margin: 0 auto;
  bottom: 0;
  background: #11174a;
  color: #fff;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  transition: height 0.3s linear;
}
.hover-button1:hover .button1-content {
  display: block;
  height: 230px;
  transition: height 0.3s linear;
}
.hover-button1 .button1-content img {
  margin-right: 5px;
  width: 20px;
}
.button1-content ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.button1-content ul li {
  color: #fff !important;
}
.button-content-area1 .hvr-icon1,
.button-content-area1 .hvr-icon2,
.button-content-area1 .hvr-icon3,
.button-content-area1 .hvr-icon4,
.button-content-area1 .hvr-icon5,
.button-content-area1 .hvr-icon6,
.button-content-area1 .hvr-icon7,
.button-content-area1 .hvr-icon8,
.button-content-area1 .hvr-icon9 {
  margin: 0;
  padding-left: 48px;
  background-size: 40px 36px;
}
.button-content-area1 .hvr-icon1 {
  background: url(../images/hover-btn-icon1.png) no-repeat left center;
}
.button-content-area1 .hvr-icon2 {
  background: url(../images/hover-btn-icon2.png) no-repeat left center;
}
.button-content-area1 .hvr-icon3 {
  background: url(../images/hover-btn-icon3.png) no-repeat left center;
}
.button-content-area1 .hvr-icon4 {
  background: url(../images/hover-btn-icon4.png) no-repeat left center;
}
.button-content-area1 .hvr-icon5 {
  background: url(../images/hover-btn-icon5.png) no-repeat left center;
}
.button-content-area1 .hvr-icon6 {
  background: url(../images/hover-btn-icon6.png) no-repeat left center;
}
.button-content-area1 .hvr-icon7 {
  background: url(../images/hover-btn-icon7.png) no-repeat left center;
}
.button-content-area1 .hvr-icon8 {
  background: url(../images/hover-btn-icon8.png) no-repeat left center;
}
.button-content-area1 .hvr-icon9 {
  background: url(../images/hover-btn-icon9.png) no-repeat left center;
}
.home-sec6 {
  position: relative;
}
.hover-button-area {
  max-width: 1200px;
  margin: 0 auto;
}
.home-sec6 h2.vertical,
.home-sec4 h2.vertical {
  position: absolute;
  font-size: 40px;
  left: -40px;
  top: 50%;
  transform: rotate(-90deg) translateX(10%);
}
.home-sec6 .col-box-area {
  padding: 0;
}
.home-sec6 h5 {
  font-weight: 700;
  display: block;
  font-size: 22px;
  min-height: 48px;
}
.home-sec6 .comment-box-blue {
  width: 100%;
  background: #1a1847;
  align-items: start;
  padding: 20px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  min-height: 152px;
  margin: 0 0 30px;
}
.home-sec6 .comment-box-blue h5 {
  color: #fff;
  font-weight: 400;
}
.home-sec6 ul {
  list-style: none;
}
.home-sec6-icon1 {
  background: url(../images/home-sec6-icon1.png) no-repeat left center;
}
.home-sec6-icon2 {
  background: url(../images/home-sec6-icon2.png) no-repeat left center;
}
.home-sec6-icon3 {
  background: url(../images/home-sec6-icon3.png) no-repeat left center;
}
.home-sec6-icon4 {
  background: url(../images/home-sec6-icon4.png) no-repeat left center;
}
.home-sec6-icon5 {
  background: url(../images/home-sec6-icon5.png) no-repeat left center;
}
.home-sec6-icon6 {
  background: url(../images/home-sec6-icon6.png) no-repeat left center;
}
.home-sec6-icon7 {
  background: url(../images/home-sec6-icon7.png) no-repeat left center;
}
.home-sec6-icon8 {
  background: url(../images/home-sec6-icon8.png) no-repeat left center;
}
.home-sec6-icon9 {
  background: url(../images/home-sec6-icon9.png) no-repeat left center;
}
.why-optimas-card {
  max-width: 350px;
  width: 100%;
  background: radial-gradient(circle at bottom, #33167a, #11174a);
  color: white;
  padding: 40px 20px 20px;
  border-radius: 10px;
  position: relative;
}
.why-optimas-card h5 {
  color: #ffbf47;
  font-size: 20px;
  text-align: center;
}
.why-optimas-card h5::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 1px;
  background-color: white;
}
.why-optimas-card li {
  max-width: 350px;
  width: 100%;
  min-height: 50px;
  padding: 0 10px;
  margin: 25px auto;
  display: flex;
  gap: 6px;
  align-items: flex-start;
}
.why-optimas-card li img {
  max-width: 8px;
  width: 100%;
  position: relative;
  top: 5px;
}
.why-card-arrow {
  background: #ffbf47;
  display: inline-block;
  border-radius: 999px;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  z-index: 999;
}
.why-card-arrow img {
  width: 30px;
}
.bter-banner {
  position: relative;
  padding: 5% 0 5%;
  z-index: 0;
  background: url(../images/bter/bter-banner-bg.gif) no-repeat center center;
  background-size: cover;
}
.bter-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(255 255 255 / 0.9);
}
.bter-banner-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 404px;
  height: 430px;
  z-index: 1;
  background: url(../images/home-sec5-corner1.png) right top no-repeat;
  background-size: 62%;
}
.bter-banner-left,
.bter-banner-right {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.bter-banner-chakra-gray-bg {
  position: absolute;
  display: block;
  z-index: 2;
  top: -21%;
  left: 6%;
  background: #eee;
  width: 390px;
  height: 390px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bter-banner-chakra-blue-bg {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  top: -12%;
  left: 5%;
  width: 352px;
  height: 352px;
  background: #11174a url(../images/chakra.gif) no-repeat top left;
  background-position-x: -124px;
  background-position-y: 7px;
  background-size: auto;
  background-blend-mode: screen;
  background-size: 600px 338px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bter-banner-left .avatar-area {
  position: relative;
  top: 94px;
  left: -14px;
}
.bter-banner .left-ban-box h1,
.newsroom-banner .left-ban-box2 h1 {
  font-size: 1.75rem;
  font-weight: 700;
}
.bter-banner .left-ban-box h1 span {
  display: block;
  font-weight: 400;
}
.bter-banner-right .left-ban-box {
  top: 10%;
}
.bter-sec2 {
  background: #f3f3f3;
  box-shadow: -1px 128px 22px -111px rgb(0 0 0 / 0.68);
  -webkit-box-shadow: -1px 128px 22px -111px rgb(0 0 0 / 0.68);
  -moz-box-shadow: -1px 128px 22px -111px rgb(0 0 0 / 0.68);
}
.bter-sec2 h2.vertical,
.bter-sec3 h2.vertical,
.bter-sec4 h2.vertical,
.bter-sec5 h2.vertical,
.bter-sec6 h2.vertical,
.bter-sec7 h2.vertical {
  left: -72px;
  color: #8f8f8f;
}
.bter-sec2 h2.vertical small,
.bter-sec3 h2.vertical small,
.bter-sec4 h2.vertical small,
.bter-sec5 h2.vertical small,
.bter-sec6 h2.vertical small {
  font-size: 18px;
  position: relative;
  top: -13px;
}
.bter-sec2 h2.vertical {
  left: -279px;
}
.bter-sec2-cont-area {
  padding-left: 12%;
}
.comment-box1,
.comment-box2 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 60%;
  background: #ffbf47;
  align-items: start;
  padding: 20px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.comment-box1 {
  position: relative;
  z-index: 1;
  margin: 15% 0 0;
}
.bter-sec2-cont-area .column1,
.bter-sec2-cont-area .column2,
.bter-sec2-cont-area .column3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.img-question-box1,
.img-question-box2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.img-question-box1 img {
  max-width: 400px;
}
.img-question-box2 img {
  max-width: 450px;
}
.img-question-box1 {
  margin: -28% 0 0;
  width: 90%;
}
.img-question-box2 {
  display: flex;
  justify-content: center;
  margin: 9% 0 10%;
  width: 90%;
}
.question-comment-box1,
.question-comment-box2 {
  position: relative;
  width: 100%;
  background: #11174a;
  color: #fff;
  padding: 20px 40px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  padding: 20px 30px;
}
.question-comment-box1 p,
.question-comment-box2 p {
  color: #fff;
}
.icon-circle1,
.icon-circle2 {
  position: absolute;
  z-index: 2;
  right: -74px;
  top: 12%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: #ffbf47;
  border: 5px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.icon-circle2 {
  left: -100px;
  top: 12%;
}
.icon-circle1 p,
.icon-circle2 p {
  padding: 5px 0 0;
  line-height: 1;
  color: #11174a;
}
.icon-circle2 p {
  padding: 0 0 0;
}
.icon-circle1 img,
.icon-circle2 img {
  max-width: 50px;
}
.line-top {
  position: absolute;
  z-index: 0 !important;
  top: 11%;
  left: 28%;
  width: 536px;
  height: 260px;
  z-index: -1;
  background: #fff0;
  border-top: dashed 2px #11174a;
  padding: 40px 40px;
  border-radius: 50%;
  margin: 20px -50px 0;
  transform: rotate(-154deg);
}
.line-top:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 3.5%;
  width: 0;
  height: 0;
  border-left: 10px solid #fff0;
  border-right: 10px solid #fff0;
  border-bottom: 15px solid #11174a;
  transform: rotate(-106deg);
  left: 23.4%;
}
.line-top2 {
  position: absolute;
  z-index: 1 !important;
  top: 69%;
  left: -46%;
  width: 350px;
  height: 295px;
  z-index: -1;
  background: #fff0;
  border-top: dashed 2px #11174a;
  padding: 40px 40px;
  border-radius: 66%;
  margin: 20px -50px 0;
  transform: rotate(99deg);
}
.line-top2:after {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 80%;
  width: 0;
  height: 0;
  border-left: 10px solid #fff0;
  border-right: 10px solid #fff0;
  border-bottom: 15px solid #11174a;
  transform: rotate(133deg);
  right: 8.4%;
}
.line-top3 {
  position: absolute;
  z-index: 1 !important;
  top: -28%;
  left: 110%;
  width: 185px;
  height: 140px;
  z-index: -1;
  background: #fff0;
  border-top: dashed 2px #11174a;
  padding: 40px 40px;
  border-radius: 66%;
  margin: 20px -50px 0;
  transform: rotate(-230deg);
}
.line-top3:after {
  position: absolute;
  content: "";
  z-index: 3;
  bottom: 94%;
  width: 0;
  height: 0;
  border-left: 10px solid #fff0;
  border-right: 10px solid #fff0;
  border-bottom: 15px solid #11174a;
  transform: rotate(281deg);
  left: 55.4%;
}
.bter-sec3 {
  padding: 16% 0 14%;
  margin: 8% 0 0;
  background: url(../images/home-sec4-corner2.png) no-repeat left bottom;
  background-size: auto;
  background-size: 28%;
}
.bter-sec3 h2.vertical {
  top: 42%;
  left: -314px;
}
.bter-sec4 h2.vertical {
  top: 47%;
  left: -257px;
}
.bter-sec5 h2.vertical {
  left: -216px;
}
.bter-sec6 h2.vertical {
  top: 23%;
  left: -124px;
}
.bter-sec7 h2.vertical {
  top: 46%;
  left: -260px;
}
.bter-sec2 h2.vertical:before,
.bter-sec3 h2.vertical:before,
.bter-sec4 h2.vertical:before,
.bter-sec5 h2.vertical:before,
.bter-sec6 h2.vertical:before {
  background: #ffbf47;
}
.bter-sec3-cont-area {
  position: relative;
}
.bter-sec3 .yellow-box,
.bter-sec7 .yellow-box {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ffbf47;
  align-items: start;
  padding: 10px 30px;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}
.bter-sec3 .yellow-box h5,
.bter-sec7 .yellow-box h5 {
  margin-bottom: 0;
}
.bter-sec3 .gray-box {
  background: #efefef;
  padding: 20px;
  margin-bottom: 30px;
}
.bter-sec3 .colm1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.bter-sec3 .colm2 {
  display: flex;
  align-items: center;
}
.bter-sec3 .colm2 img {
  position: relative;
  z-index: 2;
}
.bter-sec3 .colm3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
p.padd1 {
  padding: 0 20px;
}
.bter-sec3 .colm3 ul {
  margin-left: 15px;
}
.bter-sec3 .colm3 ul li {
  margin: 0 0 7px;
}
.colm1-content {
  position: absolute;
  left: 10%;
  width: 33%;
}
.colm3-content {
  position: absolute;
  right: -44px;
  width: 35%;
}
.top-heading {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}
.bter-sec4,
.bter-sec6 {
  background: url(../images/bter/bter-sec4-corner.png) no-repeat right bottom;
  background-size: auto;
  background-size: 28%;
}
.bter-avatar-area {
  display: flex;
  justify-content: flex-end;
  padding-right: 5%;
}
.bter-avatar-area img {
  width: 100%;
  max-width: 300px;
}
.bter-sec4 ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-size: 35px 35px;
  padding-left: 50px;
  color: #11174a;
  min-height: 38px;
  margin: 35px 0;
}
.bter-sec4-icon1,
.bter-sec4-icon2,
.bter-sec4-icon3,
.bter-sec4-icon4 {
  background-size: 40px 40px;
}
.bter-sec4-icon1 {
  background: url(../images/bter/bter-sec4-icon1.png) no-repeat left top;
}
.bter-sec4-icon2 {
  background: url(../images/bter/bter-sec4-icon2.png) no-repeat left top;
}
.bter-sec4-icon3 {
  background: url(../images/bter/bter-sec4-icon3.png) no-repeat left top;
}
.bter-sec4-icon4 {
  background: url(../images/bter/bter-sec4-icon4.png) no-repeat left top;
}
.bter-sec5 {
  padding: 6% 0;
  margin: 8% 0;
  background: url(../images/home-sec4-corner2.png) no-repeat left bottom;
  background-size: auto;
  background-size: 28%;
}
.bter-sec5-cont-area {
  margin-left: 10%;
}
.cir-img-area {
  display: flex;
  justify-content: flex-end;
  padding-right: 6%;
}
.cir-img-area img {
  max-width: 450px;
}
.bter-sec5 .right-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blue-text-box-area {
  width: 100%;
  background: #11174a;
  color: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 0 30px;
  margin-bottom: 30px;
}
.blue-text-box-area ul {
  margin-left: 15px;
  padding: 20px 0;
}
.blue-text-box-area ul li {
  margin-bottom: 5px;
}
.blue-text-box-area ul li:last-child {
  margin-bottom: 0;
}
h4.panel-title a {
  display: flex;
  padding-left: 30px;
  font-size: 18px;
  color: #11174a;
  text-decoration: none;
}
.round-icon {
  position: relative;
  top: -4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  width: 30px;
  height: 30px;
  border: 2px solid #11174a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.round-icon i {
  font-size: 14px;
}
.right-col .panel-collapse .collapse {
  transform: all 0.3s linear;
}
.right-col .panel-collapse .collapse.show {
  transform: all 0.3s linear;
}
.bter-sec6 {
  padding: 0 0 6%;
}
.bter-sec6 .col-box .box-gray-part h5 {
  margin-top: 0;
}
.bter-sec6 .col-box .box-gray-part {
  min-height: 568px;
}
.bter-sec6 .col-box:hover .box-gray-part {
  -webkit-border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  border-radius: 0 0 40px 40px;
}
.bter-sec6 .col-box .box-gray-part ul {
  margin: 0 0 0 15px;
}
.bter-sec6 .col-box .box-gray-part ul li {
  margin: 0 0 15px;
}
.bter-sec6 .col-box .box-gray-part ul.bold-text {
  margin: 0 0 0 15px;
  font-weight: 600;
}
.bter-sec6 .col-box .box-gray-part ul.bold-text li {
  margin: 0 0 5px;
}
.bter-sec7 {
  padding: 12% 0;
  position: relative;
  background: url(../images/bter/bter-sec4-corner.png) no-repeat right bottom;
  background-size: 40%;
}
.bter-sec7 .left-padd {
  padding: 10% 0 0 15%;
  font-weight: 600;
}
.col1-content-top {
  padding-right: 13%;
}
.bter-sec7 .left-padd span {
  display: block;
  padding: 0 20px;
}
.bter-sec7-img-area img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
}
.bter-sec7 .col1-content {
  position: absolute;
  top: 34%;
  left: 12%;
  width: 53%;
}
.btn-area3 {
  position: relative;
  left: 30%;
  margin: 20px 0 0;
}
.btn-area3 a {
  display: inline-block;
  background: #11174a;
  border: 4px solid #11174a;
  padding: 5px 30px;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.btn-area3 a:hover {
  background: #fff;
  border: 4px solid #11174a;
  padding: 5px 30px;
  color: #11174a;
  transition: all 0.3s ease;
}
.company-banner,
.contact-banner,
.case-studies-banner,
.white-papers-banner {
  position: relative;
  padding: 6% 0;
  z-index: 0;
}
.contact-banner {
  background: url(../images/contact-us/contact-ban-bg.png) no-repeat center
    center;
  background-size: cover;
}
.company-banner h1,
.contact-banner h1,
.case-studies-banner h1,
.white-papers-banner h1 {
  color: #fff;
}
.company-banner p,
.contact-banner p,
.case-studies-banner p,
.white-papers-banner p {
  color: #fff;
}
.contact-sec2 {
  background: #fff;
}
.form-area .input-group-text {
  width: 40px;
  background-color: #fff0;
  padding: 10px 0 10px 10px;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-area .form-field2 .input-group-text {
  align-items: start;
}
.form-area .input-group-text i {
  font-size: 20px;
  color: #a1a1a1;
}
.form-area .form-field2 .input-group-text img {
  max-width: 20px;
}
.form-area .form-control {
  border: 1px solid #bcbcbc;
  border-left: 0;
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.form-area .form-field,
.form-area .form-field2 {
  margin: 0 0 20px;
}
.btn-area1 {
  display: flex;
  justify-content: flex-end;
}
.form-area .frm-btn {
  display: inline-block;
  background: #11174a;
  font-size: 1.2rem;
  border: 2px solid #11174a;
  border-radius: 50px;
  padding: 10px 35px;
  margin: 0;
  font-weight: 400;
  color: #fff;
  outline: none;
  transition: all 0.4s ease;
  text-decoration: none;
}
.form-area .frm-btn:hover {
  background: #fff;
  border: 2px solid #11174a;
  color: #11174a;
  transition: all 0.4s ease;
  text-decoration: none;
}
.company-banner {
  background: url(../images/company/company-ban-bg.jpg) no-repeat center center;
  background-size: cover;
}
.company-sec2 {
  background: url(../images/home-sec5-corner1.png) right top no-repeat;
  background-size: auto;
  background-size: 17% 49%;
}
.company-sec2-content {
  position: relative;
}
.company-sec2-img-area img {
  box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  -webkit-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  -moz-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
}
.company-sec2-txt-area {
  position: absolute;
  left: 52%;
  top: 13%;
}
.ban-txt-width {
  width: 70%;
  margin: 0 auto;
}
.company-sec2-txt-area h4 {
  font-weight: 600;
  margin: 0 0 10px 96px;
}
.company-sec2-txt-area .txt-box1,
.company-sec2-txt-area .txt-box2 {
  background: #f2f2f2;
  padding: 20px 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  -moz-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
}
.company-sec2-txt-area .txt-box1 p,
.company-sec2-txt-area .txt-box2 p {
  color: #11174a;
  line-height: 1.4;
}
.leader-area {
  text-align: center;
}
.leader-area img {
  max-width: 200px;
  border: 5px solid #ffbf47;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 20px;
}
.leader-area p {
  font-weight: 400;
}
.leader-area p.l-name {
  font-size: 1.125rem;
  font-weight: 600;
}
.leader-area p.desig {
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0 0 10px;
}
.company-sec2 {
  padding: 10% 0;
}
.company-sec3 {
  background: url(../images/home-sec4-corner2.png) no-repeat left bottom;
  background-size: 17% 45%;
}
.company-sec3 h4 {
  font-weight: 600;
  margin: 0 0 30px;
}
.platform-sec1 {
  padding: 10% 0;
  text-align: center;
}
.platform-sec1 h2 {
  font-size: 48px;
  font-weight: 600;
  color: #11174a;
}
footer {
  background: #11174a;
  background-image: url("../images/footer-vector-lines.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 800px;
}
footer h6 {
  color: #febe47;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}
footer ul li {
  padding-bottom: 15px;
}
footer .nav-link {
  color: white;
}
footer div p {
  padding-bottom: 8px;
}
footer ul li a,
footer p,
footer p a,
footer i {
  color: #fff;
}
footer ul li a,
footer p a {
  text-decoration: none;
}
footer ul li a:hover,
footer p a:hover {
  color: #ffbf47;
  text-decoration: none;
}
footer i {
  font-size: 14px;
  margin-right: 5px;
  background: white;
  padding: 5px;
  border-radius: 999px;
  color: #11174a;
  font-weight: lighter;
  margin-right: 10px;
}
figure.imghvr-flip-vert {
  width: 100%;
  padding: 20px 40px 20px;
  min-height: 300px;
  text-align: center;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: rgb(0 0 0 / 0.45) 0 25px 20px -20px;
  -moz-box-shadow: rgb(0 0 0 / 0.45) 0 25px 20px -20px;
  box-shadow: rgb(0 0 0 / 0.45) 0 25px 20px -20px;
}
figure img {
  margin-bottom: 20px;
}
figure a.appl-link {
  position: static;
  top: 20px;
}
figure a.appl-link img {
  max-width: 40px;
}
figure h5 {
  min-height: 48px;
}
figure p {
  display: block;
  min-height: 80px;
  padding-bottom: 20px;
}
figcaption p {
  color: #fff;
  padding-bottom: 0;
}
figcaption img.hoverr-img {
  width: 100%;
  max-width: 250px;
}
[class^="imghvr-"],
[class*=" imghvr-"] {
  position: relative;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  background-color: #fff;
  color: #11174a;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^="imghvr-"] > img,
[class*=" imghvr-"] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^="imghvr-"] figcaption,
[class*=" imghvr-"] figcaption {
  background-color: #11174a;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}
[class^="imghvr-"] figcaption h1,
[class^="imghvr-"] figcaption h2,
[class^="imghvr-"] figcaption h3,
[class^="imghvr-"] figcaption h4,
[class^="imghvr-"] figcaption h5,
[class^="imghvr-"] figcaption h6,
[class*=" imghvr-"] figcaption h1,
[class*=" imghvr-"] figcaption h2,
[class*=" imghvr-"] figcaption h3,
[class*=" imghvr-"] figcaption h4,
[class*=" imghvr-"] figcaption h5,
[class*=" imghvr-"] figcaption h6 {
  color: #fff;
}
[class^="imghvr-"] a,
[class*=" imghvr-"] a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
[class^="imghvr-"],
[class*=" imghvr-"],
[class^="imghvr-"]:before,
[class^="imghvr-"]:after,
[class*=" imghvr-"]:before,
[class*=" imghvr-"]:after,
[class^="imghvr-"] *,
[class*=" imghvr-"] *,
[class^="imghvr-"] *:before,
[class^="imghvr-"] *:after,
[class*=" imghvr-"] *:before,
[class*=" imghvr-"] *:after {
  box-sizing: border-box;
  transition: all 0.35s ease;
}
.imghvr-flip-vert figcaption {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.imghvr-flip-vert:hover > img {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.imghvr-flip-vert:hover figcaption {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.circle-hand1 .cirl-hand1-content,
.circle-hand2 .cirl-hand2-content,
.circle-hand3 .cirl-hand3-content,
.circle-hand4 .cirl-hand4-content {
  display: none;
}
.circle-hand1:hover .cirl-hand1-content,
.circle-hand2:hover .cirl-hand2-content,
.circle-hand3:hover .cirl-hand3-content,
.circle-hand4:hover .cirl-hand4-content {
  display: block;
  position: absolute;
  top: 30px;
  left: 260px;
  background: #ffbf47;
  display: inline-block;
  width: 200px;
  padding: 10px;
  color: #11174a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.circle-hand2:hover .cirl-hand2-content {
  top: 100px;
  left: 150px;
}
.circle-hand3:hover .cirl-hand3-content {
  top: 100px;
  left: -250px;
}
.circle-hand4:hover .cirl-hand4-content {
  top: 0;
  left: -220px;
}
.circle-hand1 .cirl-hand1-content:after,
.circle-hand2 .cirl-hand2-content:after {
  position: absolute;
  top: 20px;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #fff0;
  border-right: 20px solid #ffbf47;
  border-bottom: 10px solid #fff0;
}
.circle-hand3 .cirl-hand3-content:after,
.circle-hand4 .cirl-hand4-content:after {
  position: absolute;
  top: 20px;
  right: -10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #fff0;
  border-left: 20px solid #ffbf47;
  border-bottom: 10px solid #fff0;
}
.leader-image {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}
.accordion-body p {
  color: #11174a;
}
.accordion-body > p a {
  color: #11174a;
  font-weight: bold;
  margin-left: 2px;
  font-size: 16px;
}
.leader-image span.linkedin-icon-area {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 14px;
  top: 15px;
  display: block;
  background: #11174a;
  border: 2px solid #ffbf47;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.leader-image span.linkedin-icon-area i {
  color: #fff;
  font-size: 15px;
  line-height: 27px;
}
.cont-detl-area {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.y .flipbox {
  width: 100%;
  min-height: 340px;
  box-sizing: border-box;
  text-align: center;
  float: left;
  margin-right: 20px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tile {
  position: relative;
  width: 100%;
  padding: 20px 30px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: rgb(0 0 0 / 0.45) 0 25px 20px -20px;
  -moz-box-shadow: rgb(0 0 0 / 0.45) 0 25px 20px -20px;
  box-shadow: rgb(0 0 0 / 0.45) 0 25px 20px -20px;
}
.tile h5 {
  min-height: 48px;
}
.tile p {
  min-height: 80px;
}
.tile img {
  margin: 0 0 20px;
  /* min-height: 70px; */
}
.tile a.appl-link img {
  max-width: 40px;
}
.front.tile {
  z-index: 2;
  border: 1px solid #cdcdcd;
  background: #fff;
}
.back.tile img {
  width: 100%;
  max-width: 250px;
}
.back.tile a.appl-link img {
  max-width: 40px;
  margin: 0 0 18px;
}
.y .back.tile {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  border: 1px solid #11174a;
  background: #11174a;
  transform: rotateY(0.5turn);
}
.y .back.tile p {
  color: #fff;
  padding-bottom: 0;
}
.y .flipbox:hover {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  float: left;
  margin-right: 20px;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(0.5turn);
}
.newsroom-banner {
  position: relative;
  background: url(../images/newsroom/newsroom-ban-bg.gif) no-repeat 8% 16%;
  background-size: cover;
  overflow: hidden;
}
.newsroom-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(255 255 255 / 0.5);
}
.newsroom-ban-img {
  position: absolute;
  z-index: 0;
  bottom: -218px;
  right: 4%;
}
.newsroom-banner h1 span.thin-txt {
  display: block;
  font-weight: 300;
}
.newsroom-banner-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.newsroom-banner-rgt .newsroom-avatar {
  position: relative;
  z-index: 2;
  margin-top: 8%;
  margin-left: 0%;
}
.newsroom-sec2-content h5 {
  line-height: 1.4;
}
.news-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 40px;
  min-height: 250px;
  box-sizing: border-box;
}
.article-image {
  width: 100%;
}
.news-box .article-image img {
  max-width: 100%;
  height: 170px;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.news-box .article-text {
  margin: 10px;
  display: flex;
  gap: 5px;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 10px;
}
.news-box .article-text a img {
  width: 30px;
}
.article-heading-area {
  min-height: 90px;
}
.article-heading-area p {
  font-size: 15px;
}
p.article-date {
  color: rgb(80, 80, 80);
  margin-top: 4px;
  font-size: 13px;
}
.news-box-btn {
  display: block;
  text-align: right;
}
.news-box-btn {
  margin-top: 20px;
}
.news-box-btn img {
  width: 100%;
  max-width: 50px;
}
.newsroom-sec2 {
  position: relative;
}
.newsroom-sec2 h2.vertical {
  left: -34px;
  top: 10%;
}
.btn-area4 {
  display: block;
  text-align: center;
  margin: 20px 0 0;
}
.btn-area4 a, .btn-area4 button {
  display: inline-block;
  text-align: center;
  background: #11174a;
  border: 4px solid #11174a;
  padding: 10px 30px;
  color: #ffbf47;
  font-size: 1.4rem;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  transition: all 0.3s ease;
}
.btn-area4 a:hover, .btn-area4 button:hover {
  background: #fff;
  border: 4px solid #11174a;
  padding: 10px 30px;
  color: #11174a;
  transition: all 0.3s ease;
}
.news-top-box {
  display: block;
  width: 100%;
  padding: 20px 20px 10px;
  background: #11174a;
  color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 7px 12px -7px rgb(0 0 0 / 0.4);
  -moz-box-shadow: 0 7px 12px -7px rgb(0 0 0 / 0.4);
  box-shadow: 0 7px 12px -7px rgb(0 0 0 / 0.4);
}
.news-top-box p {
  color: #fff;
}
.news-top-box .read-now {
  display: block;
  text-align: right;
}
.news-top-box .read-now a {
  font-size: 12px;
  color: #ffbf47;
  text-decoration: none;
  transition: all 0.3s ease;
}
.news-top-box .read-now a i {
  font-size: 10px;
  color: #ffbf47;
  transition: all 0.3s ease;
}
.news-top-box .read-now a:hover,
.news-top-box .read-now a:hover i {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.gray-small-text {
  font-size: 0.9rem;
  color: #6f6f6f;
}
a.press-release-btn {
  display: inline-block;
  padding: 2px 10px;
  margin-top: 20px;
  font-size: 12px;
  color: #11174a;
  background: #fff;
  border: 1px solid #11174a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
a.press-release-btn:hover {
  display: inline-block;
  padding: 2px 10px;
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
  background: #11174a;
  border: 1px solid #11174a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.newsroom-article-sec1 {
  background: url(../images/newsroom/newsroom-article-bg.png) no-repeat right
    bottom;
  background-size: auto;
  background-size: 35% 100%;
}
.newsroom-article-area {
  margin-bottom: 50px;
}
.newsroom-article-sec1 h2.vertical {
  top: 15%;
  left: -28px;
}
.related-article-heading {
  margin: 80px 0 50px;
}
.newsroom-article-date p {
  font-style: italic;
  font-weight: 200;
  font-size: 20px;
  margin: 10px 0 30px;
  color: rgb(0, 0, 0);
}
.related-article-heading h3 {
  position: relative;
  border-bottom: 2px solid #11174a;
}
.related-article-heading h3 span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 8px 15px;
  background: #ffbf47;
  color: #11174a;
  font-size: 1.2rem;
}
.article-form {
  display: block;
  width: 100%;
  background: #eee;
  border: 1px solid #bbb;
  padding: 40px 30px;
}
.article-form .form-control {
  border: 1px solid #bbb;
  color: #11174a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.article-form-btn {
  margin-top: 30px;
}
.article-form-btn .btn {
  display: inline-block;
  padding: 10px 25px;
  background: #ffbf47;
  color: #11174a;
  font-size: 1.1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.left-ban-box2 {
  position: relative;
  z-index: 100;
  min-height: 250px;
  width: 80%;
  background: #f4f4f4;
  padding: 30px 35px;
  margin-bottom: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  -webkit-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
  -moz-box-shadow: 0 76px 28px -62px rgb(0 0 0 / 0.82);
}
.read-more {
  display: block;
  margin: 30px 0 100px;
}
.read-more a {
  color: #11174a;
  font-size: 1.4rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.read-more a:hover {
  color: #11174a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.read-more a i {
  position: relative;
  left: 0;
  font-size: 1rem;
  transition: left 0.3s linear;
}
.read-more a:hover i {
  left: 10px;
  transition: left 0.3s linear;
}
.newsroom-article-area h4 {
  margin-top: 20px;
}

img.newsroom-float-left {
  float: left;
  width: 40%;
  max-width: 170px;
  margin-right: 25px;
  margin-bottom: 10px;
}
.full-wdth {
  width: 100%;
}
.newsroom-article-area a.inner-link {
  color: #11174a;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.newsroom-article-area a.inner-link:hover {
  color: #11174a;
  text-decoration: none;
  transition: all 0.3s ease;
}
.newroom-video-area iframe {
  width: 100%;
  height: 540px;
  /* margin-bottom: 2%; */
}
.coming-soon-banner {
  max-width: 1200px;
  margin: 50px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9)),
    url("../images/case-studies/case-studies-ban-bg.jpg");
  min-height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}
.coming-soon-banner h1 {
  font-size: clamp(38px, 5vw, 64px);
  font-weight: bolder;
  color: white;
}
/*------case studies---------*/
.case-studies-banner {
  background: url(../images/case-studies/case-studies-ban-bg.jpg)
    rgba(0, 0, 0, 0.5) no-repeat center center;
  background-size: auto;
  background-size: cover;
  background-blend-mode: multiply;
}
.dropdown-menu.menu-width1.show {
  width: 250px;
  left: -60px;
}
.case-studies-sec2,
.white-papers-sec2,
.blogs-sec2 {
  position: relative;
}
.case-studies-sec2-corner,
.white-papers-sec2-corner,
.blogs-sec2-corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 528px;
  height: 430px;
  z-index: -1;
  background: url(../images/home-sec5-corner1.png) right top no-repeat;
  background-size: auto;
  background-size: 70%;
}
.case-studies-sec2 .col-box .box-gray-part h5,
.white-papers-sec2 .col-box .box-gray-part h5,
.blogs-sec2 .col-box .box-gray-part h5 {
  margin-top: 0;
}
.case-studies-sec2 .col-box .box-gray-part,
.white-papers-sec2 .col-box .box-gray-part,
.blogs-sec2 .col-box .box-gray-part {
  min-height: 150px;
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}

.case-studies-sec2 .col-box .box-blue-part,
.white-papers-sec2 .col-box .box-blue-part,
.blogs-sec2 .col-box .box-blue-part {
  display: block;
  background: #11174a;
  opacity: 1;
  box-shadow: 0 49px 28px -40px rgb(0 0 0 / 0.82);
  -webkit-box-shadow: 0 49px 28px -40px rgb(0 0 0 / 0.82);
  -moz-box-shadow: 0 49px 28px -40px rgb(0 0 0 / 0.82);
  -webkit-border-radius: 0 0 40px 40px;
  -moz-border-radius: 0 0 40px 40px;
  border-radius: 0 0 40px 40px;
}
.case-studies-sec2 .appl-link img,
.white-papers-sec2 .appl-link img,
.blogs-sec2 .appl-link img {
  transform: rotate(90deg);
}
.case-studies-sec2 .box-blue-part p,
.white-papers-sec2 .box-blue-part p,
.blogs-sec2 .box-blue-part p {
  display: flex;
  align-items: center;
}
.case-studies-sec2 .news-box-btn,
.white-papers-sec2 .news-box-btn,
.blogs-sec2 .news-box-btn {
  margin-top: 0px;
}
.white-papers-banner {
  background: url(../images/white-papers/white-papers-ban-bg.jpg)
    rgba(0, 0, 0, 0.3) no-repeat center center;
  background-size: auto;
  background-size: cover;
  background-blend-mode: multiply;
}
.white-papers-sec2 .col-box .box-blue-part {
  min-height: 130px;
}
.blogs-sec2 .col-box .box-gray-part {
  min-height: 215px;
}

.footer__sub__links {
  padding: 0;
}

/*-----start added on 27-09-24-----*/
.home-sec5-right.platfrom-sec2 img.outer-img {
  position: relative;
  z-index: 0;
  transition: transform 0.5s;
}
.home-sec5-right.platfrom-sec2 .inner-circle-area {
  position: relative;
  top: 186px;
  padding-right: 120px;
}
.home-sec5-right.platfrom-sec2 .inner-circle-area img.inner-img {
  position: relative;
  z-index: 10;
  max-width: 211px;
}
.plat-circle-hand1 {
  position: absolute;
  top: -113px;
  left: 58px;
  z-index: 0;
}
.plat-circle-hand2 {
  position: absolute;
  top: -64px;
  left: 145px;
  z-index: 0;
}
.plat-circle-hand2 img {
  max-width: 177px;
}
.plat-circle-hand3 {
  position: absolute;
  top: 55px;
  left: 172px;
  z-index: 0;
}
.plat-circle-hand3 img {
  max-width: 123px;
}
.plat-circle-hand4 {
  position: absolute;
  top: 134px;
  left: 140px;
  z-index: 0;
}
.plat-circle-hand5 {
  position: absolute;
  top: 150px;
  left: 60px;
  z-index: 0;
}
.plat-circle-hand6 {
  position: absolute;
  top: 138px;
  left: -54px;
  z-index: 0;
}
.plat-circle-hand7 {
  position: absolute;
  top: 58px;
  left: -113px;
  z-index: 0;
}
.plat-circle-hand8 {
  position: absolute;
  top: -62px;
  left: -62px;
  z-index: 0;
}
.plat-circle-hand1 .plat-cirl-hand1-content,
.plat-circle-hand2 .plat-cirl-hand2-content,
.plat-circle-hand3 .plat-cirl-hand3-content,
.plat-circle-hand4 .plat-cirl-hand4-content,
.plat-circle-hand5 .plat-cirl-hand5-content,
.plat-circle-hand6 .plat-cirl-hand6-content,
.plat-circle-hand7 .plat-cirl-hand7-content,
.plat-circle-hand8 .plat-cirl-hand8-content {
  display: none;
}
.plat-circle-hand1:hover .plat-cirl-hand1-content,
.plat-circle-hand2:hover .plat-cirl-hand2-content,
.plat-circle-hand3:hover .plat-cirl-hand3-content,
.plat-circle-hand4:hover .plat-cirl-hand4-content,
.plat-circle-hand5:hover .plat-cirl-hand5-content,
.plat-circle-hand6:hover .plat-cirl-hand6-content,
.plat-circle-hand7:hover .plat-cirl-hand7-content,
.plat-circle-hand8:hover .plat-cirl-hand8-content {
  display: block;
  position: absolute;
  top: 30px;
  left: 260px;
  background: #ffbf47;
  display: inline-block;
  width: 160px;
  padding: 10px;
  color: #11174a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 14px;
}
.plat-circle-hand1:hover .plat-cirl-hand1-content,
.plat-circle-hand2:hover .plat-cirl-hand2-content,
.plat-circle-hand3:hover .plat-cirl-hand3-content,
.plat-circle-hand4:hover .plat-cirl-hand4-content,
.plat-circle-hand5:hover .plat-cirl-hand5-content {
  width: 180px;
}
.plat-circle-hand1:hover .plat-cirl-hand1-content {
  top: -50px;
  left: 80px;
}
.plat-circle-hand2:hover .plat-cirl-hand2-content {
  top: -10px;
  left: 170px;
}
.plat-circle-hand3:hover .plat-cirl-hand3-content {
  top: 0px;
  left: 200px;
}
.plat-circle-hand4:hover .plat-cirl-hand4-content {
  top: 40px;
  left: 190px;
}
.plat-circle-hand5:hover .plat-cirl-hand5-content {
  top: 100px;
  left: 90px;
}
.plat-circle-hand6:hover .plat-cirl-hand6-content {
  top: 40px;
  left: -266px;
}
.plat-circle-hand7:hover .plat-cirl-hand7-content {
  top: 0;
  left: -235px;
}
.plat-circle-hand8:hover .plat-cirl-hand8-content {
  top: -10px;
  left: -240px;
}
.plat-circle-hand1 .plat-cirl-hand1-content:after,
.plat-circle-hand2 .plat-cirl-hand2-content:after,
.plat-circle-hand3 .plat-cirl-hand3-content:after,
.plat-circle-hand4 .plat-cirl-hand4-content:after,
.plat-circle-hand5 .plat-cirl-hand5-content:after {
  position: absolute;
  top: 20px;
  left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #fff0;
  border-right: 20px solid #ffbf47;
  border-bottom: 10px solid #fff0;
}
.plat-circle-hand6 .plat-cirl-hand6-content:after,
.plat-circle-hand7 .plat-cirl-hand7-content:after,
.plat-circle-hand8 .plat-cirl-hand8-content:after {
  position: absolute;
  top: 20px;
  left: 95%;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #fff0;
  border-left: 20px solid #ffbf47;
  border-bottom: 10px solid #fff0;
}

/* owl carousel */
.owl-carousel .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.owl-carousel .owl-nav button {
  pointer-events: all;
}

.owl-carousel .owl-nav button i {
  color: gray;
}

.gallery__page .owl-carousel .owl-nav button.owl-prev,
.gallery__page .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery__page .owl-carousel .owl-nav button.owl-prev i,
.gallery__page .owl-carousel .owl-nav button.owl-next i {
  color: #11174a;
}

@media screen and (max-width: 900px) {
  .owl-carousel .owl-nav button i {
    color: white;
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gallery__page .owl-carousel .owl-nav button.owl-prev,
  .gallery__page .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }

  .gallery__page .owl-carousel .owl-nav button i {
    background: none;
    font-size: 14px;
  }
}

/*---for mobile-----*/
.mblsec .inner-area {
  position: relative;
}
.telecom-sec6.law-enforcement6 .position {
  margin-top: -74px;
}
.telecom-sec6.law-enforcement6 .healthpng {
  max-width: 100%;
}

.home .home-sec6 h2.vertical sup {
  position: relative;
  top: -18px;
}

@media screen and (max-width: 478px) {
  .home .home-sec6 h2.vertical {
    max-width: 300px;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 568px) {
  .home .partners__body h4 {
    text-align: center;
  }
}
@media screen and (max-width: 405px) {
  .home .home-sec6 h2.vertical {
    max-width: 240px;
    width: 100%;
    text-align: center;
  }

  .home .hero__text h1 {
    font-size: 30px !important;
  }
}

.image-popup-wrapper {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  z-index: 999999;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
}

.image-popup {
  max-width: 95vw;
  max-height: 90vh;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  /* padding: 10px; */
  overflow: hidden;
}

.image-popup button {
  align-self: center;
  background: #ffbf47;
  color: var(--primary-font);
  max-width: 90px;
  width: 100%;
  padding: 6px;
  border-radius: 99px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  z-index: 99;
}

.image-popup .next-nav-btn,
.image-popup .prev-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 99px;
  position: absolute;
  top: 50%;
  z-index: 999;
}

.next-nav-btn {
  right: 80px;
}

.prev-nav-btn {
  left: 80px;
}

.image-popup img {
  max-width: 100%;
  width: 100%;
  height: 95%;
  border-radius: 15px;
  /* touch-action: none; */
}

@media screen and (max-width: 1023px) {
  .image-popup > div {
    overflow: scroll;
    flex: 1;
    height: 90%;
    position: relative;
    scroll-behavior: smooth;
  }

  .image-popup img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    flex-grow: 1;
    max-width: none;
    max-height: none;
    object-fit: contain;
    height: 100%;
    width: 1080px;
  }

  @media screen and (orientation: landscape) {
    .image-popup img {
      width: 100%;
    }
  }
}

@media screen and (max-width: 800px) {
  .prev-nav-btn {
    left: 25px;
  }

  .next-nav-btn {
    right: 25px;
  }
}

.scope-zoom span {
  position: relative;
  width: 400px; /* Set a fixed size for the container */
  height: 300px;
  overflow: hidden; /* Hide the parts of the zoomed image outside the container */
  cursor: crosshair;
}

.scope-zoom span img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Make sure the image covers the container */
  transition: transform 0.3s ease; /* Smooth transition for zoom in/out */
  transform-origin: center;
}

.gallery-title {
  margin-bottom: 20px;
  text-align: center;
  color: #ffbf47;
}

.gallery-desc {
  text-align: center;
  max-width: 1000px;
  color: gray;
  font-size: 18px;
  margin: 0px auto 20px;
  padding: 0 5px;
}

.gallery__page .gallery-desc {
  max-width: 900px;
}

/* .gallery__page #sub-title {
  min-height: 100px;
} */

.gallery__cards {
  max-width: 1200px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
}

.gallery__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}

.gallery__card__title {
  width: 250px;
  height: 250px;
  display: flex;
  padding-bottom: 20px;
  justify-content: center;
  align-items: flex-end;
  background-position: center;
  background-size: 600px;
  border-radius: 10px;
  transition: background-size 0.3s ease;
  text-align: center;
}

.gallery__card:hover .gallery__card__title {
  background-size: 750px;
}

.gallery__card__title h2 {
  color: white;
  font-size: 24px;
  font-weight: 200;
}

@media screen and (max-width: 500px) {
  .image-popup {
    max-height: 95vh;
    gap: 5px;
  }

  .image-popup > div {
    max-width: 450px;
  }
}

/* product demo page */
.product__demo__hero {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)),
    url("../images/solutions-banner.png");
  background-size: cover;
  overflow: hidden;
  background-position: center 20%;
}

.product__demo__hero__wrapper {
  position: relative;
  min-height: 440px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
  padding: 80px 10px 0;
}

.product__demo__hero__text {
  text-align: center;
  z-index: 2;
}

.product__demo__hero__text h1 {
  color: white;
  display: inline-block;
  font-size: 42px;
}
.product__demo__hero__text h1 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}
.product__demo__hero__text h1 img {
  height: 30px;
  animation: coin-spin 2s infinite linear;
}

.product__demo__hero__img {
  position: absolute;
  right: -30px;
  bottom: 0;
}

@keyframes coin-spin {
  0% {
    transform: rotateY(-180deg);
  }
  100% {
    transform: rotateY(180deg);
  }
}

.product__demo__hero__text h1::after {
  content: "";
  display: block;
  width: 60px;
  margin: 0 auto;
  height: 3px;
  background: #ffbf47;
}

.product__demo__hero__text p {
  color: white;
  max-width: 400px;
  margin-top: 10px;
}

.product__demo__hero__img img {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .product__demo__hero__wrapper {
    flex-direction: column-reverse;
    padding: 60px 10px;
    text-align: center;
  }

  .product__demo__hero__img {
    position: relative;
    right: unset;
    bottom: unset;
  }

  .product__demo__hero__img img {
    max-width: 250px;
  }

  .product__demo__hero__text {
    margin-top: 40px;
  }

  .product__demo__hero__text h1 {
    display: inline-block;
  }
}

.product__demo__cards__wrapper {
  max-width: 1200px;
  padding: 60px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.bg-img-left,
.bg-img-right {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  height: 800px;
  z-index: -1;
}

.bg-img-left img,
.bg-img-right {
  object-fit: contain;
  height: 100%;
  max-width: 100%;
}

.bg-img-right {
  top: 0;
  right: 0;
  bottom: unset;
  left: unset;
}

.product__demo__card {
  max-width: 250px;
  width: 100%;
  border-radius: 10px;
  padding: 20px 30px;
  text-decoration: none;
}

.product__demo__card > div {
  max-width: 200px;
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product__demo__card > div img {
  position: absolute;
}

.product__demo__card h3 {
  color: white;
  text-align: center;
  font-size: 20px;
}

.product__demo__card > div :nth-child(1) {
  width: 100px;
  height: 100px;
  animation: bg-rotate 7s infinite linear alternate;
}

.product__demo__card > div :nth-child(2) {
  width: 50px;
  height: 50px;
  /* animation: icon-float 1s infinite linear alternate; */
}

@keyframes bg-rotate {
  0% {
    transform: rotate(-0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
/* 
@keyframes icon-float {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
} */

@media screen and (max-width: 440px) {
  .product__demo__cards__wrapper {
    padding: 20px;
  }
}

.company__hero {
  min-height: 350px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2)),
    url("../images/company/about-us-banner.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company__hero h1 {
  color: white;
  font-size: clamp(48px, 5vw, 58px);
  text-align: center;
}

.company__hero h1 span {
  color: #ffbf47;
}
.company__hero h1 span sup {
  position: relative;
  top: -30px;
}

@media (max-width: 1024px) {
  .company__hero h1 span sup {
    top: -30px;
  }
}

@media (max-width: 900px) {
  .company__hero h1 span sup {
    top: -30px;
  }
}

.company__hero__wrapper {
  position: relative;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company__hero__wrapper img {
  position: absolute;
  left: -400px;
  bottom: 0px;
  max-width: 400px;
  width: 100%;
}

@media (min-width: 1400px) {
  .company__hero__wrapper img {
    max-width: 500px;
  }
}

@media (max-width: 1200px) {
  .company__hero__wrapper {
    flex-direction: column-reverse;
    padding-top: 40px;
  }

  .company__hero__wrapper img {
    position: relative;
    bottom: unset;
    left: unset;
  }
}
@media (max-width: 400px) {
  .company__hero__wrapper {
    flex-direction: column-reverse;
    padding-top: 40px;
  }

  .company__hero__wrapper img {
    position: relative;
    bottom: unset;
    left: unset;
    max-width: 300px;
  }
}

.story__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.story__img {
  flex: 1;
}

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

.story__text {
  flex: 1;
}

.story__text h6 {
  font-size: 16px;
  color: gray;
  letter-spacing: 4px;
}

.story__text h2 {
  font-size: 38px;
  max-width: 500px;
  margin: 10px 0;
}

.story__text h2::after {
  content: "";
  display: block;
  width: 90px;
  height: 5px;
  border-radius: 99px;
  margin-top: 5px;
  background: #ffbf47;
}

.story__text p {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
}

.story__text p b {
  font-weight: bold;
}

@media (max-width: 1200px) {
  .story__wrapper {
    flex-direction: column;
    text-align: center;
    padding: 80px 0;
  }

  .story__img {
    padding-left: 5px;
  }

  .story__wrapper h2 {
    margin: 10px auto;
  }

  .story__wrapper h2::after {
    margin: 10px auto 30px;
  }

  .story__wrapper p {
    max-width: 800px;
    margin: 20px auto 0;
  }
}

.story__behind-brand {
  background: #f2f3ff;
}

.behind-brand__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 5px;
}

.behind-brand__wrapper .story__text {
  text-align: center;
}

.behind-brand__wrapper .story__text h2 {
  margin: 10px auto;
}

.behind-brand__wrapper .story__text h2::after {
  margin: 10px auto;
}

.behind-brand__cards {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  flex-wrap: wrap;
  gap: 10px;
}

.behind-brand__cards li {
  background: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 20px;
  flex: 1;
}

.behind-brand__cards li .story__card__img {
  background: var(--primary-font);
  padding: 10px;
  height: 80px;
  width: 80px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.behind-brand__cards li img {
  max-width: 90%;
}

.behind-brand__cards li h4 {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.behind-brand__cards li p {
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
  color: gray;
}

@media screen and (max-width: 897px) {
  .behind-brand__wrapper {
    padding: 80px 5px;
  }

  .behind-brand__cards {
    flex-direction: column;
  }
}

.company__advantage {
  background: url("../images/company/advantage-banner.png"),
    linear-gradient(to right, #11174a, #11174a);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}

.company__advantage__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 40px 120px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.advantage__card {
  border-radius: 10px;
  max-width: 600px;
  box-shadow: 8px -8px 0 1px #ffbf47;
  background: white;
  padding: 20px;
}

.advantage__card h3 {
  font-size: 38px;
}

.advantage__card p {
  margin-top: 10px;
}

.advantage__card p:last-child {
  margin: 0;
}

@media (max-width: 968px) {
  .company__advantage {
    background-size: cover;
  }
}

@media (max-width: 670px) {
  .company__advantage {
    background-position: center;
  }

  .company__advantage__wrapper {
    padding: 100px 20px;
  }
}

.team__wrapper {
  padding: 100px 5px;
  max-width: 1400px;
  margin: 0px auto;
}

.team__wrapper .story__text h2 {
  text-align: center;
  max-width: 100%;
}

.team__wrapper .story__text h2::after {
  margin: 10px auto;
}

.team__cards {
  /* max-width: 1200px; */
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 14px;
}

.team__cards li {
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 10px;
}

.team__cards li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 140px;
  background: #f2f3ff;
  border-radius: 20px;
}

.team__cards li img {
  max-width: 170px;
}

.team__card__text {
  background: white;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.team__card__text h5 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: bolder;
}

.team__card__text p {
  font-size: 14px;
  color: gray;
}

.team__card__text i {
  font-size: 28px;
}

@media (max-width: 768px) {
  .team__wrapper {
    padding: 80px 5px;
  }
}

.footer__logo {
  max-width: 300px;
  width: 100%;
  position: relative;
  /* top: -30px; */
}

@media (max-width: 1200px) {
  .footer__logo {
    top: 0;
  }
}

.innovations__wrapper {
  padding: 100px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.innovations__wrapper .story__text {
  margin-bottom: 40px;
}

.innovations__wrapper .story__text h2 {
  text-align: center;
  max-width: 100%;
}

.innovations__wrapper .story__text h2::after {
  margin: 10px auto;
}

.dial__content__wrapper {
  position: relative;
}

.dial__content {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  border: 1px dashed gray;
  transition: all 0.3s ease;
}

.innovations__dial--desktop .dial__content {
  width: 450px;
  height: 450px;
}

.dial__logo {
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.dial__logo img {
  max-width: 200px;
  width: 100%;
}

.dial__content .dial__div {
  width: 50px;
  height: 50px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  position: absolute;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dial__content .dial__div {
  transform: rotate(calc(-1 * var(--rotation, 0deg)));
}

.dial__div img {
  width: 40px;
}

.dial__div img {
  display: block;
}

#dial-1 {
  background: #11174a;
}
#dial-2 {
  background: #4a4c74;
}
#dial-3 {
  background: #524683;
}
#dial-4 {
  background: #646565;
}
#dial-5 {
  background: #7f7f7f;
}
#dial-6 {
  background: #5a4563;
}
#dial-7 {
  background: #4a4c7a;
}

#dial__context {
  min-height: 150px;
  max-width: 350px;
  padding: 12px;
  color: white;
  text-align: center;
  width: 100%;
  background: #11174a;
  border-radius: 20px;
  margin: 0 auto 40px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#dial__context h4 {
  font-size: 19px;
}

#dial__context p {
  color: white;
  font-size: 14px;
}

.innovations__wrapper {
  overflow: hidden;
}

.innovations__dial--desktop {
  padding: 200px 0 100px;
}

.innovations__dial--desktop .dial__div {
  width: 60px;
  height: 60px;
}

.innovations__dial--desktop .desktop__context {
  margin-top: 40px;
  width: 300px;
  position: absolute;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  background: white;
  color: black;
  transition: all 0.5s ease;
}

.innovations__dial--desktop .desktop__context h2 {
  font-size: 18px;
  font-weight: bolder;
  margin: 5px;
}

.innovations__dial--desktop .desktop__context p {
  display: none;
  color: white;
}

.innovations__dial--desktop .desktop__context img {
  position: absolute;
  max-width: 80px;
  width: 100%;
  left: -50px;
  top: 50%;
  z-index: -1;
}

.innovations__dial--desktop .dial__div:nth-child(1) .desktop__context img {
  width: 4px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
}

.innovations__dial--desktop
  .dial__div:nth-child(1)
  .desktop__context.dial-active {
  background: #11174a;
}

.innovations__dial--desktop .dial__div:nth-child(4) .desktop__context img {
  top: 10px;
}

.innovations__dial--desktop .dial__div:nth-child(5) .desktop__context img,
.innovations__dial--desktop .dial__div:nth-child(6) .desktop__context img,
.innovations__dial--desktop .dial__div:nth-child(7) .desktop__context img {
  right: -50px;
  left: unset;
  top: 12px;
}

.innovations__dial--desktop .dial__div:nth-child(7) .desktop__context img {
  top: 50%;
}

.innovations__dial--desktop .dial__div:nth-child(1) .desktop__context {
  top: -150px;
}

.innovations__dial--desktop .dial__div:nth-child(2) .desktop__context,
.innovations__dial--desktop .dial__div:nth-child(3) .desktop__context,
.innovations__dial--desktop .dial__div:nth-child(4) .desktop__context {
  right: -350px;
  top: -100px;
}

.innovations__dial--desktop .dial__div:nth-child(4) .desktop__context {
  top: unset;
  bottom: -50px;
  right: -355px;
}
.innovations__dial--desktop .dial__div:nth-child(5) .desktop__context,
.innovations__dial--desktop .dial__div:nth-child(6) .desktop__context,
.innovations__dial--desktop .dial__div:nth-child(7) .desktop__context {
  left: -350px;
  top: -100px;
}

.innovations__dial--desktop .dial__div:nth-child(5) .desktop__context,
.innovations__dial--desktop .dial__div:nth-child(6) .desktop__context {
  top: unset;
  bottom: -60px;
}

.innovations__dial--desktop .dial__div:nth-child(5) .desktop__context img {
  right: -40px;
  top: 20px;
}

.innovations__dial--desktop .dial__div:nth-child(6) .desktop__context {
  bottom: -50px;
}

.innovations__dial--desktop .dial__div .desktop__context.dial-active p {
  display: block;
  font-size: 15px;
  margin-top: 10px;
}

.innovations__dial--desktop .dial__div .desktop__context.dial-active {
  color: white;
}

/* .innovations__dial--desktop
  .dial__div:nth-child(1)
  .desktop__context.dial-active
  img {
} */

.innovations__dial--desktop
  .dial__div.dial__div:nth-child(1)
  .desktop__context.dial-active {
  top: -240px;
}

.innovations__dial--desktop
  .dial__div:nth-child(2)
  .desktop__context.dial-active
  img,
.innovations__dial--desktop
  .dial__div:nth-child(3)
  .desktop__context.dial-active
  img {
  top: 40px;
}
.innovations__dial--desktop
  .dial__div:nth-child(4)
  .desktop__context.dial-active
  img {
  top: 99px;
}
.innovations__dial--desktop
  .dial__div:nth-child(5)
  .desktop__context.dial-active {
  bottom: -80px;
}
.innovations__dial--desktop
  .dial__div:nth-child(5)
  .desktop__context.dial-active
  img {
  top: 90px;
}
.innovations__dial--desktop
  .dial__div:nth-child(6)
  .desktop__context.dial-active
  img {
  top: 80px;
}

.innovations__dial--desktop
  .dial__div:nth-child(7)
  .desktop__context.dial-active
  img {
  top: 30px;
}

@media (min-width: 1200px) {
  .innovations__dial--mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .innovations__dial--desktop {
    display: none;
  }
}

@media (max-width: 900px) {
  .innovations__wrapper {
    padding: 80px 5px;
  }
}

@media (max-width: 400px) {
  .dial__content {
    max-width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}

.company__why {
  background: url("../images/company/why-hand-bg.png") 55% bottom no-repeat,
    url("../images/company/why-lines-bg.png") center bottom no-repeat, #f2f3ff;
  background-size: 500px, 800px;
}

.company__why__wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}

.company__why .story__text h2 {
  text-align: center;
  margin: 0 auto;
}

.company__why .story__text h2::after {
  margin: 10px auto;
}

.company__why__cards {
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}

.company__why__cards li {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.company__why__cards li div {
  background: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 380px;
}

.company__why__cards li div h4 {
  color: #4a4c74;
  font-size: 32px;
}

.company__why__cards li div p {
  color: #11174a;
}

.company__why__cards li div:first-child {
  max-width: 300px;
}

.company__why__cards :first-child div {
  margin: 0px 0px 0px auto;
  text-align: right;
}

.company__why__cards :nth-child(2) div {
  margin: 0px auto 0px 0px;
}

@media (max-width: 968px) {
  .company__why__wrapper {
    padding: 80px 10px;
  }

  .company__why__cards {
    gap: 40px;
    flex-direction: column;
  }

  .company__why__cards li div:first-child {
    max-width: 500px;
    width: 100%;
  }
  .company__why__cards :first-child div {
    margin: 0px auto;
    text-align: left;
  }

  .company__why__cards li div {
    max-width: 500px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
}

.company__cta {
  padding: 100px 5px;
}

.company__cta__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 10px;
  background: linear-gradient(
      -45deg,
      #ffbf47b0 1%,
      #11174ae0,
      #11174a80,
      #11174a83,
      #0c3dede1
    ),
    url("../images/company/cta-banner.jpg");
  background-size: cover;
  background-position: center;
}

.company__cta__text {
  border-radius: 10px;
  backdrop-filter: blur(8px);
  width: 100%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.company__cta__text h2 {
  color: white;
  font-size: 36px;
  text-align: center;
}

.company__cta__text button {
  padding: 14px 5px;
  max-width: 200px;
  width: 100%;
  display: block;
  background: white;
  color: var(--primary-font);
  margin-top: 20px;
  border-radius: 999px;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.company__cta__text br {
  display: none;
}

@media (max-width: 768px) {
  .company__cta {
    padding: 80px 5px;
  }

  .company__cta__text h2 {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  .company__cta__text br {
    display: block;
  }
}

.contact-banner h1 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bolder;
}

.contact-address {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 5px;
}

.contact-address h2 {
  text-align: center;
  font-size: 48px;
}

.contact-address h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 10px;
  margin: 10px auto;
  background: #ffbf47;
}

.contact-cards {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 800px;
  margin: 40px auto 0;
}

.contact-cards li {
  max-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.contact-card-img {
  width: 100px;
  height: 100px;
  border: 5px solid rgb(238, 238, 238);
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-card-text {
  margin-top: 20px;
}

.contact-card-text h3 {
  margin-bottom: 20px;
}

.contact-card-text p {
  font-size: 18px;
  color: #11174ab2;
}

@media (max-width: 900px) {
  .contact-banner {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .contact-address {
    padding: 80px 5px;
  }
}

.contact-links {
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
}

.contact-links-img img {
  max-width: 350px;
  width: 100%;
}

.contact-link-card {
  margin: 20px 0;
}

.contact-link-card a {
  text-decoration: none;
  color: var(--primary-font);
  font-size: 22px;
}

.contact-link-card a img {
  margin-right: 10px;
}

.gsma-member-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media (max-width: 1000px) {
  .contact-links {
    flex-direction: column-reverse;
  }
}

@media (max-width: 700px) {
  .gsma-member-icon {
    position: relative;
    right: unset;
    bottom: unset;
  }
}

/* v3 home page */

.v3-home section {
  overflow: hidden;
}

.v3-home .hero-section {
  background: linear-gradient(to right, #11174ae7, #11174af5),
    url("../images/hero-bg.jpg");
  background-size: cover;
  position: relative;
}

.v3-home .hero-section .container {
  max-width: 1400px;
  display: flex;
  justify-content: center;
  padding: 200px 5px 0;
  gap: 40px;
  color: white;
}

.v3-home .hero-section .container h1 {
  font-size: 46px;
  font-weight: semi-bold;
  line-height: 50px;
}

.v3-home .hero-section .container p {
  color: white;
  margin-top: 14px;
}

.schedule-demo-secondary {
  background-color: #ffbf47;
  padding: 14px;
  display: inline-block;
  margin-top: 30px;
  border-radius: 999px;
  color: var(--primary-font);
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.schedule-demo-primary {
  background-color: var(--primary-font);
  padding: 14px;
  display: inline-block;
  margin-top: 30px;
  border-radius: 999px;
  color: white;
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.v3-home .hero-text {
  max-width: 800px;
}

.v3-home .hero-img {
  position: relative;
}

.v3-home .hero-img img {
  position: relative;
  z-index: 10;
}

.v3-home .hero-img .glow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.section-arrow {
  position: absolute;
  height: 90px;
  width: 35%;
  background: #eaecff;
  bottom: -2px;
  left: 0;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 1200px) {
  .v3-home .hero-section .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 5px 0;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .v3-home .hero-section .container h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

/* v3 trusted section */

.trusted-section {
  background: #eaecff;
  padding: 60px 5px;
  position: relative;
}

.trusted-by {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.9s ease;
}

.trusted-by h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 300;
}

.trusted-by h3::after {
  content: "";
  display: block;
  margin: 10px auto;
  width: 100px;
  height: 2px;
  background: linear-gradient(to right, #11174a00, #11174a, #2838b000);
}

.trusted-section img {
  max-width: 200px;
  width: 100%;
}

.trusted-by ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.partner-with {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.trusted-by.active {
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .trusted-by ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
}

/* solutions section */
.v3-home .solutions-section {
  background: var(--primary-font);
  color: white;
  padding: 90px 0px;
}

.v3-home .solutions-section .container {
  padding: 0 5px;
}

.v3-home .solutions-section h2 {
  text-align: center;
  font-size: 48px;
  /* margin: 0 auto; */
  margin-bottom: 10px;
}

.v3-home .solutions-section p {
  color: white;
  font-weight: 300;
  max-width: 300px;
  margin: 0 auto;
}

.v3-home .solutions-section > div > p {
  text-align: center;
  margin-top: 10px;
  max-width: 100%;
}

.solutions-section ul {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.solutions-section ul li {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 400px;
}

.solutions-section ul li h3 {
  color: #ffbf47;
  margin: 20px 0;
}

.solutions-section ul li img {
  max-width: 300px;
  width: 100%;
}

.solutions-section ul li a {
  display: inline-block;
  background: white;
  color: var(--primary-font);
  padding: 14px 28px;
  margin-top: 20px;
  border-radius: 999px;
}

@media (max-width: 1200px) {
  .solutions-section ul {
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .v3-home .solutions-section h2 {
    font-size: 36px;
  }

  .solutions-section ul li {
    max-width: 100%;
    text-align: center;
  }

  .solutions-section ul li img {
    max-width: 200px;
  }
}

/* standout section */
.standout-section {
  position: relative;
  background: url("../images/standout-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
}

.standout-section .container {
  padding: 150px 5px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.standout-section .container > div {
  max-width: 600px;
}

.standout-section .container > div h2 {
  font-size: 48px;
  margin-bottom: 10px;
  font-weight: bolder;
}

.v3-home .container > div h2 span {
  display: inline-block;
  position: relative;
}

.v3-home .container > div h2 sup {
  position: absolute;
  top: 0px;
  right: -5px;
}

.standout-section .container > div p {
  color: #11174a;
  font-weight: 300;
  margin-top: 20px;
}

.standout-section ul {
  flex-grow: 1;
  max-width: 600px;
  width: 100%;
  display: flex;
  gap: 10px;
}

.standout-section ul > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.standout-section ul > div:nth-child(2) {
  position: relative;
  top: -10px;
}

.standout-section ul li {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  max-width: 300px;
  width: 100%;
  border-bottom: 3px solid #11174a;
  border-radius: 5px;
}

.standout-section ul li img {
  max-width: 80px;
}

.standout-section ul li h3 {
  font-size: 22px;
  font-weight: bolder;
  margin-bottom: 0;
  margin-top: 10px;
}

.standout-section-arrow-opposite {
  position: absolute;
  width: 35%;
  height: 90px;
  top: -2px;
  right: 0;
  background: #11174a;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 20% 100%);
}

.standout-section-arrow {
  position: absolute;
  width: 35%;
  height: 90px;
  bottom: -5px;
  left: 0;
  background: #070d3b;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 1200px) {
  .standout-section .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .standout-section .container > div {
    text-align: center;
  }

  .standout-section .container ul {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 10px;
  }

  .standout-section .container ul > div {
    max-width: 300px;
    width: 100%;
    align-items: center;
  }

  .standout-section ul > div:nth-child(2) {
    top: 0;
  }
}

@media (max-width: 900px) {
  .standout-section-arrow-opposite {
    width: 40%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 40% 100%);
  }

  .standout-section h2 {
    font-size: 36px;
  }

  .standout-section-arrow {
    width: 40%;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%);
  }
}

/* cta section */
.cta-section {
  background: #070d3b;
}

.cta-section .container {
  padding: 150px 5px 300px;
  color: white;
  background: url("../images/home-cta-banner.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.cta-section .container h2 {
  font-size: 38px;
  text-align: center;
}

.cta-section .container p {
  color: white;
  font-weight: 300;
  text-align: center;
  max-width: 450px;
  margin: 10px auto;
}

.cta-section .schedule-demo-secondary {
  margin: 30px auto;
  display: block;
}

.cta-section .cta-pairs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.cta-section .cta-pairs a {
  margin: 0;
  padding: 0;
  padding: 12px;
  text-align: center;
  max-width: 200px;
  width: 100%;
}

.cta-section .cta-pairs a:nth-child(2) {
  border: 1px solid #febd44;
  color: #febd44;
  border-radius: 999px;
  display: block;
}

@media (max-width: 600px) {
  .cta-section .container {
    padding: 60px 5px 80px;
  }
}

/* for-section */
.for-section .container {
  padding: 100px 5px;
}

.for-section .for-text {
  text-align: center;
}

.for-text h2 {
  font-size: 48px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.for-section ul {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
  justify-content: space-between;
  position: relative;
}

.for-optimas-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250px;
  height: 250px;
  padding: 20px;
  border-radius: 200px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.for-optimas-logo img {
  max-width: 120px;
  width: 100%;
  position: relative;
  top: -4px;
  left: 4px;
}

.for-section ul > div {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.for-section ul > div:nth-child(3) {
  text-align: right;
}

.for-section ul > div:nth-child(3) li {
  flex-direction: row-reverse;
}
.for-section ul div li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.for-section ul li h3 {
  font-weight: bolder;
}

.for-section-arrow {
  width: 40%;
  height: 90px;
  position: relative;
  top: 2px;
  margin-top: 40px;
  background: #11174a;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
}

@media (max-width: 900px) {
  .for-section .container {
    padding: 60px 5px;
  }

  .for-section ul {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .for-section ul > div {
    text-align: left;
    max-width: 400px;
    width: 100%;
  }

  .for-section .for-optimas-logo {
    width: 300px;
    height: 300px;
    opacity: 0.5;
  }

  .for-section ul > div:nth-child(3) li {
    flex-direction: row;
    text-align: left;
  }

  .for-section-arrow {
    width: 50%;
    clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 0% 100%);
  }
}

/* home video section */
.home-video-section video {
  max-width: 100%;
  width: 100%;
}

/* ocrr section */
.ocrr-section .container {
  padding: 100px 5px;
}

.ocrr-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.ocrr-head h2 {
  font-size: 48px;
  font-weight: bolder;
  text-align: center;
}

.ocrr-head p {
  color: var(--primary-font);
  font-weight: 300;
  font-size: 20px;
}
.occr-accordion {
  width: 100%;
}

.occr-accordion-container {
  display: flex;
  gap: 20px;
  min-height: 400px;
  height: 100%;
  margin-top: 60px;
}

.occr-accordion-img {
  max-width: 400px;
  width: 100%;
  position: relative;
  overflow-x: visible;
  min-height: 600px;
  height: 100%;
}

.occr-accordion-img img {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
}

.occr-img-arrow {
  width: 100px;
  height: 100px;
  background: white;
  position: absolute;
  z-index: 10;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 0% 100%);
  right: -2px;
  bottom: -2px;
}

.v3-home .accordion-header .accordion-button {
  border: none;
  box-shadow: none;
}

.v3-home .accordion-button::after {
  background: url("../images/acc-plus.png");
  width: 30px;
  height: 30px;
  background-size: contain;
}

.v3-home .accordion-button:not(.collapsed)::after {
  background: url("../images/acc-minus.png");
  width: 30px;
  height: 30px;
  background-size: contain;
}

.v3-home .accordion-item {
  border: none;
  border-bottom: 1px solid #eaecff;
}

.v3-home .accordion-item:has(.collapse.show) {
  border-left: 3px solid #ffbf47;
  margin: 4px 0;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.v3-home .accordion-header {
  background: white;
  padding: 10px 20px;
}

.occr-card-list {
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}

.occr-card-list h5 {
  font-weight: bolder;
  color: #11174ab2;
  margin: 0;
}

.occr-card-list p {
  font-weight: 300;
  font-size: 16px;
}

@media (max-width: 1000px) {
  .ocrr-section .container {
    padding: 60px 5px;
  }
  .occr-accordion-container {
    flex-direction: column;
    align-items: center;
    align-items: center;
    justify-content: center;
  }

  .occr-accordion-img {
    max-width: 600px;
    width: 100%;
    min-height: auto;
    height: 100%;
    margin-right: auto;
  }

  .occr-accordion-img img {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    max-width: 100%;
  }
}

/* pillar section */
.pillar-section {
  position: relative;
}

.pillar-section .container {
  padding: 0 5px 100px 5px;
}

.pillar-bg {
  position: absolute;
  top: 0;
  left: 0;
  background: #eaecff;
  height: 60%;
  width: 100%;
  z-index: -1;
}

.pillar-triangle {
  width: 100%;
  height: 200px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
}

.pillar-triangle h2 {
  font-weight: bold;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.pillar-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.pillar-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pillar-card {
  max-width: 290px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: white;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.pillar-card h3 {
  font-size: 18px;
  color: white;
  padding: 10px;
  background: white;
  text-align: center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.pillar-card ul {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 250px;
}

.pillar-card li {
  padding: 10px;
  display: flex;
  gap: 5px;
  font-weight: 300;
}

.pillar-list-item div:first-child {
  max-height: 300px;
  z-index: -1;
  overflow: hidden;
}

.pillar-bottom {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  width: 100%;
  height: 30px;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .pillar-section .container {
    padding: 0px 5px 0;
  }

  .pillar-triangle {
    height: 120px;
    margin-bottom: 20px;
    font-size: 24px;
    align-items: flex-end;
  }

  .pillar-list {
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }

  .pillar-list-item div:first-child {
    display: none;
  }
}

@media (max-width: 425px) {
  .pillar-triangle {
    clip-path: none;
    align-items: center;
  }
}

/* v4-home styles */

/* hero section */
.v4-hero-section {
  overflow: hidden;
  position: relative;
  background: url("../images/v4-home-banner.png");
}

.v4-hero-section .container {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 60px 60px 0;
  height: 100%;
}

.v4-hero-text {
  position: relative;
  z-index: 10;
  color: white;
  padding: 120px 0 200px;
  max-width: 700px;
  flex: 1;
  width: 100%;
}
.v4-hero-text h1 {
  max-width: 500px;
}

.v4-hero-img {
  flex: 1.2;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  overflow: visible;
}

.v4-hero-img video {
  display: block;
  width: 100%;
  position: relative;
}

.v4-hero-img::before,
.v4-hero-img::after {
  content: "";
  display: block;
  width: 15px;
  height: 100%;
  backdrop-filter: blur(30px);
  position: absolute;
  left: -7.5px;
  top: 0;
  z-index: 5;
}

.v4-hero-img::after {
  right: -7.5px;
  left: unset;
}

.v4-hero-text p {
  color: white;
  margin-top: 16px;
  font-weight: 300;
  max-width: 600px;
  font-size: 18px;
}

.v4-hero-text h1 {
  font-size: 48px;
  font-weight: bolder;
}

.v4-hero-text h1 span {
  color: #ffbf47;
}

.v4-hero-text p b {
  font-weight: 800;
}

.v4-hero-text p span {
  color: #ffbf47;
}

.v4-hero-text .cta-pairs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.v4-hero-text a {
  max-width: 200px;
  width: 100%;
  display: block;
  border-radius: 250px;
  background: #ffbf47;
  text-align: center;
  margin: 0;
  padding: 12px 0;
  color: var(--primary-font);
}

.v4-hero-text .cta-pairs a:nth-child(2) {
  border: 1px solid #febd44;
  background: transparent;
  color: #febd44;
}

.v4-home .section-arrow {
  background: white;
  bottom: -2px;
  left: -2px;
}

.v4-home-mobile-video {
  display: none;
}

@media (max-width: 1400px) {
  .v4-hero-text {
    flex: 1.3;
  }

  .v4-hero-img {
    flex: 1.7;
  }
}

@media (max-width: 1200px) {
  .v4-hero-section {
    background: var(--primary-font);
  }

  .v4-hero-text {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 5px 80px;
  }

  .v4-hero-section .container {
    flex-direction: column-reverse;
    padding: 0;
  }

  .v4-hero-text p,
  .v4-hero-text h1 {
    margin-left: auto;
    margin-right: auto;
  }

  .v4-hero-banner {
    max-height: 80vh;
    display: none;
  }
  .v4-home-mobile-video {
    display: block;
    width: 100%;
  }

  .v4-hero-text .cta-pairs {
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .v4-hero-text .cta-pairs a {
    display: inline-block;
  }
}

@media (max-width: 478px) {
  .v4-hero-banner video {
    object-position: -800px;
  }

  .v4-hero-text h1 {
    font-size: 38px;
  }
}

/* v4 pillars section */

.v4-pillars-section {
  position: relative;
  padding: 100px 5px 140px;
}

.v4-pillars-section .container {
  max-width: 1600px;
}

.v4-pillars-section .head {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.v4-pillars-section .head h2 {
  font-size: 38px;
  font-weight: bolder;
}

.v4-pillars-section .head h2 span {
  color: #ffbf47;
}

.v4-pillars-section .head a {
  background: var(--primary-font);
  color: white;
}

.v4-pillars {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.v4-pillar {
  max-width: 300px;
  border-radius: 999px;
  padding: 10px 10px 90px;
  border: 1px solid lightgray;
  background-blend-mode: overlay;
}

@media (min-width: 2000px) {
  .v4-pillar {
    max-width: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .v4-pillars {
    justify-content: space-around;
  }
}

.v4-pillar .head {
  position: relative;
}

.v4-pillar .head img {
  max-width: 190px;
}

.v4-pillar .head .number {
  position: absolute;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #351ee0, #3f74ef);
  color: white;
}

.v4-pillar .body {
  text-align: center;
  margin-top: 20px;
}

.v4-pillar .body p {
  color: gray;
}

.v4-pillar .list {
  text-align: left;
  margin-top: 20px;
}

.v4-pillar .body h3 {
  font-size: 24px;
  font-weight: bolder;
}

.v4-pillar .list > div {
  display: flex;
  gap: 8px;
  margin: 10px 0;
}

.v4-pillar .list i {
  position: relative;
  top: 3px;
}

.v4-pillar.active {
  background-image: var(--bg), url("../images/v4-pillar-vectors.png");
  background-position: bottom;
  background-size: contain;

  background-repeat: no-repeat;
}

.v4-pillar.active .body h3 {
  color: #ffbf47;
}

.v4-pillar.active .body p {
  color: lightgray;
}

.v4-pillar.active .body i {
  color: white;
}

.v4-pillar.active .head .number {
  background: black;
}

.v4-pillars-arrow {
  position: absolute;
  width: 40vw;
  right: 0;
  bottom: 0;
  height: 90px;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  background: #eaecff;
}

@media (max-width: 1400px) {
  .v4-pillars {
    max-width: 900px;
    gap: 40px;
    margin: 60px auto;
  }
}

@media (max-width: 900px) {
  .v4-pillars-section {
    padding: 60px 5px 100px;
  }
}

/* for section */
.v4-for-section .container {
  padding: 100px 5px;
}

.v4-for-section .head {
  text-align: center;
}

.v4-for-section .head h2 {
  font-size: 38px;
  font-weight: bolder;
}

.v4-for-section .head h2 span {
  color: #ffbf47;
  position: relative;
}

.v4-for-section .head h2 span sup {
  position: absolute;
  top: 0;
  right: -4px;
}

.v4-for-section .for-cards {
  margin-top: 60px;
}

#frameworks-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
  gap: 20px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 999px;
}

#frameworks-title button {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 999px;
  background: white;
  color: var(--primary-font);
}

#frameworks-title button.active {
  background: var(--primary-font);
  color: white;
}

.frameworks-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  opacity: 0;
  height: 0px;
  overflow: hidden;
}
.frameworks-grid.active {
  opacity: 1;
  height: 100%;
  margin-top: 40px;
  transition: opacity 0.3s ease;
  padding-bottom: 10px;
}

.framework-card {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  width: 100%;
  border-radius: 10px;
}

.framework-card p {
  padding: 20px;
  color: var(--i);
  font-size: 18px;
}

.framework-card div {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 20px;
  background: #f0f0f09e;
  color: var(--i);
}

.framework-card div img {
  width: 65px;
}

@media (max-width: 1024px) {
  #frameworks-title {
    justify-content: center;
    box-shadow: none;
  }

  #frameworks-title button {
    background: #eee;
  }
}

.v4-for-arrow {
  width: 40%;
  height: 90px;
  background: #070d3b;
  clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 0% 100%);
  position: relative;
  top: 4px;
}

/* clientele section */
.v4-clientele-section {
  position: relative;
  background: linear-gradient(to right, #11174ae7, #11174ae0),
    url("../images/hero-bg.jpg");
  z-index: 9;
}

.v4-clientele-section .container {
  padding: 100px 5px;
}

.v4-clientele-section .head {
  text-align: center;
  color: white;
}

.v4-clientele-section .head h2 {
  font-size: 38px;
  font-weight: bolder;
}

.v4-clientele-section .head h2 span {
  color: #ffbf47;
}

.v4-clientele-section .head p {
  color: white;
  font-weight: 300;
}

.v4-trusted {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.v4-trusted-card {
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 400px;
  min-height: 160px;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  border-radius: 15px;
}

.v4-trusted-card img {
  max-width: 150px;
  flex-grow: 1;
  object-fit: contain;
}

.v4-clientele-logo {
  background: white;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.v4-clientele-logo img {
  width: 200px;
  position: absolute;
}

.v4-trusted-card p {
  color: var(--primary-font);
  font-weight: 300;
  max-width: 350px;
  /* align-self: flex-end; */
  margin: 0px auto;
}

@media (max-width: 900px) {
  .v4-trusted {
    flex-direction: column;
    align-items: center;
  }
}

/* delivers section */
.v4-delivers-section {
  background: #eaecff;
}

.v4-delivers-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 5px;
}

@media (max-width: 900px) {
  .v4-delivers-section .container {
    padding: 80px 5px 60px;
  }
}

.v4-delivers-section .head {
  text-align: center;
}

.v4-delivers-section .head h2 {
  font-size: 38px;
  font-weight: bold;
}

.v4-delivers-section .body {
  margin-top: 60px;
}

.v4-delivers-title {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 5px 10px;
  border-radius: 999px;
}

.v4-delivers-title div {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}

.v4-delivers-title div.active {
  background: #11174a;
  border-radius: 999px;
}

.v4-delivers-title p {
  font-weight: bold;
}
.v4-delivers-title div.active p {
  color: white;
}

.v4-delivers-title div.active::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: white;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.v4-delivers-title svg {
  width: 25px;
}

.v4-delivers-card {
  background: url("../images/delivers-card-bg.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  gap: 20px;
  display: flex;
  opacity: 0;
  height: 0;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
}

.v4-delivers-card.active {
  opacity: 1;
  transition: opacity 0.3s ease;
  height: 100%;
  padding: 20px;
  padding-right: 0;
  margin-top: 20px;
}

.v4-delivers-card .text h3 {
  font-size: 24px;
  font-weight: bold;
  background: #ffbf47;
  width: 100%;
  padding: 10px 10px 10px 20px;
  border-bottom-left-radius: 999px;
  border-top-left-radius: 999px;
}

.v4-delivers-card .text {
  padding-left: 20px;
  flex-grow: 1;
}

.v4-delivers-card .text p {
  color: #11174a;
  font-weight: 400;
  padding-right: 20px;
  margin-top: 10px;
}

.v4-delivers-card .text li {
  margin-top: 15px;
  display: flex;
  gap: 6px;
}

.v4-delivers-card a {
  padding: 10px 20px;
  background: #ffbf47;
  color: var(--primary-font);
  border-radius: 999px;
  display: inline-block;
  margin-top: 30px;
}

.v4-delivers-title div svg {
  color: var(--primary-font);
}

.v4-delivers-title .active svg {
  color: white;
}
.v4-delivers-card .img img {
  max-width: 300px;
}

@media (max-width: 900px) {
  .v4-delivers-title {
    flex-wrap: wrap;
    background: transparent;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 20px;
  }

  .v4-delivers-title > div {
    background: white;
    border-radius: 999px;
  }

  .v4-delivers-title div.active::after {
    display: none;
  }

  .v4-delivers-title::after {
    content: "";
    width: 30px;
    height: 30px;
    background: white;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  }

  .v4-delivers-card {
    flex-direction: column;
  }
}

.v4-delivers-section .head h2 span {
  position: relative;
  margin-right: 6px;
}

.v4-delivers-section .head h2 span sup {
  position: absolute;
  right: -6px;
  top: 10px;
}

sup small {
  font-size: 16px;
}

/* h2 sup {
  top: 8px !important;
} */

sup {
  top: 0;
}

section .container h2 span sup {
  top: 8px;
}

sup {
  top: 0;
}

section .container h2 span sup {
  top: 8px;
}

@media (max-width: 1024px) {
  .v4-delivers-section .body {
    flex-direction: column;
    gap: 40px;
    max-width: 800px;
    margin: 40px auto;
  }

  .v4-delivers-section > div img {
    height: auto;
  }

  .v4-delivers-section .img {
    margin: 0 auto;
  }

  .v4-delivers-section .head h2 {
    font-size: 38px;
  }

  .v4-delivers-card h3 {
    font-size: 20px;
  }
}

/* purpose section */
.purpose-section {
  position: relative;
}

.purpose-section .container {
  padding: 100px 5px 0;
  max-width: 1400px;
  margin: 0 auto;
}

.purpose-section .head {
  text-align: center;
}

.purpose-section .head h2 {
  font-size: 38px;
  font-weight: bold;
  color: var(--primary-font);
}

.purpose-section .head p {
  max-width: 900px;
  margin: 10px auto;
}

.purpose-section .body {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  gap: 40px;
}

.purpose-section .body .img {
  z-index: 9;
  padding: 50px 20px 0;
  height: 100%;
}

.purpose-section .body .img img {
  max-width: 300px;
  position: relative;
  left: 20px;
}

.purpose-card-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 6px;
  z-index: 10;
  position: relative;
}

.purpose-card-navigation button {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0000000a;
  color: gray;
  border-radius: 99px;
  cursor: pointer;
}

.purpose-card-navigation button:nth-child(2) {
  transform: rotate(180deg);
}

.purpose-card-navigation button.active {
  color: black;
  background: #febd44;
}

.purpose-vector-lines {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  max-width: 800px;
  width: 100%;
}

.purpose-card {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  z-index: 9;
}

.purpose-card .card-text {
  background: white;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.purpose-card .card-text h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
}

.purpose-card .card-text p {
  font-weight: 300;
}

.purpose-card .card-img {
  width: auto;
}

.purpose-card .card-img img {
  width: 80px;
}

.purpose-cards-right,
.purpose-cards-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.purpose-cards-right .purpose-card {
  flex-direction: row-reverse;
  text-align: right;
}

.purpose-cards-left .purpose-card:first-child {
  position: relative;
  right: -80px;
}
.purpose-cards-right .purpose-card:first-child {
  position: relative;
  left: -80px;
}

@media (max-width: 1270px) {
  .purpose-section .container {
    padding: 80px 5px 0;
  }

  .purpose-ul:nth-child(2) {
    display: block;
    position: relative;
    opacity: 1;
  }

  .purpose-ul:nth-child(2) ul {
    margin-top: 50px;
  }

  .purpose-ul ul > div {
    display: none;
  }

  .purpose-ul {
    max-width: 800px;
    margin: 100px auto 0;
    gap: 0px;
  }

  .body .purpose-ul ul:nth-child(2) {
    margin-top: 50px;
    flex-wrap: wrap;
  }

  .purpose-avatar--mobile {
    display: flex;
  }
}

@media (max-width: 1200px) {
  .purpose-section .body {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .purpose-cards-left,
  .purpose-cards-right {
    gap: 20px;
  }

  .purpose-cards-left .purpose-card:first-child {
    position: relative;
    right: 0px;
  }
  .purpose-cards-right .purpose-card:first-child {
    position: relative;
    left: 0px;
  }
  .purpose-section .img {
    order: 3;
  }
  .purpose-section .body .img img {
    max-width: 250px;
  }
  .purpose-cards-right .purpose-card {
    text-align: left;
    flex-direction: row;
  }
}

/* v4-popup-card */
.v4-popup-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 100px 10px 0px;
  z-index: 999999;
  backdrop-filter: blur(7px);
}

.v4-popup-card h2 span {
  position: relative;
  margin-right: 6px;
}

.v4-popup-card h2 span sup {
  position: absolute;
  right: -6px;
  top: 10px;
}

.v4-popup-card {
  max-width: 500px;
  width: 100%;
  background: white;
  border-radius: 10px;
  text-align: center;
}

.v4-popup-img {
  background: #0a0f3c;
  display: flex;
  justify-content: center;
  align-items: end;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
}

.popup-bg-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.v4-popup-img img.popup-bg {
  position: absolute;
  bottom: 0;
  top: unset;
  left: 30px;
  max-width: 420px;
  overflow: hidden;
}

.v4-popup-img > img {
  max-width: 380px;
  position: relative;
  top: 50px;
}

.v4-popup-img button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.v4-popup-text {
  padding: 60px 20px 40px;
  color: var(--primary-font);
}

.v4-popup-text h2 {
  font-size: 36px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.v4-popup-text p {
  color: var(--primary-font);
  opacity: 0.7;
  font-weight: 400;
  margin-top: 10px;
}

.v4-popup-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}

.v4-popup-btns a {
  border: 1px solid var(--primary-font);
  color: var(--primary-font);
  border-radius: 999px;
  padding: 12px;
  max-width: 200px;
  width: 100%;
}

.v4-popup-btns a:first-child {
  color: white;
  background: var(--primary-font);
}

/* v5 pillars section */
.v4-pillars-section .container {
  overflow: hidden;
}

.v5-pillars {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
  justify-content: center;
  position: relative;
  margin-bottom: 40px;
}

.v5-pillar-logo {
  width: 180px;
  height: 180px;
  position: absolute;
  left: 50%;
  pointer-events: none;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.v5-pillars > li > img {
  width: 140px;
  height: 140px;
  z-index: 10;
  position: absolute;
}

.v5-pillars > li {
  flex-basis: 600px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.v5-pillars > li > div {
  max-width: 85%;
  margin: 0 auto;
}

.v5-pillars li ul {
  margin-top: 16px;
}

.v5-pillars li ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0;
}

.v5-pillars li > img {
  position: absolute;
}

.v5-pillars li h3 {
  font-weight: bold;
  font-size: 22px;
}

.v5-pillars li p {
  opacity: 0.8;
}

.v5-pillar-1:hover {
  background: linear-gradient(to bottom, #11174a, #2837b0);
}
.v5-pillar-2:hover {
  background: linear-gradient(to bottom, #524683, #312950);
}
.v5-pillar-3:hover {
  background: linear-gradient(to bottom, #11174e, #1e2989);
}
.v5-pillar-4:hover {
  background: linear-gradient(to bottom, #6c5a74, #3e2849);
}

.v5-pillars > li:hover h3 {
  color: #ffbf47;
}

.v5-pillars > li:hover p,
.v5-pillars > li:hover i {
  color: #fff;
}

.v5-pillar-1 > img {
  left: -60px;
  top: -60px;
}
.v5-pillar-2 > img {
  right: -60px;
  top: -60px;
}
.v5-pillar-3 > img {
  bottom: -60px;
  left: -60px;
}
.v5-pillar-4 > img {
  right: -60px;
  bottom: -60px;
}

@media screen and (max-width: 1250px) {
  .v5-pillar-1 > img,
  .v5-pillar-2 > img,
  .v5-pillar-3 > img,
  .v5-pillar-4 > img {
    right: -60px;
    top: -40px;
    bottom: unset;
    left: unset;
  }

  .v5-pillars > img {
    display: none;
  }

  .v5-pillars {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 678px) {
  .v5-pillar-1 > img,
  .v5-pillar-2 > img,
  .v5-pillar-3 > img,
  .v5-pillar-4 > img {
    right: -40px;
    top: -30px;
    bottom: unset;
    left: unset;
  }

  .v5-pillars > li > div {
    margin-left: 0;
  }
}

/* ===== BFSI HERO (Section 1) ===== */
.bfsi-banner-sec{
  background: #ffffff;
  padding: 90px 0 80px; /* big whitespace like screenshot */
}

.bfsi-banner-inner{
  max-width: 1100px;
  margin: 0 auto;
}

.bfsi-banner-head{
  color: #11174A;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 16px;
}

.bfsi-banner-text{
  color: #11174A;
  opacity: 0.85;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 auto 28px;
  max-width: 980px;
}

/* Buttons row */
.bfsi-banner-actions{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.bfsi-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 28px;
  border-radius: 999px; /* pill */
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
  border: 1.5px solid transparent;
}

.bfsi-btn-primary{
  background: #11174A;
  color: #ffffff;
}

.bfsi-btn-primary:hover{
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.bfsi-btn-outline{
  background: transparent;
  color: #11174A;
  border-color: #11174A;
}

.bfsi-btn-outline:hover{
  background: rgba(17, 23, 74, 0.06);
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 992px){
  .bfsi-banner-sec{ padding: 70px 0 65px; }
  .bfsi-banner-head{ font-size: 38px; }
  .bfsi-banner-text{ font-size: 16px; }
  .bfsi-banner-actions{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 576px){
  .bfsi-banner-head{ font-size: 30px; }
  .bfsi-btn{ min-width: unset; }
  .bfsi-banner-actions{
      display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 576px){
 
  .bfsi-banner-actions{
      display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* ===== BFSI SECTION 2 (Assurance Gap) ===== */
.bfsi-gap-sec{
  background: #fff;
  padding: 60px 0 70px;
}

.bfsi-gap-top{
  margin-bottom: 34px;
}

.bfsi-gap-head{
  color: #11174A;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.15;
  margin: 0 0 10px;
}

.bfsi-gap-sub{
  color: #11174A;
  opacity: 0.85;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 980px;
}

.bfsi-gap-sub strong{
  font-weight: 800;
  color: #11174A;
}

/* LEFT IMAGE (exact look) */
/* .bfsi-gap-media{
  border-radius: 20px;
  overflow: hidden;
  background: #fff;

  aspect-ratio: 1043 / 635; 
} */

.bfsi-gap-media__img{
  width: 100%;
  height: 450px;
  border-radius: 0 10px  10px 0;
  /* display: block;
  object-fit: cover; */
  margin-left: -60px;
 

  /* keeps the hand/right side visible like screenshot */
  /* object-position: right center; */
}

/* RIGHT LIST */
.bfsi-gap-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.bfsi-gap-item{
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.bfsi-gap-check{
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #F4B233;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  margin-top: 4px;
}

.bfsi-gap-check svg{
  width: 12px;
  height: 12px;
  display: block;
}

.bfsi-gap-title{
  color: #11174A;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 6px;
  line-height: 1.2;
}

.bfsi-gap-desc{
  color: #6B6F85;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px){
  .bfsi-gap-head{ font-size: 34px; }
  .bfsi-gap-sub{ font-size: 16px; }
  .bfsi-gap-media{ aspect-ratio: 16 / 10; }
  .bfsi-gap-title{ font-size: 20px; }
}

@media (max-width: 576px){
  .bfsi-gap-sec{ padding: 45px 0 55px; }
  .bfsi-gap-head{ font-size: 26px; }
  .bfsi-gap-item{ margin-bottom: 18px; }
}

/* ===== BFSI SECTION 3 (Correct background shape like Figma) ===== */
.bfsi-flow-sec{
  position: relative;
  background: #ffffff;          /* white cut-out area */
  padding: 120px 0 85px;
  overflow: hidden;
}

/* purple background with cut + diagonal (this is the real shape) */
.bfsi-flow-sec::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #E9EDFF;

  /* Figma-like top cut + diagonal step */
  clip-path: polygon(
    0 90px,       /* left starts lower */
    62% 90px,     /* flat till mid */
    72% 0,        /* diagonal up */
    100% 0,       /* top right */
    100% 100%,
    0 100%
  );
  z-index: 0;
}

/* make sure content stays above bg */
.bfsi-flow-sec .container{
  position: relative;
  z-index: 1;
}

/* heading */
.bfsi-flow-head{
  color: #11174A;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.25;
  margin: 0 0 36px;
}

/* cards (closer to Figma size) */
.bfsi-flow-card{
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 22px 22px 24px;
  box-shadow: 0 14px 28px rgba(17, 23, 74, 0.12);
  height: 200px;
}

/* step pill */
.bfsi-step-pill{
  display: inline-block;
  background: #F4B233;
  color: #11174A;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 14px;
  border-radius:0 5px 5px 0;
  margin-left: -23px;
}

/* top-right icon */
.bfsi-flow-icon{
  position: absolute;
  top: 18px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #11174A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bfsi-flow-icon img{
  width: 22px;
  height: 22px;
}

/* title + text */
.bfsi-flow-title{
  margin: 16px 0 10px;
  color: #11174A;
  font-size: 18px;
  font-weight: 800;
}

.bfsi-flow-text{
  margin: 0;
  color: #6B6F85;
  font-size: 14px;
  line-height: 1.65;
}

/* responsive */
@media (max-width: 992px){
  .bfsi-flow-sec{ padding: 95px 0 70px; }

  .bfsi-flow-sec::before{
    clip-path: polygon(
      0 70px,
      56% 70px,
      68% 0,
      100% 0,
      100% 100%,
      0 100%
    );
  }

  .bfsi-flow-head{ font-size: 26px; }
}

@media (max-width: 576px){
  .bfsi-flow-head{ font-size: 22px; }
}

/* ===== BFSI SECTION 4 (Use Cases + Robot) ===== */
.bfsi-usecases-sec{
  position: relative;
  background: #0B1240;            /* deep navy like screenshot */
  padding: 70px 0 25px;
  overflow: hidden;
}

/* bottom yellow line */
.bfsi-usecases-sec::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 6px;
  width: 100%;
  background: #F4B233;            /* brand yellow */
}

/* subtle circuit overlay (no image needed) */
.bfsi-usecases-sec::before{
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 55%, rgba(80, 170, 255, .18) 0 2px, transparent 3px),
    radial-gradient(circle at 30% 70%, rgba(80, 170, 255, .14) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 58%, rgba(80, 170, 255, .16) 0 2px, transparent 3px),
    radial-gradient(circle at 85% 72%, rgba(80, 170, 255, .12) 0 2px, transparent 3px),
    linear-gradient(to right, rgba(80,170,255,.10) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(80,170,255,.08) 1px, transparent 1px);
  background-size:
    auto,
    auto,
    auto,
    auto,
    140px 140px,
    140px 140px;
  opacity: .35;
  pointer-events: none;
}

.bfsi-usecases-sec .container{
  position: relative;
  z-index: 1;
}

.bfsi-usecases-head{
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0 0 40px;
}

/* 3-column layout: left | robot | right */
.bfsi-usecases-grid{
  display: grid;
  grid-template-columns: 1fr 420px 1fr;
  gap: 20px;
  align-items: center;
}

/* columns */
.bfsi-usecases-col{
  display: flex;
  flex-direction: column;
  gap: 44px;
}

/* item base */
.bfsi-usecase-item{
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.bfsi-usecase-num{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.10);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  flex: 0 0 44px;
}

/* text */
.bfsi-usecase-text h4{
  margin: 0 0 6px;
  color: #F4B233;           /* orange title */
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.bfsi-usecase-text p{
  margin: 0;
  color: rgba(255,255,255,0.85);
  font-size: 13px;
  line-height: 1.6;
}

/* right side aligns to the right */
.bfsi-usecase-item--right{
  justify-content: flex-end;
  gap: 16px;
}
.bfsi-usecase-item--right .bfsi-usecase-text{
  text-align: right;
}

/* center robot */
.bfsi-usecases-center{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 360px;
}

.bfsi-robot{
  width: 260px;
  max-width: 100%;
  height: auto;
  display: block;
  transform: translateY(16px); /* slight lower like screenshot */
}
.bfsi-usecases-sec-mobile{
  display: none;
}

/* Responsive */
@media (max-width: 1200px){
  .bfsi-usecases-grid{
    grid-template-columns: 1fr 360px 1fr;
  }
  .bfsi-robot{ width: 300px; }
}

@media (max-width: 992px){
  .bfsi-usecases-grid{
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .bfsi-usecases-center{
    order: 3;
    min-height: 40%;
   
   
  }
  .bfsi-usecases-col--left{ order: 1; }
  .bfsi-usecases-col--right{ order: 2; }

  /* on mobile, make right items normal (not reversed) */
  .bfsi-usecase-item--right{
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .bfsi-usecase-item--right .bfsi-usecase-text{
    text-align: left;
    align-items: flex-start;
  }
}

/* ===== BFSI SECTION 5 (Frameworks chips) ===== */
.bfsi-frameworks-sec{
  background: #ffffff;
  padding: 70px 0 85px;
}

.bfsi-frameworks-top{
  max-width: 1100px;
  margin: 0 auto 34px;
}

.bfsi-frameworks-head{
  color: #11174A;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.15;
  margin: 0 0 10px;
}

.bfsi-frameworks-sub{
  color: #11174A;
  opacity: 0.85;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 980px;
}

.bfsi-frameworks-sub strong{
  font-weight: 900;
  color: #11174A;
}

/* Chips */
.bfsi-frameworks-chips{

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 18px 22px;  /* row gap, column gap */
  margin-top: 26px;
  padding:  0 5rem ;
}

.bfsi-chip{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border: 1px solid rgba(17, 23, 74, 0.10);
  border-radius: 999px;
  padding: 12px 18px;
  box-shadow: 0 10px 24px rgba(17, 23, 74, 0.08);
  min-height: 54px;
}

.bfsi-chip-ic{
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(17, 23, 74, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex: 0 0 34px;
}

.bfsi-chip-ic img{
  width: 22px;
  height: 22px;
  object-fit: contain;
  display: block;
}

.bfsi-chip-txt{
  color: #11174A;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap; /* keeps the pill look */
}

/* allow long label to wrap only on small screens */
@media (max-width: 992px){
  .bfsi-frameworks-head{ font-size: 32px; }
  .bfsi-chip-txt{ white-space: normal; }
  .bfsi-chip{ max-width: 100%; }
}

@media (max-width: 576px){
  .bfsi-frameworks-sec{ padding: 55px 0 65px; }
  .bfsi-frameworks-head{ font-size: 26px; }
  .bfsi-chip{ width: 100%; justify-content: center; }
  .bfsi-frameworks-chips {padding: 1rem}
  .bfsi-usecases-sec{
    display: flex;
    flex-direction: column-reverse;
  }
}

/* ===== BFSI SECTION 6 (Outcomes) ===== */
.bfsi-outcomes-sec{
  background: #ffffff;
  padding: 80px 0;
}

.bfsi-outcomes-head{
  color: #11174A;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 26px;
}

.bfsi-outcomes-list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.bfsi-outcomes-item{
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.bfsi-outcomes-check{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #F4B233;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  margin-top: 2px;
}

.bfsi-outcomes-check svg{
  width: 13px;
  height: 13px;
  display: block;
}

.bfsi-outcomes-text{
  color: #59607A;           /* bluish-grey like screenshot */
  font-size: 16px;
  line-height: 1.65;
}

/* Right image card */


.bfsi-outcomes-media__img{
  width: 100%;
  height: 410px;
  /* object-fit: cover;
  object-position: center;
  display: block; */
  margin-right: -5rem;
}

/* Responsive */
@media (max-width: 992px){
  .bfsi-outcomes-sec{ padding: 60px 0; }
  .bfsi-outcomes-head{ font-size: 32px; }
  .bfsi-outcomes-text{ font-size: 15px; }
  .bfsi-outcomes-media__img{ height: 300px; }
}

@media (max-width: 576px){
  .bfsi-outcomes-head{ font-size: 26px; }
  .bfsi-outcomes-media__img{ height: 240px; }
}

.bsfi-sec6-head{
  font-size: 2rem;
  font-weight: 600;
}

/* ===== DEFENSE SECTION 2 (icon list) ===== */
.def-sec2{
  background: #ffffff;
  padding: 70px 0 85px;
}

.def-sec2-top{
  max-width: 1100px;
  margin: 0 auto 46px;
}

.def-sec2-head{
  color: #11174A;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.18;
  margin: 0 0 10px;
}

.def-sec2-sub{
  color: #5E6580;
  font-size: 16px;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 980px;
}

/* 2 columns like screenshot */
.def-sec2-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 110px;  /* big center space like design */
  row-gap: 40px;
}

/* item */
.def-point{
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 46px;
}

/* orange outline icon */
.def-ic{
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 62px;
  color: #F4B233; /* orange */
}

.def-ic img{
  width: 56px;
  height: 56px;
  display: block;
}

/* text */
.def-point-txt h4{
  color: #11174A;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 6px;
}

.def-point-txt p{
  color: #5E6580;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* remove last big spacing on last item in each column */
.def-sec2-col .def-point:last-child{
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px){
  .def-sec2-grid{
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 28px;
  }
  .def-point{ margin-bottom: 30px; }
  .def-sec2-head{ font-size: 28px; }
}

@media (max-width: 576px){
  .def-sec2{ padding: 55px 0 65px; }
  .def-ic{ width: 54px; height: 54px; flex-basis: 54px; }
  .def-ic svg{ width: 48px; height: 48px; }
}

/* ===== DEFENSE SECTION 3 (3 outlined cards) ===== */
.def-sec3{
  background: #0B1240;            /* deep navy */
  padding: 70px 0 85px;
}

.def-sec3-head{
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 52px;
}

/* card */
.def-card{
  position: relative;
  height: 100%;
  border: 2px solid #F4B233;      /* yellow outline */
  border-radius: 18px;
  padding: 46px 30px 42px;
  background: transparent;
  margin: 0 1rem;
}

/* top row (badge + label) */
.def-card-top{
  position: absolute;
  top: -27px;
  left: 22px;
  padding-right:5px ;
  display: flex;
  align-items: center;
  gap: 14px;
  background: #0B1240;
}

.def-badge{
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: #F4B233;
  color: #0B1240;
  font-weight: 900;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.def-card-label{
  color: rgba(255,255,255,0.92);
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* title + body */
.def-card-title{
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 12px;
}

.def-card-text{
  color: rgba(255,255,255,0.82);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  max-width: 95%;
}

/* spacing between columns on larger screens */
@media (min-width: 992px){
  .def-sec3-row{ --bs-gutter-x: 36px; }
}

/* Responsive */
@media (max-width: 992px){
  .def-sec3{ padding: 60px 0 70px; }
  .def-sec3-head{ font-size: 30px; margin-bottom: 40px; }
  .def-card{ padding: 44px 22px 26px;  }
  .def-badge{ width: 50px; height: 50px; border-radius: 14px; }
}

@media (max-width: 576px){
  .def-sec3-head{ font-size: 24px; }
  .def-card-text{ font-size: 14px; }
}

.defence-outcomes-media__img{
  width: 100%;
  height: 510px;
  /* margin-right: -7rem; */
}

/* ===== DEFENSE SECTION 4 (Use cases list + image) ===== */
.def-sec4{
  background: #E9EDFF;           /* light lavender */
  padding: 75px 0 85px;
}

.def-sec4-head{
  color: #11174A;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 46px;
}

/* list */
.def-usecase-list{
  display: grid;
  gap: 26px;                     /* similar spacing */
}

.def-usecase-title{
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.def-usecase-num{
  color: #11174A;
  font-weight: 900;
  font-size: 18px;
  min-width: 26px;
}

.def-usecase-head{
  color: #11174A;
  font-weight: 900;
  font-size: 18px;
}

.def-usecase-desc{
  margin: 6px 0 0 36px;          /* indent under number */
  color: #3E4668;
  opacity: 0.9;
  font-size: 15px;
  line-height: 1.6;
  max-width: 680px;
}

/* image card */
.def-sec4-media{
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 40px rgba(17, 23, 74, 0.14);
}

.def-sec4-img{
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Responsive */
@media (max-width: 992px){
  .def-sec4{ padding: 60px 0 70px; }
  .def-sec4-head{ font-size: 30px; margin-bottom: 34px; }
  .def-sec4-img{ height: 320px; }
  .def-usecase-desc{ margin-left: 30px; }
}

@media (max-width: 576px){
  .def-sec4-head{ font-size: 24px; }
  .def-sec4-img{ height: 240px; }
  .defence-outcomes-media__img{
    margin-top: -2rem;
    height: auto;
  }
}

/* v5 styles */
.v5-partnered {
  margin-top: 60px;
}

.v5-partnered  h3 {
  text-align: center;
  color: white;
  font-weight: 400;
  margin-bottom: 20px;
}