/**Assests orginal*/
body {
  font-family: Arial, sans-serif;
}
header {
  background-color: #f8f9fa;
  text-align: center;
  margin: 0px;
}
.underlined {
  border-bottom: 2px solid #007bff;
  display: inline-block;
}
.top-content {
  background-color: #f1f1f1;
  padding: 40px 0;
}
.top-content img {
  max-width: 100%;
  height: auto;
}
.banner-content {
  background-color: #fff;
  padding: 40px 0;
}
.banner-content img {
  max-width: 100%;
  height: auto;
}
.benifits-content {
  padding: 40px 0;
}
.testimonial {
  background-color: #f8f9fa;
  padding: 40px 0;
}
.testimonial .card {
  border: none;
  padding: 20px;
}
.testimonial-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}
.contact-us {
  padding: 40px 0;
}

.menu-top-header {
  background-color: #3c6300;
  color: white;
  padding: 10px 0;
  text-align: center;
}
/**Nav styles*/
nav {
  background-color: #e5e7eb;
}
.navbar-nav .nav-link {
  color: #000; /* Default link color */
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link.active {
  color: #3c6300;
}

/* Optional: Dropdown hover style */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: #3c6300;
  background-color: #f8f9fa; /* Light background for hover */
}

/**banner*/
.banner-image {
  background-image: url("/asset/images/yoga-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #0d542c;
}

.banner-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* dark overlay for text readability */
  z-index: -1;
}

.banner-image h1,
.banner-image p,
.banner-image a {
  text-align: left;
}

@media (max-width: 768px) {
  .banner-image {
    padding: 60px 20px;
    min-height: 80vh;
  }

  .banner-image h1,
  .banner-image p,
  .banner-image a {
    text-align: center;
  }

  .banner-image .col-lg-6 {
    margin: 0 auto;
  }
}

.small-banner-image {
  background-image: url("/asset/images/small-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  color: #0d542c;
}
.glass-box {
  background: rgba(255, 255, 255, 0.2); /* light translucent */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  color: #032e15;
}

.footer {
  background-color: #343a40;
  font-size: 15px;
  line-height: 1.7;
}
.footer-copyrights {
  text-align: center;
}
/* footer {
  background-color: #;
  color: #fff;
  padding: 20px 0;
} */
.footer a:hover {
  color: #ffcccb; /* Soft hover color */
  text-decoration: underline;
}

.footer h5 {
  margin-bottom: 15px;
  font-weight: 600;
}
h2 {
  color: #3c6300;
}
.donation-content {
  /* background-color: #f8f9fa; */
  margin-top: 40px;
  margin-bottom: 40px;
}
/* Banner Background */
.ashtanga-banner {
  background-image: url("/asset/images/ashtanga-banner.jpg");
  background-size: cover;
  background-position: center;
  min-height: 300px;
  position: relative;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.ashtanga-heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.ashtanga-subheading {
  font-size: 1.1rem;
  color: #f1f1f1;
  max-width: 700px;
  margin: 0 auto;
}

/* Grid Section astanga */
.ashtanga-banner {
  background-image: url("/asset/images/small-banner.png");
}
.ashtanga-grid-section {
  background-color: #f8f9fa;
}

.ashtanga-box {
  background: #fff;
  border-left: 5px solid #3c6300;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ashtanga-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.ashtanga-box h4 {
  color: #1c3b5d;
  font-size: 1.3rem;
  margin-bottom: 15px;
}

.ashtanga-box p,
.ashtanga-box li {
  font-size: 1rem;
  color: #555;
  line-height: 1.7;
}
