@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Poppins-bold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
}

body {
  font-family: "Poppins" !important;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins-bold";
}

#hero {
  background: url(image/banner-hero.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 4%;
  overflow: hidden;
  padding: 100px 0;
}

#hero .btn {
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 16px;
}

.section {
  padding: 60px 0;
}

.btn-warning {
  background: linear-gradient(90deg, #ecbd0f, #9e8312);
  border: 1px solid #000;
}

.stat-box {
  background: #7fe2e1;
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
  line-height: 1.2;
}

.stat-box span {
  font-weight: normal !important;
  font-size: 14px;
}

.brand-logo {
  height: 90px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#video {
  width: 70%;
  height: auto;
  object-fit: cover;
  margin: 20px auto;
  display: block;
}

#capabilities {
  margin: 4% auto;
  padding: 4% 0 3%;
  background: linear-gradient(140deg, #fce184, #ffdee0, #fff);
  padding-top: 150px;
}

.curve-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.curve-top svg {
  width: 100%;
  height: 100%;
}

.curve-top path {
  fill: #ffffff;
  /* color of section above */
}

.section-heading {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 2px;
  text-align: center;
  font-size: 18px;
}

.section-description {
  font-size: 17px;
  width: 60%;
  margin: 0 auto;
}

#capabilities .col-md-4 {
  margin-bottom: 20px;
}

.cap-card {
  border-top: 9px solid #f9cb17;
  background-color: #fff8ed;
  padding: 20px;
  border-radius: 9px;
  height: 100%;
}

.cap-icon {
  font-size: 35px;
}

.cap-card p {
  font-size: 16px;
}

.feature-box:hover {
  background: #ccf5f4;
}

.feature-card,
.feature-box {
  border: none;
  border-radius: 12px;
  padding: 20px;
  background: #f3f8ff;
}

.feature-card p,
.feature-box p {
  font-size: 16px;
}

.feature-card {
  border-top: 9px solid #a2c5f7;
  height: 100%;
}

.cost-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}

.cost-table th {
  background: #0f172a;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  padding: 14px 16px;
  text-align: left;
}

.cost-table td {
  padding: 14px 16px;
  font-size: 1rem;
  border-bottom: 1px solid #e2e8f0;
  font-weight: 700;
}

.cost-table tr:nth-child(even) {
  background: #f0f4fa;
}

.soft-bg {
  background: #f8f9fa;
}

.cost-table .saving {
  color: #10b981;
  font-weight: 700;
}

.gradient-bg {
  background: linear-gradient(to right, #f7e1d7, #f3c7d9);
}

.highlight-box {
  background: #fff0f0;
  padding: 20px;
  border-radius: 10px;
  border-top: 9px solid #fedddd;
}

.highlight-box h3 span {
  font-size: 13px !important;
  font-weight: 400 !important;
}

.highlight-box h3 {
  display: grid;
  font-weight: 800;
  line-height: 1.2;
  font-size: 2.8rem !important;
}

.highlight-box p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fc6094;
}

.math-footnote {
  font-size: 0.8rem;
  color: muted;
  font-style: italic;
  margin-top: 20px;
}

#problem {
  margin: 4% auto;
  padding: 4% 0 3%;
  background: linear-gradient(140deg, #fff, #fde0c0, #ffd8df);
}

.cap-card,
.feature-card,
.feature-box,
.next-card {
  transition: transform 0.8s ease;
}

.cap-card:hover,
.feature-card:hover,
.feature-box:hover,
.next-card:hover {
  transform: scale(1.08);
  font-weight: 500;
}

.cap-card h5,
.feature-card h5,
.feature-box h5 {
  font-weight: 600;
}

.color-text {
  color: #fa6a93;
}

#speed {
  background: url(image/Wave\ BG\ hrz.jpg.jpeg) no-repeat center center;
  background-size: cover;
}

.live-speed {
  background: #f3f8ff;
  border-top: 12px solid #b4d2fd;
  height: 100%;
  padding: 100px 20px;
  border-radius: 15px;
  box-shadow: inset 0 0 17px 4px #e5effc;
}

.live-speed h1 {
  font-size: 10rem;
  margin-bottom: 0;
  line-height: 1;
}

.speed-feature {
  background: #f3f8ff;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 12px;
  box-shadow: inset 0 0 17px 4px #e5effc;
}

.speed-feature h5 {
  margin-bottom: 2px;
}

.speed-feature p {
  margin-bottom: 5px;
}

#indeustries .col-md-6 {
  margin-bottom: 20px;
}

.cap-card-industry {
  padding: 30px 30px;
  text-align: left;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 12px;
  height: 100%;
  border-top: none;
}

.cap-card-industry::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 10px;
  background: #f9cb17;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.cap-card-industry:hover {
  transform: scale(1.05);
  transform: translateY(-5px) scale(1.04);
}

#security {
  background: linear-gradient(140deg, #d9f6f7, #fff);
}

.trust-item {
  text-align: center;
  margin-bottom: 20px;
}

.trust-item .feature-card {
  background: #e0f9fc;
  border-top: 8px solid #aafcff;
  box-shadow: inset 0 0 15px 3px #c8f1f4;
}

.trust-check {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #3b82f6;
  display: flex;
  margin: 0 auto 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  flex-shrink: 0;
}

.next-card {
  position: relative;
  background: #e0f9fc;
  border-radius: 12px;
  padding: 30px 30px;
  height: 100%;
  text-align: left;
}

.next-card p {
  margin-bottom: 2px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.next-card::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 50%;
  height: 10px;
  background: #aafcff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.footer-btn .btn {
  padding: 10px 20px;
  margin-right: 10px;
  font-size: 16px;
}

@media screen and (max-width: 780px) {
  #hero {
    background: url(image/hero-banner-mobile.png) no-repeat center center;
    padding: 3rem 0 30rem;
    background-size: cover;
    position: relative;
    padding-top: 60px;
  }

  #speed {
    background: url(image/Wave\ BG\ vrt.jpg.jpeg) no-repeat center center;
  }

  .stat-box span {
    font-weight: 500;
    font-size: 10px;
  }

  #video {
    width: 100%;
  }

  .section-description {
    width: 100%;
    margin: 0 auto;
  }

  .stat-box {
    font-size: 18px;
  }

  .feature-card,
  .feature-box,
  .cap-card,
  .next-card {
    margin-bottom: 20px;
    height: 100%;
  }

  .cost-table {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  #hero {
    background: url(image/hero-banner-mobile.png) no-repeat center center;
    padding: 3rem 0 30rem;
    background-size: cover;
    position: relative;
    padding-top: 60px;
  }

  #speed {
    background: url(image/Wave\ BG\ vrt.jpg.jpeg) no-repeat center center;
  }

  .stat-box span {
    font-weight: 500;
    font-size: 10px;
  }

  #video {
    width: 100%;
  }

  .section-description {
    width: 100%;
    margin: 0 auto;
  }

  .feature-card,
  .feature-box,
  .cap-card,
  .next-card {
    margin-bottom: 20px;
    height: auto;
  }

  #capabilities .col-md-4 {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {

  .header .item-left,
  .header .item-right {
    width: auto !important;
  }
}