@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mukta:wght@200;300;400;500;600;700;800&family=Oswald:wght@200..700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  text-decoration: none;
}

:root {
  --inter: "Inter", sans-serif;
  --Railway: "Raleway", sans-serif;
  --poppins: "Poppins", sans-serif;
  --noto: "Noto Sans", sans-serif;
  --Ekmukta: "Mukta", sans-serif;
  --Oswald: "Mukta", sans-serif;
  --Montser: "Montserrat", sans-serif;
  --strong-font: 600;
  --light-font: 400;
  --width: 90%;
  --max-width: 1280px;
  --margin: auto;
  --text-align: center;
}

body {
  font-family: var(--poppins);
}

.section {
  width: var(--width);
  max-width: var(--max-width);
  margin: var(--margin);
  text-align: var(--text-align);
}

.logo {
  max-width: var(--max-width);
  width: var(--width);
  height: 100px;
  margin: auto;
  padding: 10px;
  display: flex;
  gap: 10px;
  justify-content: start;
  align-items: center;
  position: relative;
}

header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 10;
  opacity: 0.9;
  border-bottom: 1px solid #0f66b2;
}

.pbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0px;
}

.header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  padding: 10px 0px;
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
}

.header-right {
  display: flex;
  justify-content: end;
  align-items: center;
}

.logo img {
  width: 80%;
  height: auto;
  /* position: relative; */
}

.bbutton {
  position: fixed;
  bottom: 0;
  height: 80px;
  width: 100%;
  background-color: white;
  display: none;
  z-index: 50;
}

.accredtion {
  display: block;
}

.eligibility-list {
  color: white;
  font-family: var(--inter);
  font-size: 18px;
  /* padding-left: 20px; */
  display: grid;
  gap: 5px;
  list-style: none;
}

/* .logo1 {
  position: relative;
} */

/* .logo > .logo1:nth-child(1)::after,
.logo > .logo1:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -7px;
  height: 80px;
  top: 50%;
  width: 2px;
  transform: translateY(-50%);
  background-color: black;
} */
.banner {
  background-image: url("../img/Section [banner-section] (1) (1).webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 3em 0px;
  height: auto;
}

.bannercontent {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.leftcontent h1 {
  font-family: var(--Ekmukta);
  font-weight: 700;
  font-size: 27px;
  color: white;
  line-height: 1.2em;
}

.leftcontent p {
  font-family: var(--Oswald);
  font-weight: 600;
  font-size: 28px;
  color: white;
}

.border {
  border: 2px solid white;
  width: 50%;
}

.leftcontent {
}

.para2 {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 2em; */
  /* gap: 1em; */
  /* padding-top: 2em; */
}

.paracon1 {
  display: inline-flex;
  justify-content: start;
  align-items: center;
  color: white;
  gap: 1.5em;
}

.paracon1 p {
  font-family: var(--Montser);
  font-size: 17px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0073b6;
  color: black;
  padding: 15px 30px;
  gap: 10px;
  border-radius: 10px;
  font-family: var(--inter);
  font-size: 11.7px;
}

.button a {
  color: white;
  text-decoration: none;
  font-family: var(--inter);
  font-size: 18px;
}

.boximg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.boximg img {
  width: 90%;
  height: auto;
}
.pg_content {
  display: grid;
  gap: 2em;
  padding-top: 3em;
}

.pg_content h2 {
  font-family: var(--Railway);
  font-weight: 600;
  font-size: 30px;
}

.attend_content h3 {
  font-family: var(--Railway);
  /* padding-bottom: 1em; */
}

.pg_content p {
  text-align: justify;
}

.pgoverview {
  background-color: #e8e8e8;
}

/* swiper js */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box {
  display: grid;
  grid-template-columns: 80px 1fr;
  justify-content: left;
  align-items: center;
  background-color: #1268b3;
  padding: 10px 10px;
  border-radius: 10px;
  gap: 1em;
  color: white;
  margin-bottom: 3em;
  height: 100px;
  text-align: left;
  width: 100%;
}

.box span {
  font-size: 14px;
  overflow-y: auto;
  /* scrollbar-width: thin; */
}

.pg_helight h2 {
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
}

.pg_helight {
  padding-top: 3em;
  /* padding: 2em 0px; */
}

.keycontent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  gap: 2em;
  position: relative;
  padding-bottom: 3em;
}

.keydiffernce h2 {
  text-align: center;
  padding-bottom: 1em;
  font-family: var(--Railway);
  font-weight: 600;
  font-size: 30px;
  color: #101828;
}

.keydiffernce {
  padding-top: 3em;
}

.key1 {
  position: relative;
  display: grid;
  align-items: baseline;
  grid-template-columns: 30px auto;
}

.alumni-status {
  padding-bottom: 2em;
}

.alumni-status h2 {
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 1.3em;
}

.pg_helight h2 {
}

.alumni-intro {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

.alumni-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 50px;
}

.alumni-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.alumni-item span {
  color: rgb(15, 102, 178);
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}

.alumni-item p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.alumni-disclaimer {
  margin-top: 40px;
  padding: 20px;
  border-left: 4px solid rgb(15, 102, 178);
  background: rgba(15, 102, 178, 0.05);
  border-radius: 4px;
  line-height: 1.8;
  font-size: 14px;
}

@media (max-width: 768px) {
  .alumni-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .alumni-intro,
  .alumni-item p {
    font-size: 16px;
  }
}

.learningsection {
  position: relative;
}

.lernsec {
  position: relative;
}

.learningsectionbg1 {
  background-color: #aed9ed38;
  box-shadow: 10px 25px 29px 10px #aed9ed38;
  padding: 145px;
  border-radius: 50%;
  width: 145px;
  position: absolute;
  clip-path: circle(74% at 35% 65%);
  bottom: 0;
  left: 0;
  transform: translate(-50%, -10%);
}
.learningsectionbg2 {
  background-color: #aed9ed38;
  box-shadow: 0px -15px 30px 30px #aed9ed38;
  padding: 100px;
  border-radius: 50%;
  width: 100px;
  position: absolute;
  clip-path: circle(74% at 68% 68%);
  bottom: 0;
  right: 0;
  transform: translate(-7%, -10%);
}

.key1::before {
  content: "\2713";
  margin-right: 10px;
  font-weight: bold;
  background-color: #1268b3;
  color: white;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  line-height: 0;
  font-size: 14px;
}

.syllabussec {
  text-align: center;
  padding: 2em 0px;
  /* padding-top: 1em; */
  /* gap: 2em;
  padding: 1em 1em;
  margin-bottom: 2em; */
}
.syllabus {
  text-align: center;
  /* padding: 1em 0px; */
  margin-bottom: 2em;
}

small {
  display: inline-flex;
  justify-content: center;
  align-items: start;
  /* flex-direction: column; */
  text-align: left;
  gap: 5px;
  line-height: 1.1;
  padding: 0px 10px;
  margin-bottom: 1em;
}

.syllabussec h2 {
  font-family: var(--Railway);
  font-size: 30px;
  color: #101828;
  font-weight: 600;
  margin-bottom: 1em;
}

.syllabussec p {
  margin-bottom: 1em;
}

.syl_box {
  display: inline-flex;
  flex-direction: column;
  background-color: #e8e8e8;
  padding: 1em;
  border-radius: 10px;
  /* gap: 1em; */
  margin-bottom: 1em;
  margin-bottom: 3em;
  height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.syl_box1 {
  /* display: inline-flex; */
  flex-direction: column;
  background-color: #e8e8e8;
  padding: 1em;
  border-radius: 10px;
  gap: 1em;
  margin-bottom: 3em;
  height: 600px;
}

.sybl_border {
  border: 1px solid #1268b3;
  width: 100%;
  height: 10px;
  background-color: #1268b3;
  border-radius: 20px;
  margin-bottom: 1em;
}
.sybl_border1 {
  border: 1px solid #1268b3;
  width: 100%;
  height: 10px;
  background-color: #1268b3;
  border-radius: 20px;
}

.syl_box h3 {
  display: inline-flex;
  justify-content: start;
  font-family: var(--inter);
  font-weight: 700;
  font-size: 20.5px;
  text-align: left;
  margin-bottom: 1em;
}

.syb_con {
  text-align: left;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  font-size: 12px;
}

.sybluss_pointer {
  background-color: #f9fafb;
  display: flex;
  padding: 1em 2em;
  border-radius: 10px;
}

.sybluss_pointer ul {
  /* list-style-image: url(./img/Div\ [w-2].png); */
  list-style: none;
}

.pg_insight_content {
  display: grid;
  gap: 3em;
  padding: 3em 0px;
  background-color: #1268b3;
}

.pg_insight h2 {
  font-family: var(--Railway);
  font-weight: 600;
  font-size: 30px;
  color: #101828;
}

.pg_insight {
  text-align: center;
  display: grid;
  gap: 2em;
  padding-top: 1em;
}
.pg_insight1 {
  text-align: center;
  display: grid;
  gap: 2em;
  /* padding-top: 1em; */
}

.pg_insight_box {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1em;
  position: relative;
}
.pg_insight_box1 {
  display: grid;
  /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
  grid-template-columns: repeat(6, 1fr);
  gap: 1em;
  position: relative;
}

.pg_background {
  background-color: #1268b3;
}

.pg_boxes {
  position: relative;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 10px;
  color: white;
  text-align: left;
}
.pg_boxes1 {
  position: relative;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: white;
}

.pg_boxes2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

div.pg_boxes:nth-child(1)::before,
div.pg_boxes:nth-child(2)::before,
div.pg_boxes:nth-child(3)::before,
div.pg_boxes:nth-child(4)::before,
div.pg_boxes:nth-child(5)::before,
div.pg_boxes:nth-child(6)::before {
  content: " ";
  position: absolute;
  right: 0px;
  height: 100px;
  top: 50%;
  width: 2px;
  transform: translateY(-50%);
  background-color: white;
}
/* div.pg_boxes1:nth-child(1)::before, */
div.pg_boxes1:nth-child(1)::before,
div.pg_boxes1:nth-child(2)::before,
div.pg_boxes1:nth-child(3)::before,
div.pg_boxes1:nth-child(4)::before,
div.pg_boxes1:nth-child(5)::before {
  content: " ";
  position: absolute;
  right: -10px;
  height: 100px;
  top: 50%;
  width: 2px;
  transform: translateY(-50%);
  background-color: white;
}

/* .pg_insight {
  background-color: #1268b3;
  color: white;
} */

.pg_boxes span {
  font-family: var(--inter);
  font-weight: 400;
  font-size: 12px;
}
.pg_boxes p {
  font-family: var(--inter);
  font-weight: 400;
  font-size: 12px;
  text-align: left;
}
.pg_boxes1 p {
  font-family: var(--inter);
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}
.pg_boxes h3 {
  font-family: var(--inter);
  font-weight: 700;
  font-size: 18px;
}
.pg_boxes1 h3 {
  font-family: var(--inter);
  font-weight: 700;
  font-size: 22px;
}

.elgibilty_boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.elegibilty_left {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}

.elegibilty_cre {
  /* padding: 1.5em 0px; */
  padding-top: 1.5em;
}

.elegibilty_right {
  position: relative;
}

.elegibilty_para ul {
  list-style: none;
  padding-left: 1.5em;
}

.elegibilty_para ul li {
  position: relative;
  padding-left: 1em;
}

.elegibilty_para ul li::before {
  content: "•";
  color: #ff5722; /* Your bullet color */
  font-size: 1.5em;
  position: absolute;
  left: 0;
  top: -7px;
}

.elgbilit_bg {
  background-color: #aed9ed38;
  box-shadow: 0px -15px 30px 30px #aed9ed38;
  padding: 175px;
  border-radius: 50%;
  width: 175px;
  position: absolute;
  top: 35%;
  left: 22%;
  transform: translate(-50%, -50%);
}

.elegibity_content {
  display: grid;
  gap: 2em;
}

.elegibity_content h2 {
  font-family: var(--Railway);
  font-weight: 600;
  font-size: 30px;
  color: #101828;
}

.elegibilty_para {
  text-align: left;
}
.elegibilty_para ul li {
  margin-bottom: 10px;
}

.elegibilty_righ_content p {
  text-align: justify;
}

.elegibilty_righ_content {
  display: grid;
  gap: 2em;
  padding: 10px;
}

.attentimg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 70px;
  border-radius: 50%;
  background-color: #0073b6;
  padding: 5px;
  position: relative;
  left: -40px;
}

.attentimg img {
  width: 50%;
  height: auto;
}

/* .attentimg img {
  background-color: #1268b3;
  padding: 5px;
  border-radius: 50%;
  width: 80px;
  height: auto;
  position: relative;
  left: -40px;
} */

/* .attentimg {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.attendtext {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #1268b3;
  border-radius: 10px;
  padding: 10px 0px;
  width: 324px;
  height: 100px;
  margin-bottom: 3em;
}
.attendtex img {
  background-color: #1268b3;
}

.attendence_para {
  text-align: center;
}

.attend {
  padding: 2em 0px;
}

.attendence_para h3 {
  font-family: var(--Montser);
  font-size: 14px;
  font-weight: 700;
  padding-top: 10px;
}

.attendence_para p {
  font-size: 14px;
  font-family: 400;
  font-family: var(--Montser);
  padding: 10px;
}

.attend_content h2 {
  /* margin-bottom: 1em; */
  font-family: var(--Railway);
  font-weight: 600;
  font-size: 30px;
  color: #101828;
}
.attend_content > p {
  /* margin-bottom: 2em; */
  padding: 3em 0px;
}

.lernboxes img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 5px solid #1268b3;
}

.desination {
  font-weight: 700;
  font-family: var(--Railway);
  font-size: 22px;
  color: #1268b3;
  text-decoration: underline;
}

.lernProfile {
  font-weight: 500;
  font-family: var(--Montser);
  font-size: 18px;
}

.lerncontent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lernsec {
  display: grid;
  gap: 4em;
  padding: 3em 0px;
}

.footercontent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 2em 0px;
}

.footerright {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerright img {
  width: 400px;
  height: auto;
}

footer {
  background-color: #1268b3;
}
.footerleft {
  color: white;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1em;
  padding: 3em 0px;
}
.footerleft h2 {
  font-family: var(--Railway);
  font-weight: 600;
  font-size: 30px;
}
.footerleft span {
  font-family: var(--Ekmukta);
  font-weight: 600;
  font-size: 30px;
}

.footer_para {
  text-align: justify;
}
.footer_para p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 1em;
  font-family: var(--Montser);
  line-height: 1.5em;
}

.dadline h3 {
  color: white;
  font-size: var(--Railway);
  font-weight: 700;
  font-size: 22px;
}

.dadline {
  display: grid;
  gap: 2em;
  padding: 2em 0px;
}

.deadline_btn a {
  display: inline-flex;
  background-color: #faa421;
  padding: 10px 20px;
  border-radius: 20px;
  font-family: var(--Montser);
  font-weight: 600;
  font-size: 1em;
  color: black;
}

.footerend {
  background-color: #f0f0f0;
}

.footerlogo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footerlogo span {
  font-family: var(--Montser);
  font-weight: 400;
  font-size: 20px;
}

.footerboder {
  border: 1px solid black;
  height: 25px;
  background-color: black;
}

.footerimage {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.footerimage img {
  width: 150px;
  height: auto;
}

.footerendp p {
  font-weight: 400;
  font-style: var(--Montser);
  font-size: 14px;
}
.footerendcontent {
  display: grid;
  gap: 1em;
  padding: 1.5em 0px;
}

/* certificate */

/* .ceticate section  */

.about {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  text-align: center;
  /* padding-top: 3em; */
}

.enroll {
  margin-top: -1em;
}

.about_count {
  width: 70%;
  margin: auto;
  display: grid;
  row-gap: 1em;
  text-align: justify;
  padding-bottom: 2em;
  padding-top: 1em;
  line-height: 1.5em;
}
.about_count p {
  font-size: 1em;
}

.about_count h2 {
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
}
.assemnt_content h2 {
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
}
.lernsec h2 {
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
}
/* .about_count {
  max-width: 70%;
  margin: auto;
  display: grid;
  row-gap: 1em;
  text-align: justify;
} */

.certificate_image {
  /* padding-bottom: 2em; */
}

.about_count h2 {
  text-align: center;
}

.certificatebg {
  background-color: #aed9ed38;
  box-shadow: 0px -15px 30px 30px #aed9ed38;
  padding: 250px;
  border-radius: 50%;
  width: 250px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.certificate_image img {
  width: 60%;
  height: auto;
  border: 1px solid #aed9ed38;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  /* padding-top: 1em; */
}

.certiifcate {
  position: relative;
  padding-bottom: 1.3em;
}

.certificate_image {
  position: relative;
}

.certicate_p {
  text-align: justify;
  width: 60%;
  padding: 1em 1em;
  margin: auto;
  line-height: 2em;
  font-size: 1em;
}

.assmnets_points {
  text-align: left;
  width: 70%;
  display: block;
  margin: auto;
}

.assmnets_points > ul {
  /* list-style: none; */
  display: grid;
  gap: 10px;
}

.assemnt_content {
  display: grid;
  gap: 2em;
}

.assemnt {
  padding: 3em 0px;
}

.rightcontent {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* form css */

.heading {
  padding-bottom: 10px;
  text-align: center;
}

.button1 {
  width: 160px;
}

.text {
  font-size: 11px;
  color: #334c4c;
}

.sub-heading {
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
}
/* .sub-heading1 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 12px;
} */

.child-2 {
  background-color: white;
  color: black;
  padding: 20px;
  border-radius: 10px;
  /* margin: 50px; */
  width: 70%;
  position: relative;
}
.child-3 {
  background-image: url("https://www.jaroeducation.com/pages/bharati-vidyapeeth/online-bca-programme-bharati-vidyapeeth-deemed-universitya/img/form1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: white; */
  color: white;
  padding: 20px;
  font-weight: 500;
  border-radius: 10px;
  /* margin: 50px; */
  width: 80%;
  opacity: 0.9;
}

.form-group {
  margin-bottom: 14px;
  font-family: var(--inter);
}
.form-group1 {
  display: grid;
  margin-bottom: 10px;
  font-family: var(--inter);
}

.form-control,
.form-control:focus,
.form-control:focus-visible,
.form-control:visited {
  width: 100%;
  padding: 1em 0.55rem;
  border: 1px solid #a1a1a1;
  border-radius: 0.35rem;
  font-size: 12px;
  box-shadow: none;
  outline: 0;
  /* text-align: center; */
}

#otp {
  text-align: center;
}

/* .form-control {
  font-size: var(--inter);
  font-size: 12px;
} */

.form-control::placeholder {
  color: #000;
}

.d-flex {
  display: flex;
  align-items: start;
}

.ml-2 {
  margin-left: 0.4rem;
}

.same-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.same-row1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.banner-section .child-2 .heading {
  font-size: 1.3rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
  text-align: center;
}

.banner-section .child-2 .sub-heading {
  font-size: 0.9rem;
  font-weight: var(--light-font);
  margin-bottom: 10px;
  text-align: center;
}

.form-group label {
  /* font-size: 0.83rem; */
  font-size: 12px;
}
.form-group1 label {
  /* font-size: 0.83rem; */
  font-size: 12px;
}

.btn {
  padding: 0.5rem 0.7rem;
  background: #0073b6;
  color: #fff;
  border: none;
  border-radius: 6px;
  /* text-transform: uppercase; */
  font-size: 1rem;
  font-weight: var(--strong-font);
  cursor: pointer;
}

.mobile-otp-row {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr max-content;
  gap: 20px;
}

.mobile-otp-row:last-child {
  margin-top: 10px;
}

.otp-check-row {
  display: none;
}

.otp-response-text {
  padding: 10px;
  text-align: center;
  /* margin-top: 10px;
    margin-bottom: 10px; */
  display: none;
  font-size: 0.8rem;
}

.otp-check-btn {
  background: #203e99;
  color: #fff;
  padding: 0.35rem;
  text-align: center;
  cursor: pointer;
  width: 110px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: var(--strong-font);
}

.disabled {
  pointer-events: none;
  opacity: 0.8;
}

.loader-wrapper,
.loader-wrapper-otp {
  background-color: rgba(255, 255, 255, 0.6);
  /* color: ; */
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  display: grid;
  align-content: center;
  justify-content: center;
  display: none;
}

.loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 3px solid #203e99;
  border-top-color: rgb(32, 62, 153);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/*  .form-message*/
.text-center {
  text-align: center;
  background-color: #0073b6;
  padding: 10px;
  border-radius: 10px;
  color: black;
  margin-bottom: 10px;
  color: white;
}

.btn2 {
  background-color: #0073b6;
  color: white;
  padding: 10px 60px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
}

.footer_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hederbottom {
  border-bottom: 1px solid #0073b6;
}

.para1 > span {
  background-color: #0f66b2;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-family: var(--Ekmukta);
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 22px;
}

.leftcontent {
  display: grid;
  justify-content: left;
  align-items: center;
}

/* almuni */
.testimonial-section {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.testimonial-section > h2 {
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 2em;
}

.section-title {
  text-align: center;
  font-size: 40px;
  color: #16375f;
  font-weight: 700;
  margin-bottom: 50px;
}

.swiper {
  padding: 10px 5px 60px;
}

.swiper-wrapper {
  align-items: stretch;
  /* margin-bottom: 3em; */
}

.swiper-slide {
  display: flex;
  height: auto;
}

/* Make Swiper stretch all slides */
.testimonialSwiper .swiper-wrapper {
  align-items: stretch;
}

.testimonialSwiper .swiper-slide {
  display: flex;
  height: auto;
}

/* Content area grows */
.testimonial-body {
  flex: 1;
  display: flex;
}

.testimonial-body p {
  flex: 1;
  margin: 0;
  text-align: justify;
  line-height: 1.8;
}

.testimonial-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 620px; /* Adjust as needed */
  padding: 30px;
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.testimonial-card:hover {
  transform: translateY(-8px);
}

.testimonial-header {
  text-align: center;
  margin-bottom: 25px;
}

.testimonial-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 18px;
  border: 4px solid #0056b3;
}

.testimonial-header h3 {
  font-size: 22px;
  color: #16375f;
  margin-bottom: 8px;
  font-weight: 700;
}

.designation {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.testimonial-body {
  flex: 1;
  display: flex;
}

.testimonial-body p {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  text-align: justify;
}

.swiper-button-next,
.swiper-button-prev {
  color: #0056b3;
}

.swiper-pagination-bullet {
  background: #0056b3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }

  .testimonial-card {
    padding: 22px;
  }

  .testimonial-img {
    width: 75px;
    height: 75px;
  }

  .testimonial-header h3 {
    font-size: 20px;
  }

  .designation {
    font-size: 13px;
  }

  .testimonial-body p {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* conatct  */

.contact-expert {
  padding: 3em 20px;
  max-width: 800px;
  margin: auto;
}

.container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
  display: grid;
  gap: 1em;
}

.contact-expert h2 {
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 30px;
  text-align: center;
}

.expert-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 2px solid #222;
}

.expert-item {
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* min-height: 90px; */
  font-size: 18px;
}

.expert-item:not(:last-child) {
  border-right: 2px solid #222;
}

.name strong {
  font-size: 18px;
  font-weight: 700;
}

.email a {
  color: #0b63d1;
  text-decoration: underline;
  font-size: 18px;
  word-break: break-word;
}

.phone a {
  color: #111;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}

/* Tablet */
@media (max-width: 768px) {
  .contact-expert {
    padding: 1em 15px;
  }

  .contact-expert h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .expert-box {
    grid-template-columns: 1fr;
  }

  .expert-item {
    min-height: 75px;
    padding: 20px;
    border-right: none !important;
    border-bottom: 2px solid #222;
  }

  .expert-item:last-child {
    border-bottom: none;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .contact-expert h2 {
    font-size: 26px;
  }

  .expert-item {
    font-size: 16px;
    padding: 18px;
  }

  .name strong,
  .email a,
  .phone a {
    font-size: 16px;
  }
}

/* Popupcss */

.popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.popup-container {
  width: 100%;
  max-width: 460px;
  background: #fff;
  border-radius: 12px;
  padding: 14px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.popup-close {
  position: absolute;
  right: 15px;
  top: 12px;
  border: none;
  background: none;
  font-size: 28px;
  cursor: pointer;
}

.popup-heading {
  text-align: center;
  margin-bottom: 8px;
}

.popup-sub-heading {
  text-align: center;
  margin-bottom: 20px;
  color: #666;
}

.popup-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.popup-group {
  margin-bottom: 15px;
}

.popup-form-control {
  width: 100%;
  height: 46px;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 15px;
  box-sizing: border-box;
}

.popup-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
}

.popup-form-message,
.popup-form-message-otp-error {
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #87cefa;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
}

.popup-form-message.show,
.popup-form-message-otp-error.show {
  display: flex;
}

.popup-main-form-submit,
.popup-verify-otp-submit {
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 6px;
  background: #0b5ed7;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  margin-top: 1em;
}

.popup-loader-wrapper,
.popup-loader-wrapper-otp {
  display: none;
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.75);
  justify-content: center;
  align-items: center;
  z-index: 99;
}

@media (max-width: 600px) {
  .popup-container {
    padding: 20px;
  }

  .popup-row {
    grid-template-columns: 1fr;
  }
}

.popup-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;

  transition: 0.3s;
}

.popup-overlay.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.iti {
  width: 100%;
}

.iti input {
  width: 100%;
}

/* accredtion */

.ranking-section {
  background: #0f66b2;
  padding: 20px 0;
}

.rankingSwiper {
  width: 100%;
}

.swiper-slide {
  height: auto;
}

.rank-card {
  height: 125px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding: 0 18px;
  border-right: 2px solid rgba(255, 255, 255, 0.8);
}

.rank-card h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.rank-card h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.rank-card p {
  font-size: 14px;
  line-height: 1.4;
}

.no-border {
  border-right: none;
}

@media (max-width: 991px) {
  .rankingSwiper .rank-card {
    min-height: 160px;
    border-right: none;
  }

  .rank-card h2 {
    font-size: 26px;
  }

  .rank-card h3 {
    font-size: 18px;
  }

  .rank-card p {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .rankingSwiper .rank-card {
    min-height: 155px;
    padding: 16px 24px;
  }

  .rank-card h2 {
    font-size: 25px;
  }

  .rank-card h3 {
    font-size: 18px;
  }

  .rank-card p {
    font-size: 14px;
  }
}

/* Only Ranking Slider */
.rankingSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.rankingSwiper .rank-card {
  width: 100%;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.7);
}

.rankingSwiper .rank-card h2,
.rankingSwiper .rank-card h3,
.rankingSwiper .rank-card p {
  margin: 0;
}

.rankingSwiper .rank-card h2 {
  margin-bottom: 12px;
}

.rankingSwiper .rank-card p {
  max-width: 280px;
  line-height: 1.4;
}

/* Ranking Slider Cursor */
.rankingSwiper {
  cursor: grab;
}

.rankingSwiper:active {
  cursor: grabbing;
}

.rankingSwiper .swiper-slide {
  cursor: inherit;
}

/* h1 */
.hero-title {
  font-size: clamp(2.3rem, 5vw, 4rem);
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  max-width: 900px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.hero-title::after {
  content: "";
  display: block;
  width: 120px;
  height: 5px;
  margin-top: 18px;
  border-radius: 50px;
  background: linear-gradient(90deg, #1e90ff, #63b3ff);
}

.hero-title span {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 10px 22px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

/* .hero-title span::before {
  content: "🎓";
  margin-right: 10px;
  font-size: 1rem;
} */

@media (max-width: 768px) {
  .hero-title {
    text-align: center;
  }

  .hero-title::after {
    margin: 18px auto 0;
  }

  .hero-title span {
    justify-content: center;
    font-size: 1rem;
    padding: 8px 18px;
  }
}

/* Elegibility  */

.eligibility-box {
  margin-top: 25px;
  max-width: 650px;
}

.eligibility-title {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 18px;
  color: white;
}

.eligibility-title::after {
  width: 55px;
  height: 3px;
  bottom: -8px;
}

.eligibility-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.eligibility-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  transition: 0.3s;
}

/* .eligibility-item:hover {
  transform: translateY(-3px);
  border-color: #1e90ff;
  box-shadow: 0 8px 20px rgba(30, 144, 255, 0.2);
} */

.icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e90ff, #0066d6);
  flex-shrink: 0;
}

.eligibility-item h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #fff;
}

.eligibility-item p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  color: #e6e6e6;
}

.role {
  grid-column: 1/-1;
}

@media (max-width: 768px) {
  .eligibility-grid {
    grid-template-columns: 1fr;
  }

  .role {
    grid-column: auto;
  }

  .eligibility-title {
    font-size: 28px;
  }

  .eligibility-item {
    padding: 12px 14px;
  }

  .icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .eligibility-item h4 {
    font-size: 16px;
  }

  .eligibility-item p {
    font-size: 13px;
  }
}

.eligibility-box {
  max-width: 580px;
}

.eligibility-grid {
  gap: 12px;
}

.eligibility-item {
  padding: 12px 15px;
}

.icon {
  width: 40px;
  height: 40px;
}

/* Thank you card */

.thankyou-card {
  width: 100%;
  max-width: 560px;
  background: #0b4ea2;
  border-radius: 18px;
  overflow: hidden;
  border: 3px solid #0b4ea2;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.card-header {
  background: #083b7a87;
  color: #fff;
  text-align: center;
  padding: 28px 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.card-body {
  padding: 30px 25px;
  text-align: center;
  color: #fff;
}

/* .icon {
  width: 78px;
  height: 78px;
  background: #fff;
  color: #0b4ea2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
  font-size: 42px;
  font-weight: 700;
} */

.card-body h2 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 700;
}

.card-body p {
  font-size: 14px;
  line-height: 1.8;
  color: #eaf3ff;
  text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
  .card-header {
    font-size: 24px;
    padding: 20px;
  }

  .card-body {
    padding: 30px 25px;
  }

  .card-body h2 {
    font-size: 30px;
  }

  .card-body p {
    font-size: 18px;
  }

  .icon {
    width: 65px;
    height: 65px;
    font-size: 34px;
  }
}

/* swiperjs*/

.programmeInsightsSwiper {
  width: 100%;
  padding: 15px 10px 60px;
  overflow: hidden;
  max-width: var(--max-width);
  margin: auto;
}

.programmeInsightsSwiper .swiper-slide {
  display: flex;
  height: auto;
}

.programme-card {
  width: 100%;
  min-height: 240px;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  text-align: left;
  background: linear-gradient(135deg, #4aa3ff, #6bbcff);
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(30, 136, 229, 0.25);
  transition: all 0.3s ease;
  font-size: 14px;
}

.programme-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(30, 136, 229, 0.35);
}

.programme-card > ul {
  padding: 0px 1.3em;
}

.programme-card span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 12px;
}

.programme-card h3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #ffffff;
  margin-top: auto;
  margin-bottom: auto;
}

.programme-card p {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
  margin: 8px 0;
  font-weight: 700;
}

.programme-pagination {
  bottom: 0 !important;
}

.programme-pagination .swiper-pagination-bullet {
  background: #bcdfff;
  opacity: 1;
}

.programme-pagination .swiper-pagination-bullet-active {
  background: #0b5ed7;
}

.programme-next,
.programme-prev {
  color: #0b5ed7;
}

.programme-next::after,
.programme-prev::after {
  font-size: 24px;
}

/* .duration {
  display: flex !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  justify-content: center;
  align-items: center;
} */

@media (max-width: 767px) {
  .programme-card {
    min-height: 210px;
    padding: 20px;
  }

  .programme-card h3 {
    font-size: 14px;
    font-weight: 400;
  }

  .programme-card span,
  .programme-card p {
    font-size: 14px;
  }

  .programme-next,
  .programme-prev {
    display: none;
  }
}

.paragraph {
  max-width: var(--max-width);
  margin: auto;
  text-align: justify;
  font-size: 14px;
}

.notes {
  margin-bottom: 2em;
}

.programme-list {
  font-family: var(--Montser);
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  display: grid;
  gap: 10px;
}

/* Fee details */

.fees_section {
  padding: 2em 20px;
  background: #f8fbff;
}

.fees_container {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.fees_card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e6eef8;
}

.fees_title {
  margin: 0;
  padding: 18px 20px;
  background: #0056b3;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

.fees_table {
  width: 100%;
}

.fees_head,
.fees_row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
}

.fees_head {
  background: #edf5ff;
  font-weight: 700;
  color: #003d7a;
}

.fees_head div,
.fees_row div {
  padding: 16px;
  border-right: 1px solid #dce7f5;
  border-bottom: 1px solid #dce7f5;
  line-height: 1.6;
}

.fees_head div:last-child,
.fees_row div:last-child {
  border-right: none;
}

.fees_row:last-child div {
  border-bottom: none;
}

.fees_label {
  font-weight: 600;
  color: #1b1b1b;
}

.fees_label small {
  display: block;
  font-size: 13px;
  color: #666;
  font-weight: 400;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .fees_container {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .fees_section {
    padding: 40px 15px;
  }

  .fees_title {
    font-size: 22px;
  }

  .fees_head {
    display: none;
  }

  .fees_row {
    display: block;
    border-bottom: 1px solid #dce7f5;
  }

  .fees_row div {
    border: none;
    padding: 12px 15px;
  }

  .fees_row div::before {
    display: block;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 4px;
  }

  .fees_row div:nth-child(1)::before {
    content: "Particular";
  }

  .fees_row div:nth-child(2)::before {
    content: "Amount";
  }

  .fees_row div:nth-child(3)::before {
    content: "Remarks";
  }
}

.pginsight h2 {
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 1.3em;
}

/* faq */

.faq_section {
  padding: 3em 20px;
  /* background: #f8fbff; */
}

/* .faq_section {
  padding: 70px 20px;
  background: #f7fbff;
} */

.faq_container {
  max-width: 1280px;
  margin: auto;
}

.faq_heading {
  text-align: center;
  margin-bottom: 40px;
}

.faq_heading h2 {
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 1.3em;
  font-weight: 700;
}

.faq_heading p {
  max-width: 720px;
  margin: auto;
  color: #666;
  line-height: 1.7;
}

.faq_wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.faq_item {
  background: #fff;
  border: 1px solid #d9e7f5;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.faq_question {
  width: 100%;
  background: none;
  border: none;
  padding: 22px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  color: #003b7a;
}

.faq_question span:first-child {
  width: calc(100% - 40px);
}

.faq_icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0056b3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: 0.3s;
}

.faq_answer {
  display: none;
  padding: 0 24px 24px;
}

.faq_answer p {
  color: #555;
  line-height: 1.8;
  margin: 0;
}

.faq_item.active .faq_answer {
  display: block;
}

.faq_item.active .faq_icon {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .faq_section {
    padding: 1em 15px;
  }

  .faq_heading h2 {
    font-size: 30px;
  }

  .faq_question {
    font-size: 16px;
    padding: 18px;
  }

  .faq_answer {
    padding: 0 18px 18px;
  }

  .faq_icon {
    width: 28px;
    height: 28px;
    font-size: 20px;
  }

  .paragraph {
    padding: 1em 10px;
  }
  .programme-card {
    margin: 1em;
  }
}

/* faculty swiperjs  */

/*==========================
    FACULTY SECTION
==========================*/

.faculty_learningsection {
  padding: 2em;
  /* padding-top: 1em; */
  background: #f8fbff;
}

.faculty_lernsec {
  max-width: 1280px;
  margin: 0 auto;
}

.faculty_lernsec h2 {
  text-align: center;
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 45px;
}

/* Swiper */
.facultySwiper {
  padding-bottom: 60px;
}

.facultySwiper .swiper-wrapper {
  align-items: stretch;
}

.facultySwiper .swiper-slide {
  display: flex;
  height: auto;
}

/* Card */
.faculty_lerncontent {
  width: 100%;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #e7eef7;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 390px;
  transition: 0.3s ease;
}

.faculty_lerncontent:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* Image */

.faculty_lernboxes {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.faculty_lernboxes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Name */

.faculty_desination {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 12px;
}

.faculty_desination h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: #003b7a;
}

/* Profile */

.faculty_lernProfile {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}

.faculty_lernProfile p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

/* Pagination */

.faculty_swiper_pagination {
  margin-top: 30px;
  text-align: center;
}

.faculty_swiper_pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #0b5ed7;
  opacity: 0.3;
  transition: 0.3s;
}

.faculty_swiper_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  transform: scale(1.15);
}

/*==========================
    RESPONSIVE
==========================*/

@media (max-width: 991px) {
  .faculty_lernsec h2 {
    font-size: 32px;
  }

  .faculty_lerncontent {
    min-height: 370px;
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .faculty_learningsection {
    padding: 1em 15px;
  }

  .faculty_lernsec h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .faculty_lerncontent {
    min-height: 340px;
    padding: 25px 18px;
  }

  .faculty_lernboxes {
    width: 110px;
    height: 110px;
  }

  .faculty_desination {
    min-height: 60px;
  }

  .faculty_desination h3 {
    font-size: 20px;
  }

  .faculty_lernProfile p {
    font-size: 15px;
  }

  .assemnt {
    padding: 1.2em 0px;
  }
}

/* H1 */

.banner_main_heading {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.8rem, 6vw, 5.5rem); /* Increased */
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -1px;
}

.banner_main_heading span {
  display: block;
  margin-top: 12px;
  color: #ffd54f;
  font-weight: 800;
  font-size: 1.2em; /* Keeps the second line proportional */
}

.banner_heading_line {
  width: 150px;
  height: 5px;
  background: #ffd54f;
  border-radius: 50px;
  margin: 26px 0 22px;
}

.banner_sub_heading {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem); /* Increased */
  line-height: 1.6;
  font-weight: 500;
}

.banner_sub_heading strong {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .banner_heading_wrap {
    text-align: center;
    margin: auto;
  }

  .banner_main_heading {
    font-size: clamp(2.2rem, 8vw, 3.8rem);
    line-height: 1.2;
  }

  .banner_sub_heading {
    font-size: 1.15rem;
  }

  .banner_heading_line {
    width: 120px;
    margin: 20px auto;
  }
}

@media (max-width: 768px) {
  .boxoverflow span {
    display: block;
    max-height: 80px;
    overflow-y: auto;
    padding-right: 8px;
  }
}

/* table left  */

/* Card */
.fees_card_custom {
  max-width: 700px;
  width: 100%;
  /* margin: auto; */
  overflow: hidden;
}

/* Header */
.table_left_head {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}

.table_left_heading {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  min-height: 70px;
  font-weight: 600;
  box-sizing: border-box;
  border: 1px solid #dbe6f2;
  justify-content: center;
}

/* Rows */
.table_left_row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}

.table_left_cell {
  display: flex;
  align-items: center;
  padding: 24px 20px;
  min-height: 120px;
  box-sizing: border-box;
  border: 1px solid #dbe6f2;
  flex-direction: column;
  text-align: center;
  justify-content: center;
}

.table_left_cell strong {
  display: block;
  font-size: 22px;
  margin-bottom: 6px;
}

.table_left_cell small {
  font-size: 16px;
  color: #666;
}

.table_left_row .table_left_cell:last-child {
  font-size: 18px;
  font-weight: 500;
}

/* Mobile */
@media (max-width: 768px) {
  .fees_card_custom {
    height: auto !important;
  }

  .table_left_head {
    display: none !important;
  }

  .table_left_row {
    grid-template-columns: 1fr;
    margin-bottom: 16px;
    border-radius: 10px;
    overflow: hidden;
  }

  .table_left_cell {
    min-height: auto;
    padding: 15px;
  }

  .table_left_row .table_left_cell:first-child {
    background: #f4f8fc;
    font-weight: 600;
  }

  .table_left_cell strong {
    font-size: 18px;
  }

  .table_left_cell small {
    font-size: 14px;
  }

  .table_left_row .table_left_cell:last-child {
    font-size: 17px;
  }
}

/* //payment */

.payment-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  text-align: center;
}

.payment-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  max-width: 250px;
  padding: 13px 16px;
  background: linear-gradient(135deg, #0057ff, #0094ff);
  color: #fff;
  text-decoration: none;
  border-radius: 60px;
  box-shadow: 0 12px 30px rgba(0, 87, 255, 0.3);
  transition: all 0.35s ease;
  overflow: hidden;
  position: relative;
}

.payment-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.18);
  transform: skewX(-25deg);
  transition: 0.6s;
}

.payment-link:hover::before {
  left: 120%;
}

.payment-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 87, 255, 0.45);
}

.payment-icon {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  flex-shrink: 0;
}

.payment-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.payment-text strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.payment-text small {
  font-size: 13px;
  opacity: 0.9;
  margin-top: 4px;
}

.payment-arrow {
  font-size: 24px;
  transition: 0.3s;
}

.payment-link:hover .payment-arrow {
  transform: translateX(6px);
}

/* Responsive */
@media (max-width: 576px) {
  .payment-container {
    margin: 25px 15px;
  }

  .payment-link {
    padding: 15px 20px;
    gap: 12px;
  }

  .payment-icon {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .payment-text strong {
    font-size: 16px;
  }

  .payment-text small {
    font-size: 12px;
  }

  .payment-arrow {
    font-size: 20px;
  }
  .maxism {
    margin-top: 0px !important;
  }

  .curriculum-section {
    padding-bottom: 1em !important;
  }
  .fees_section {
    padding-top: 0em;
  }

  .keydiffernce {
    padding-top: 0em;
  }
}

/* cerricukam  */

.curriculum-section {
  max-width: 1200px;
  margin: auto;
  padding: 2em 20px;
}

.curriculum-title {
  /* text-align: center;
  color: #0047cc;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 35px; */
  text-align: center;
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
  margin-bottom: 45px;
}

.curriculum-tabs-wrapper {
  display: flex;
  justify-content: flex-start;
  gap: 35px;

  overflow-x: auto;

  white-space: nowrap;

  border-bottom: 1px solid #d9d9d9;

  scrollbar-width: none;
}

.curriculum-tabs-wrapper::-webkit-scrollbar {
  display: none;
}

.curriculum-tab {
  background: none;

  border: none;

  cursor: pointer;

  color: #9a9a9a;

  padding: 15px 0;

  font-size: 17px;

  position: relative;

  transition: 0.3s;

  flex-shrink: 0;
}

.curriculum-tab:hover {
  color: #0047cc;
}

.curriculum-tab.curriculum-active {
  color: #0047cc;

  font-weight: 600;
}

.curriculum-tab.curriculum-active::after {
  content: "";

  position: absolute;

  left: 0;

  bottom: -1px;

  width: 100%;

  height: 3px;

  background: #0047cc;

  border-radius: 30px;
}

.curriculum-card {
  background: #fff;

  border: 1px solid #dfe6f5;

  border-radius: 30px;

  margin-top: 15px;

  padding: 35px;

  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
}

.curriculum-panel {
  display: none;

  animation: fade 0.35s ease;
}

.curriculum-panel.curriculum-active {
  display: block;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.curriculum-grid {
  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 30px;
}

.curriculum-grid ul {
  margin: 0;

  padding-left: 22px;
}

.curriculum-grid li {
  margin-bottom: 18px;

  font-size: 17px;

  line-height: 1.5;

  color: #222;
}

.curriculum-note {
  text-align: center;

  /* margin-top: 20px; */

  font-size: 14px;

  color: #444;
}

@media (max-width: 991px) {
  .curriculum-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .curriculum-title {
    font-size: 34px;
  }

  .curriculum-grid {
    grid-template-columns: 1fr;
  }

  .curriculum-card {
    padding: 25px;
  }

  .curriculum-tab {
    font-size: 15px;
  }
}

/* //  */
/* design */

.curriculum-group {
  margin-bottom: 35px;
}

.curriculum-group:last-child {
  margin-bottom: 0;
}

.curriculum-group h4 {
  font-size: 18px;
  font-weight: 700 !important;
  color: #1d1d1d;
  margin-bottom: 18px;
}

.curriculum-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  align-items: start;
}

.curriculum-row ul {
  margin: 0;
  padding-left: 20px;
}

.curriculum-row li {
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  margin-bottom: 14px;
}

.curriculum-row li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .curriculum-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 767px) {
  .curriculum-row {
    grid-template-columns: 1fr;
  }

  .curriculum-group h4 {
    font-size: 16px;
  }

  .curriculum-row li {
    font-size: 14px;
  }
}

/* // */

.curriculum-group h4 {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  margin: 0 0 18px;
  line-height: 1.5;
}

.curriculum-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin: 15px 0 25px;
}

.curriculum-row ul {
  margin: 0;
  padding-left: 20px;
}

.curriculum-row li {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .curriculum-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .curriculum-row {
    grid-template-columns: 1fr;
  }

  .curriculum-group h4 {
    font-size: 16px;
  }
}

.bold-text h4 {
  font-weight: 400 !important;
}
