/* === Africa Domains Futuristic Theme === */

body {
  background-color: #F4F4F4;
  color: #0A0A0A;
  font-family: 'Poppins', sans-serif;
}

a {
  color: #00C853;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #1B5E20;
  text-decoration: none;
}

.navbar, .header {
  background-color: #0A0A0A;
  border-bottom: 3px solid #00C853;
}

.navbar a, .header a {
  color: #FFFFFF;
}

.navbar a:hover {
  color: #00C853;
}

.hero {
  background: linear-gradient(135deg, #00C853, #1B5E20);
  color: white;
  text-align: center;
  padding: 60px 20px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 12px rgba(0, 200, 83, 0.3);
}

.btn-primary {
  background: linear-gradient(90deg, #00C853, #1B5E20);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 10px 30px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #00E676;
  color: #0A0A0A;
}

.card {
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

footer {
  background-color: #1B5E20;
  color: #FFFFFF;
  padding: 40px 0;
  text-align: center;
}

footer a {
  color: #00E676;
}

footer a:hover {
  color: #FFFFFF;
}
/* === Botão do Carrinho - Africa Domains === */
.view-cart, .btn-view-cart, a[href$="cart.php?a=view"] {
  background-color: #00C853 !important; /* verde Africa Domains */
  color: white !important;
  border: none !important;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}

.view-cart:hover, .btn-view-cart:hover, a[href$="cart.php?a=view"]:hover {
  background-color: #1B5E20 !important; /* verde mais escuro ao passar o mouse */
  color: white !important;
}
/* === Barra "Como Podemos Ajudar?" === */
.home-shortcuts, .get-started, .support-bar, .quick-links, .feature-box {
  background-color: #00C853 !important; /* verde Africa Domains */
  color: #FFFFFF;
}

.home-shortcuts h2, .get-started h2, .support-bar h2 {
  color: #FFFFFF;
}

.home-shortcuts a, .get-started a {
  color: #FFFFFF;
  font-weight: bold;
}

.home-shortcuts a:hover, .get-started a:hover {
  color: #1B5E20;
}
/* === Centralizar Footer === */
footer, .footer, .main-footer {
  text-align: center !important;
}

