.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-cd9c8aa */.achivoo-footer {
  margin-top: 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: #12110f;
  color: #f4ede4;
}

.footer-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 4%;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 2rem 0;
  margin-bottom: 2rem;
}

.footer-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #bc8a5f;
  margin: 0;
}

.footer-top h2 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin: 0.75rem 0;
  max-width: 600px;
}

.footer-top p {
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
  margin: 0.75rem 0 0;
}

.footer-top-buttons {
  display: flex;
  gap: 0.75rem;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 180ms ease;
  border: none;
  cursor: pointer;
}

.btn-gold {
  background: linear-gradient(120deg, #d8b08a, #bc8a5f);
  color: #1d130b;
  box-shadow: 0 14px 30px rgba(188, 138, 95, 0.3);
}

.btn-gold:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.04);
  color: #f4ede4;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding: 2rem 0;
}

.footer-col h3 {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 1rem 0;
}

.footer-col p,
.footer-col li {
  font-size: 0.875rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-col a:hover {
  color: #bc8a5f;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 1.5rem 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.footer-socials {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-socials a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: color 180ms ease;
}

.footer-socials a:hover {
  color: #bc8a5f;
}

/* Mobile */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .footer-top-buttons {
    width: 100%;
    flex-direction: column;
  }
  
  .btn {
    width: 100%;
  }
  
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}/* End custom CSS */