@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);
}

.connect-section {
  width: var(--width);
  max-width: var(--max-width);
  margin: var(--margin);
  text-align: var(--text-align);
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact-table {
  border-collapse: collapse;
  border: 1px solid #000;
  font-family: Arial, sans-serif;
  width: auto;
  max-width: max-content;
  margin: auto;
}

.contact-table td {
  border: 1px solid #000;
  padding: 20px 20px;
  vertical-align: middle;
  white-space: nowrap;
}

.contact-table .name {
  font-weight: bold;
}

.contact-table .email a {
  color: #0a58ca;
  text-decoration: underline;
}

.contact-table .phone {
  font-weight: bold;
}

/* ===== Responsive: stack cells on small screens ===== */
@media (max-width: 600px) {
  .contact-table {
    width: 100%;
  }

  .contact-table tr {
    display: block;
  }

  .contact-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    white-space: normal; /* allow wrapping on small screens */
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: none;
  }

  .contact-table tr td:first-child {
    border-top: 1px solid #000; /* top border for first cell */
  }

  .contact-table tr td:last-child {
    border-bottom: 1px solid #000; /* bottom border for last cell */
  }
}

.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;
}

.sticky{
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1280px;
  margin: auto;
  width: 90%;
}

header {
  position: sticky;
  top: 0%;
  z-index: 999;
  background-color: #ffffff;
  width: 100%;
  border-bottom: 1px solid #1268b3;
}

.logo img {
  width: 50%;
  height: auto;
  /* position: relative; */
}

.apply{
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 2em;
}

.para3{
  padding: 10px 0px;
  display: grid;
  gap: 10px;
}


/* whatapp */
        .circel{
            position: relative;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            gap: 14px;
            color: white;
            border: 1px solid black;
            padding: 12px 14px;
            border-radius: 50px;
            text-decoration: none;
        }

        .circle1::after{
            position: absolute;
            content: "";
            inset: 0;
            animation: ping 1s cubic-bezier(0, 0, .2, 1) infinite ;
            background-color: green;
            border-radius: 100%;
            opacity: 60%;
        }

        .circle1{
            height: 30px;
            width:  30px;
            position: relative;
            background-color: green;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1;
            border-radius: 100%;
        }

        
            @keyframes ping {
            75%, 100% {
                transform: scale(2);
                opacity: 0;
            }
            }


        .circle1 i{
            color: white;
        }

        .num a{
          color: black;
            text-decoration: none;
        }



/* .call{
  display: inline-flex;
  background-color: #1268b3;
  border-radius: 30px;
  padding: 10px 20px;
  color: white;
  justify-content: center;
  align-items: center;
  gap:10px;
}

.call a{
color: white;
} */

.floating{
    position: fixed;
    bottom: 20px;
    z-index: 999;
    display: none;
}

.floating a{
    font-size: 30px;
    color: white;
    background: #faa421;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 0px 10px black;
}

/* .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: 1em 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: 34px;
  color: white;
  line-height: 1.2em;
  padding-bottom: 10px;
}

.leftcontent p {
  font-family: var(--Oswald);
  font-weight: 600;
  font-size: 28px;
  color: white;
}

.border {
  border: 2px solid white;
  /* width: 50%; */
}

.leftcontent {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 5px 0px;
}

.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: 22px;
}

.paracon1 i {
    font-size: 22px;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #faa421;
  color: black;
  padding: 10px 30px;
  gap: 10px;
  border-radius: 10px;
  font-family: var(--inter);
  font-size: 11.7px;
}

.button a {
  color: black;
}

.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: 75%;
  height: auto;
}
.pg_content {
  display: grid;
  gap: 1.5em;
  padding: 1em 0px;
}

.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: 70px auto;
  /* display: inline-flex; */
  justify-content: center;
  align-items: center;
  background-color: #1268b3;
  padding: 10px 10px;
  border-radius: 10px;
  gap: 10px;
  color: white;
  margin-bottom: 3em;
  height: 95px;
  text-align: left;
}

.box span {
  font-size: 12px;
}

.pg_helight h2 {
  font-family: var(--Railway);
  font-size: 30px;
  font-weight: 600;
  color: #101828;
}

.pg_helight {
  padding-top: 2em;
  /* padding: 2em 0px; */
}

.keycontent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
  gap: 1em;
  position: relative;
  padding-bottom: 1em;
}

.keydiffernce h2 {
  text-align: center;
  padding-bottom: 1em;
  font-family: var(--Railway);
  font-weight: 600;
  font-size: 30px;
  color: #101828;
}

/* .keydiffernce {
  padding: 1em 0px;
} */

.key1 {
  position: relative;
  display: grid;
  align-items: baseline;
  grid-template-columns: 25px auto;
}

.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-top: 0.5em;
  /* gap: 2em;
  padding: 1em 1em;
  margin-bottom: 2em; */
}
.syllabus {
  text-align: center;
  /* padding: 1em 0px; */
  margin-bottom: 2em;
}

small {
  display: inline-flex;
  justify-content: lef;
  align-items: start;
  /* flex-direction: column; */
  text-align: left;
  gap: 5px;
  line-height: 1.1;
  /* padding: 0px 10px; */
  margin-bottom: 1em;
  width: 80%;
  max-width: 1280px;
}

.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;
}
.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);
}

.pg_insight_content {
  display: grid;
  gap: 2em;
  padding: 2.1em 0px;
  background-color: #1268b3;
}

.pg_insight_content small {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
  color: white;
}

.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(2, 1fr);
  gap: 1em;
  position: relative;
}
.pg_insight_box1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  position: relative;
}

.pg_background {
  background-color: #1268b3;
}

.pg_boxes {
  position: relative;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  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: 5px;
  color: white;
}

.pg_boxes2 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* div.pg_boxes:nth-child(0)::before, */
/* div.pg_boxes:nth-child(2)::before, */
/* div.pg_boxes:nth-child(3)::before, */
div.pg_boxes:nth-child(1)::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(4)::before  */ {
  content: " ";
  position: absolute;
  right: -10px;
  height: 80px;
  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: 14px;
}
.pg_boxes p {
  font-family: var(--inter);
  font-weight: 400;
  font-size: 14px;
  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: 1.5em;
}
.pg_boxes1 h3 {
  font-family: var(--inter);
  font-weight: 700;
  font-size: 20px;
}

.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: 1em 0px;
}

.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: 1em;
}

.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: 1em;
  padding: 1em;
}

.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;
}

.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;
}

.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: 2em;
  padding: 1em 0px;
}

.footercontent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.footerright {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footerright img {
  width: 380px;
  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;
  margin-bottom: 10px;
  /* line-height: 1.1em; */
}

.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);
}

.dadline h3 {
  color: white;
  font-size: var(--Railway);
  font-weight: 700;
  font-size: 22px;
}

.dadline {
  display: grid;
  gap: 2em;
  padding: 1em 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: 10px 0px;
}

.about_count {
  width: 70%;
  margin: auto;
  display: grid;
  row-gap: 1em;
  text-align: justify;
  padding-bottom: 5em;
  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: 1em;
}

.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: 400px;
  height: auto;
  border: 1px solid #aed9ed38;
  /* padding-top: 1em; */
}

.certiifcate {
  position: relative;
}

.certificate_image {
  position: relative;
}

.certicate_p {
  text-align: justify;
  width: 60%;
  padding: 1em 0px;
  margin: auto;
  line-height: 2em;
  font-size: 1em;
}

.assmnets_points {
  text-align: left;
  width: 70%;
  display: block;
  margin: auto;
}

.assemnt_content {
  display: grid;
  gap: 2em;
}

.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: 10px;
  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: 0.45rem 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;
}

.mbbutton {
  display: none;
}

.empower {
  padding: 2em 0px;
}

.empowers {
  max-width: var(--max-width);
  width: var(--width);
  margin: auto;
  text-align: center;
  display: grid;
  gap: 2em;
}

.empowers h2 {
  margin-bottom: 1em;
  font-family: var(--Railway);
  font-weight: 600;
  font-size: 30px;
  color: #101828;
}

.empowerboxes {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.empowerbox {
  border: 1px solid #f0f0f0;
  box-shadow: 1px 3px 1px 0px #f0f0f0;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  align-items: center;
  height: 300px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.empower_text {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.empower_img img {
  width: 35%;
  height: auto;
}

/* faq */

.curriculum {
  /* background-image: url(./images/Programme-Curriculum.jpg); */
  padding: 2em 0;
  background-color: #e8e8e8;
  /* background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
}

.curriculum__container {
  width: var(--width);
  max-width: var(--max-width);
  margin: auto;
  text-align: center;
}

.curriculum__title {
  margin-bottom: 1em;
  font-family: var(--Railway);
  font-weight: 600;
  font-size: 30px;
  color: #101828;
}

.accordion {
  width: 100%;
}

.accordion__item {
  margin-bottom: 10px;
}

.accordion__toggle {
  width: 100%;
  background-color: #1268b3;
  border: none;
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  font-size: var(--font-medium);
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
  margin-bottom: 10px;
  color: white;
}

.accordion__toggle-false {
  width: 100%;
  background-color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 15px;
  text-align: left;
  font-size: var(--font-medium);
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  position: relative;
  margin-bottom: 10px;
  color: white;
}

.accordion__toggle::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: var(--font-medium);
  top: 50%;
  transform: translateY(-50%);
}

.accordion__toggle--active::after {
  content: "-";
}

.accordion__content {
  display: none;
  padding: 15px;
  border-radius: 8px;
  margin-top: 5px;
  font-size: var(--font-medium);
}

.accordion__content--container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.accordion__content--item {
  background-color: #e9eaef;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: var(--font-medium);
  display: flex;
  align-items: left;
  justify-content: start;
  text-align: left;
  flex-direction: column;
}

.accordion__content--item span {
  padding-bottom: 10px;
}

.accordion__content--item ul {
  padding-left: 30px;
}

.accordion__content--show {
  display: block;
}

.mySwiper1 {
  margin-bottom: 2em;
}

.head1 {
  font-size: 1em;
}
.head2 {
  font-size: 1.2em;
}
.head3 {
  font-size: 1.1em;
}

.disclaimer {
  text-align: left;
  max-width: 1280px;
  margin: auto;
  width: 80%;
  font-size: 14px;
}

@media (max-width: 480px) {
  .footerleft h2 {
    font-size: 21px !important;
  }

  .leftcontent h1 {
    font-size: 21px !important;
  }

  .para1 {
    margin-bottom: 20px !important;
    padding-top: 10px;
  }
}
