html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  min-height: 100vh;
  background: radial-gradient(circle at 20% -10%, #1f1f1f 0%, #0b0b0d 50%, #000 100%);
  color: #f8f8f8;
  background-attachment: fixed;
  /* text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); */
}

body a {
  color: #8be0ff;
}

body a:hover,
body a:focus {
  color: #d2f2ff;
}

.whatsapp-float {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 56px;
  height: 56px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 1050;
}

.card-title {
  margin-bottom: .5rem;
  color: black;
}

.card-body h5{
  color: #000 !important;
}

.fw-semibold
{
  color: #6c757d !important;
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
}

.whatsapp-float:focus-visible,
.whatsapp-float:hover {
  background-color: #1eb953;
}

.logoCss{
  width: 220px;
  height: 80px;
}

.custom-navbar {
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.05), 0 10px 25px rgba(0, 0, 0, 0.65);
}

.custom-navbar .nav-link {
  color: #ffffff !important;
  font-weight: 500;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.custom-navbar .nav-link:hover,
.custom-navbar .nav-link:focus,
.custom-navbar .nav-link.active {
  color: #ffffff !important;
  text-shadow: none;
}

.custom-navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

.custom-navbar .navbar-toggler-icon {
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.6));
}

.container {
  border-radius: 0.5rem;
  overflow: hidden;
  background-clip: padding-box;
  width: 100%;
  max-width: 100%;
}

section.bg-light.py-5 {
  background: radial-gradient(circle at 20% -20%, #fff7c7 0%, #f9d06c 35%, #c48711 70%, #a06400 100%);
  color: #2c1600;
  border: 1px solid rgba(255, 215, 140, 0.6);
  box-shadow: inset 0 0 40px rgba(255, 255, 255, 0.35);
}

section.bg-light.py-5 h2,
section.bg-light.py-5 p,
section.bg-light.py-5 .card-text {
  color: #2c1600;
}

section.bg-light.py-5 .text-muted {
  color: rgba(44, 22, 0, 0.65) !important;
}

section.bg-light.py-5 .feature-card {
  background: rgba(255, 255, 255, 0.85);
  color: #2c1600;
  border: none;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
}

section.bg-light.py-5 .feature-icon {
  font-size: 2.75rem;
  margin-bottom: 0.75rem;
}

