* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  color: #222;
  line-height: 1.7;
}

/* about hero section starts */
.aboutus_banner_2025 {
  position: relative;
  background: url("/assets/images/about\ us\ hero\ banner.webp") no-repeat
    center center / cover;
  padding: 100px 20px 60px;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.aboutus_banner_2025::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(72 139 234 / 60%); /* dark overlay */
  z-index: -1;
}

.aboutus_banner_2025 h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 15px;
  position: relative;
  z-index: 2;
}

.aboutus_breadcrumb_2025 {
  font-size: 1rem;
  color: #ccc;
  position: relative;
  z-index: 2;
}

.aboutus_breadcrumb_2025 span {
  color: #0077ff;
}

@media (max-width: 768px) {
  .aboutus_banner_2025 {
    padding: 80px 10px 40px;
  }

  .aboutus_banner_2025 h1 {
    font-size: 2rem;
  }

  .aboutus_breadcrumb_2025 {
    font-size: 0.9rem;
  }
}
/* about hero section ends*/
.packages_section_2025 {
  padding: 60px 20px;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.packages_section_2025 h2 {
  font-size: 2.4rem;
  margin-bottom: 15px;
  font-weight: 700;
}

.packages_section_2025 p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 40px;
}

@media (max-width: 600px) {
  .packages_section_2025 h2 {
    font-size: 1.8rem;
  }
}

/* website package section start  */
.pricing-container {
  padding: 0;
  margin: 0;
}

.pricing-heading {
  color: #00a3cf;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 20px 10px 10px;
  margin-top: 20px;
}

.pricing-subheading {
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

.pricing-subheading a {
  color: #00a3cf;
  text-decoration: none;
}

.table-wrapper {
  overflow-x: auto;
  padding: 30px 60px;
}

.pricing-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  border: 1px solid #000;
}

.pricing-table th,
.pricing-table td {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
}

.pricing-table th.section-title {
  background-color: #00a3cf;
  color: white;
  font-weight: bold;
}

.pricing-table td.highlight {
  font-weight: bold;
}

.pricing-table .gst-row td {
  background-color: #00a3cf;
  color: white;
  font-weight: bold;
  text-align: center;
}

.first-col {
  font-weight: bold;
  background-color: #f9f9f9;
}

@media (max-width: 768px) {
  .pricing-heading {
    font-size: 24px;
    padding: 15px 10px 5px;
  }

  .pricing-subheading {
    font-size: 16px;
  }

  .table-wrapper {
    padding: 10px;
  }

  .pricing-table {
    font-size: 14px;
  }
  .table-wrapper {
    overflow-x: auto;
  }
  .pricing-table {
    min-width: 900px;
  }
}

/* website package section end  */
