/* Global Styles */
body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #333;
}

h2,
h3,
h4 {
  font-family: 'Helvetica', sans-serif;
  color: #2c3e50;
  margin-top: 0;
}

p,
li {
  line-height: 1.8;
  font-size: 16px;
  margin: 0 0 20px 0;
}

/* Layout 
  .containerAbout {
  margin: auto;
  width: 90%;
  max-width: 1200px;
  padding: 90px 30px;
  background-color: #ffffff;
} */

/* Headings */
h2 {
  font-size: 28px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 3px solid #2980b9;
}

h3 {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 2px solid #2980;
}
.navitem {
  padding-left: 15px;
}
.navlink {
  text-decoration: none;
  color: #bbbebf;
}
.navlink:hover {
  color: #47adf0;
}

.text-purple {
  color: #551dbd !important;
}

/* Base style: no background, black text */
.text-btn {
  background-color: transparent !important;
  border: none !important;
  color: rgb(50, 50, 50) !important;
  padding: 0.375rem 0.75rem;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
}

/* Hover effect: light gray background */
.text-btn:hover {
  background-color: #f0f0f0 !important; /* light gray */
  color: black !important; /* keep text black */
}

/* Optional: outlined text effect */
.btn-text {
  border-bottom: 1px solid rgb(50, 50, 50) !important;
  padding: 2px 6px;

  /* border-radius: 3px; */
}
