@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --jost: "Jost", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--jost);
}

h3,
h4,
h5 {
  font-weight: 600;
}
h6 {
  font-weight: 600;
}

p {
  color: var(--midnight);
}

a {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

small {
  font-size: 86%;
}

.text_gradient {
  background: linear-gradient(132deg, #ff6700 10%, #c5135d 65%, #0142c6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero_sec {
  position: relative;
  height: 98vh;
  max-height: 750px;
  background: url(../images/admission/course-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}

.hero_sec::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -45px;
  height: 40px;
  width: 100%;
  background: linear-gradient(to right, #fff4f6, #fffe, #e3f4ff);
}

.hero_sec :is(.container, .row) {
  height: 100%;
}

.hero_sec .content {
  position: relative;
  padding-inline: 0.8rem;
  margin-bottom: 4rem;
}

.hero_sec .content h1 {
  font-size: 2.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero_sec .content h1 span {
  font-weight: 700;
}

.hero_sec .content h4 {
  font-weight: 500;
}

.hero_sec .content small a {
  color: var(--charcole);
  font-weight: 500;
}

.hero_sec .content small a:hover span {
  color: var(--primary);
}

.hero_sec .content .hero_btn {
  /* font-family: var(--jost); */
  color: #000;
  font-weight: 500;
  padding: 10px 1rem;
  margin-block: 1rem 0.6rem;
  border: 2px solid #333;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.hero_sec .content .hero_btn:hover {
  background-color: var(--primary);
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
}

.hero_sec .main-img {
  position: absolute;
  bottom: -1%;
  right: 0%;
  z-index: 0;
}

.herobottom {
  position: relative;
  margin-top: -40px;
  overflow: hidden;
  z-index: 1;
}

.herobottom .herobottom_content {
  background-color: #fff;
  height: 130px;
  padding: 1rem 3rem;
  margin-bottom: 1.5rem;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  box-shadow: 0 2px 10px #eee;
}

.herobottom .herobottom_content h3 span {
  color: var(--primary);
}
.c_wrapper img {
  margin-left: 10px;
}
/* .mba_main img {
  max-width: 230px;
  border: 7px solid #ffffff1c;
  box-shadow: 0px 2px 7px #ddddddfd;
}
.mba_main .mba_wrapper {
  padding-inline: 100px;
}

.mba_main .mba_wrapper .mba_single {
  border: 1px solid #eee;
  border-radius: 20px;
  padding-block: 20px;
  padding-inline: 40px;
}

.mba_main .mba_wrapper .mba_single .location {
  color: #fd6501;
}
.mba_main .mba_wrapper .mba_single .details p {
  color: #b69b9b;
  font-size: 15px;
}
.mba_main .mba_wrapper .mba_single .details h5 {
  font-size: 17px;
  font-weight: 600;
}
.mba_main .mba_wrapper .mba_single .details_wrapper {
  padding-right: 50px;
}
.mba_main .mba_wrapper .mba_single .details_wrapper .mba_btn {
  border-radius: 5px;
  border: 1px solid #fd6501;
  padding: 5px 10px;
  font-size: 14px;
  width: 100px;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  z-index: 9;
}

.mba_main .mba_wrapper .mba_single .details_wrapper .mba_btn:hover {
  transition: all ease 0.5s;
  scale: 0.95;
  background-color: #fd6501;
} */

.about_contact a {
  font-weight: 700;
  font-size: 14px;
}
.about_contact span {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 16px;
}
.comparison table thead tr th {
  background-color: #0143c788;
  color: #fff;
}
@media only screen and (max-width: 990px) {
  .mba_main .mba_wrapper {
    padding-inline: 10px;
  }
  .mba_main .mba_wrapper .mba_single {
    padding-inline: 10px;
  }
  .mba_main .mba_wrapper .mba_single .details_wrapper {
    padding-right: 10px;
    padding-inline: 10px;
  }
}
.singel-patnar img {
  margin-inline: auto;
}

.slick-slider {
  margin-bottom: 14px;
}

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-top: -10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: #07294d88;
  transition: 0.5s;
}

.slick-next:hover,
.slick-prev:hover {
  background: #07294d;
}

.slick-next {
  right: -25px;
}

.slick-next::before {
  content: "→";
  color: #000;
  font-size: 24px;
}

.slick-prev {
  left: -25px;
}

.slick-prev::before {
  content: "←";
  color: #000;
  font-size: 24px;
}

.slick-prev:hover:before {
  color: #fff;
}

.slick-next:hover:before {
  color: #fff;
}

ul.slick-dots {
  display: flex !important;
  bottom: -42px;
  width: 100%;
  list-style: none;
  text-align: center;
  justify-content: center;
}

ul.slick-dots > li {
  margin: 0 0.25rem;
  padding: 0;
}

ul.slick-dots > li.slick-active button {
  background-color: #07294d;
  border: 2px solid #07294d;
}

ul.slick-dots button {
  width: 0.9rem;
  height: 0.9rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  border: 2px solid #07294d88;
  text-indent: -9999px;
  cursor: pointer;
}

.img_wrapper {
  border-radius: 5px;
  max-height: 250px;
  box-shadow: 0px 2px 10px #dbd5d553;
}

.img_wrapper a {
  border-radius: 4px;
  border: 6px solid #00000000;
  border-radius: 5px;
}

.img_wrapper .slick-next {
  z-index: 9;
  background-color: #eee;
  width: 35px;
  height: 35px;
  right: -14px;
  transition: all ease 1s;
  display: none !important;
}

.img_wrapper .slick-prev {
  z-index: 9;
  background-color: #eee;
  width: 35px;
  height: 35px;
  display: none !important;
  left: -14px;
  transition: all ease 1s;
}

.singel-event-list:hover .img_wrapper .slick-prev {
  transition: all ease 1s;
  display: inline-block !important;
}

.singel-event-list:hover .img_wrapper .slick-next {
  transition: all ease 1s;
  display: inline-block !important;
}

.img_wrapper .slick-prev:hover {
  background-color: #333;
}

.img_wrapper .slick-next:hover {
  background-color: #333;
}

.slick-prev::before {
  content: "<";
  color: #000000;
  font-size: 21px;
  line-height: 1.5;
}

.slick-next::before {
  content: ">";
  color: #000;
  line-height: 1.5;
  font-size: 24px;
}

.singel-event-list .address h6 {
  color: #3333339e;
}

.singel-event-list .address span {
  border-right: 2px solid #333;
  margin-inline: 10px;
  height: 20px;
  transform: rotate(10deg);
}

.singel-event-list {
  border: 1px solid #e7e7e7;
}

.singel-event-list:hover {
  transition: all ease 1s;
  box-shadow: 0px 2px 10px #dbd5d5;
}

.links_list .verticle-line {
  border-right: 2px solid #d5d5d5;
  height: 14px;
}

.links_list li a:hover {
  color: #ffc600;
}

.links_list {
  display: flex;
  gap: 5px;
  color: #ffc600;
  margin-top: 10px;
  align-items: center;
}

.singel-event-list p {
  line-height: 1.4;
}

.singel-event-list {
  padding: 15px;
}

.main_content p {
  color: #3333339e;
  font-size: 15px;
}

.main_content .bold {
  font-weight: 600;
  font-size: 17px;
  font-family: var(--popp);
}
a {
  text-decoration: none;
}
.img_wrapper img {
  height: 200px !important;
  width: 100%;
}
.comparison .table {
  vertical-align: middle;
  text-align: center;
}
.comparison .table th {
  font-weight: 600;
  text-align: center;
  /* color: #000; */
  font-size: 106%;
}
.comparison .table td {
  border: 1px solid #666;
}

.comparison .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgb(0 0 0 / 2%);
}
.modal-body .table {
  vertical-align: middle;
}
.modal-body .table td {
  border: 1px solid #e9d1d1 !important;
}
.modal-body .table th {
  background-color: #f9700b;
  vertical-align: middle;
  font-weight: 600;
  border: 1px solid #ddd;
}
.advantage {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  height: 100%;
  border-bottom: 4px solid #f9700b;
}
.advantage:hover {
  transform: translateY(-10px);
}
.advantage h4 {
  margin-bottom: 10px;
}
.eligibility li {
  margin-bottom: 4px;
}
.eligibility li img {
  width: 20px;
}
.brouche_wrapper {
  background: #000000b3;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  inset: 0;
  transition: all ease 1s;
}
.brouche_form {
  scale: 0;
}
.brouche_form {
  background: #fff;
  padding: 25px 40px 45px 40px;
  z-index: 99999;
  width: 100%;
  border-radius: 15px;
  box-shadow: 1px 1px 4px #00000030;
  transition: 0.6s;
}
.brouche_wrapper .input-field {
  position: relative;
}

.brouche_wrapper .input-field label {
  position: absolute;
  color: #8d8d8d;
  pointer-events: none;
  background-color: transparent;
  left: 15px;
  transform: translateY(0.6rem);
  transition: all 0.3s ease;
}

.brouche_wrapper .input-field input {
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 8px;
  border: solid 1px #8d8d8d;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 20px;
}

.brouche_wrapper .input-field input:focus,
.input-field input:valid {
  outline: none;
  border: solid 1px #0034de;
}

.brouche_wrapper .input-field input:focus ~ label,
.input-field input:valid ~ label {
  transform: translateY(-51%) translateX(-10px) scale(0.8);
  background-color: #fff;
  padding: 0px 5px;
  color: #333;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 1px;
  border: none;
  border-radius: 100px;
}
.faqs img {
  width: 30px;
  height: 30px;
}
.faqs p {
  padding-left: 40px;
}
.popUp-con {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  /* z-index: inherit; */
}
.contact-form {
  scale: 0.4;
}
.jain_logo {
  scale: 0.8;
}

.f-service-ul li{
  margin-top: 10px;
  color: rgb(63, 63, 63);
}

.f-service-ul li{
  display: flex;
  gap: 10px;
  align-items: start;
  font-size: 16px;
}

.f-service-ul i{
color: var(--primary);
margin-top: 6px;
margin-right: 6px;
}

@media (min-width: 990px) {
  .mba_page_wrapper .container {
    padding-inline: 60px;
  }
}
@media only screen and (max-width: 576px) {
  .link_list_wrapper {
    flex-wrap: wrap;
  }
  .jain_logo {
    scale: 0.4;
  }
  .hero_sec .main-img {
    display: none;
  }
  .hero_sec .content h1 {
    font-size: 2.3rem;
    padding-top: 50px;
  }
  .herobottom .herobottom_content {
    height: auto;
    border-radius: 10px;
    padding: 1rem 1rem;
  }
  .herobottom_content h3 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .career_advancement {
    flex-direction: column;
    /* flex-wrap: wrap; */
  }
  .links_list {
    margin-bottom: 10px;
  }

  #event-page .col-sm-3 img{
    width: 170px;
    margin-block: 20px;
    max-height: 70px;
  }
  .modal-body .position-absolute{
    width: 40px;
    top: 5px !important;
  }
  .f-service-ul li{
font-size: 14px;
  }
}
