﻿/* ==========================================================================
   Footer
   ========================================================================== */

/* --- Main --- */
.footer-main {
  background: rgba(206, 240, 255, 1);
  color: #a9a9a9;
  font-size: 14px;
  margin-top: auto;
  font-family: 'Manrope' !important;
}
.footer-main .nmx-wrap-container {
  overflow: hidden;
  padding-top: 100px;
}
.footer-main h3 {
  color: #171717;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 24px;
}
.footer-main h3 span {
  display: none;
}
.footer-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-main a {
  color: #171717;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.footer-main a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.footer-main svg * {
  fill: #a9a9a9;
}
.footer-main a:hover svg * {
  fill: #fff;
}
.footer-main .store-info__name,
.footer-main .store-info__name + br {
  display: none;
}
.footer-main .footer-col h3 .caret {
  display: none;
}

@media (min-width: 768px) {
  .footer-main {
    font-size: 0.8rem;
  }
}
@media (min-width: 960px) {
  .footer-main h3 {
    pointer-events: none;
  }
}
@media (min-width: 1490px) {
  .footer-main .nmx-wrap-container {
    max-width: 1560px;
  }
}
@media (max-width: 960px) {
  .footer-main .footer-col {
    width: 50%;
    text-align: left;
    margin-bottom: 40px;
  }
  .footer-main .footer-col h3 {
    display: block;
    margin-bottom: 17px;
  }
}

/* --- Layout --- */
.footer__links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1260px) {
  .footer__links {
    flex-direction: row;
  }
}

/* --- First nav / project CTA --- */
.footer-first-nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.footer-first-nav > form {
  width: 100%;
}
.ready-to-start-project {
  display: grid;
  grid-template-columns: 491px auto;
  align-items: center;
  background: #fff;
  padding: 32px 104px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.ready-to-start-project > div {
  position: relative;
  z-index: 1;
}
.ready-to-start-project::after {
  content: '';
  position: absolute;
  width: 616px;
  height: 616px;
  right: -150px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(6, 143, 206, 1);
}
.footer-first-nav .ready-to-start-project h2 {
  color: #171717;
  text-transform: none;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
}
.footer-first-nav .ready-to-start-project p {
  color: #171717;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}
.start-project-inputs input[type="text"],
.start-project-inputs textarea {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  height: 52px;
}
.start-project-inputs textarea {
  height: 96px;
}
.footer-first-nav .ready-to-start-project button {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  border: none;
  margin-left: auto;
  display: block;
  padding: 0;
  background: none;
}
.footer-first-nav .ready-to-start-project button svg {
  margin-left: 20px;
}

@media (max-width: 1490px) {
  .footer-first-nav .ready-to-start-project h4 {
    font-size: 40px;
    line-height: 30px;
  }
}
@media (max-width: 1250px) {
  .footer-first-nav {
    flex-direction: column;
  }
  .footer-first-nav .ready-to-start-project.has_b_box {
    margin-top: 200px;
  }
  .footer-nav {
    max-width: inherit !important;
  }
  .ready-to-start-project {
    grid-template-columns: 1fr;
    gap: 74px;
    padding: 24px;
  }
  .ready-to-start-project::after {
    left: 50%;
    transform: translate(-50%);
    top: unset;
    bottom: -500px;
  }
  .footer-first-nav .ready-to-start-project h2 {
    font-size: 22px;
    line-height: 27px;
  }
  .footer-first-nav .ready-to-start-project p,
  .start-project-inputs input[type="text"],
  .start-project-inputs textarea {
    font-size: 15px;
    line-height: 22px;
  }
  .footer-first-nav .ready-to-start-project button {
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .footer-first-nav .ready-to-start-project h4 {
    white-space: inherit;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .footer-first-nav .ready-to-start-project button {
    font-size: 16px;
  }
}

/* --- Nav menu / logo --- */
.footer-nav-menu-container {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 200px;
}
.footer-nav-logo > img {
  display: block;
  margin-bottom: 40px;
  margin-left: auto;
}
.footer-nav-logo-details {
  max-width: 300px;
  text-align: right;
}
.footer-nav-logo-details + .footer-nav-logo-details {
  margin-top: 4px;
}
.footer-nav-logo-details > img {
  width: 12px;
  margin-right: 25px;
}
.footer-nav-logo-details > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171717;
  margin: 0;
}

@media (max-width: 768px) {
  .footer-nav-menu-container {
    grid-template-columns: 1fr;
  }
  .footer-nav-logo > img {
    margin-left: 0;
    margin-bottom: 24px;
    width: 100px;
    height: 100px;
  }
  .footer-nav-logo-details {
    text-align: left;
  }
}

/* --- Newsletter banner --- */
.footer-second-nav-container {
  padding-top: 48px !important;
}
.footer-newsletter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 8px 24px;
  border-radius: 16px;
  background: #068FCE;
  align-items: center;
  margin-bottom: 48px;
}
.footer-newsletter h3 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin: 0;
}
.footer-newsletter form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
}
.footer-newsletter input {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  height: 52px;
  border-radius: 8px;
}
.footer-newsletter .footer-newsletter__submit {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.3px;
  text-align: center;
  background: #01B672;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 11px 24px;
  min-width: 144px;
  height: 52px;
  box-shadow: none;
  cursor: pointer;
}
.footer-newsletter .footer-newsletter__submit:hover,
.footer-newsletter .footer-newsletter__submit:focus {
  background: #019f64;
  color: #fff;
}
.footer-newsletter .footer-newsletter__submit:disabled {
  background: #01B672;
  color: #fff;
  opacity: 0.7;
  cursor: wait;
}
.footer-newsletter__honeypot {
  position: absolute;
  left: -5000px;
}
.footer-newsletter-alert {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  max-width: min(360px, calc(100vw - 48px));
  padding: 12px 16px;
  border-radius: 8px;
  background: #171717;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.footer-newsletter-alert.active {
  opacity: 1;
  transform: translateY(0);
}
.footer-newsletter-alert--success {
  background: #01B672;
}
.footer-newsletter-alert--error {
  background: #D14343;
}

@media (max-width: 1250px) {
  .footer-newsletter {
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 768px) {
  .footer-second-nav-container {
    padding-top: 40px !important;
  }
  .footer-newsletter {
    grid-template-columns: 1fr;
    padding: 16px 24px;
    gap: 16px;
    margin-bottom: 40px;
  }
  .footer-newsletter h3 {
    font-size: 20px;
    line-height: 27px;
  }
  .footer-newsletter form {
    grid-template-columns: 1fr;
  }
  .footer-newsletter form input {
    font-size: 16px;
    line-height: 100%;
  }
  .footer-newsletter .footer-newsletter__submit {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-align: center;
    height: 52px;
  }
}

/* --- Second nav (social / payments) --- */
.footer-second-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-second-nav-socials {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-second-nav-payments {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-second-nav-payments img {
  max-width: 53px;
}

@media (max-width: 960px) {
  .footer-second-nav {
    flex-direction: column;
  }
  .footer-second-nav-right {
    align-items: center;
    margin-top: 40px;
  }
  .footer-second-nav-right-socials a {
    margin: 0 15px;
  }
  .footer-second-nav-payments {
    gap: 8px;
  }
}
@media (max-width: 600px) {
  .footer-second-nav-left > img {
    margin-right: 15px;
  }
}

/* --- Third nav / copyright --- */
.copyright .nmx-wrap-container {
  padding-top: 48px;
}
.footer-third-nav {
  padding-bottom: 50px;
}
.footer-third-nav p,
.footer-third-nav a {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #171717 !important;
  text-decoration: inherit;
  text-transform: inherit;
  margin: 0;
}
.footer-third-nav .copyright-text {
  border-bottom: 1px solid #17171799;
  padding-bottom: 24px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}
.footer-third-nav .footer-estimate-text {
  text-align: center;
}
.footer-third-nav a {
  text-decoration: underline;
}
.footer-third-nav a:hover {
  opacity: 0.7;
}
.img-scroll-top {
  cursor: pointer;
}
.terms-and-policy-sitemap {
  display: flex;
}
.terms-and-policy-sitemap a:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .footer-third-nav .copyright-text {
    text-align: center;
  }
  .copyright .nmx-wrap-container {
    padding-top: 40px;
  }
  .img-scroll-top {
    display: none;
  }
}

/* --- Nav columns --- */
.footer-nav {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  margin: 0 -12px;
  max-width: 700px;
}
.footer-nav li {
  margin-top: 4px;
}
.footer-nav ul li:first-child {
  margin-top: 0;
}
.footer-col {
  margin-bottom: 9px;
  padding: 0 12px;
  width: 50%;
}
.footer-col--contact p:first-of-type {
  margin-top: 0;
}

@media (min-width: 479px) {
  .footer-nav {
    flex-direction: row;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1232px) {
  .footer-nav {
    justify-content: space-between;
  }
}
@media (max-width: 479px) {
  .footer-col--accordion h3 {
    cursor: pointer;
    margin-bottom: 0;
  }
  .footer-col--accordion h3 span {
    display: block;
    margin-left: auto;
  }
  .footer-col--accordion h3 svg {
    height: 15px;
    width: 10px;
    transform: rotate(-270deg);
    margin-right: 3px;
    transition: all 0.3s;
  }
  .footer-col--accordion h3:hover {
    color: grey;
  }
  .footer-col--accordion h3.is-active {
    margin-bottom: 9px;
  }
  .footer-col--accordion h3.is-active svg {
    transform: rotate(-90deg);
  }
  .footer-col--accordion ul,
  .footer-col--accordion div {
    display: none;
    margin-bottom: 15px;
  }
  .footer-col--accordion ul.is-active,
  .footer-col--accordion div.is-active {
    display: block;
  }
  .footer-col.social {
    order: -1;
    margin-bottom: 27px;
  }
}
@media (min-width: 480px) and (max-width: 1260px) {
  .footer-col {
    margin-bottom: 30px;
  }
}
@media (min-width: 480px) {
  .footer-col {
    width: 50%;
  }
}
@media (min-width: 767px) {
  .footer-col {
    width: 33.33333%;
  }
}
@media (min-width: 1023px) {
  .footer-col {
    width: 25%;
  }
}
@media (min-width: 1232px) {
  .footer-col {
    width: auto;
  }
}

/* --- Social --- */
.social h3 {
  margin-bottom: 15px;
}
.social-media {
  margin: 21px 0 0;
}
.social-media ul {
  display: flex;
}
.social-media li {
  margin: 0 10px 0 0;
  width: auto;
}
.social-media li:first-child a {
  align-items: flex-end;
}
.social-media .blue-circle {
  background-color: #1777f1;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}
.social-media .blue-circle:hover {
  opacity: 0.7;
}
.social-media .blue-tweeter {
  background-color: #1da0f1;
}
.social-media a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.social-media a svg {
  color: #333333;
}

/* --- Mailing list --- */
.mailing-list {
  display: block;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.mailing-list form {
  display: block;
}
.mailing-list input[type='email'] {
  background: none;
  border: 1px solid #a9a9a9;
  color: inherit;
  padding: 0 9px;
  height: 41px;
  margin-bottom: 0;
  width: 100%;
}
.mailing-list button {
  display: none;
}

@media (max-width: 480px) {
  .mailing-list {
    display: block;
    float: none;
  }
}

/* --- Live chat / reCAPTCHA --- */
.live-chat {
  background: #0686d4;
  border: 1px solid #0686d4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: -1px -3px 7px 0 rgba(0, 0, 0, 0.15);
  color: #eee;
  display: flex;
  font-weight: 500;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  position: fixed;
  right: 10px;
  bottom: 0;
  width: 280px;
  height: 45px;
  z-index: 9;
  transition: all 0.25s;
  transform: translate3d(0, 45px, 0);
}
.live-chat svg {
  width: 26px;
  height: auto;
}
.live-chat svg * {
  fill: #eee;
}
.live-chat:hover {
  color: #fff;
  text-decoration: none;
}
.live-chat:hover svg * {
  fill: #fff;
}
.live-chat.slide-up {
  transform: translate3d(0, 0, 0);
}
.grecaptcha-badge {
  visibility: visible;
  bottom: 60px !important;
}

@media (max-width: 550px) {
  .live-chat {
    width: auto;
  }
  .live-chat span {
    display: none;
  }
}

/* --- Page-specific overrides --- */
#logodesignbriefBody .footer-third-nav,
#websitedesignbriefBody .footer-third-nav {
  padding-bottom: 0;
}
#logodesignbriefBody .footer-main .nmx-wrap-container,
#websitedesignbriefBody .footer-main .nmx-wrap-container {
  padding-top: 0;
}
#logodesignbriefBody .copyright .nmx-wrap-container,
#websitedesignbriefBody .copyright .nmx-wrap-container {
  padding-bottom: 0;
}
#logodesignbriefBody .footer-main,
#websitedesignbriefBody .footer-main {
  display: none;
  height: 20vh;
  overflow: auto;
}
#servicesdevelopmentBody .footer-first-nav .ready-to-start-project button:hover {
  opacity: 1;
}

/* --- Checkout visibility --- */
.show_in_checkout {
  display: none;
}
#onepagecheckoutBody .show_in_checkout {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#onepagecheckoutBody .not_show_checkout {
  display: none;
}

/* --- Grow Your Business With Us --- */
.grow-withus-section {
  background: linear-gradient(-225deg, #ecf9ef, rgba(236, 249, 255, 1), rgba(236, 249, 255, 1));
  padding-top: 82px;
  padding-bottom: 82px;
}
.grow-withus {
  display: flex;
  align-items: center;
  gap: 77px;
}
.grow-withus-section small {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(23, 23, 23, 1);
  margin-bottom: 12px;
  letter-spacing: 5px;
  display: block;
  text-align: center;
}
.grow-withus-section h2 {
  font-size: 50px;
  line-height: 62px;
  color: rgba(23, 23, 23, 1);
  margin-bottom: 22px;
  text-transform: none;
  text-align: center;
}
.grow-withus-section p {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 30px !important;
  color: rgba(23, 23, 23, 1);
  text-align: center;
}
.grow-withus-section p a {
  color: rgba(6, 143, 206, 1);
}
.grow-withus-section p a:hover {
  text-decoration: none;
}
.grow-withus-badge {
  flex-shrink: 0;
  width: 182.88px;
}
.grow-withus-badge.designrush {
  width: 149.49px;
}
.grow-withus-details {
  flex-grow: 1;
}

@media (max-width: 992px) {
  .grow-withus {
    flex-direction: column;
    gap: 77px;
  }
}
@media (max-width: 768px) {
  .grow-withus-section small {
    font-size: 12px;
    line-height: 21px;
    letter-spacing: 2.5px;
    margin-bottom: 0;
  }
  .grow-withus-section h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 35px;
  }
  .grow-withus-section p {
    font-size: 15px;
    line-height: 22px;
  }
}
