

h1 {
    font-size: 54px;
    line-height: 58px;
}



.button_container {
  display: none;
}

.rnav li:nth-child(1){
  display:none;
}

.mnav li a, .rnav li a {
  padding:10px 6px;
}


.w-66 {
  width:880px;
}

.wavey-bg:before,
.wavey-bg:after,
.red-wavey-bg:before,
.red-wavey-bg {
  background-size:unset;
}

.map {
  background-size:920px 366px;
  width:920px;
  height:366px;
  margin:0px auto;
}

#red-cta-bg .center-vertically .button {
  width:100%;
  display:block;
  margin:8px 0px;
  text-align:center;
}
#red-cta-bg .center-vertically.mt-5 {
  margin-top:20px !important;
}

.red-wavey-bg {
  margin-bottom:-50px;
}

.footer br {
  display:none;
}

.server-specs li {
  padding-right:20px;
}

.discount-label {
  width:100%;
}

#cloud-pricing .sbox {
  padding:32px 20px;
}

#cloud-pricing .row {
  padding:0px 5px;
}

#cloud-pricing .col {
  padding:0px 10px;
}

#cloud-pricing .font-14 {
  font-size:12px;
}

.spec-amount li,
.spec-list li {
  font-size:12px;
  padding-top:0px;
  padding-bottom:0px;
}

.spec-list li{
    padding-right: 0px;
  }

  .map-flat {
    background: url(../images/world-map-home.svg);
        background-size: 920px 366px;
        width: 920px;
        height: 366px;
        margin: 0px auto;
  }

#cloud-locations .col {
  width:100%;
  flex-basis:100%;
  text-align:center;
}

#cloud-locations .col-lg-4 .row .col {
  width:25%;
  flex-basis:25%;
}

#cloud-locations .col-lg-4 a {
  display:none;
}

#cloud-locations .plfix {
  padding-left:12.5px !important;
} 

#colocation-hero .col-lg-8 {
  width:90%;
  flex-basis:90%;
}

.ping-checker-box {
  padding:0px;
}

.graph-container {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-left: 4px solid #4ade80; /* mint accent */
  border-radius: 0 6px 6px 0;
  background: #1f2230;
  gap: 10px;
}

.svg-white {
  filter: brightness(0) invert(1);
}

@media (min-width: 992px) {
  #dashboard-showcase {
    padding: 50px 0;
  }

  #dashboard-showcase .container {
    max-width: 1140px;
  }

  #dashboard-showcase .row {
    display: flex;
    align-items: center;
  }

  #dashboard-showcase .col-lg-4 {
    width: 33.333333%;
    padding-right: 30px;
  }

  #dashboard-showcase .col-lg-8 {
    width: 66.666667%;
  }

  #dashboard-showcase h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  #dashboard-showcase p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .feature-list li {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .dashboard-img-container {
    max-height: 450px;
    transition: transform 0.3s ease;
  }

  .dashboard-img-container:hover {
    transform: translateY(-5px);
  }

  /* Extra styles for larger screens */
  @media (min-width: 1200px) {
    #dashboard-showcase .container {
      max-width: 1340px;
    }

    .dashboard-img-container {
      max-height: 500px;
    }
  }
}