.premium-footer {
  margin-top: 5rem;
  font-family: "Satoshi-Medium", sans-serif;
  position: relative;
}
.premium-footer .footer-main {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.premium-footer .footer-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(0, 128, 0, 0.03) 1px, transparent 0);
  background-size: 32px 32px;
  pointer-events: none;
}
.premium-footer .footer-container {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
  padding: 4.5rem 0 3.5rem;
  background: #f7f7f7 !important;
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.1fr;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
.premium-footer .footer-section {
  display: flex;
  flex-direction: column;
}
.premium-footer .footer-brand-section {
  padding-right: 2rem;
}
.premium-footer .footer-brand-section .footer-logo-link {
  display: inline-block;
  transition: transform 0.3s ease;
}
.premium-footer .footer-brand-section .footer-logo-link:hover {
  transform: translateY(-2px);
}
.premium-footer .footer-brand-section .footer-logo-img {
  height: 4.5rem;
  width: auto;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}
.premium-footer .footer-brand-section .footer-brand-tagline {
  margin-top: 1rem;
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 1.1rem;
  color: #1a1a1a;
  letter-spacing: 0.01em;
  line-height: 1.4;
}
.premium-footer .footer-brand-section .footer-brand-desc {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #5a5a5a;
  line-height: 1.7;
  max-width: 280px;
}
.premium-footer .footer-brand-section .footer-social {
  margin-top: 1.75rem;
  display: flex;
  gap: 0.75rem;
}
.premium-footer .footer-brand-section .footer-social .social-link {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.premium-footer .footer-brand-section .footer-social .social-link:hover {
  background: #008000;
  border-color: #008000;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 128, 0, 0.25);
}
.premium-footer .footer-heading {
  font-family: "Satoshi-Bold", sans-serif;
  font-size: 0.8rem;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.premium-footer .footer-heading .heading-icon {
  width: 28px;
  height: 28px;
  background: linear-gradient(135deg, #008000, #00a000);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 128, 0, 0.2);
}
.premium-footer .footer-heading .heading-icon i {
  font-size: 0.75rem;
  color: #fff;
}
.premium-footer .footer-office-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  padding: 1.25rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.premium-footer .footer-office-card:hover {
  border-color: rgba(0, 128, 0, 0.3);
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 128, 0, 0.1);
}
.premium-footer .footer-office-card .office-badge {
  display: inline-block;
  font-size: 0.65rem;
  font-family: "Satoshi-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #008000;
  background: rgba(0, 128, 0, 0.08);
  padding: 0.3rem 0.7rem;
  border-radius: 4px;
  margin-bottom: 1rem;
}
.premium-footer .footer-address {
  font-style: normal;
}
.premium-footer .footer-address .address-line {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
  font-size: 0.85rem;
  color: #5a5a5a;
  line-height: 1.6;
}
.premium-footer .footer-address .address-line i {
  color: #008000;
  font-size: 0.85rem;
  margin-top: 0.15rem;
  min-width: 14px;
}
.premium-footer .footer-address .address-line span {
  flex: 1;
}
.premium-footer .footer-address .address-line.phone-line span {
  color: #1a1a1a;
  font-family: "Satoshi-Bold", sans-serif;
}
.premium-footer .footer-address .address-line:last-child {
  margin-bottom: 0;
}
.premium-footer .footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.premium-footer .footer-links-list li {
  margin-bottom: 0.5rem;
}
.premium-footer .footer-links-list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #5a5a5a;
  text-decoration: none;
  padding: 0.5rem 0;
  transition: all 0.25s ease;
  border-radius: 4px;
}
.premium-footer .footer-links-list li a i {
  font-size: 0.6rem;
  color: #008000;
  transition: transform 0.25s ease;
}
.premium-footer .footer-links-list li a:hover {
  color: #008000;
  padding-left: 0.5rem;
}
.premium-footer .footer-links-list li a:hover i {
  transform: translateX(4px);
}
.premium-footer .footer-payments-section {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e8e8e8;
}
.premium-footer .footer-payments-section .payments-label {
  display: block;
  font-size: 0.7rem;
  font-family: "Satoshi-Bold", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #888;
  margin-bottom: 0.75rem;
}
.premium-footer .footer-payments-section .payment-methods {
  display: flex;
  gap: 0.6rem;
}
.premium-footer .footer-payments-section .payment-icon {
  width: 44px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.premium-footer .footer-payments-section .payment-icon i {
  font-size: 1.1rem;
  color: #666;
}
.premium-footer .footer-payments-section .payment-icon:hover {
  border-color: #008000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 128, 0, 0.15);
}
.premium-footer .footer-payments-section .payment-icon:hover i {
  color: #008000;
}
.premium-footer .footer-bottom {
  background: #1a1a1a;
}
.premium-footer .footer-bottom .footer-bottom-container {
  max-width: 1280px;
  width: 92%;
  margin: 0 auto;
  padding: 1.25rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.premium-footer .footer-bottom .footer-bottom-left .copyright {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.premium-footer .footer-bottom .footer-bottom-left .powered-by {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
  margin: 0.25rem 0 0;
}
.premium-footer .footer-bottom .footer-bottom-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.premium-footer .footer-bottom .footer-bottom-nav a {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 0.25s ease;
  position: relative;
}
.premium-footer .footer-bottom .footer-bottom-nav a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: #00a000;
  transition: width 0.25s ease;
}
.premium-footer .footer-bottom .footer-bottom-nav a:hover {
  color: #ffffff;
}
.premium-footer .footer-bottom .footer-bottom-nav a:hover::after {
  width: 100%;
}

@media (max-width: 1280px) {
  .premium-footer .footer-container {
    gap: 2.5rem;
  }
  .premium-footer .footer-brand-section {
    padding-right: 1rem;
  }
}
@media (max-width: 1024px) {
  .premium-footer {
    margin-top: 4rem;
  }
  .premium-footer .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2rem;
    padding: 3.5rem 0 3rem;
  }
  .premium-footer .footer-brand-section {
    grid-column: 1/-1;
    padding-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .premium-footer .footer-brand-section .footer-logo-link {
    flex-shrink: 0;
  }
  .premium-footer .footer-brand-section .footer-brand-tagline {
    flex: 1;
    min-width: 200px;
    margin-top: 0;
    align-self: center;
  }
  .premium-footer .footer-brand-section .footer-brand-desc {
    flex-basis: 100%;
    max-width: 500px;
    margin-top: 0;
  }
  .premium-footer .footer-brand-section .footer-social {
    margin-top: 0;
    margin-left: auto;
  }
  .premium-footer .footer-office-card {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .premium-footer {
    margin-top: 3rem;
  }
  .premium-footer .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 1.5rem;
    padding: 3rem 0 2.5rem;
    width: 90%;
  }
  .premium-footer .footer-brand-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .premium-footer .footer-brand-section .footer-brand-tagline {
    margin-top: 1rem;
  }
  .premium-footer .footer-brand-section .footer-social {
    margin-left: 0;
    margin-top: 1.25rem;
  }
  .premium-footer .footer-heading {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }
  .premium-footer .footer-heading .heading-icon {
    width: 26px;
    height: 26px;
  }
  .premium-footer .footer-office-card {
    padding: 1rem;
  }
  .premium-footer .footer-office-card .office-badge {
    font-size: 0.6rem;
    padding: 0.25rem 0.5rem;
  }
  .premium-footer .footer-address .address-line {
    font-size: 0.8rem;
  }
  .premium-footer .footer-links-list li a {
    font-size: 0.825rem;
  }
  .premium-footer .footer-bottom .footer-bottom-container {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding: 1.25rem 0;
  }
  .premium-footer .footer-bottom .footer-bottom-nav {
    gap: 1.5rem;
  }
}
@media (max-width: 576px) {
  .premium-footer {
    margin-top: 2.5rem;
  }
  .premium-footer .footer-container {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 2.5rem 0 2rem;
  }
  .premium-footer .footer-brand-section {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    text-align: center;
    align-items: center;
    padding: 0 1rem;
    gap: 0;
  }
  .premium-footer .footer-brand-section .footer-logo-img {
    height: 3.5rem;
  }
  .premium-footer .footer-brand-section .footer-brand-tagline {
    text-align: center;
    font-size: 1.05rem;
    margin-top: 1rem;
    flex: none;
    min-width: unset;
    line-height: 1.4;
    color: #1a1a1a;
  }
  .premium-footer .footer-brand-section .footer-brand-desc {
    text-align: center;
    max-width: 320px;
    font-size: 0.875rem;
    padding: 0;
    margin-top: 0.75rem;
    line-height: 1.6;
    color: #5a5a5a;
  }
  .premium-footer .footer-brand-section .footer-social {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
    margin-left: 0;
    gap: 0.75rem;
  }
  .premium-footer .footer-brand-section .footer-social .social-link {
    width: 44px;
    height: 44px;
  }
  .premium-footer .footer-section {
    align-items: center;
    text-align: center;
  }
  .premium-footer .footer-heading {
    justify-content: center;
    font-size: 0.75rem;
  }
  .premium-footer .footer-office-card {
    width: 100%;
    max-width: 100%;
  }
  .premium-footer .footer-address .address-line {
    justify-content: flex-start;
    text-align: left;
  }
  .premium-footer .footer-address .address-line i {
    min-width: 16px;
  }
  .premium-footer .footer-links-list {
    width: 100%;
    max-width: 100%;
  }
  .premium-footer .footer-links-list li a {
    justify-content: center;
    padding: 0.6rem 0;
  }
  .premium-footer .footer-links-list li a:hover {
    padding-left: 0;
  }
  .premium-footer .footer-payments-section {
    text-align: center;
  }
  .premium-footer .footer-payments-section .payment-methods {
    justify-content: center;
  }
  .premium-footer .footer-bottom .footer-bottom-container {
    padding: 1.5rem 0;
  }
  .premium-footer .footer-bottom .footer-bottom-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
  }
}
@media (max-width: 400px) {
  .premium-footer .footer-container {
    width: 92%;
    gap: 1.75rem;
    padding: 2rem 0 1.5rem;
  }
  .premium-footer .footer-brand-section .footer-logo-img {
    height: 3rem;
  }
  .premium-footer .footer-brand-section .footer-brand-tagline {
    font-size: 1rem;
  }
  .premium-footer .footer-brand-section .footer-brand-desc {
    font-size: 0.825rem;
  }
  .premium-footer .footer-brand-section .footer-social .social-link {
    width: 42px;
    height: 42px;
  }
  .premium-footer .footer-heading {
    font-size: 0.7rem;
    gap: 0.5rem;
  }
  .premium-footer .footer-heading .heading-icon {
    width: 24px;
    height: 24px;
  }
  .premium-footer .footer-heading .heading-icon i {
    font-size: 0.65rem;
  }
  .premium-footer .footer-office-card {
    padding: 0.875rem;
  }
  .premium-footer .footer-address .address-line {
    font-size: 0.775rem;
    gap: 0.6rem;
  }
  .premium-footer .footer-links-list li a {
    font-size: 0.8rem;
  }
  .premium-footer .footer-payments-section .payment-icon {
    width: 40px;
    height: 28px;
  }
  .premium-footer .footer-bottom .footer-bottom-left .copyright {
    font-size: 0.75rem;
  }
  .premium-footer .footer-bottom .footer-bottom-left .powered-by {
    font-size: 0.65rem;
  }
  .premium-footer .footer-bottom .footer-bottom-nav a {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=footer.css.map */