.pgt-footer {
  --pgt-footer-accent: #dcb419;
  --pgt-footer-accent-2: #5b8e38;
  background-color: #0c2414;
  color: #e0e0e0;
  font-family: Arial, sans-serif;
  border-radius: 0;
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}


.elementor-widget-prince_footer_widget,
.elementor-widget-prince_footer_widget > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
}

.elementor-widget-prince_footer_widget .pgt-footer {
  max-width: none !important;
}

.elementor-widget-prince_footer_widget .pgt-footer__inner {
  max-width: 1400px !important;
}

.pgt-footer *,
.pgt-footer *::before,
.pgt-footer *::after {
  box-sizing: border-box;
}

.pgt-footer__inner {
  max-width: 1400px !important;
  margin: 0 auto;
  padding: 60px 50px 0;
  width: 100%;
}

.pgt-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 45px;
  width: 100%;
  align-items: flex-start;
}

.pgt-footer__col {
  position: relative;
  min-width: 0;
  padding-left: 26px;
}

.pgt-footer__col:not(:first-child)::before {
  content: '';
  position: absolute;
  left: -22px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed rgba(255, 255, 255, 0.15);
}

.pgt-footer__col--brand {
  padding-left: 0;
}

.pgt-footer__title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pgt-footer__title::after {
  content: '';
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--pgt-footer-accent-2);
  margin-top: 8px;
  border-radius: 2px;
  box-shadow: 15px 0 0 var(--pgt-footer-accent);
}

.pgt-footer__logo-box {
  width: 145px;
  height: 145px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.pgt-footer__logo-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

.pgt-footer__website-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--pgt-footer-accent);
  color: #ffffff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.pgt-footer__website-button:hover,
.pgt-footer__website-button:focus {
  background-color: var(--pgt-footer-accent);
  color: #0c2414;
}

.pgt-footer__website-button svg,
.pgt-footer__social svg,
.pgt-footer__link svg,
.pgt-footer__contact-icon svg,
.pgt-footer__divider-icon svg,
.pgt-footer__website-button .pgt-footer__uploaded-icon,
.pgt-footer__social .pgt-footer__uploaded-icon,
.pgt-footer__link .pgt-footer__uploaded-icon,
.pgt-footer__contact-icon .pgt-footer__uploaded-icon,
.pgt-footer__divider-icon .pgt-footer__uploaded-icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.pgt-footer__uploaded-icon {
  display: inline-block;
  object-fit: contain;
  flex: 0 0 auto;
  max-width: 1em;
  max-height: 1em;
}

.pgt-footer__website-button i,
.pgt-footer__social i,
.pgt-footer__link i,
.pgt-footer__contact-icon i,
.pgt-footer__divider-icon i,
.pgt-footer__website-button .pgt-footer__uploaded-icon,
.pgt-footer__social .pgt-footer__uploaded-icon,
.pgt-footer__link .pgt-footer__uploaded-icon,
.pgt-footer__contact-icon .pgt-footer__uploaded-icon,
.pgt-footer__divider-icon .pgt-footer__uploaded-icon {
  line-height: 1;
  display: inline-block;
}

.pgt-footer__socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.pgt-footer__social {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s ease;
}

.pgt-footer__social:hover,
.pgt-footer__social:focus {
  border-color: var(--pgt-footer-accent);
  color: var(--pgt-footer-accent);
  transform: translateY(-2px);
}

.pgt-footer__list,
.pgt-footer__contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pgt-footer__list li {
  margin-bottom: 15px;
}

.pgt-footer__link {
  color: #e0e0e0;
  text-decoration: none;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.pgt-footer__link:hover,
.pgt-footer__link:focus {
  color: #ffffff;
  transform: translateX(4px);
}

.pgt-footer__link i,
.pgt-footer__link svg,
.pgt-footer__link .pgt-footer__uploaded-icon {
  color: var(--pgt-footer-accent);
  font-size: 10px;
  flex: 0 0 auto;
}

.pgt-footer__list--categories .pgt-footer__link i,
.pgt-footer__list--categories .pgt-footer__link svg,
.pgt-footer__list--categories .pgt-footer__link .pgt-footer__uploaded-icon {
  font-size: 8px;
}

.pgt-footer__contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.5;
}

.pgt-footer__contact-text {
  color: #e0e0e0;
  text-decoration: none;
  transition: color 0.3s ease;
  min-width: 0;
  overflow-wrap: anywhere;
}

.pgt-footer__contact-text:hover,
.pgt-footer__contact-text:focus {
  color: #ffffff;
}

.pgt-footer__contact-icon {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
  color: #ffffff;
  font-size: 11px;
}

.pgt-footer__divider {
  display: flex;
  align-items: flex-start;
  margin: 45px 0 30px;
  width: 100%;
}

.pgt-footer__divider-line {
  flex-grow: 1;
  border-top: 1px solid var(--pgt-footer-accent);
}

.pgt-footer__divider-icon {
  width: 80px;
  height: 40px;
  border: 1px solid var(--pgt-footer-accent);
  border-top: none;
  border-radius: 0 0 40px 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 8px;
  margin-top: -1px;
  color: var(--pgt-footer-accent);
  font-size: 22px;
}

.pgt-footer__payments {
  --pgt-payment-icon-height: 17px;
  --pgt-payment-icon-max-width: 40px;
  display: grid !important;
  grid-template-columns: repeat(4, 40px) !important;
  align-items: center !important;
  justify-content: start !important;
  gap: 6px 8px !important;
  margin: 10px 0 0 !important;
  width: 184px !important;
  max-width: 184px !important;
}

.pgt-footer__payments--contact {
  display: grid !important;
  grid-template-columns: repeat(4, 40px) !important;
  width: 184px !important;
  max-width: 184px !important;
}

.pgt-footer__payment-card {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 40px !important;
  height: 24px !important;
  min-width: 40px !important;
  min-height: 24px !important;
  max-width: 40px !important;
  max-height: 24px !important;
  padding: 0 !important;
  background-color: transparent;
  border: 0 !important;
  border-radius: 0 !important;
  line-height: 0 !important;
  text-decoration: none;
  box-shadow: none !important;
  overflow: visible !important;
  transition: transform 0.25s ease;
}

.pgt-footer__payment-card:hover,
.pgt-footer__payment-card:focus {
  transform: translateY(-1px);
  box-shadow: none !important;
}

.pgt-footer__payment-card img,
.pgt-footer__payments--contact .pgt-footer__payment-card img {
  display: block !important;
  width: auto !important;
  height: 17px !important;
  max-height: 17px !important;
  max-width: 40px !important;
  object-fit: contain !important;
}

.pgt-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px 0 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 13px;
  color: #b0b0b0;
}

.pgt-footer__copyright {
  color: #b0b0b0;
}

.pgt-footer__copyright p {
  margin: 0;
}

.pgt-footer__copyright span {
  color: var(--pgt-footer-accent);
}

.pgt-footer__bottom-links {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.pgt-footer__bottom-link {
  color: #b0b0b0;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pgt-footer__bottom-link:hover,
.pgt-footer__bottom-link:focus {
  color: #ffffff;
}

.pgt-footer__bottom-separator {
  color: var(--pgt-footer-accent);
  font-style: normal;
}

@media (max-width: 1100px) {
  .pgt-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px 35px;
  }

  .pgt-footer__col:nth-child(3)::before {
    display: none;
  }

  .pgt-footer__col:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .pgt-footer__inner {
    padding: 50px 30px 0;
  }

  .pgt-footer__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .pgt-footer__col {
    padding-left: 0 !important;
  }

  .pgt-footer__col::before {
    display: none !important;
  }

  .pgt-footer__col--brand {
    text-align: center;
  }

  .pgt-footer__logo-box {
    margin-left: auto;
    margin-right: auto;
  }

  .pgt-footer__socials {
    justify-content: center;
  }

  .pgt-footer__website-button {
    justify-content: center;
  }

  .pgt-footer__payments {
    gap: 6px;
    justify-content: start;
    max-width: 220px;
  }

  .pgt-footer__payment-card img {
    max-width: 46px;
  }

  .pgt-footer__bottom {
    flex-direction: column;
    text-align: center;
    padding-bottom: 28px;
  }

  .pgt-footer__bottom-links {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .pgt-footer__inner {
    padding: 45px 24px 0;
  }

  .pgt-footer__logo-box {
    width: 130px;
    height: 130px;
  }

  .pgt-footer__payment-card img {
    height: 16px;
    max-height: 16px;
    max-width: 40px;
  }

  .pgt-footer__payments--contact {
    --pgt-payment-icon-height: 16px;
    --pgt-payment-icon-max-width: 40px;
  }
}
