h5{
    font-family: "Questrial", sans-serif;
    font-weight: 600;
    font-style: normal;
}
h6{
    font-family: "Questrial", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.banner-prana {
    width: 100%;
    height: 100vh;
    background-image: url('../images/prana/pranaBanner.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.blooc-prana {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    padding: 0 0 50px 100px;
}

.bloc-prana-white {
    background-color: #F7F6F5;
    width: 80%;
    height: auto;
    padding: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.blooc-h2 {
    font-size: 50px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.form-container {
    max-width: 600px;
    margin: 60px auto;
    padding: 10px;
}

h2 {
    margin-bottom: 15px;
}

.btn-custom {
    border: none;
    background: none;
    font-weight: 500;
    font-size: 1rem;
    color: #2d3b2d;
    border: 1px solid #3E4939;
    padding: 10px 25px;
    border-radius: 0;
}

.btn-custom:hover {
    text-decoration: underline;
}

.btn-row {
    display: flex;
    justify-content: end;
    gap: 30px;
    margin-top: 20px;
}

.error-message {
    font-size: 0.875rem;
    color: #ef4444;
    opacity: 0;
    transform: translateY(-0.25rem);
    transition: all 0.2s ease;
}

.error-message.show {
    opacity: 1;
    transform: translateY(0);
}

@media(max-width: 576px) {
    .banner-prana {
        height: 80vh;
        background-position: top center;
    }

    .blooc-prana {
        color: #fff;
        height: 80vh;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .blooc-h2 {
        font-size: 30px;
    }
}

























.prana-program-section {
  background: #f7f6f5;
  padding: 70px 0 80px;
}

.prana-program-header {
  text-align: center;
  margin-bottom: 55px;
}

.prana-program-header span {
  display: block;
  font-size: 8px;
  letter-spacing: 0.35em;
  color: rgba(62, 73, 57, 0.45);
  margin-bottom: 18px;
  font-family: "Questrial", sans-serif;
}

.prana-program-header h2 {
  font-family: "DM Serif Display", serif;
  font-size: 44px;
  line-height: 1.05;
  font-weight: 700;
  color: #3e4939;
  margin: 0;
}

.prana-program-image {
  width: 100%;
  height: 310px;
  background-size: cover;
  background-position: center 38%;
  background-repeat: no-repeat;
  margin-bottom: 55px;
}

.prana-program-content {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 95px;
}

.prana-program-col p {
  font-size: 13px;
  line-height: 1.85;
  color: #2f332c;
  margin-bottom: 5px;
  font-family: "Questrial", sans-serif;
  text-align: left;
}

.prana-program-col strong {
  font-weight: 700;
  color: #1f281f;
}

@media (max-width: 768px) {
  .prana-program-section {
    padding: 50px 0 60px;
  }

  .prana-program-header {
    margin-bottom: 35px;
    padding: 0 20px;
  }

  .prana-program-header h2 {
    font-size: 32px;
  }

  .prana-program-image {
    height: 260px;
    background-position: center center;
    margin-bottom: 35px;
  }

  .prana-program-content {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 20px;
  }

  .prana-program-col p {
    font-size: 13px;
    line-height: 1.75;
  }
}






















.prana-includes {
  width: 100%;
}

.prana-includes-wrapper {
  display: grid;
  grid-template-columns: 0.87fr 1.2fr;
  min-height: 600px;
}

/* LEFT IMAGE */
.prana-includes-image {
  background-size: cover;
  background-position: center;
}

/* RIGHT CONTENT */
.prana-includes-content {
  background: #3e4939;
  color: #fff;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.prana-subtitle {
  font-size: 10px;
  letter-spacing: 0.3em;
  opacity: 0.6;
  margin-bottom: 20px;
}

.prana-includes-content h2 {
  font-family: "DM Serif Display", serif;
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 50px;
}

/* GRID */
.prana-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 60px;
}

/* ITEM */
.prana-item {
  border-top: 1px solid rgba(255,255,255,0.2);
  padding-top: 20px;
}

.prana-item .num {
  font-size: 10px;
  opacity: 0.5;
  display: block;
  margin-bottom: 10px;
}

.prana-item p {
    font-size: 16px;
    line-height: 1.5;
  margin: 0;
}

@media (max-width: 768px) {
  .prana-includes-wrapper {
    grid-template-columns: 1fr;
  }

  .prana-includes-image {
    height: 300px;
  }

  .prana-includes-content {
    padding: 40px 20px;
  }

  .prana-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}








.prana-approach-section {
  background: #f7f6f5;
  padding-bottom: 70px;
}

.prana-approach-hero {
  min-height: 420px;
  background-size: cover;
  /*background-position: center 35%;*/
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 0 20px 60px;
}

.prana-approach-title span {
  display: block;
  font-size:9px;
  letter-spacing: 0.35em;
  color: rgb(62 73 57 / 82%);
  margin-bottom: 18px;
  font-family: "Questrial", sans-serif;
}

.prana-approach-title h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  color: #3e4939;
  margin: 0;
}

.prana-approach-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 1120px;
  margin: 0 auto;
}

.prana-approach-card {
  padding: 0 42px;
  border-right: 1px solid rgba(62, 73, 57, 0.25);
}

.prana-approach-card:last-child {
  border-right: none;
}

.prana-card-number {
  display: block;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: rgba(62, 73, 57, 0.45);
  margin-bottom: 18px;
  font-family: "Questrial", sans-serif;
}

.prana-approach-card h3 {
  font-family: "Questrial", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3e4939;
  margin-bottom: 14px;
}

.prana-approach-card i {
  display: block;
  width: 28px;
  height: 1px;
  background: rgba(62, 73, 57, 0.45);
  margin-bottom: 22px;
}

.prana-approach-card p {
  font-family: "Questrial", sans-serif;
  font-size: 14px;
  line-height: 1.9;
  color: #3f463d;
  text-align: justify;
  margin: 0;
}

@media (max-width: 768px) {
  .prana-approach-section {
    padding-bottom: 45px;
  }

  .prana-approach-hero {
    min-height: 330px;
    padding-bottom: 40px;
    background-position: center center;
  }

  .prana-approach-title h2 {
    font-size: 30px;
  }

  .prana-approach-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 0 22px;
  }

  .prana-approach-card {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid rgba(62, 73, 57, 0.2);
    padding-bottom: 30px;
  }

  .prana-approach-card:last-child {
    border-bottom: none;
  }
}










.prana-register-section {
  min-height: 550px;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 70px 0;
}

.prana-register-card {
  width: 500px;
  max-width: 100%;
  background: #fff;
  padding: 50px 40px 45px;
  margin-left: 60px;
}

.prana-register-card h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #3e4939;
  margin-bottom: 22px;
}

.prana-register-card p {
  font-family: "Questrial", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #3f463d;
  margin-bottom: 28px;
}

.prana-register-card .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(62, 73, 57, 0.35);
  border-radius: 0;
  padding: 10px 0;
  font-size: 13px;
  background: transparent;
  box-shadow: none;
}

.prana-register-card .form-control:focus {
  border-bottom-color: #3e4939;
  outline: none;
  box-shadow: none;
}

.form-group-full {
  margin-bottom: 16px;
}

.form-row-custom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 16px;
}

.prana-checkbox {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 6px;
  margin-bottom: 35px;
}

.prana-checkbox input {
  width: 10px;
  height: 10px;
}

.prana-checkbox label {
  font-size: 10px;
  color: #3f463d;
  margin: 0;
}

.prana-register-buttons {
  display: flex;
  justify-content: center;
  gap: 22px;
}

.prana-register-buttons button {
  background: transparent;
  border: 1px solid rgba(62, 73, 57, 0.8);
  color: #3e4939;
  padding: 13px 28px;
  font-size: 14px;
  font-family: "Questrial", sans-serif;
  cursor: pointer;
  transition: all 0.25s ease;
}

.prana-register-buttons button:hover {
  background: #3e4939;
  color: #fff;
}

@media (max-width: 768px) {
  .prana-register-section {
    min-height: auto;
    padding: 300px 15px 40px;
    background-position: center top;
  }

  .prana-register-card {
    width: 100%;
    margin-left: 0;
    padding: 35px 22px;
  }

  .form-row-custom {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .prana-register-buttons {
    flex-direction: column;
  }

  .prana-register-buttons button {
    width: 100%;
  }
}
