/* Footer Styles */
.footer {
  background-color: #424242;
  color: #D3D3D3;
  font-family: 'Jost', sans-serif;
  padding: 60px 0 30px 0;
  margin: 0;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Footer Header */
.footer-header {
  text-align: center;
  margin-bottom: 40px;
}

.footer-brand {
  font-size: 36px;
  font-weight: 300;
  color: #D3D3D3;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #D3D3D3;
  margin: 0 auto;
}

/* Footer Content */
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  gap: 60px;
}

/* Left Column */
.footer-left {
  flex: 1;
  max-width: 60%;
}

.footer-contact {
  margin-bottom: 30px;
  font-size: 14px;
  color: #D3D3D3;
  font-family: 'Jost', sans-serif;
}

.footer-address {
  color: #D3D3D3;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
}

.footer-address a {
  color: #D3D3D3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-address a:hover {
  color: #a2c144;
  text-decoration: underline;
}

.footer-separator {
  margin: 0 10px;
  color: #D3D3D3;
}

.footer-phone {
  color: #D3D3D3;
  text-decoration: none;
}

.footer-phone a {
  color: #D3D3D3;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  transition: color 0.3s ease;
}

.footer-phone a:hover {
  color: #a2c144;
  text-decoration: underline;
}

.footer-policy,
.footer-mission {
  margin-bottom: 20px;
}

.footer-policy p,
.footer-mission p {
  font-size: 13px;
  line-height: 1.5;
  color: #D3D3D3;
  margin: 0;
  font-family: 'Jost', sans-serif;
}

.footer-privacy {
  margin-top: 30px;
}

.privacy-link {
  font-size: 14px;
  color: #D3D3D3;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.privacy-link:hover {
  color: #a2c144;
}

/* Right Column */
.footer-right {
  flex: 1;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Social Media Icons */
.footer-social {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}

.social-icon i {
  transform: rotate(-45deg);
  color: white;
  font-size: 16px;
}

.social-icon:hover {
  background-color: #a2c144;
  border-color: #a2c144;
}

/* Action Buttons */
.footer-actions {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.action-btn {
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #D3D3D3;
  color: #D3D3D3;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Jost', sans-serif;
  transition: all 0.3s ease;
}

.action-btn:hover {
  background-color: #a2c144;
  border-color: #a2c144;
  color: white;
}

/* Sitemap Button */
.footer-sitemap {
  margin-top: 20px;
}

.sitemap-btn {
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #D3D3D3;
  color: #D3D3D3;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Jost', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.sitemap-btn:hover {
  background-color: #a2c144;
  border-color: #a2c144;
  color: white;
}

.sitemap-btn.active {
  background-color: #a2c144;
  border-color: #a2c144;
  color: white;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #555;
}

.footer-bottom p {
  font-size: 12px;
  color: #999;
  margin: 0;
  font-family: 'Jost', sans-serif;
}

/* Copy notification */
.copy-notification {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #a2c144;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  z-index: 10000;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

@media (max-width: 640px){
  .footer {
    padding: 20px 10px;
  }
  .footer-container {
    max-width: 100%;
    padding: 0 10px;
  }
  .footer-flex {
    flex-direction: column;
    align-items: center;
  }
  .footer-column {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-column img {
    width: 50%;
    display: flex;
    margin: 0 auto;
    padding-bottom: 10vw;
  }
  .footer-column h3 {
    font-size: 1.5rem;
  }
  .footer-column ul li a {
    font-size: 1.2rem;
  }
  .footer-column p {
    font-size: 1rem;
  }
  .footer-column .contact-info {
    font-size: 1rem;
  }
  .socials {
    justify-content: center;
    margin-top: 10px;
  }
  .socials a {
    font-size: 1.5rem;
  }
  .footer-bottom {
    margin-top: 20px;
  }
  .footer-bottom hr {
    margin: 10px 0;
  }
}

/* Sitemap Section Styles */
.footer-sitemap-section {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
  background-color: #424242;
  margin-top: 20px;
}

.footer-sitemap-section.expanded {
  max-height: 1000px;
}

.sitemap-content {
  padding: 40px 20px;
}

.sitemap-columns {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.sitemap-column {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.sitemap-column.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.sitemap-column:nth-child(1) { transition-delay: 0.1s; }
.sitemap-column:nth-child(2) { transition-delay: 0.2s; }
.sitemap-column:nth-child(3) { transition-delay: 0.3s; }
.sitemap-column:nth-child(4) { transition-delay: 0.4s; }
.sitemap-column:nth-child(5) { transition-delay: 0.5s; }

.column-title {
  font-size: 16px;
  font-weight: 600;
  color: #faf1e2;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  font-family: 'Jost', sans-serif;
}

.column-links {
  list-style: none;
  padding: 0;
}

.column-links li {
  margin-bottom: 12px;
}

.column-links a {
  color: #faf1e2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Jost', sans-serif;
  transition: all 0.3s ease;
  display: block;
  padding: 4px 0;
}

.column-links a:hover {
  color: #a2c144;
  padding-left: 12px;
  font-weight: 500;
}

/* Sitemap Button Styles */
.sitemap-btn {
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #faf1e2;
  color: #faf1e2;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-family: 'Jost', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.sitemap-btn:hover {
  background-color: #a2c144;
  border-color: #a2c144;
  color: white;
}

.sitemap-btn.active {
  background-color: #a2c144;
  border-color: #a2c144;
  color: white;
}

/* Responsive Design for Sitemap */
@media (max-width: 1024px) {
  .sitemap-columns {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .sitemap-content {
    padding: 20px 15px;
  }
  
  .sitemap-columns {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  
  .column-title {
    font-size: 15px;
  }
  
  .column-links a {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .sitemap-content {
    padding: 15px 10px;
  }
  
  .sitemap-columns {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .column-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  .column-links li {
    margin-bottom: 10px;
  }
  
  .column-links a {
    font-size: 12px;
    padding: 3px 0;
  }
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .footer-content {
    gap: 40px;
  }
  
  .footer-left {
    max-width: 55%;
  }
  
  .footer-right {
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 0 20px 0;
  }
  
  .footer-container {
    padding: 0 20px;
  }
  
  .footer-header {
    margin-bottom: 35px;
  }
  
  .footer-brand {
    font-size: clamp(1.8rem, 5vw, 2.2rem);
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  
  .footer-content {
    flex-direction: column;
    gap: 35px;
    align-items: center;
  }
  
  .footer-left,
  .footer-right {
    max-width: 100%;
    text-align: center;
  }
  
  .footer-right {
    align-items: center;
  }
  
  .footer-social {
    justify-content: center;
    gap: 25px;
    margin-bottom: 25px;
  }
  
  .footer-actions {
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
  }
  
  .action-btn {
    padding: 12px 20px;
    font-size: 13px;
    border-radius: 8px;
    min-width: 120px;
  }
  
  .footer-contact {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  
  .footer-policy,
  .footer-mission {
    margin-bottom: 20px;
  }
  
  .footer-policy p,
  .footer-mission p {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #555;
  }
  
  .footer-bottom p {
    font-size: 12px;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 30px 0 15px 0;
  }
  
  .footer-container {
    padding: 0 15px;
  }
  
  .footer-header {
    margin-bottom: 25px;
  }
  
  .footer-brand {
    font-size: clamp(1.5rem, 6vw, 1.8rem);
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }
  
  .footer-content {
    gap: 25px;
    align-items: center;
  }
  
  .footer-left,
  .footer-right {
    text-align: center;
  }
  
  .footer-right {
    align-items: center;
  }
  
  .footer-contact {
    font-size: 13px;
    margin-bottom: 18px;
    line-height: 1.4;
  }
  
  .footer-policy,
  .footer-mission {
    margin-bottom: 15px;
  }
  
  .footer-policy p,
  .footer-mission p {
    font-size: 12px;
    line-height: 1.4;
  }
  
  .footer-social {
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
  }
  
  .footer-actions {
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .action-btn {
    padding: 10px 16px;
    font-size: 12px;
    border-radius: 6px;
    min-width: 100px;
  }
  
  .footer-bottom {
    text-align: center;
    padding-top: 15px;
    border-top: 1px solid #555;
  }
  
  .footer-bottom p {
    font-size: 11px;
    line-height: 1.3;
  }
}

