body {
  background: #f6f8f9;
  color: #263238;
}

.hero {
  padding: 90px 0 100px;
}

.hero h1 {
  max-width: 850px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.05;
}

.hero .btn-large {
  margin-right: 12px;
  margin-top: 20px;
  border-radius: 6px;
}

nav {
  box-shadow: none;
}

.brand-logo {
  font-weight: 700;
}

.service-card {
  min-height: 260px;
  border-radius: 12px;
}

.service-card i {
  color: #0277bd;
}

.card .card-title {
  font-weight: 700;
  margin-top: 12px;
}

.page-title {
  padding: 55px 0;
}

.page-title h1 {
  font-weight: 700;
}

.content-page {
  max-width: 900px;
  font-size: 1.15rem;
}

.content-page h2 {
  margin-top: 2rem;
  font-weight: 700;
  color: #263238;
}

footer {
  margin-top: 80px;
}

/* Steeds IT logo/header */
.steeds-nav {
  height: 82px;
  line-height: 82px;
}

.steeds-nav .nav-wrapper {
  height: 82px;
}

.steeds-logo {
  height: 82px;
  display: flex !important;
  align-items: center;
}

.steeds-logo img {
  height: 72px;
  width: auto;
  display: block;
}

.steeds-nav ul li a {
  line-height: 82px;
  font-weight: 600;
}

/* Home page polish */
.hero {
  padding: 105px 0 115px;
}

.hero-inner {
  max-width: 1150px;
}

.hero-copy {
  max-width: 930px;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  color: #81d4fa;
  margin-bottom: 18px;
}

.hero h1 {
  font-size: clamp(2.7rem, 6vw, 5rem);
  line-height: 1.03;
  font-weight: 800;
  margin-bottom: 24px;
}

.hero .flow-text {
  max-width: 850px;
  color: #e3f2fd;
}

.hero-actions {
  margin-top: 32px;
}

.hero-actions .btn-large {
  margin-right: 14px;
  margin-bottom: 12px;
  border-radius: 7px;
  font-weight: 700;
}

.section-heading {
  max-width: 800px;
  margin-bottom: 34px;
}

.section-heading h2,
.about-strip h2,
.cta-section h2 {
  font-weight: 800;
  color: #263238;
}

.section-heading p {
  font-size: 1.2rem;
  color: #546e7a;
}

.service-grid {
  display: flex;
  flex-wrap: wrap;
}

.service-card {
  height: 100%;
  min-height: 285px;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(38, 50, 56, 0.10);
}

.service-card .card-content {
  padding: 28px;
}

.service-card i {
  color: #0277bd;
  margin-bottom: 10px;
}

.service-card .card-title {
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}

.about-strip {
  padding: 75px 0;
}

.about-strip p {
  color: #455a64;
}

.trust-card {
  background: white;
  border-radius: 14px;
  padding: 32px;
  box-shadow: 0 8px 24px rgba(38, 50, 56, 0.10);
}

.trust-card h5 {
  font-weight: 800;
  margin-top: 0;
}

.trust-card ul {
  margin-bottom: 0;
}

.trust-card li {
  padding: 8px 0;
  border-bottom: 1px solid #eceff1;
  font-weight: 600;
}

.trust-card li:last-child {
  border-bottom: none;
}

.cta-section {
  text-align: center;
  max-width: 850px;
  padding: 85px 0;
}

.cta-section .btn-large {
  margin-top: 16px;
  border-radius: 7px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .hero {
    padding: 70px 0 80px;
  }

  .hero-actions .btn-large {
    width: 100%;
    margin-right: 0;
  }

  .about-strip .valign-wrapper {
    display: block;
  }
}

/****************************************************
 * Service Card Layout Improvements
 ****************************************************/

.service-grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.service-grid > .col {
    display: flex;
    margin-bottom: 24px;
}

.service-card {
    width: 100%;
    min-height: 340px;
    margin: 0;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(38,50,56,.10);
}

.service-card .card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 32px;
}

.service-card i {
    margin-bottom: 18px;
}

.service-card .card-title {
    margin-bottom: 18px;
    line-height: 1.2;
    font-weight: 800;
}

.service-card p {
    line-height: 1.6;
    margin-bottom: 0;
}

/****************************************************
 * Tablet
 ****************************************************/

@media only screen and (max-width: 992px) {
    .service-card {
        min-height: auto;
    }
}

/****************************************************
 * Mobile
 ****************************************************/

@media only screen and (max-width: 600px) {

    .service-grid > .col {
        margin-bottom: 18px;
    }

    .service-card .card-content {
        padding: 24px;
    }

}


/* Mobile spacing fix for About/trust section */
@media only screen and (max-width: 600px) {
    .about-strip {
        padding: 55px 0;
    }

    .about-strip .col {
        margin-bottom: 28px;
    }

    .about-strip .trust-card {
        margin-top: 22px;
    }

    .about-strip .btn {
        margin-bottom: 18px;
    }
}
