
/* website pop up section start */
.website_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  font-family: var(----normal-font-family);
  z-index: 99999999;
  
}
.showing_popup {
  display: inline-flex;
  padding: 26px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 16px;
  background: #F6F2E1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  max-width: 883px;
  width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  transition: all 0.5s;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: var(--seconder-color);
  color: white;
  border: none;
  padding: 0px 8px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 24px;
}







/* website pop up section end */



.home-first-section {
  background-image: url(../assets/home/hero_banner.png);
  height: 83vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_banner_content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 865px;
  gap: 24px;
}
.home_banner_content h1 {
  color: var(--white);
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0);
  font-family: "Poppins", sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 122%;
}
.home_banner_content h6 {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.13);
  display: flex;
  padding: 8px 17px;
  align-items: flex-start;
  color: #fff;
  font-family: var(--normal-font-family);
  font-size: 14.219px;
  font-weight: 700;
  text-transform: uppercase;
}
.home_banner_content p {
  color: var(--white);
  text-align: center;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0);
  font-family: var(--normal-font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}
.banner_btn {
  display: flex;
  gap: 16px;
  margin-top: 16px;
  justify-content: center;
  align-items: center;
}
.achievement_points_content {
  display: flex;
  width: 260px;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.achievement_points_content h2 {
  color: #eecb68;
  text-align: center;
  font-family: var(--heading-font-family);
  font-size: 40px;
  font-weight: var(--bold--font-weight);
}
.achievement_points .container {
  display: flex;
  padding: 36px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.achievement_points {
  background: var(--primary-color);
}
.achievement_points_content p {
  color: var(--white);
  text-align: center;
  font-family: var(--normal-font-family);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.our_Approach {
  display: flex;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  background: #fdfbf7;
}
.our_Approach .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.approach_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid #e4dfd5;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 12px 24px 0 rgba(27, 59, 43, 0.02);
  max-width: 405px;
}
.approach_card_head {
  display: flex;
  align-items: center;
  gap: 12px;
}
.approach_card_head h3 {
  color: #1e2522;
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 700;
}
.approach_card p {
  color: #5c6461;
  font-family: var(--normal-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  max-width: 340px;
}
.approach_card_content {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
.approach_content {
  display: flex;
  justify-content: space-between;
  align-items: normal;
  width: 100%;
  margin-top: 55px;
  gap: 20px;
}
.Why_Choose_Us {
  background: #f6f3eb;
}
.Why_Choose_Us .container {
  display: flex;
  padding: 80px 20px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
}
.why_nhes h2 {
  color: var(--primary-color);
  font-family: var(--normal-font-family);
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.Why_Choose_content {
  display: flex;
  gap: 40px;
  align-items: center;
}
.why_nhes .card {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #e4dfd5;
  background: rgba(255, 255, 255, 0.58);
}
.why_nhes .card h1 {
  display: flex;
  width: 28px;
  height: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  background: #998442;
  color: var(--white);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}
.why_nhes .card h3 {
  color: #1e2522;
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}
.why_nhes .card p {
  color: #1e2522;
  font-family: var(--normal-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  max-width: 228px;
}
.why_nhes_carded {
  display: flex;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}
.why_nhes {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.core_principal .container {
  display: flex;
  padding: 56px 20px;
  flex-direction: column;
  align-items: center;
  gap: 56px;
  align-self: stretch;
}
.our_steps_card {
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #e4dfd5;
  background: #fff;
  box-shadow:
    0 18px 40px -18px rgba(0, 0, 0, 0.06),
    0 2px 8px 0 rgba(0, 0, 0, 0.04);
  max-width: 302px;
}
.our_steps_card img {
  margin-bottom: 20px;
}
.our_steps_card h4 {
  color: #1b3b2b;
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.our_steps_card p {
  color: #5c6461;
  font-family: var(--normal-font-family);
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 10px;
}
.core_principal_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.admin_admission {
  background-image: url(../assets/home/enroll_cta.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 80px 0;
}
.admin_admission h1 {
  color: var(--white);
  text-align: center;
  font-family: var(--heading-font-family);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 6px;
}
.admin_admission p {
  color: #fff;
  text-align: center;
  font-family: var(--normal-font-family);
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  margin-bottom: 20px;
}

/* home page resposive */
@media (max-width: 1200px) {
  .Why_Choose_content img {
    max-width: 50%;
  }
  .Why_Choose_content {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .achievement_points_content h2 {
    font-size: 18px;
  }
  .achievement_points_content p {
    font-size: 12px;
  }
  .achievement_points .container {
    padding: 35px 0;
  }
  .home_banner_content h1 {
    font-size: 40px;
  }
  .home_banner_content {
    padding: 20px;
  }
  .approach_card {
    flex-direction: row;
    max-width: 100%;
    overflow: visible;
  }
  .approach_content {
    flex-direction: column;
  }
  .approach_card_content {
    padding: 25px;
    justify-content: center;
  }
  .approach_card img {
    max-width: 50%;
    height: 100%;
  }
  .approach_card p {
    max-width: 100%;
  }
  .core_principal_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: normal;
  }
  .our_steps_card {
    max-width: 100%;
  }
  .Why_Choose_content {
    flex-direction: column;
  }
  .Why_Choose_content img {
    max-width: 100%;
    order: 1;
  }
  .why_nhes {
    order: 2;
  }
}
@media (max-width: 768px) {
  .achievement_points .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .achievement_points_content {
    width: 100%;
  }
  .home_banner_content h1 {
    font-size: 28px;
  }
  .home_banner_content p {
    font-size: 12px;
  }
  .approach_card {
    flex-direction: column;
    max-width: 100%;
    overflow: visible;
    max-width: 320px;
  }
  .approach_card p {
    max-width: 340px;
  }
  .approach_card img {
    max-width: 100%;
  }
  .approach_content {
    align-items: center;
  }
  .admin_admission h1 {
    font-size: 32px;
  }
  .admin_admission p {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .home_banner_content h6 {
    padding: 8px 8px;
    font-size: 10px;
  }
  .home_banner_content h1 {
    font-size: 18px;
  }
  .approach_card_head h3 {
    font-size: 18px;
  }
  .our_Approach {
    padding: 50px 0;
  }
  .admin_admission h1 {
    font-size: 24px;
  }
  .admin_admission {
    background-size: cover;
  }
  .core_principal_content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: normal;
  }
  .our_steps_card {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;
    padding: 24px;
  }
  .our_steps_card img {
    margin-bottom: 0;
    margin-right: 10px;
    max-width: 42px;
  }
  .our_steps_card p {
    font-size: 13px;
  }
  .why_nhes_carded {
    flex-direction: column;
  }
  .why_nhes .card {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
  }
  .why_nhes h2 {
    font-size: 16px;
    text-align: center;
  }
  .why_nhes .card h1 {
    margin-right: 12px;
    margin-bottom: 0;
  }
  .why_nhes .card h3 {
    font-size: 16px;
  }
  .why_nhes .card p {
    padding-top: 10px;
    max-width: 100%;
  }
  .Why_Choose_content {
    gap: 16px;
  }
  .why_nhes {
    gap: 12px;
  }
  .Why_Choose_Us .container {
    padding: 50px 20px;
  }
  .our_steps_card h4 {
    font-size: 18px;
  }
  .home-first-section{
background-size: cover;
  }
}
/* contact us page start */

.contact_hero {
  background-image: url(../assets/contact/admissions_hero.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_hero .container {
  display: flex;
  flex-direction: column;
}
.contact_hero h4 {
  color: var(--white);
  font-family: var(--normal-font-family);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.contact_hero h1 {
  color: var(--white);
  font-family: var(--heading-font-family);
  font-size: 48px;
  font-weight: 700;
}
.contact_hero p {
  color: #e2ede0;
  font-family: var(--normal-font-family);
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  max-width: 680px;
}
.enquiry_form .enquiry_form_head{
    margin-bottom: 32px;
}
.enquiry_form .enquiry_form_head h2 {
  color: #1b3b2b;
  font-family: var(--heading-font-family);
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 12px;
}
.enquiry_form .enquiry_form_head p {
  color: #5c6461;
  font-family: var(--normal-font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.enquiry_form {
  padding: 100px 0;
  background-color: rgb(228, 223, 213, 0.2);
}
.form_field {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  width: 100%;
}
.form_field label {
  color: #1e2522;
  font-family: var(--normal-font-family);
  font-size: 12px;
  font-weight: 700;
}
.form_field input {
  display: flex;
  padding: 14px;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 6px;
  border: 1px solid #e4dfd5;
  background: #fff;
}
.enquiry_form form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.enquiry_form form button {
  display: flex;
  padding: 16px 32px;
  align-items: flex-start;
  border-radius: 6px;
  background: var(--primary-color);
  color: #fff;
  font-family: var(--normal-font-family);
  font-size: 14px;
  font-weight: 700;
  width: max-content;
  cursor:pointer;
}
@media (max-width: 500px) {
.enquiry_form{
    padding: 50px 0;
}
.contact_hero h1{
    font-size: 26px;
}
.contact_hero p{
    font-size: 14px;
    margin-top: 4px;
}
.enquiry_form .enquiry_form_head h2{
    font-size: 24px;
}
.contact_hero{
background-size: cover;
}
}
.guide_steps {
  background-color: #f6f3eb;
}
.guide_steps .content_heading h5 {
  color: #1b3b2b;
}

.guide_steps .content_heading h2,
.guide_steps .our_steps_card h4 {
  color: #500f1a;
}
.guide_steps .our_steps_card img {
  max-width: 32px;
  height: 32px;
}

.vision_mission .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 100px 80px;
}
.vision_mission .our_steps_card {
  padding: 48px;
  gap: 20px;
  flex: 1 0 0;
  border-radius: 12px;
  border: 0 solid #e4dfd5;
  max-width: 100%;
}
.vision_mission .our_steps_card:first-child {
  background: var(--Primary, #500f1a);
}
.vision_mission .our_steps_card:first-child h4,
.vision_mission .our_steps_card:first-child p {
  color: white;
}
.vision_mission .our_steps_card img {
  max-width: 48px;
  height: 48px;
  margin: 0;
}
.vision_mission .our_steps_card:last-child {
  color: black;
  border: 1px solid #e4dfd5;
  background: #fff;
}
.person_msg .msg_content {
  display: flex;
  align-items: start;
  gap: 64px;
  align-self: stretch;
}
.msg_content .person_photo img {
  max-width: 430px;
}
.msg_content .msg_text p {
  color: #1e2522;
  text-align: justify;
  font-family: var(--normal-font-family);
  font-size: var(--normal-font-size);
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.person_msg .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  gap: 56px;
}
.msg_content .msg_text h4 {
  color: var(--Secondary, #998442);
  font-family: var(--normal-font-family);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.msg_content .msg_text h5 {
  color: #1e2522;
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 700;
  padding-top: 12px;
}
.main_person_content {
  display: flex;
  /* height: 424px; */
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  justify-content: center;
}
.main_person_content .person_card .person_card_photo {
  max-width: 410px;
}
.main_person_content .person_card img {
  width: 100%;
}
.main_person_content .person_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid #e4dfd5;
  background: #fff;
  overflow: hidden;
}
.main_person .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 40px;
  gap: 56px;
}
.main_person_content .person_card h5 {
  color: #1e2522;
  text-align: center;
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 700;
}
.main_person_content .person_card h4 {
  color: var(--Secondary, #998442);
  font-family: var(--normal-font-family);
  font-size: var(--normal-font-size);
  font-weight: 600;
  text-transform: uppercase;
}
.person_card .person_card_info {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 4px 0;
}
@media (max-width: 1024px) {
  .person_msg .msg_content {
    display: flex;
    align-items: start;
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .vision_mission .container {
    flex-direction: column;
    padding: 60px 20px;
  }
  .vision_mission .our_steps_card {
    padding: 30px;
    gap: 12px;
  }
  .person_msg .msg_content {
    flex-direction: column;
  }
  .person_msg .container {
    gap: 32px;
  }
  .msg_content .person_photo img {
    max-width: 270px;
  }
  .main_person_content .person_card h5 {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .vision_mission .container {
    padding: 40px 20px;
  }
  .vision_mission .our_steps_card {
    padding: 20px;
  }
  .guide_steps .our_steps_card img {
    max-width: 22px;
    height: 22px;
  }
  .core_principal .container {
    padding: 40px 20px;
    gap: 30px;
  }
  .person_msg .container {
    gap: 32px;
    padding: 20px;
  }
  .person_msg .msg_content {
    gap: 20px;
  }
  .main_person .container {
    padding: 40px 20px;
  }
  .main_person_content {
    flex-direction: column;
  }
}
