.datacenters__hero {
  position: relative;
  padding: 3em 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.datacenters__hero>.wrap {
  position: relative;
  z-index: 2;
}



.datacenters__hero-grid {
  display: flex;
  vertical-align: middle;
  align-content: center;
  flex-wrap: wrap;
  gap: 2em;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 960px) {
  .datacenters__hero-grid {
    align-items: center;
    gap: 4em;
    justify-content: space-between;
  }

  .datacenters__hero {
    padding: 7.5em 0 2.5em;
  }

  .datacenters__hero-form {
    margin-right: 90px !important;
  }
}

/* Small laptops (1024-1199px) */
@media screen and (max-width: 1199px) {
  .datacenters__hero {
    padding: 5em 0 2em;
  }

  .datacenters__hero-grid {
    gap: 3em;
  }

  .datacenters__hero-content h1 {
    font-size: 2.2em;
  }

  .datacenters__hero-content p {
    font-size: 18px;
  }

  .datacenters__hero-form {
    width: 320px;
    margin-right: 60px;
  }
}

/* Tablets (768-991px) */
@media screen and (max-width: 991px) {
  .datacenters__hero {
    padding: 4em 0 2em;
  }

  .datacenters__hero-grid {
    flex-direction: column;
    gap: 2em;
    text-align: center;
  }

  .datacenters__hero-content {
    width: 100%;
    min-height: auto;
    padding: 1em 0;
  }

  .datacenters__pill {
    margin: 0 auto;
  }

  .datacenters__hero-content h1 {
    font-size: 2em;
  }

  .datacenters__hero-content p {
    font-size: 17px;
    max-width: none;
    margin: 0 auto;
  }

  .datacenters__hero-form {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    align-self: center;
  }

  .datacenters__buttons {
    justify-content: center;
  }
}

/* Phones (320-767px) */
@media screen and (max-width: 767px) {
  .datacenters__hero {
    padding: 3em 0 2em;
  }

  .datacenters__hero-content {
    padding: 1em 1em;
  }

  .datacenters__pill {
    font-size: 22px;
    margin: 0 auto;
  }

  .datacenters__hero-content h1 {
    font-size: 1.8em;
  }

  .datacenters__hero-content p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
  }

  .datacenters__buttons {
    flex-direction: column;
    align-items: center;
  }

  .datacenters__buttons .button {
    width: 200px;
    height: 45px;
    font-size: 16px;
  }

  .datacenters__hero-form {
    padding: 2em 1.5em;
    max-width: 100%;
    margin-right: 0;
  }

  .datacenters__hero-form .wpcf7-form-control {
    font-size: 14px;
  }

  .datacenters__hero-form .wpcf7-submit {
    font-size: 14px;
  }
}

.datacenters__hero-content {
  color: white;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  padding: 2em 0;
  flex: 1;
}

.datacenters__hero-content * {
  color: white;
}

.datacenters__pill {
  display: inline-block;
  width: fit-content;
  color: #94bf58;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
  position: relative;
}

.datacenters__pill::after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  background-color: #5DEB3C;
}


.datacenters__hero-content h1 {
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.datacenters__hero-content h1 .hero__text-light {
  font-weight: 300;
}

.datacenters__hero-content h1 .hero__text-bold {
  font-weight: 700;
}

@media screen and (min-width: 960px) {
  .datacenters__hero-content h1 {
    font-size: 46px;
  }
}

.datacenters__hero-content p {
  font-size: 19px;
  line-height: 1.6;
  opacity: 0.95;
  margin-bottom: 2em;
  max-width: 600px;
  font-weight: 400;
}

.datacenters__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.datacenters__buttons .button {
  background: #43B02A;
  color: white;
  border: none;
  padding: 0.875em 0em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
  border-radius: 11px;
}

.datacenters__buttons .button.left_column_buttons {
  width: 175px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}

.datacenters__buttons .button:hover {
  background: white;
  color: #1a1a2e;
}

.datacenters__hero-form {
  background: #1A1A2D;
  border-radius: 18px;
  padding: 33px 52px 25px 46px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  width: 369px;
  margin-right: 0;
  flex-shrink: 0;
}

.datacenters__hero-form label {
  color: #5DEB3C;
  font-weight: 600;
  font-size: 11px;
  display: block;
  margin-bottom: 0.25em;
}

.datacenters__hero-form .wpcf7 {
  margin: 0;
}

.datacenters__hero-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.datacenters__hero-form .wpcf7-form p {
  margin: 0;
}

.datacenters__hero-form .wpcf7-form-control {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  background: #f9f9f9;
  color: #41B9C0;
  font-weight: 600;
}

#contact input,
#contact select {
  height: 36px;
}

.project-details textarea {
  height: 100px;
}

.datacenters__hero-form .wpcf7-form-control:focus {
  outline: none;
  border-color: #1d57a1;
  background: white;
}

.datacenters__hero-form .wpcf7-submit {
  background: #43B02A;
  color: white;
  border: none;
  height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 0.5em;
  border-radius: 11px;
  max-width: none;
  font-size: 12px;
}

.datacenters__hero-form .wpcf7-submit:hover {
  background: #1a1a2e;
}

.datacenters__hero-form .wpcf7-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-right: 2.5em;
}

/* Klover Strengths Section */
.datacenters__strengths {
  background-color: #1A1A2D;
  padding: 54px 5% 100px;
  font-family: 'Work Sans', Arial, sans-serif;
  text-align: center;
}

.datacenters__strengths .wrap {
  max-width: 1259px;
  margin: 0 auto;
}

.datacenters__strengths-header {
  margin-bottom: 72px;
}

.datacenters__strengths-eyebrow {
  display: inline-block;
  color: #94BF58;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0.1em;
}

.datacenters__strengths-title {
  color: #ffffff;
  font-size: 37px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
}

.datacenters__strengths-delivered {
  color: #5DEB3C;
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.datacenters__strengths-delivered::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background-color: #5DEB3C;
  border-radius: 2px;
}

.datacenters__strengths-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.datacenters__strengths-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.datacenters__strengths-col-pill {
  display: inline-block;
  color: #94BF58;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}


.datacenters__strengths-col>p {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.6;
  margin: 0;
  font-weight: 400;
}

.datacenters__strengths-col p strong {
  color: white;
  font-weight: 600;
}

@media screen and (max-width: 959px) {
  .datacenters__strengths {
    padding: 60px 5%;
  }

  .datacenters__strengths-title {
    font-size: 28px;
  }

  .datacenters__strengths-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* Klover Performance Section */
.datacenters__performance {
  background-color: #ffffff;
  padding: 100px 8%;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 400;
}

.datacenters__performance .wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.datacenters__performance-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}

.datacenters__performance-header-left {
  flex: 1;
}

.datacenters__performance-eyebrow {
  display: inline-block;
  color: #94bf58;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 0.5em;
}

.datacenters__performance-title {
  font-size: 37px;
  font-weight: 300;
  color: #37579e;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

.datacenters__performance-intro {
  color: #4D4D4D;
  font-size: 19px;
  line-height: 1.3;
  max-width: 400px;
  margin: 0;
}


.datacenters__performance-eyelight {
  color: #1A1A2D;
  position: relative;
  display: inline-block;
  font-weight: 600;
}

.datacenters__performance-eyelight::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 10px;
  background-color: #5DEB3C;
  border-radius: 2px;
}


.datacenters__performance-intro strong {
  color: #1A1A2D;
  font-weight: 600;
}

.datacenters__performance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  position: relative;
  z-index: 1;
}

.datacenters__performance-card {
  background-color: #1a1a2d;
  border-radius: 0px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 117px 0px 100px 43px;
  width: 270px;
}

.datacenters__performance-card-corner {
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.datacenters__performance-card-corner.top-left {
  top: 21.81px;
  left: 25px;
  border-top: 2px solid #94bf58;
  border-left: 2px solid #94bf58;
  border-radius: 0px 0 0 0;
}

.datacenters__performance-card-corner.bottom-right {
  bottom: 21.71px;
  right: 21.07px;
  border-bottom: 2px solid #94bf58;
  border-right: 2px solid #94bf58;
  border-radius: 0 0 4px 0;
}

.datacenters__performance-card-title {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1em;
  position: relative;
  z-index: 2;
}

.datacenters__performance-card p {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  position: relative;
  z-index: 2;
  padding-right: 50px;
}

.datacenters__performance-card p strong {
  color: #5deb3c;
}

@media screen and (max-width: 959px) {
  .datacenters__performance {
    padding: 60px 5%;
  }

  .datacenters__performance-header {
    flex-direction: column;
    gap: 1.5em;
  }

  .datacenters__performance-title {
    font-size: 32px;
  }

  .datacenters__performance-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .datacenters__performance-card {
    padding: 89px 0px 73px 43px;
    width: 100%;
  }
}

/* Klover Testimonial Section */
.datacenters__testimonial {
  background-color: #43B02A;
  padding: 100px 15%;
  font-family: 'Work Sans', Arial, sans-serif;
  color: #ffffff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  position: relative;
}

.datacenters__testimonial .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.datacenters__testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.datacenters__testimonial-quote {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.4;
  margin: 0;
}

.datacenters__testimonial-attribution {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 30px;
  color: #ffffff;
}

@media screen and (max-width: 959px) {
  .datacenters__testimonial {
    padding: 60px 5%;
  }

  .datacenters__testimonial-quote {
    font-size: 32px;
  }
}

/* Klover Social Proof Section */
.datacenters__social-proof {
  background-color: #ffffff;
  padding: 100px 5%;
  font-family: 'Work Sans', Arial, sans-serif;
  text-align: center;
}

.datacenters__social-proof .wrap {
  max-width: 1406px;
  margin: 0 auto;
}

.datacenters__social-proof-header {
  margin-bottom: 60px;
}

.datacenters__social-proof-title {
  font-size: 37px;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

.datacenters__social-proof-title-light {
  color: #37579E;
  font-weight: 300;
}

.datacenters__social-proof-title-bold {
  color: #37579E;
  font-weight: 700;
}

.datacenters__social-proof-sub {
  color: #4D4D4D;
  font-size: 25px;
  line-height: 1.5;
  margin: 0;
}

.datacenters__social-proof-sub strong {
  color: #4D4D4D;
  font-weight: 600;
}

.datacenters__social-proof-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: 40px;
}

.datacenters__social-proof-logos img {
  height: 55px;
  object-fit: contain;
}

@media screen and (max-width: 959px) {
  .datacenters__social-proof {
    padding: 60px 5%;
  }

  .datacenters__social-proof-title {
    font-size: 28px;
  }

  .datacenters__social-proof-sub {
    font-size: 20px;
  }

  .datacenters__social-proof-logos {
    justify-content: center;
    gap: 30px;
  }

  .datacenters__social-proof-logos img {
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .datacenters__social-proof-logos {
    flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 1580px) {
  .datacenters__social-proof-logos img {
    height: 45px;
  }
}

@media screen and (max-width: 1352px) {
  .datacenters__social-proof-logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}

/* Klover Latest Projects Section */
.datacenters__projects {
  background-color: #ffffff;
  padding: 26px 5%;
  font-family: 'Work Sans', Arial, sans-serif;
  text-align: center;
}

.datacenters__projects .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.datacenters__projects-header {
  margin-bottom: 60px;
}

.datacenters__projects-title {
  font-size: 37px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.datacenters__projects-title-light {
  color: #37579E;
  font-weight: 300;
}

.datacenters__projects-title-bold {
  color: #37579E;
  font-weight: 700;
}

.datacenters__projects-sub {
  color: #4D4D4D;
  font-size: 25px;
  line-height: 1.3;
  max-width: 700px;
  margin: 0 auto;
}

.datacenters__projects-sub strong {
  color: #4D4D4D;
  font-weight: 600;
}

.datacenters__projects-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.datacenters__projects-card {
  border: 1px solid #8dc63f;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.datacenters__projects-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.datacenters__projects-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
}

.datacenters__projects-card-body {
  padding: 30px;
  text-align: center;
}

.datacenters__projects-card-location {
  display: block;
  color: #43B02A;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.datacenters__projects-card-title {
  color: #37579E;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 4px;
  line-height: 1;
}

.datacenters__projects-card-client {
  color: #37579E;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .datacenters__projects {
    padding: 60px 5%;
  }

  .datacenters__projects-title {
    font-size: 28px;
  }

  .datacenters__projects-sub {
    font-size: 20px;
  }

  .datacenters__projects-grid {
    grid-template-columns: 1fr;
  }

  .datacenters__projects-card img {
    height: 200px;
  }
}

/* Klover Awards Section */
.datacenters__awards {
  background-color: #ffffff;
  padding: 100px 10%;
  font-family: 'Work Sans', Arial, sans-serif;
  text-align: center;
}

.datacenters__awards .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.datacenters__awards-header {
  margin-bottom: 22px;
}

.datacenters__awards-title {
  font-size: 37px;
  line-height: 1.2;
  margin: 0 0 12px;
}

.datacenters__awards-title-light {
  color: #37579E;
  font-weight: 300;
}

.datacenters__awards-title-bold {
  color: #37579E;
  font-weight: 700;
}

.datacenters__awards-sub {
  color: #4D4D4D;
  font-size: 15px;
  line-height: 1.6;
  max-width: 404px;
  margin: 0 auto;
}

.datacenters__awards-grid {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 80px;
}

.datacenters__awards-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.datacenters__awards-item img.pyramid {
  height: 152px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

.datacenters__awards-item img.eagle {
  height: 185px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}


.datacenters__awards-label {
  color: #94BF58;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
}

.eagle.datacenters__awards-label {
  margin-top: 0px;
}

@media screen and (max-width: 959px) {
  .datacenters__awards {
    padding: 60px 5%;
  }

  .datacenters__awards-title {
    font-size: 28px;
  }

  .datacenters__awards-sub {
    font-size: 12px;
  }

  .datacenters__awards-grid {
    flex-direction: column;
    gap: 40px;
    align-items: center;
  }

  .datacenters__awards-item img {
    height: 150px;
  }
}

/* Klover About Section */
.datacenters__about {
  background-color: #1a1a2d;
  padding: 100px 8%;
  font-family: 'Work Sans', Arial, sans-serif;
}

.datacenters__about .wrap {
  max-width: 1214px;
  margin: 0 auto;
}

.datacenters__about-grid {
  display: flex;
  align-items: center;
  gap: 60px;
}

.datacenters__about-image {
  flex: 1;
  height: 300px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.datacenters__about-image .video-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 11px solid #5DEB3C;
  border-radius: 0px;
  cursor: pointer;
}

.datacenters__about-image .play-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 104px;
  height: 104px;
  cursor: pointer;
  z-index: 2;
}

.datacenters__about-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 11px solid #5DEB3C;
}

.datacenters__about-content {
  display: flex;
  flex-direction: column;
  flex: 1;

}

.datacenters__about-title {
  color: #ffffff;
  font-size: 46px;
  font-weight: 400;
  margin: 0 0 0.3em;
  line-height: 1.2;
}

.datacenters__about-content p {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.3;
  margin: 0 0 1em;
  font-weight: 400;
}

.datacenters__about-content span {
  color: white;
}

.datacenters__about-emphasis {
  color: #5deb3c !important;
  font-weight: 700;
}

.datacenters__about-signature {
  margin-top: 1em;
  color: white;
}

.datacenters__about-signature strong {
  color: white;
  font-size: 19px;
}

.signature-image {
  width: 293px;
  margin-bottom: -15px;
  margin-left: -15px;
  margin-top: -10px;
}

@media screen and (max-width: 959px) {
  .datacenters__about {
    padding: 60px 5%;
  }

  .datacenters__about-grid {
    flex-direction: column;
    gap: 30px;
  }

  .datacenters__about-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .datacenters__about-image {
    height: 200px;
    min-height: auto;
  }

  .datacenters__about-image .play-button {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 10px;
  }

  .datacenters__about-image .video-preview {
    border-width: 5px;
  }

  .datacenters__about-image iframe {
    border-width: 5px;
  }
}

/* Klover CTA Section */
.datacenters__cta {
  background-color: #122E6A;
  padding: 100px 8%;
  font-family: 'Work Sans', Arial, sans-serif;
  position: relative;
}

.datacenters__cta .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.datacenters__cta-grid {
  display: flex;
  align-items: center;
  gap: 60px;
}

.datacenters__cta-content {
  flex: 1;
  color: #ffffff;
}

.datacenters__cta-title {
  font-size: 62px;
  line-height: 1.2;
  margin: 0 0 0.5em;
}

.datacenters__cta-title-light {
  font-weight: 300;
  color: #ffffff;
}

.datacenters__cta-title-bold-data {
  font-weight: 700;
  color: #5deb3c;
}

.datacenters__cta-content p {
  font-size: 19px;
  line-height: 1.6;
  opacity: 0.95;
  margin: 0;
  max-width: 500px;
  color: white;
  font-weight: 400;
  max-width: 372px;
  margin-bottom: 34px;
}

.datacenters__cta-form {
  flex: 1;
  background: #1A1A2D;
  border-radius: 18px;
  padding: 33px 52px 25px 46px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.datacenters__cta-form label {
  color: #5DEB3C;
  font-weight: 600;
  font-size: 11px;
  display: block;
  margin-bottom: 0.25em;
}

.datacenters__cta-form .wpcf7 {
  margin: 0;
}

.datacenters__cta-form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.datacenters__cta-form .wpcf7-form p {
  margin: 0;
}

.datacenters__cta-form .wpcf7-form-control {
  width: 100%;
  padding: 0.75em 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 12px;
  background: #f9f9f9;
  color: #41B9C0;
  font-weight: 600;
}

#contact input,
#contact select {
  height: 36px;
}

.project-details textarea {
  height: 100px;
}

.datacenters__cta-form .wpcf7-form-control:focus {
  outline: none;
  border-color: #1d57a1;
  background: white;
}

.datacenters__cta-form .wpcf7-submit {
  background: #43B02A;
  color: white;
  border: none;
  height: 35px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 0.5em;
  border-radius: 11px;
  max-width: none;
  font-size: 12px;
}

.datacenters__cta-form .wpcf7-submit:hover {
  background: #1a1a2e;
}

.datacenters__cta-form .wpcf7-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  padding-right: 2.5em;
}

.datacenters__cta-form {
  flex: 1;
}

@media screen and (max-width: 959px) {
  .datacenters__cta {
    padding: 60px 5%;
  }

  .datacenters__cta-grid {
    flex-direction: column;
    gap: 30px;
  }

  .datacenters__cta-title {
    font-size: 40px;
  }

  .datacenters__cta-form {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  .datacenters__cta-form {
    padding: 2em 1.5em;
    max-width: 100%;
    margin-right: 0;
  }

  .datacenters__cta-form .wpcf7-form-control {
    font-size: 14px;
  }

  .datacenters__cta-form .wpcf7-submit {
    font-size: 14px;
  }
}




::-webkit-input-placeholder {
  color: #41B9C0;
}

::-moz-placeholder {
  color: #41B9C0;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #41B9C0;
}

::placeholder {
  color: #41B9C0;
  opacity: 1;
}

/* FAQ Section */
.faq__section {
  background: white;
  padding: 3.6875em 1.5em 4.75em;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 960px) {
  .faq__section {
    padding: 3.6875em 12.25em 4.75em;
  }
}

.faq__section h2 {
  font-family: 'Work Sans', Arial, sans-serif;
  color: #94BF58;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.faq__section h3 {
  font-family: 'Work Sans', Arial, sans-serif;
  font-size: 1.71875em;
  font-weight: bold;
  line-height: 1.11em;
  color: #1A1A2D;
  margin-bottom: 2.5em;
  margin-right: -20px;
}

.faq__section h3 .br-hide {
  display: none;
}

@media screen and (min-width: 960px) {
  .faq__section h3 {
    font-size: 2.3125em;
  }

  .faq__section h3 .br-hide {
    display: inline;
  }
}

.faq__container {
  text-align: left;
  max-width: 749px;
  margin: 0;
}

.faq__item {
  margin-bottom: 1.25em;
}

.faq__question {
  color: #37579E;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.4583em;
  margin-bottom: 0.625em;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .faq__question {
    font-size: 1.5em;
  }
}

.faq__answer {
  color: #4D4D4D;
  font-size: 1.125em;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 300;
  line-height: 1.6667em;
  margin-bottom: 0.625em;
}

.faq__separator {
  background: #41B9C0;
  height: 1px;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}
