.asana__banner__section {
  background: rgba(99, 153, 122, 0.1);
  padding: 50px 0;
  position: relative;
  padding-bottom: 0;
}

/* .asana__banner__section::before {
  content: "";
  background: url("../img/about-bg.png") 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  background-position: center;
  transform: translate(-50%, -50%);
} */

.course__card {
  position: relative;
  z-index: 1;
}

.asana__banner__section h1 {
  margin-top: 6px;
  font-size: 50px;
  margin-bottom: 12px;
  line-height: 38px;
  color: var(--primary);
  font-size: 50px;
  letter-spacing: -0.02em;
}

.asana__banner__cat + p {
  margin-bottom: 0;
  font-weight: 500 !important;
}

.asana__banner__section p {
  margin-top: 8px;
  color: #464847;
  font-size: 26px;
  line-height: 38px;
}

.asansa__pronounce span {
  font-weight: 600;
  font-size: 21px;
  color: #63997a;
  display: block;
  border-bottom: 2px solid var(--primary);
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.asana__meaning {
  font-weight: 700;
  font-size: 14px;
  color: #357851;
}

.asana__meaning:not(:last-child) {
  border-bottom: 1px solid #357851;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.asansa__pronounce button {
  background: transparent;
  border: none;
  cursor: pointer;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.asansa__pronounce audio {
  display: none;
}

.asana__precautions__benefits ul {
  margin-bottom: 12px;
}

.asana__container {
  position: relative;
  z-index: 9;
  min-height: 450px;
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

.asana__author {
  padding: 15px 0;
  background: var(--primary);
}

.asana__author p {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}

.asana__author p a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.asana__banner {
  position: relative;
}

.asana__banner::before {
  content: "";
  background: url("../img/asana-artwork1.png") 0 0 no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 330px;
  background-size: 100%;
  background-position: center center;
}

.asana__banner img {
  position: relative;
}

.asana__banner__cat {
  margin-bottom: 50px;
}

.asansa__pronounce {
  margin-top: 30px;
}

.asana__banner__cat > a {
  display: inline-block;
  padding: 12px 21px;
  background: #63997a;
  border-radius: 22px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  line-height: 100%;
  margin-right: 5px;
  margin-bottom: 10px;
}

.asana__banner__cat > a:nth-child(even) {
  background: #357851;
}

.asana__category__list > div {
  padding: 22px 0;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #00000020;
}

.asana__category__list > div:nth-child(even) span {
  color: #666666;
}

.asana__category__list > div span {
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  display: block;
  margin-right: 15px;
  color: #63997a;
}

.asana__category__list ul {
  margin: 0;
  flex: 1;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.asana__category__list ul li a {
  display: inline-block;
  padding: 12px 21px;
  background: #63997a;
  border-radius: 22px;
  font-weight: 400;
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  line-height: 100%;
  margin-right: 5px;

  &:hover {
    background: #357851;
  }
}

.asana__category__list > div:nth-child(even) ul li a {
  background: #357851;

  &:hover {
    background: #63997a;
  }
}

.asana__pose__img {
  display: block;
  min-height: 250px;
  width: 100%;
  background: #f8f8f8;
  border-radius: 10px;
  display: flex;
  align-items: flex-end;
  text-align: center;
}

.asana__poses--gallery span {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  display: block;
  text-align: center;
  margin-top: 12px;
  color: #63997a;
}

.asana__video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.related__postures .course__img {
  background: #f8f8f8;
  border-radius: 10px 10px 0 0;
}

.poses__card h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin: 0;
  margin-top: 12px;
}

.poses__card h3 a {
  color: #4a4a48;
}

.asana__poses--container:first-child .poses__card h3 a {
  color: #fff;
}

.asana-poses-data {
  background: var(--primary);
  border-radius: 10px;
  margin-bottom: 30px;
}

.asana-poses-data > div {
  padding: 50px;
}

.asana-poses-data > div:not(:last-child) {
  border-bottom: 1px solid #00000033;
}

.asana-poses-data > h2 {
  background: var(--primary);
  width: 100%;
  font-weight: 400;
  padding: 24px;
  font-size: 32px;
  line-height: 38px;
  margin: 0;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
}

.asana__poses--container:first-child .asana-poses-data > h2 {
  background: #456b56;
  color: #ffffff;
}

.asana__poses--container .asana-poses-data {
  background: #f5f4f0;
  border: 1px solid #63997a;
  border-radius: 10px;
  margin-bottom: 30px;
}

.asana__poses--container:first-child .asana-poses-data {
  background: var(--primary);
}

.asana__poses--container .asana-poses-data > h2 {
  background: var(--primary);
}

.poses__card > a {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(99, 153, 122, 0.85) 0%,
    #63997a 100%
  );
  display: block;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 262px;
  text-align: center;
  border-radius: 10px;
}

.asana__poses--container:first-child .asana-poses-data .poses__card > a {
  background: #f8f8f8;
}

.asana__poses--container .poses__card > a img,
.asana__content__category .poses__card > a img {
  filter: brightness(0) invert(1);
}

.asana__poses--container:first-child .asana-poses-data .poses__card > a img {
  filter: none;
}

.poses-subtitle {
  font-weight: 400;
  font-size: 28px;
  line-height: 38px;
  color: #63997a;
}

.entry-content table {
  margin-bottom: 25px;
}
.entry-content table tr h2 {
  margin: 0;
  font-size: 16px;
}
.entry-content table tr:nth-child(2n) {
  background: #fffc;
}
.entry-content table tr:hover {
  background: #fff;
  transition: 0.3s ease;
}
.entry-content table tr {
  transition: 0.3s ease;
}

.card__pricing {
  z-index: 1;
}

.course__container .card__pricing::after,
.new__event__section .card__pricing::after {
  background: transparent;
}

.course__container .card__pricing span {
  font-size: 20px;
}

.course__container .card__pricing small {
  font-size: 14px;
}

.entry-content table {
  border: none;
  border-collapse: collapse;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #f1f1f1;
  width: 100%;
}

.entry-content table tr td,
.entry-content table tr th {
  padding: 8px 19px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
}

.step__by__step .accommodation__container > div {
  margin-bottom: 30px;
}

.step__by__step .accommodation__container .light__card__img {
  position: relative;
  background: #fafafa;
  border-radius: 10px 10px 0 0;
}

.step__by__step .accommodation__container .light__card__img img {
  height: auto;
  max-height: 400px;
  object-fit: contain;
  object-position: bottom right;
  margin-top: 30px;
}

.offer__sticky {
  position: fixed;
  right: 0;
  top: 35%;
  z-index: 9999;

  text-align: center;
}

.offer__sticky img {
  width: 200px;
}

.offer__sticky span {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #357851;
}

p:has(.voice-audio-icon) {
  display: flex;
  align-items: center;
  gap: 8px;
}

.voice-audio-icon {
  width: 20px !important;
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .asana__banner__cat {
    margin-bottom: 30px;
  }

  .asana__banner__section h1 {
    font-size: 30px;
    line-height: 100%;
  }

  .asana__banner__section p {
    font-size: 18px;
    line-height: 100%;
    margin: 0;
  }
  .asansa__pronounce {
    margin-top: 20px;
  }

  .asana__container {
    min-height: 100%;
    text-align: center;
    display: block;
  }

  .asana__banner::before {
    height: 190px;
  }

  .asana__category__list > div span {
    width: 100%;
  }

  .asana__pose__img {
    min-height: 120px;
  }

  .related__postures .course__img img {
    height: auto;
  }

  .related__postures .link__title a {
    font-size: 18px;
  }
}
