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: -10vh;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cloud-compute-hero-content {
  position: relative;
  z-index: 2;
  margin-top: 15vh;
}
.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: 768px) {
  .cloud-compute-hero-title {
    font-size: 2rem;

  }
}
/*-----------------------------why---------------------------------*/
.colocation-why-container-main {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}
.colocation-why-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.colocation-why-title {
  text-align: center;
  color: #333;
  font-size: 32px;
}
.colocation-why-underline {
  width: 60px;
  height: 3px;
  border-radius: 10px;
  background-color: #4caf50;
  margin: 0px auto 20px;
}
.colocation-why-item {
  background-color: #f1f1f1;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.colocation-why-header {
  display: flex;
  align-items: center;
  padding: 15px;
  cursor: pointer;
}
.colocation-why-icon {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.colocation-why-heading {
  font-size: 16px;
  margin: 0;
}
.colocation-why-content {
  padding: 0 15px 15px;
  display: none;
  font-size: 14px;
  color: #666;
}
.colocation-why-arrow {
  margin-left: auto;
  font-size: 24px;
  font-weight: 600;
  transition: transform 0.3s ease;
}
.colocation-why-item.active .colocation-why-arrow {
  transform: rotate(90deg);
}

@media (max-width: 768px) {
  .colocation-why-container {
    padding: 0 10px;
  }
  .colocation-why-title {
    font-size: 28px;
  }
  .colocation-why-heading {
    font-size: 14px;
  }
  .colocation-why-content {
    font-size: 12px;
  }
  
}
/*---------------------features ----------------------------*/

.colocation-features-container-main {
  width: 100%;
  padding-top: 50px;
  background-color: #f5f5f5;
}
.colocation-features-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.colocation-features-title {
  text-align: center;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
}
.colocation-features-subtitle {
  text-align: center;
  font-size: 1rem;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.6;
}
.colocation-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.colocation-features-card {
  background-color: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.colocation-features-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.colocation-features-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.colocation-features-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;

  border-radius: 50%;
}
.colocation-features-card-title {
  font-size: 1.3rem;
  color: #0066cc;
  margin: 0;
}
.colocation-features-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .colocation-features-container {
    padding: 30px 15px;
  }
  .colocation-features-title {
    font-size: 2rem;
  }
  .colocation-features-subtitle {
    font-size: 0.9rem;
  }
  .colocation-features-card-title {
    font-size: 1.1rem;
  }
  .colocation-features-description {
    font-size: 0.8rem;
  }
}
@media (max-width: 480px) {
  .colocation-features-container {
    padding: 20px;
  }
  .colocation-features-title {
    font-size: 1.8rem;
  }
  .colocation-features-subtitle {
    font-size: 0.8rem;
  }
  .colocation-features-card-title {
    font-size: 1rem;
  }
  .colocation-features-description {
    font-size: 0.75rem;
  }

}

/*---------------------offer ----------------------------*/

.colocation-offer-container-main {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}
.colocation-offer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.colocation-offer-title {
  text-align: center;
  color: #333;
  font-size: 36px;
  margin-bottom: 60px;
  font-weight: bold;
}
.colocation-offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.colocation-offer-card {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.colocation-offer-card-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #333;
}
.colocation-offer-card-content {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .colocation-offer-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .colocation-offer-card-title {
    font-size: 16px;
  }
  .colocation-offer-card-content {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .colocation-offer-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .colocation-offer-card {
    padding: 20px;
  }
  .colocation-offer-card-title {
    font-size: 15px;
  }
  .colocation-offer-card-content {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .colocation-offer-container {
    padding: 0 15px;
  }
  .colocation-offer-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .colocation-offer-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .colocation-offer-card {
    padding: 15px;
  }
  .colocation-offer-card-title {
    font-size: 14px;
  }
  .colocation-offer-card-content {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .colocation-offer-container {
    padding: 0 10px;
  }
  .colocation-offer-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .colocation-offer-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .colocation-offer-card {
    padding: 10px;
  }
  .colocation-offer-card-title {
    font-size: 12px;
  }
  .colocation-offer-card-content {
    font-size: 10px;
  }
}

/*---------------------benefits----------------------------*/

.colocation-benefits-container-main {
  width: 100%;
  padding-top: 50px;
  background-color: #f5f5f5;
}
.colocation-benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}
.colocation-benefits-title {
  text-align: center;
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
}
.colocation-benefits-subtitle {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 60px;
}
.colocation-benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 30px;
}
.colocation-benefits-card {
  background-color: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.colocation-benefits-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
.colocation-benefits-card-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.colocation-benefits-icon {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.colocation-benefits-card-title {
  font-size: 1.3rem;
  color: #0066cc;
  margin: 0;
}
.colocation-benefits-description {
  font-size: 0.9rem;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 1200px) {
  .colocation-benefits-container {
    padding: 40px 20px;
  }
  .colocation-benefits-title {
    font-size: 2.2rem;
  }
  .colocation-benefits-subtitle {
    font-size: 1.1rem;
  }
  .colocation-benefits-card-title {
    font-size: 1.2rem;
  }
  .colocation-benefits-description {
    font-size: 0.85rem;
  }
}
@media (max-width: 992px) {
  .colocation-benefits-title {
    font-size: 2rem;
  }
  .colocation-benefits-subtitle {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .colocation-benefits-card {
    padding: 20px;
  }
  .colocation-benefits-card-title {
    font-size: 1.1rem;
  }
  .colocation-benefits-description {
    font-size: 0.8rem;
  }
}
@media (max-width: 768px) {
  .colocation-benefits-container {
    padding: 30px 15px;
  }
  .colocation-benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .colocation-benefits-title {
    font-size: 1.8rem;
  }
  .colocation-benefits-subtitle {
    font-size: 0.9rem;
    margin-bottom: 30px;
  }
  .colocation-benefits-card {
    padding: 15px;
  }
  .colocation-benefits-card-title {
    font-size: 1rem;
  }
  .colocation-benefits-description {
    font-size: 0.75rem;
  }
  .colocation-benefits-icon {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .colocation-benefits-container {
    padding: 20px;
  }
  .colocation-benefits-title {
    font-size: 1.6rem;
  }
  .colocation-benefits-subtitle {
    font-size: 0.8rem;
    margin-bottom: 20px;
  }
  .colocation-benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .colocation-benefits-card {
    padding: 10px;
  }
  .colocation-benefits-card-title {
    font-size: 0.9rem;
  }
  .colocation-benefits-description {
    font-size: 0.7rem;
  }
  .colocation-benefits-icon {
    width: 40px;
    height: 40px;
    margin-right: 5px;
  }
}

/*------------------contact-us-form ---------------------*/
.cloud-compute-form-container-main {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}

.cloud-compute-form-container {
  background: rgb(0,12,45);
  background: linear-gradient(90deg, rgba(0,12,45,1) 0%, rgba(0,0,0,1) 100%);
  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 15px;
}

.cloud-compute-form-left {
  flex: 1;
  padding-right: 2rem;
}

.cloud-compute-form-right {
  flex: 1;
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
}

.cloud-compute-form-title {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.cloud-compute-form-subtitle {
  margin-bottom: 2rem;
  font-weight: 600;
}

.cloud-compute-form-contact-info {
  margin-bottom: 1rem;
}

.cloud-compute-form-social-icons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.cloud-compute-form-social-icon {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cloud-compute-form-social-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cloud-compute-form-input {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.cloud-compute-form-submit {
  background-color: black;
  font-weight: 600;
  border: 2px solid black;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .cloud-compute-form-container {
    max-width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .cloud-compute-form-container {
    flex-direction: column;
    padding: 1.5rem;
  }

  .cloud-compute-form-left,
  .cloud-compute-form-right {
    flex: none;
    width: 100%;
    padding: 1rem;
  }

  .cloud-compute-form-left {
    padding-right: 1rem;
    margin-bottom: 1.5rem;
  }

  .cloud-compute-form-title {
    font-size: 1.75rem;
  }

  .cloud-compute-form-subtitle {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 480px) {
  .cloud-compute-form-container-main {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cloud-compute-form-container {
    padding: 1rem;
  }

  .cloud-compute-form-left,
  .cloud-compute-form-right {
    padding: 0.5rem;
  }

  .cloud-compute-form-title {
    font-size: 1.5rem;
  }

  .cloud-compute-form-subtitle {
    font-size: 0.8rem;
  }

  .cloud-compute-form-social-icons {
    justify-content: center;
  }

  .cloud-compute-form-submit {
    padding: 0.5rem;
  }
}
