
#contact #container .s1 .page-intro h1 {
  color: #446b96;
}
#contact #container h1, #contact #container h2{text-shadow:none;}

#contact #container .s3 {
  background: #263548;
  padding: 9.4rem 0 11rem 0;
}
.s3 .fx-field label{color:#fff;}
.s3 input:-webkit-autofill{-webkit-box-shadow: 0 0 0 1000px #263548 inset !important;}
.s3 input:-webkit-autofill{-webkit-text-shadow: 0 0 0 1000px #fff inset !important;}
.s3 input:-webkit-autofill{transition:color 5000s ease-in-out 5000s}

#contact #container .s3 .container {
  max-width: 1100px;
}
#contact #container .s3 form {
  text-align: center;
}
#contact #container .s3 form input.hidhp {
  display: none;
}
#contact #container .s3 form ::placeholder {
  display: block;
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #fff;
}
#contact #container .s3 form input {
  display: block;
  width: 100%;
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 1.2rem 0;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: solid 1px rgba(223, 228, 233, 0.5098039216);
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 1.5rem;
}
#contact #container .s3 form textarea {
  display: block;
  height: 170px;
  width: 100%;
  font-family: "sweet-sans-pro", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  background: transparent;
  border: none;
  padding: 1rem 0;
  border-bottom: solid 1px rgba(223, 228, 233, 0.5098039216);
  appearance: none;
  -webkit-appearance: none;
  resize: none;
}
#contact #container .s3 form .col {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
#contact #container .s3 form .col input {
  width: 50%;
}
#contact #container .s3 form .global-btn {
  width: 223px;
  background: none;
  cursor: pointer;
}
#contact #container .s3 form .global-btn:hover {
  background-color: #3a5574;
  border-color: #3a5574;
}
#contact #container .s3 form .g-recaptcha {
  max-width: 300px;
  margin: 4rem auto 2rem auto;
}
#contact #container .s3 .response {
  color: #fff;
  text-align: center;
  position: relative;
  top: 2rem;
}

#contact footer .slide-inner {
  background: url(https://public.s-takeoff.com/i/pricing-footer.jpg) no-repeat center/cover;
}
:root {
  --accent: #90B0B3;
  --background: #fff;
  --card-bg: #ffffff;
  --text-dark: #111827;
  --text-light: #6b7280;
  --btn-hover: #3B7583;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.pricing-table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 1rem;
}

.pricing-card {
  position: relative;
  background: var(--card-bg);
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  width: 350px;
  text-align: center;
  padding: 2rem 1.5rem;
  transition: transform 0.2s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
}

.featured {
  border: 2px solid var(--accent);
}

.ribbon {
  position: absolute;
  top: -10px;
  right: -10px;
  background: var(--accent);
  color: #fff;
  padding: 0.3rem 0.8rem;
  font-size: 0.8rem;
  transform: rotate(15deg);
}

.plan-title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color:#263548
}

.plan-price {
  font-size: 2.5rem;
  margin: 1rem 0;
  color: var(--accent);
}

.currency {
  font-size: 1.2rem;
  vertical-align: super;
}

.period {
  font-size: 1rem;
  color: var(--text-light);
  margin-left: 0.2rem;
}

.features {
  list-style: none;
  margin: 1.5rem 0;
  text-align: left;
}

.features li {
  margin-bottom: 0.75rem;
  position: relative;
  padding-left: 1.5rem;
  color: var(--text-light);
}

.features li::before {
  content: "\2713\0020";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: var(--accent);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.btn:hover {
  background: var(--btn-hover);
}
/***** MEDIA *****/
@media screen and (max-width: 1100px) {
  #contact #container .s2 > div {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  #contact #container .s2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact #container .s2 > div {
    width: 100%;
    height: auto;
    padding: 4rem 0;
  }
  #contact #container .s2 .left > div {
    position: relative;
    top: auto;
    transform: none;
  }
  #contact #container .s2 .left .social a {
    width: 45px;
    height: 45px;
  }
  #contact #container .s2 .left h3 {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  #contact #container .s2 .right {
    padding: 0;
    height: 400px;
  }
  #contact #container .s3 {
    padding: 4rem 0;
  }
  #contact #container .s3 form .col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
  #contact #container .s3 form .col input {
    width: 100%;
  }
  #contact #container .s3 form input {
    margin-bottom: 1rem;
    padding: 0.8rem 0;
  }
  #contact #container .s3 form textarea {
    height: 130px;
  }
}

/*# sourceMappingURL=contact.css.map */
