body,
html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body, html {
  font-family: 'Poppins', sans-serif;
}

/* Ensure all text elements use Poppins */
body, h1, h2, h3, h4, h5, h6, p, span, div {
  font-family: 'Poppins', sans-serif;
}
.cloud-compute-hero-section {
  background: linear-gradient(135deg, #4a0080, #0080ff);
  color: white;
  padding: 4rem 2rem;
  margin-top: -1.8rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cloud-compute-hero-content {
  position: relative;
  z-index: 2;
  margin-top: 5rem;
}
.cloud-compute-hero-title {
  font-size: 2.5rem;
  margin-bottom: 1rem;

}
.cloud-compute-hero-subtitle {
  font-size: 1rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cloud-compute-hero-cta {
  background-color: white;

  color: #0080ff;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.cloud-compute-hero-shape {
  position: absolute;
  top: -50%;
  right: -20%;
  width: 80%;
  height: 200%;
  background-color: rgba(255, 255, 255, 0.1);
  transform: rotate(-30deg);
  z-index: 1;
}
@media (max-width: 931px) {
  .cloud-compute-hero-section {
    margin-top: -10rem;
  }
  .cloud-compute-hero-content {
    margin-top: 25%;
  }
}
@media (max-width: 768px) {
  .cloud-compute-hero-section {
    margin-top: -10rem;
  }
  .cloud-compute-hero-content {
    margin-top: 20vh;
  }
}


/*-------------------------------Main-----------------------------*/



.peering-main {
  background-color: #fff;
  padding: 2rem;
}
.peering-sub{
  padding-top: 5vh;
  padding-bottom: 5vh;
  max-width: 1200px;
  margin: 0 auto;
}

.peering-title {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #1a1a1a;
}

.peering-description {
  margin-bottom: 1.5rem;
}

.peering-info {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.info-title {
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 1.5rem;
}

.info-list {
  list-style: none;
}

.info-item {
  margin-bottom: 1rem;
}

.info-label {
  font-weight: 600;
  margin-right: 0.5rem;
}

.info-value {
  color: #666;
}

.info-link {
  color: #0066cc;
  text-decoration: none;
}

.info-link:hover {
  text-decoration: underline;
}

.policy-footer {
  margin-top: 2rem;
  font-style: italic;
  color: #666;
}

@media (max-width: 768px) {
  body {
      padding: 15px;
  }

  .peering-main {
      padding: 1.5rem;
  }

  .peering-title {
      font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .peering-title {
      font-size: 1.75rem;
  }

  .peering-main {
      padding: 1rem;
  }
}