/* ==========================================================================
   1. Reset / Normalize (from layout.css)
   ========================================================================== */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  color: hsla(0, 0%, 0%, 0.8);
  font-weight: normal;
  word-wrap: break-word;
  font-kerning: normal;
  -moz-font-feature-settings: "kern", "liga", "clig", "calt";
  -ms-font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt";
}
*, *:before, *:after { box-sizing: inherit; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; }
audio, canvas, progress, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
progress { vertical-align: baseline; }
[hidden], template { display: none; }
a {
  font-family: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: inherit;
}
a:active, a:hover { outline-width: 0; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: inherit; font-weight: bolder; }
dfn { font-style: italic; }
h1 { font-size: 2em; margin: 0.67em 0; }
mark { background-color: #ff0; color: #000; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; max-width: 100%; margin: 0; padding: 0; }
svg:not(:root) { overflow: hidden; }
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }
figure { margin: 1em 40px; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
button, input, optgroup, select, textarea { font: inherit; margin: 0; }
optgroup { font-weight: 700; }
button, input { overflow: visible; }
button, select { text-transform: none; }
[type="reset"], [type="submit"], button, html [type="button"] { -webkit-appearance: button; }
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0; }
fieldset { border: 1px solid silver; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-input-placeholder { color: inherit; opacity: 0.54; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
h1, h2, h3, h4, h5, h6 {
  margin-left: 0; margin-right: 0; margin-top: 0;
  padding: 0; margin-bottom: 1.45rem;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: bold; text-rendering: optimizeLegibility; line-height: 1.1;
}
h1 { font-size: 2.25rem; }
h2 { font-size: 1.62671rem; }
h3 { font-size: 1.38316rem; }
h4 { font-size: 1rem; }
h5 { font-size: 0.85028rem; }
h6 { font-size: 0.78405rem; }
p { margin: 0 0 1.45rem; padding: 0; }
b { font-weight: bold; }
strong { font-weight: bold; }
form { margin: 0 0 1.45rem; padding: 0; }

@media only screen and (max-width: 480px) {
  html { font-size: 100%; }
}

/* ==========================================================================
   2. Base / Utilities
   ========================================================================== */

.row { display: flex; }
.column { display: flex; flex-direction: column; }

/* ==========================================================================
   3. Page Layout
   ========================================================================== */

.page-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: calc(100vh - 100px);
  background-color: #eee;
}

.page-wrapper main {
  flex: 1;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

/* ==========================================================================
   4. Header
   ========================================================================== */

header {
  background: #fff;
  color: #3d3d3d;
}

/* Mobile nav (default) */
.nav-mobile {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.nav-mobile a {
  display: block;
  color: rgb(194, 194, 194);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-mobile-bar {
  display: flex;
  height: 45px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nav-mobile-title {
  width: 100%;
  padding: 0 44px;
  overflow: hidden;
  white-space: nowrap;
}

.nav-mobile-title a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

/* Hamburger */
.hamburger {
  position: absolute;
  left: 0;
  padding: 0 16px;
  display: inline-block;
  cursor: pointer;
}

.hamburger .bar1,
.hamburger .bar2,
.hamburger .bar3 {
  width: 24px;
  height: 3px;
  margin: 4px 0;
  transition: 0.4s;
  background-color: #2fb7f1;
}

.hamburger.open .bar1 {
  transform: rotate(-45deg) translate(-3px, 6px);
}
.hamburger.open .bar2 {
  opacity: 0;
}
.hamburger.open .bar3 {
  transform: rotate(45deg) translate(-3px, -8px);
}

/* Mobile menu */
.nav-mobile-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-mobile-menu.open {
  display: block;
}

.nav-mobile-menu li {
  padding: 0;
}

.nav-mobile-menu a {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0.7em 0;
  color: #333;
}

.nav-mobile-menu a.active {
  color: #2fb7f1;
}

/* Desktop nav (hidden by default) */
.nav-desktop {
  display: none;
}

.nav-desktop-logo {
  display: flex;
  flex: 1.5;
  height: 100px;
  justify-content: center;
  align-items: center;
}

.nav-desktop-logo img {
  width: 72px;
}

.nav-desktop-links {
  display: flex;
  flex: 2;
  justify-content: center;
  align-items: center;
}

.nav-desktop-links a {
  text-transform: uppercase;
  font-size: 14px;
}

.nav-link {
  display: flex;
  flex-direction: column;
  width: 90px;
  height: 100%;
  text-align: center;
  margin: 0 8px;
  border-bottom: 5px solid transparent;
}

.nav-link:hover {
  border-bottom: 5px solid #2fb7f1;
}

.nav-link.active {
  border-bottom: 5px solid #2fb7f1;
}

.nav-link a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 640px) {
  .nav-mobile { display: none; }
  .nav-desktop { display: flex; }
  header { height: 100px; }
}

/* ==========================================================================
   5. Hero Section
   ========================================================================== */

.hero {
  display: flex;
  flex-direction: column;
  height: 400px;
  color: #fff;
  background-image: url('/images/header-bg-new.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #040e18;
}

.hero-heading {
  width: 100%;
  font-size: 54px;
  color: #2fb7f1;
  font-weight: bold;
  text-align: center;
  padding-top: 16px;
  text-shadow: 2px 2px #ccc;
  text-transform: uppercase;
  word-spacing: 9999999px;
}

.hero-heading .m-w { display: block; }
.hero-heading .d-w { display: none; }
.hero-heading .gray { color: #727377; }

.hero-price {
  display: flex;
  padding-top: 32px;
  justify-content: center;
}

.hero-price-badge {
  color: #555;
  font-size: 22px;
  font-weight: 500;
  background: rgba(255,255,255,0.95);
  padding: 8px 32px;
  border-radius: 6px;
}

.hero-cta {
  display: flex;
  flex-direction: column;
  padding-top: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.btn-primary {
  display: inline-block;
  width: 180px;
  padding: 6px 0;
  border: none;
  color: #fff;
  background-color: #2fb7f1;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
}

@media (min-width: 576px) {
  .hero-heading { font-size: 64px; }
  .hero-price { padding-top: 8px; }
  .hero-cta { padding-top: 32px; }
}

@media (min-width: 768px) {
  .hero { height: 560px; }
  .hero-heading {
    padding-top: 64px;
    word-spacing: inherit;
  }
  .hero-heading .m-w { display: none; }
  .hero-heading .d-w { display: block; }
}

/* ==========================================================================
   6. Sections (common)
   ========================================================================== */

.section-gradient {
  background-image: linear-gradient(#eee, #fff);
  padding: 0 0 56px 0;
}

.section-title {
  display: flex;
  justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

.section-title .accent { color: #2fb7f1; }

.spacer-3rem { height: 3rem; width: 100%; }
.spacer-5rem { height: 5rem; width: 100%; }

/* ==========================================================================
   7. Coverage Cities
   ========================================================================== */

.coverage-cities {
  display: flex;
  max-width: 1240px;
  justify-content: space-evenly;
  margin: 0 auto;
  font-size: 20px;
}

.coverage-cities .column div {
  margin-bottom: 16px;
}

/* ==========================================================================
   8. Pricing Cards
   ========================================================================== */

.pricing-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}

.pricing-cards .pricing-card:not(:last-child) {
  margin-bottom: 42px;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 250px;
  height: 390px;
  border-radius: 10px;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.12);
}

.pricing-card-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
}

.pricing-card-price {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 80px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.pricing-card-price .label {
  font-size: 12px;
  font-weight: 600;
}

.pricing-card-price .amount {
  font-size: 32px;
  font-weight: bold;
}

.pricing-tier {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-size: 13px;
  border-bottom: 1px solid #eee;
}

.pricing-tier .speed { font-size: 11px; }

.pricing-addons {
  display: flex;
  flex-direction: column;
  flex: 1;
  font-size: 13px;
}

.pricing-addons-title {
  display: flex;
  justify-content: center;
  font-weight: bold;
  padding-top: 8px;
}

.pricing-addon-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px 0;
}

.pricing-addon-row:first-of-type {
  padding-top: 8px;
}

.pricing-card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #2fb7f1;
  color: #fff;
  height: 36px;
  text-transform: uppercase;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 576px) {
  .pricing-cards {
    flex-direction: row;
  }
  .pricing-cards .pricing-card:not(:last-child) {
    margin-bottom: 0;
  }
  .pricing-card { width: 220px; }
}

@media (min-width: 992px) {
  .pricing-card { width: 210px; }
}

/* ==========================================================================
   9. Contact Info Bar
   ========================================================================== */

.contact-bar-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -35px;
}

.contact-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  background-color: #2fb7f1;
  color: #fff;
  width: 100%;
  max-width: 760px;
  height: auto;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.12);
  padding: 32px 0;
}

.contact-bar-item {
  display: flex;
  align-items: center;
  width: 75%;
}

.contact-bar-item svg {
  margin: 0 8px;
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .contact-bar {
    flex-direction: row;
    height: 70px;
    font-size: 15px;
    font-weight: normal;
    padding: 0;
  }
  .contact-bar-item { width: auto; }
}

@media (min-width: 992px) {
  .contact-bar { border-radius: 15px; }
}

/* ==========================================================================
   10. Service Cards
   ========================================================================== */

.service-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto -36px;
  z-index: 999;
}

.service-cards .service-card:not(:last-child) {
  margin-bottom: 42px;
}

.service-card {
  display: flex;
  flex-direction: column;
  width: 230px;
  height: 310px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 0 8px;
  box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.12);
}

.service-card-icon {
  text-align: center;
  padding: 16px 16px 4px;
}

.service-card-icon svg {
  width: 60px;
  height: 60px;
}

.service-card-title {
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 16px;
}

.service-card-desc {
  flex: 1;
  padding: 8px 16px;
  font-size: 14px;
}

.service-card-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  background-color: #2fb7f1;
  color: #fff;
  height: 36px;
  text-transform: uppercase;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media (min-width: 576px) {
  .service-cards {
    flex-direction: row;
  }
  .service-cards .service-card:not(:last-child) {
    margin-bottom: 0;
  }
}

/* ==========================================================================
   11. Footer
   ========================================================================== */

footer {
  display: flex;
  flex-direction: column;
  background: #fff;
  height: 272px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding-top: 90px;
}

.footer-logo-row {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 576px) {
  .footer-logo-row { width: 33.33%; }
  .footer-logo { flex-direction: row; }
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 760px;
  height: 60px;
  margin: 32px auto 0;
}

.footer-social {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  padding-bottom: 16px;
}

.footer-social svg {
  width: 30px;
  height: 30px;
}

.footer-copyright {
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 16px;
}

/* ==========================================================================
   12. Contact Form Page
   ========================================================================== */

.contact-page {
  width: 100%;
  background: #fff;
  flex: 1;
}

.contact-page input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.1;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-page input.has-error {
  border-color: #dc3545;
}

.contact-form-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 0 16px;
  margin-top: 32px;
}

.form-row {
  display: flex;
  margin-top: 8px;
}

.form-field {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 50px;
}

.form-spacer {
  padding: 0 8px;
}

.field-error {
  display: none;
  font-size: 70%;
  color: #dc3545;
  margin-top: 4px;
  padding: 0 4px;
}

.field-error.visible {
  display: block;
}

.form-actions {
  display: flex;
  justify-content: center;
  margin: 32px 0;
}

.btn-submit {
  width: 180px;
  padding: 6px 0;
  border: none;
  color: #fff;
  background-color: #2fb7f1;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-submit:disabled {
  background-color: #2fb7f199;
  cursor: not-allowed;
}

.form-status {
  display: flex;
  justify-content: center;
  font-style: italic;
}

.form-status-message {
  padding: 16px 0;
  display: none;
}

.form-status-message.visible {
  display: block;
}

.form-status-message.success {
  font-size: 1.38316rem;
}

.form-status-message.error {
  font-size: 1rem;
}

.form-status-message .error-text {
  color: #dc3545;
}

/* ==========================================================================
   13. 404 Page
   ========================================================================== */

.not-found {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  background: #fff;
}
