* {
  box-sizing: border-box;
}
*::before, *::after {
  transition: 0.1s linear;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none;
}

:root {
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter Tight', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

body {
  font-family: var(--font-body);
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: var(--font-heading);
  font-weight: 700;
  color: #6A00F8;
}

.hero {
  position: relative;
}
@media (max-width: 991.98px) {
  .hero {
    padding: 10px;
  }
}
.hero .wrap {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  background: linear-gradient(to bottom right, rgba(56, 101, 248, 0.07), rgba(114, 6, 254, 0.07));
  padding: 92px 0;
}
@media (max-width: 1199.98px) {
  .hero .wrap {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  .hero .wrap {
    padding: 40px 0;
  }
}
.hero .wrap > img {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .container {
  position: relative;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .hero .text {
    text-align: center;
  }
}
.hero .text .tag {
  margin: 0 0 48px;
}
@media (max-width: 1199.98px) {
  .hero .text .tag {
    margin: 0 0 30px;
  }
}
@media (max-width: 991.98px) {
  .hero .text .tag {
    margin: 0 0 20px;
  }
}
@media (max-width: 767.98px) {
  .hero .text .tag {
    margin: 0 0 15px;
  }
}
.hero .text h1 {
  font-size: 54px;
  font-weight: 500;
  margin: 0 0 35px;
  color: #14081E;
  letter-spacing: -1px;
}
@media (max-width: 1399.98px) {
  .hero .text h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199.98px) {
  .hero .text h1 {
    font-size: 42px;
  }
}
@media (max-width: 991.98px) {
  .hero .text h1 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .hero .text h1 {
    font-size: 30px;
  }
}
.hero .text h1 span {
  display: block;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0px;
}
.hero .text p {
  font-size: 16px;
  color: #14081E;
  margin: 0 0 24px;
}
@media (max-width: 1399.98px) {
  .hero .text p {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .hero .text p {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .hero .text p {
    font-size: 13px;
  }
}
.hero .text p + .item {
  margin-bottom: 12px;
}
@media (max-width: 991.98px) {
  .hero .text p + .item {
    margin-bottom: 7px;
  }
}
.hero .text .item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .hero .text .item {
    justify-content: center;
  }
}
.hero .text .links {
  display: flex;
  gap: 12px;
  margin-top: 48px;
  flex-wrap: wrap;
}
@media (max-width: 1399.98px) {
  .hero .text .links {
    margin-top: 30px;
  }
}
@media (max-width: 1199.98px) {
  .hero .text .links {
    margin-bottom: 36px;
  }
}
@media (max-width: 991.98px) {
  .hero .text .links {
    justify-content: center;
    margin-top: 25px;
  }
}
.hero .text .links a {
  padding-inline: 48px;
}
@media (max-width: 1199.98px) {
  .hero .text .links a {
    padding-inline: 18px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .hero [class^=col-] > img,
  .hero [class*=" col-"] > img {
    width: min(85%, 500px);
    margin: 0 auto;
    display: block;
  }
}

.tag {
  background-color: #fff;
  border: 1px solid rgba(106, 0, 248, 0.15);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 1px 16px;
  border-radius: 40px;
  font-weight: 500;
  color: #000;
  font-size: 15px;
  line-height: 1;
  height: 38px;
}
@media (max-width: 991.98px) {
  .tag {
    height: 30px;
    font-size: 12px;
    gap: 8px;
    padding: 1px 12px;
  }
}

.glider {
  padding: 120px 0 10px;
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .row.g-5 {
    margin-inline: 0rem;
  }
  .row.g-5 > div {
    padding-inline: 0.6rem;
  }
}

.tides {
  padding: 5px 0 70px;
  text-align: center;
  max-width: 824px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .tides {
    padding: 5px 0 36px;
  }
}
.tides .tag {
  margin: 0 0 28px;
}
@media (max-width: 1399.98px) {
  .tides .tag {
    margin: 0 0 20px;
  }
}
@media (max-width: 991.98px) {
  .tides .tag {
    margin: 0 0 15px;
  }
}
.tides h2 {
  font-size: 48px;
  color: #14081E;
  margin: 0 0 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
}
@media (max-width: 1399.98px) {
  .tides h2 {
    font-size: 42px;
  }
}
@media (max-width: 1199.98px) {
  .tides h2 {
    font-size: 36px;
  }
}
@media (max-width: 991.98px) {
  .tides h2 {
    font-size: 30px;
  }
}
.tides p {
  font-size: 16px;
  color: #695D7B;
  margin: 0;
}
@media (max-width: 991.98px) {
  .tides p {
    font-size: 14px;
  }
}
.tides p + p {
  margin-top: 20px;
}

.row + .row {
  margin-top: 50px;
}
@media (max-width: 1399.98px) {
  .row + .row {
    margin-top: 80px;
  }
}
@media (max-width: 1199.98px) {
  .row + .row {
    margin-top: 40px;
  }
}
@media (max-width: 991.98px) {
  .row + .row {
    margin-top: 10px;
  }
}

.g-text span {
  font-size: 14px;
  font-weight: 500;
  color: #6A00F8;
  display: block;
  margin-bottom: 5px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}
.g-text h4 {
  color: #14081E;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 20px;
  letter-spacing: -1px;
}
@media (max-width: 991.98px) {
  .g-text h4 {
    font-size: 24px;
  }
}
.g-text p {
  font-size: 16px;
  color: #695D7B;
  margin: 0;
}
@media (max-width: 991.98px) {
  .g-text p {
    font-size: 14px;
  }
}
.g-text p + p {
  margin-top: 20px;
}
.g-text h6 {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .g-text h6 {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.g-text h6 img {
  height: 18px;
  width: auto;
}
.page-template-infrastructure .infra-capabilities {
    font-size: 16px;
    color: var(--secondary);
    margin: 45px 0 15px;
}
@media (max-width: 991.98px) {
    .page-template-infrastructure .infra-capabilities {
        margin: 30px 0 15px;
    }
}
.g-text .list {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(1, 1fr);
  border-radius: 15px;
  overflow: hidden;
}
.g-text .list.doubleCol {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991.98px) {
  .g-text .list.doubleCol {
    grid-template-columns: repeat(1, 1fr);
  }
}
.g-text .list.doubleCol p:nth-child(2) {
  border-top: none;
}
@media (max-width: 991.98px) {
  .g-text .list.doubleCol p:nth-child(2) {
    border-top: 1px solid rgba(105, 93, 123, 0.1);
  }
}
.g-text .list.doubleCol p:nth-child(even) {
  border-left: 1px solid rgba(105, 93, 123, 0.1);
}
@media (max-width: 991.98px) {
  .g-text .list.doubleCol p:nth-child(even) {
    border-left: none;
  }
}
.g-text .list.doubleCol p:nth-child(odd):last-child {
  grid-column: span 2;
}
@media (max-width: 991.98px) {
  .g-text .list.doubleCol p:nth-child(odd):last-child {
    grid-column: span 1;
  }
}
.g-text .list p {
  padding: 16px;
  background-color: rgba(105, 93, 123, 0.05);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  color: #14081E;
}
@media (max-width: 991.98px) {
  .g-text .list p {
    font-size: 13px;
    padding: 12px;
  }
}
.g-text .list p + p {
  border-top: 1px solid rgba(105, 93, 123, 0.1);
}
.g-text .list p img {
  height: 16px;
  width: auto;
}

.graphy {
  padding: 100px 0;
}
@media (max-width: 1399.98px) {
  .graphy {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .graphy {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  .graphy {
    padding: 50px 0;
  }
}

.phCard {
  background-color: #fff;
  padding: 14px;
  background-color: #F7F7F8;
  border-radius: 28px;
}
@media (max-width: 991.98px) {
  .phCard {
    border-radius: 15px;
  }
}
.phCard .pad {
  padding: 15px;
}
@media (max-width: 991.98px) {
  .phCard .pad {
    padding: 0px;
    margin-bottom: 10px;
  }
}
.phCard h6 {
  font-size: 22px;
  color: #14081E;
  font-weight: 500;
  margin: 0 0 5px;
  letter-spacing: -1px;
}
@media (max-width: 991.98px) {
  .phCard h6 {
    font-size: 18px;
  }
}
.phCard .v-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .phCard .v-title {
    margin-bottom: 15px;
  }
}
.phCard .v-title p {
  margin: 0;
  font-size: 16px;
  color: #695D7B;
}
@media (max-width: 991.98px) {
  .phCard .v-title p {
    font-size: 14px;
  }
}
.phCard .tag {
  width: 100%;
}
.phCard .v-graph {
  border: 1px solid rgba(125, 115, 140, 0.16);
  background-color: #fff;
  border-radius: 24px;
  padding: 20px;
}
.phCard .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.v-graph img {
    height: 272px;
}
@media (max-width: 991.98px) {
  .phCard .flex {
    margin-bottom: 20px;
  }
  .v-graph img {
    height: auto;
  }
}
.phCard .flex .icon {
  height: 38px;
  width: 38px;
  border-radius: 32px;
  border: 1px solid rgba(125, 115, 140, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
}
.phCard .flex .icon i {
  font-size: 16px;
  color: #14081E;
}
.phCard .flex.mb10 {
  margin-bottom: 10px;
}

.benefits {
  padding: 100px 0;
  background-color: #F7F7F8;
}
@media (max-width: 1399.98px) {
  .benefits {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .benefits {
    padding: 60px 0;
  }
}
@media (max-width: 991.98px) {
  .benefits {
    padding: 50px 0;
  }
}
.benefits .dashed {
  border-top: 1px dashed rgba(105, 93, 123, 0.2);
  border-bottom: 1px dashed rgba(105, 93, 123, 0.2);
  position: relative;
}
.benefits .dashed::after {
  content: "";
  position: absolute;
  border-top: 1px dashed rgba(105, 93, 123, 0.2);
  bottom: 50%;
  transform: translateY(11px);
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 1;
}
@media (max-width: 1399.98px) {
  .benefits .dashed::after {
    transform: translateY(21px);
  }
}
@media (max-width: 1199.98px) {
  .benefits .dashed::after {
    transform: translateY(11px);
  }
}
@media (max-width: 991.98px) {
  .benefits .dashed::after {
    transform: translateY(0px);
  }
}
.benefits .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .benefits .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.benefits .item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 28px;
  padding: 38px;
  outline: 1px dashed rgba(105, 93, 123, 0.2);
  background-color: #fff;
}
@media (max-width: 1399.98px) {
  .benefits .item {
    padding: 28px;
    gap: 20px;
  }
}
@media (max-width: 1199.98px) {
  .benefits .item {
    padding: 20px;
    gap: 10px;
  }
}
@media (max-width: 991.98px) {
  .benefits .item {
    gap: 5px;
    padding: 15px;
  }
}
.benefits .item .icon {
  margin: 0 0 10px;
}
.benefits .item .icon img {
  height: 54px;
  width: auto;
}
.benefits .item h6 {
  font-size: 16px;
  color: #14081E;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .benefits .item h6 {
    font-size: 14px;
  }
}
.benefits .item p {
  font-size: 14px;
  color: #695D7B;
  margin: 0;
}
@media (max-width: 991.98px) {
  .benefits .item p {
    font-size: 12px;
  }
}


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

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0px;
}
@media (max-width: 767px) {
    .footer-top {
        max-width: calc(100% - 20px);
        margin: 0 auto;
    }
}