body {
  font-family: Arial, sans-serif;
  background-color: #f8f9fa;
}

.hero {
  background: url('../images/aiaryan-header.jpg') center/cover no-repeat;
  color: white;
  padding: 120px 0;
  text-align: center;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.btn-warning {
  background-color: #ffc107;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.2rem;
}

.features,
.services,
.contact {
  padding: 80px 0;
  text-align: center;
}

.feature-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.feature {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  width: 320px;
  text-align: center;
}

.feature img {
  max-width: 100px;
  margin-bottom: 15px;
}

.services img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.buy-now-btn {
  /* background-color: transparent;
  color: transparent; */
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

/* Show Buy Now button with background on hover */
.navbar:hover .buy-now-btn {
  background-color: #ffc107;
  color: black !important;
  font-weight: bold;
}
.policy-section {
  padding: 80px 0;
}
.policy-section h1 {
  text-align: center;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 40px;
}
.policy-section h2 {
  font-weight: bold;
  color: #333;
  margin-top: 30px;
}
.policy-section p {
  font-size: 1.1rem;
  color: #555;
}
.about {
  padding: 80px 0;
  text-align: center;
}
.about h1, .about h2 {
  font-weight: bold;
  color: #007bff;
}
.about p {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: auto;
}
.team {
  background: #007bff;
  color: white;
  padding: 80px 0;
  text-align: center;
}
.team-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
.member {
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  width: 280px;
  text-align: center;
  color: #333;
}
.member img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.member h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}
.member p {
  font-size: 1rem;
  color: #007bff;
  font-weight: bold;
}
.product {
  padding: 80px 0;
  text-align: center;
}
.product h1 {
  font-weight: bold;
  color: #007bff;
}
.feature-box {
  text-align: center;
  margin-bottom: 40px;
}
.feature-img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  margin-bottom: 15px;
}
.feature-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.benefits {
  background: #007bff;
  color: white;
  padding: 80px 0;
  text-align: center;
}
.contact {
  padding: 80px 0;
  text-align: center;
}
.contact h1 {
  font-weight: bold;
  color: #007bff;
}
.contact form {
  max-width: 600px;
  /* margin: auto; */
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  text-align: left;
}
.contact label {
  font-weight: bold;
  display: block;
  text-align: left;
}
.btn-warning {
  background-color: #ffc107;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 1.1rem;
}
.buy-now {
  padding: 80px 0;
  text-align: center;
}
.dashboard {
  padding: 80px 0;
}
.dashboard h1 {
  text-align: center;
  font-weight: bold;
  color: #007bff;
  margin-bottom: 20px;
}
/* table {
  width: 100%;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  overflow: hidden;
}
table thead {
  background: #007bff;
  color: white;
}
table th, table td {
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
table tbody tr:nth-child(even) {
  background: #f2f2f2;
} */