/* ===== footer.css ===== */
.quote-section {
  width: 100%;
  background: #fafafa;
  padding-top: 50px;
}

.quote-section__title {
  margin-top: 10px;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #1c1c1c;
  font-weight: bold;
  text-align: center;
  font-size: 40px;
  font-family: "Domine", sans-serif;
}

.quote-section__notice {
  margin: 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #922b21;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.quote-section__notice-link {
  color: #1c1c1c;
  font-weight: 600;
  text-decoration: none;
}

.quote-section__notice-link:hover {
  color: #d3b574;
  text-decoration: underline;
}

.quote-section__form {
  width: 67%;
  margin: 22px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quote-section__fields-row {
  display: flex;
  gap: 24px;
}

.quote-section__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quote-section__field--full {
  width: 100%;
}

.quote-section__label {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.quote-section__required {
  color: #922b21;
}

.quote-section__input,
.quote-section__textarea {
  width: 100%;
  padding: 0 16px;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  outline: none;
  resize: vertical;
}

.quote-section__input {
  height: 48px;
}

.quote-section__textarea {
  min-height: 120px;
  padding: 14px 16px;
  line-height: 1.5;
}

.quote-section__input::placeholder,
.quote-section__textarea::placeholder {
  color: #757575;
}

.quote-section__input:focus,
.quote-section__textarea:focus {
  border-color: #d3b574;
}

.quote-section__actions {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.quote-section__submit {
  width: 40%;
  height: 40px;
  border: none;
  border-radius: 6px;
  background-color: #1c1c1c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.quote-section__submit:hover {
  background-color: #333;
}

.site-footer {
  width: 100%;
  margin-top: 55px;
  padding: 48px 0 60px;
  background-color: #fff;
}

.site-footer__inner {
  width: 67%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
}

.site-footer__logo {
  height: 40px;
  width: auto;
  margin-bottom: 16px;
}

.site-footer__about p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1c1c;
}

.site-footer__title {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #1c1c1c;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer__list a {
  font-size: 14px;
  color: #444;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.site-footer__list a:hover {
  color: #1c1c1c;
}

.site-footer__contact {
  font-style: normal;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.site-footer__contact p {
  margin: 0 0 8px;
}

.site-footer__contact a {
  color: #444;
  text-decoration: none;
}

.site-footer__contact a:hover {
  color: #1c1c1c;
}

.site-footer__contact-phone {
  margin: 0 0 8px;
}

.site-footer__contact-phone-link {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  color: #1c1c1c;
  text-decoration: none;
}

.site-footer__contact-phone-link span {
  white-space: nowrap;
}

.site-footer__contact-phone-icon {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: #25d366;
}

.site-footer__contact-phone-link:hover .site-footer__contact-phone-icon {
  fill: #1ebe57;
}

.site-footer__contact-phone-status {
  font-size: 13px;
  color: #0f5132;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.site-footer__contact-phone-link:hover .site-footer__contact-phone-status {
  color: #0a3d26;
}

.site-footer__social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #1c1c1c;
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.site-footer__social-link:hover {
  color: #fff;
  background-color: #1c1c1c;
  border-color: #1c1c1c;
  transform: translateY(-1px);
}

.site-footer__social-icon {
  display: block;
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.site-footer-bar {
  width: 100%;
  background-color: #1c1c1c;
  padding: 12px 16px;
  min-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.site-footer-bar__text {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

@media (max-width: 900px) {
  .quote-section__title {
    font-size: 28px;
    height: auto;
    line-height: 1.3;
    padding: 0 16px;
  }

  .quote-section__form {
    width: calc(100% - 32px);
    max-width: 560px;
  }

  .quote-section__fields-row {
    flex-direction: column;
    gap: 16px;
  }

  .quote-section__submit {
    width: 100%;
    max-width: 320px;
  }

  .site-footer__inner {
    width: calc(100% - 32px);
    grid-template-columns: 1fr;
    gap: 28px;
  }
}


/* ===== whatsapp_float.css ===== */
.whatsapp-float {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  z-index: 950;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.whatsapp-float__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 0.25rem 1rem rgba(37, 211, 102, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.whatsapp-float__button:hover {
  background: #20bd5a;
  color: #fff;
  transform: scale(1.06);
  box-shadow: 0 0.375rem 1.25rem rgba(37, 211, 102, 0.55);
}

.whatsapp-float__button:focus-visible {
  outline: 2px solid #128c7e;
  outline-offset: 3px;
}

.whatsapp-float__button .whatsapp-float__icon,
.whatsapp-float__button svg {
  display: block;
  width: 2rem;
  height: 2rem;
  max-width: none;
  max-height: none;
  fill: currentColor;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .whatsapp-float {
    right: 1.75rem;
    bottom: 2.25rem;
  }

  .whatsapp-float__button {
    width: 3.5rem;
    height: 3.5rem;
  }

  .whatsapp-float__button .whatsapp-float__icon,
  .whatsapp-float__button svg {
    width: 1.875rem;
    height: 1.875rem;
  }
}


/* ===== trust_factory.css ===== */
.trust-factory {
  width: 100%;
  padding: 70px 0 90px;
  background: #f9f9f9;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

.trust-factory__title {
  margin: 0 0 50px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #1c1c1c;
}


.trust-factory__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 67%;
  margin: 0 auto;
}

.trust-factory__grid--two {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}

.trust-factory__card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.trust-factory__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.trust-factory__icon {
  width: 36px;
  height: 36px;
}

.trust-factory__number {
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  color: #767676;
}

.trust-factory__card-title {
  margin: 0 0 14px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #1c1c1c;
}

.trust-factory__card-text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
}

.trust-factory__actions {
  margin-top: 48px;
  text-align: center;
}

.trust-factory__cta {
  display: inline-block;
  min-width: 240px;
  padding: 14px 72px;
  border: none;
  border-radius: 999px;
  background: #1c1c1c;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s ease;
}

.trust-factory__cta:hover {
  background: #333;
}

@media (max-width: 900px) {
  .trust-factory__grid {
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
  }

  .trust-factory__grid--two {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .trust-factory {
    padding: 50px 0 60px;
  }

  .trust-factory__title {
    font-size: 26px;
    margin-bottom: 32px;
    padding: 0 20px;
  }

  .trust-factory__grid,
  .trust-factory__grid--two {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
  }
}


/* ===== company_history.css ===== */
.company-history {
  width: 100%;
  padding: 50px 0 100px;
  background: #fff;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

.company-history__title {
  margin: 0 0 24px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #1c1c1c;
}

.company-history__intro {
  width: 67%;
  margin: 0 auto 70px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
}

.company-history__timeline {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
  width: 94%;
  max-width: 1280px;
  margin: 0 auto;
  min-height: 340px;
}

.company-history__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
  min-width: 0;
  max-width: 200px;
}

.company-history__item--high {
  align-self: flex-start;
}

.company-history__marker {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-shrink: 0;
}

.company-history__line {
  width: 1px;
  background-color: #ddd;
  min-height: 150px;
}

.company-history__year {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #856d34;
  padding: 0 6px;
}

.company-history__content {
  text-align: left;
  padding-top: 2px;
}

.company-history__item-title {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: #1c1c1c;
}

.company-history__item-text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
  color: #666;
}

@media (max-width: 900px) {
  .company-history {
    padding: 40px 0 60px;
  }

  .company-history__title {
    font-size: 28px;
    padding: 0 16px;
  }

  .company-history__intro {
    width: calc(100% - 32px);
    margin-bottom: 40px;
  }

  .company-history__timeline {
    flex-direction: column;
    align-items: stretch;
    width: calc(100% - 32px);
    min-height: auto;
    gap: 0;
    border-left: 2px solid #e8e8e8;
    margin-left: 24px;
    padding-left: 20px;
  }

  .company-history__item {
    position: relative;
    flex-direction: column;
    max-width: none;
    padding-bottom: 28px;
  }

  .company-history__item::before {
    content: "";
    position: absolute;
    left: -27px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d3b574;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #d3b574;
  }

  .company-history__item--high {
    align-self: stretch;
  }

  .company-history__marker {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }

  .company-history__line {
    display: none;
  }

  .company-history__year {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 22px;
    padding: 0;
  }
}


/* ===== meet_us.css ===== */
.meet-us {
  width: 100%;
  min-height: 600px;
  background: #fff;
  text-align: center;
  padding-bottom: 68px;
  content-visibility: auto;
  contain-intrinsic-size: 600px;
}

.meet-us__title {
  font-size: 33px;
  font-weight: bold;
}

.meet-us__grid {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  width: fit-content;
  max-width: 100%;
  margin: 20px auto 0;
}

.meet-us__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.meet-us__caption {
  margin: 5px 0 0;
  font-size: 18px;
  font-weight: 600;
  color: #1c1c1c;
  text-align: center;
}

.home-certificates-section {
  margin-top: 48px;
}

.home-certificates__title {
  margin: 0 0 20px;
  font-size: 33px;
  font-weight: bold;
  color: #1c1c1c;
  text-align: center;
}

.home-certificates-marquee {
  overflow: hidden;
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.home-certificates-track {
  display: flex;
  width: max-content;
  animation: home-certificates-scroll 45s linear infinite;
}

.home-certificates-marquee:hover .home-certificates-track {
  animation-play-state: paused;
}

.home-certificates__group {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 16px;
  padding-right: 16px;
}

.home-certificates__item {
  flex: 0 0 auto;
}

.home-certificates__image {
  display: block;
  width: auto;
  height: 112px;
  max-width: none;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

@keyframes home-certificates-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-certificates-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .home-certificates__group[aria-hidden="true"] {
    display: none;
  }
}

@media (max-width: 900px) {
  .meet-us {
    min-height: auto;
    padding: 40px 16px 56px;
  }

  .meet-us__title {
    font-size: 26px;
    margin-bottom: 24px;
  }

  .meet-us__grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .meet-us__item img {
    width: 100%;
    border-radius: 8px;
  }

  .home-certificates-section {
    margin-top: 32px;
  }

  .home-certificates__title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .home-certificates-marquee {
    padding: 0 16px;
  }

  .home-certificates__group {
    gap: 12px;
    padding-right: 12px;
  }

  .home-certificates__image {
    height: 92px;
  }
}

@media (max-width: 480px) {
  .meet-us__grid {
    grid-template-columns: 1fr;
  }
}

