/*hero section*/

.colocation-more-section {
    display: flex;
    align-items: center;
    height: auto;
    padding: 50px;
    background-color: #007bffea;
    margin:0 ;
    margin-bottom: 30px;
    color: #fff;
    margin-top: 100px;
}

.h-left-content {
    flex: 1;
    padding-right: 40px;
}

.h-right-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h-right-content img {
    width: 70%;
    height: auto;
    display: block;
    margin:0 auto;
}

.stph1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Montserrat", sans-serif;
    margin-left: 13px;
}

.subheading {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px;
    font-family: "inter", sans-serif;
    font-weight: 500;
    line-height: 28px;
    margin-left: 13px;

}

@media (max-width: 768px) {
    .colocation-more-section {
        flex-direction: column-reverse; 
        padding: 30px;
    }

    .h-left-content {
        padding-right: 0; 
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .h-right-content img {
        width: 70%;
        margin-bottom: 20px;
    }

    .stph1 {
        font-size: 40px; 
        margin-left: 0px;
        text-align: center;
    }

    .subheading {
        font-size: 1em; 
        margin-left: 0px;
        text-align: center;
    }
}


/*standard features*/

.features-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 20px auto;
  }

  .sf{
    font-size: 42px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    font-weight: bold;
  }
  
  .feature {
    width: 30%;
    box-sizing: border-box;
    padding: 10px;
    text-align: left;
    font-family: "inter", sans-serif;
    font-size: 17px;
    margin-bottom: 30px;
    border-bottom: 1px dashed rgb(227, 227, 227);
    display: block;
  }

  @media (max-width: 768px) {
    .feature {
      width: 100%;
    }
  }


  /*single server*/

  .packages-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto;
    margin-bottom: 70px;
  }

  .ss{
    font-size: 42px;
    font-family: 'Inter', sans-serif;
    text-align: center;
    font-weight: bold;
  }
  
  .package-card {
    width: 30%;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin: 10px;
    box-shadow: 11px 34px 61px #e1e1e1;
    font-family: 'Inter', sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  .package-card img {
    width: 40px; 
    margin-bottom: 10px;
  }
  
  .package-card h3 {
    margin-top: 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px; 
  }
  
  .package-card p{
    border-bottom: 1px solid #e7e7e7;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    width: 100%; 
    text-align: center;
    padding-bottom: 10px; 
  }

  .package-card p strong{
    font-size:21px ;
  }


  .package-card button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #e7e7e7;
  }

  .package-card button a{
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    color: white;
  }


  .package-card button:hover {
    background-color: #0050a7;
    text-decoration: none;
  }

  .package-card button:hover a{
    color: #fff;
  }

  
  @media (max-width: 768px) {
    .package-card {
      width: 90%; 
      margin: 10px auto;
    }
  }


  /*datacenters*/

  .datacenters-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: 20px auto;
  }
  
  .datacenter-card {
    width: 18%; 
    height: 41vh;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #e7e7e7d8;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .datacenter-card img {
    width: 100%; 
    height: 140px; 
    object-fit: cover; 
    margin-bottom: 10px;
  }
  
  .datacenter-card h3 {
    margin-top: 0;
    font-size: 18px;
    text-align: center;
    padding-bottom: 10px;
    color: #007bff;
    font-family: 'Inter', sans-serif;
  }
  
  .view-button {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none; 
    margin-top: auto;
    font-family: 'Inter', sans-serif;
  }
  
  .view-all-container {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .view-all-button {
    background-color: #007bff;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
  }

  .view-all-button:hover,
  .view-button:hover {
    background-color: #0050a7;
    color: #fff;
  }

  
  @media (max-width: 768px) {
    .datacenter-card {
      width: 80%;
      margin: 10px auto;
      height: fit-content;
    }
  }
  