/* 
  Theme Name: Prometec Theme
  Author: Rafael Lacerda Busatta
  Author URI: https://lacerdadevelopment.com
  Description: A classic theme framework for all Lacerda Development projects.
  Version: 1.0
*/

/* Global Styles */
* {
  font-family: Montserrat, sans-serif !important;
  /* line-height: 30px !important; */
  letter-spacing: 0%;
}

p {
  margin: 0 !important;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


body {
  --primary-ligher: #FF8489;
  --primary-light: #FA424A;
  --primary-main: #080322;
  --primary-dark: #D2050E;
  --primary-darker: #9A080E;

  --secondary-main: #000000;

  --tertiary-lighter:rgb(223, 217, 218);
  --tertiary-light: #A69D9E;
  --tertiary-main: #928888;
  --tertiary-dark: #605C5C;
  --tertiary-darker: #3F3A3A;

  --text-primary: #1D3A94;
  --surface-glow-strong: rgba(20, 160, 255, 0.36);
  --surface-glow-mid: rgba(20, 160, 255, 0.18);
  --surface-glow-soft: rgba(20, 160, 255, 0.08);
  --surface-glow-base-start: #080322;
  --surface-glow-base-mid: #09052c;
  --surface-glow-base-end: #0e4f8d;
}

.bg-about {
  background: linear-gradient(to right, rgb(5, 18, 70) 25%, rgba(8, 3, 34, 0.8) 62%, rgba(5, 18, 70, 0.7) 100%), url("assets/images/about-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.our-work {
  background:
    radial-gradient(
      1100px 820px at 104% 46%,
      var(--surface-glow-strong) 0%,
      var(--surface-glow-mid) 28%,
      var(--surface-glow-soft) 44%,
      rgba(20, 160, 255, 0) 72%
    ),
    linear-gradient(
      90deg,
      var(--surface-glow-base-start) 0%,
      var(--surface-glow-base-mid) 58%,
      var(--surface-glow-base-end) 100%
    );
}

@media (max-width: 991.98px) {
  .our-work {
    background:
      radial-gradient(
        620px 500px at 118% 44%,
        rgba(20, 160, 255, 0.28) 0%,
        rgba(20, 160, 255, 0.14) 28%,
        rgba(20, 160, 255, 0) 72%
      ),
      linear-gradient(
        180deg,
        var(--surface-glow-base-start) 0%,
        var(--surface-glow-base-mid) 60%,
        var(--surface-glow-base-end) 100%
      );
  }
}

.prometec-site-footer {
  background: #080322;
  color: #fff;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

.prometec-site-footer__brand {
  max-width: 22rem;
}

.prometec-site-footer__logo-link {
  display: inline-flex;
}

.prometec-site-footer__logo {
  display: block;
  height: auto;
  max-width: min(100%, 18.25rem);
  width: 100%;
}

.prometec-site-footer__tagline {
  color: #fff;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
}

.prometec-site-footer__summary {
  font-size: 0.875rem;
  margin-top: 1.4rem;
  max-width: 20rem;
}

.prometec-site-footer__summary,
.prometec-site-footer__contact-copy,
.prometec-site-footer__map-address,
.prometec-site-footer__bottom-copy,
.prometec-site-footer__meta {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.7;
}

.prometec-site-footer__eyebrow {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.prometec-site-footer__heading {
  color: #fff;
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.prometec-site-footer__map-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(20, 29, 76, 0.38) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
  margin-inline: auto;
  max-width: 27rem;
  padding: 1.35rem;
}

.prometec-site-footer__map-title {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
}

.prometec-site-footer__map-frame {
  --bs-aspect-ratio: 56%;
  border-radius: 18px;
  overflow: hidden;
}

.prometec-site-footer__contact {
  margin-left: auto;
  max-width: 21rem;
}

.prometec-site-footer__cta {
  align-items: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #1d3a94;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 0.75rem;
  justify-content: center;
  min-height: 52px;
  padding: 0.85rem 1.6rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  width: min(100%, 15.5rem);
}

.prometec-site-footer__cta:hover {
  box-shadow: 0 14px 35px rgba(255, 255, 255, 0.14);
  color: #0a2f88;
  transform: translateY(-2px);
}

.prometec-site-footer__contact-list {
  display: grid;
  gap: 1.1rem;
  margin-top: 1.65rem;
}

.prometec-site-footer__contact-link {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 0.85rem;
  font-size: 0.95rem;
  line-height: 1.45;
  text-decoration: none;
}

.prometec-site-footer__contact-link:hover,
.prometec-site-footer__privacy:hover {
  color: #8fc6ff;
}

.prometec-site-footer__icon {
  align-items: center;
  color: currentColor;
  display: inline-flex;
  flex: 0 0 1.2rem;
  height: 1.2rem;
  justify-content: center;
  width: 1.2rem;
}

.prometec-site-footer__icon svg {
  fill: currentColor;
  height: 100%;
  width: 100%;
}

.prometec-site-footer__icon img {
  display: block;
  height: 100%;
  width: 100%;
}

.prometec-site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 0.5rem;
  padding-top: 1.5rem;
}

.prometec-site-footer__privacy {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prometec-toast-container {
  max-width: min(92vw, 420px);
  z-index: 1080;
}

.prometec-feedback-toast {
  background: #fff;
  border: 1px solid rgba(8, 3, 34, 0.08);
  border-radius: 18px;
  box-shadow: 0 20px 44px rgba(8, 3, 34, 0.16);
  color: var(--primary-main);
  overflow: hidden;
}

.prometec-feedback-toast .toast-header {
  background: transparent;
  border-bottom: 1px solid rgba(8, 3, 34, 0.08);
  color: inherit;
  gap: 0.75rem;
  padding: 0.9rem 1rem 0.75rem;
}

.prometec-feedback-toast .toast-body {
  color: rgba(8, 3, 34, 0.82);
  font-size: 0.96rem;
  line-height: 1.55;
  padding: 0.95rem 1rem 1rem;
}

.prometec-feedback-toast__dot {
  border-radius: 999px;
  display: inline-flex;
  flex: 0 0 0.8rem;
  height: 0.8rem;
  width: 0.8rem;
}

.prometec-feedback-toast--success .prometec-feedback-toast__dot {
  background: #1fa971;
}

.prometec-feedback-toast--warning .prometec-feedback-toast__dot {
  background: #e6a019;
}

.prometec-feedback-toast--danger .prometec-feedback-toast__dot {
  background: #d2475a;
}

.prometec-quote-form__submit.is-loading,
.prometec-quote-form__submit:disabled {
  cursor: wait;
  filter: saturate(0.82);
  opacity: 0.92;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .prometec-site-footer__brand,
  .prometec-site-footer__contact {
    margin-inline: auto;
    max-width: 32rem;
    text-align: center;
  }

  .prometec-site-footer__summary {
    margin-inline: auto;
  }

  .prometec-site-footer__cta {
    width: 100%;
  }

  .prometec-site-footer__contact-link {
    justify-content: center;
  }

  .prometec-site-footer__bottom {
    text-align: center;
  }

  .prometec-toast-container {
    left: 0;
    max-width: none;
    right: 0;
  }
}

@media (min-width: 992px) {
  .bg-about {
    background:
    linear-gradient(to right, rgba(5, 18, 70, 1.0) 25%, rgba(8, 3, 34, 0.0) 62%, rgba(5, 18, 70, 0) 100%),
    url("assets/images/about-bg.jpg");
  }
}
