/* General page styling */
body {
  font-family: Arial, sans-serif;
  background: #f4f6f9;
  margin: 0;
  line-height: 1.6;
  color: #333;
}
section {
      padding: 30px;
      max-width: 900px;
      margin: auto;
    }
main {
      max-width: 900px;
      margin: 2rem auto;
      padding: 0 1rem;
    }
/* Header */
header {
  background: #0078d7;
  color: #fff;
  padding: 20px;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 2em;
}

header p {
  margin: 5px 0 0;
}

/* Navbar */
.header-container {
  display: flex;
  justify-content: space-between;   /* title on left, menu on right */
  align-items: center;              /* vertically align both */
}

.header-container h1 {
  margin: 0;                        /* remove extra spacing */
  font-size: 1.8em;
  color: #fff;
}
.navbar {
  text-align: right;
}

.navbar ul {
  list-style: none;
  margin: 0; 
  padding: 0; 
  display: inline-block;
}

.navbar li {
  margin-left: 20px;
}

.navbar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.navbar a:hover,
.navbar a.active {
  color: #00b294;
}
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 20px;           
  }
  .menu li a {
    text-decoration: none;
    color:  #fff;
    font-weight: bold;
  }
/* Containers */
.container,
form,
#result {
  max-width: 700px;
  margin: 30px auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

th, td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

th {
  background: #3498db;
  color: #fff;
}

tr:nth-child(even) {
  background: #f9f9f9;
}

/* Progress bars */
.progress-container {
  background-color: #eee;
  border-radius: 5px;
  overflow: hidden;
  height: 20px;
  width: 100%;
  display: flex;
}

.progress-bar {
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.health-low { background-color: #e74c3c; }
.health-mid { background-color: #f1c40f; }
.health-high { background-color: #2ecc71; }
.saving-low { background-color: #2ecc71; }
.saving-high { background-color: #f1c40f; }

/* Notes */
.note {
  font-size: 0.9em;
  color: #555;
  margin-top: 15px;
}

/* Price tags */
.report-links {
  text-align: center;
}

.price-tag {
  display: inline-block;
  margin: 10px;
  padding: 10px 20px;
  background: #3498db;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  position: relative;
}

.price-tag::before {
  content: "₹";
  margin-right: 6px;
}

.price-tag:hover {
  background: #2980b9;
}
.pricing-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 40px auto;
      max-width: 1000px;
    }
.services-container {
  display: flex;              /* puts cards side by side */
  flex-wrap: wrap;            /* allows wrapping to next line */
  justify-content: center;    /* centers the row of cards */
  margin: 40px auto;
  max-width: 1200px;
}

.card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin: 20px;
  padding: 20px;
  flex: 1 1 350px;            /* ensures responsive sizing */
}

    .card h2 {
      margin-top: 0;
      color: #004aad;
    }
    .card p {
      line-height: 1.6;
    }
    .option {
      margin: 15px 0;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 6px;
      background: #f5f5f5;
    }
    .price {
      font-weight: bold;
      color: #222;
    }
/* Form container */
form {
  max-width: 500px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Labels */
label {
  font-weight: bold;
  display: block;
  margin-top: 10px;
  color: #34495e;
}

/* Inputs */
input {
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Buttons */
button {
  margin-top: 20px;
  width: 100%;
  padding: 10px;
  background: #3498db;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

button:hover {
  background: #2980b9;
}
a{
color: #fff;
}
.resource-list {
      list-style: none;
      padding: 0;
    }
    .resource-list li {
      margin: 15px 0;
      padding: 15px;
      background: #fff;
      border-radius: 6px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
blockquote {
      border-left: 4px solid #ccc;
      padding-left: 1rem;
      color: #555;
      font-style: italic;
      margin: 1rem 0;
    }

    iframe {
      width: 100%;
      height: 400px;
      border: none;
      margin-top: 10px;
    }

/* Footer */
footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 15px;
  margin-top: 40px;
}
footer a.email-link {
  color: #00b294;          /* teal highlight */
  font-weight: bold;       /* stronger emphasis */
  text-decoration: none;   /* remove underline */
}

footer a.email-link:hover {
  color: #66d9c2;          /* lighter teal on hover */
  text-decoration: underline;
}
