@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&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=Roboto+Slab:wght@100..900&display=swap);
:root {
  --primary-color: #de0b5c;
}
.warning {
  background-color: #ffc700;
  background-color: var(--secondary-color);
}
a {
  text-decoration: none;
}
a,
a:hover {
  color: #002147;
  color: var(--dark-blue);
}
.text-blue {
  color: #002147;
}
button,
input,
select,
textarea {
  outline: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.edu_top_header_right_wrapper li a {
  align-items: center;
  background: #ffffff3b;
  border-radius: 50%;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
  transition: background 0.3s;
  width: 40px;
}
.underline {
  margin: 8px auto 20px;
}
.underlinethree {
  height: 4px;
  margin: 8px auto 20px;
  width: 60px;
}
.underlinethree,
.underlinetwo {
  background-color: #ffc700;
  background-color: var(--secondary-color);
  border-radius: 2px;
}
.underlinetwo {
  margin-bottom: 20px;
}
.video-section {
  align-items: center;
  background: url(../Images/banner2.jpg),
    rgba(0, 0, 0, 0.568);
  background-blend-mode: overlay;
  background-size: cover;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}
.enquiry-form {
  background: linear-gradient(145deg, #fff, #f0f0f0);
  border: 2px solid#de0b5c;
  border-radius: 15px;
  box-shadow: 5px 5px 15px #0000001a;
  margin: auto;
  max-width: 450px;
  padding: 30px;
}
.gradient-text {
  font-size: 2.5rem;
}
.gradient-text,
.textabout-grad {
  -webkit-text-fill-color: #0000;
  animation: gradientAnimation 4s linear infinite;
  background: linear-gradient(90deg, #ff0054, #ffc700, #cc235b, #002147);
  background: linear-gradient(
    90deg,
    #ff0054,
    var(--secondary-color),
    #cc235b,
    var(--dark-blue)
  );
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 300% 100%;
}
.textabout-grad {
  font-weight: 700;
}
.text-gradienttwo {
  -webkit-text-fill-color: #0000;
  animation: gradientAnimation 4s linear infinite;
  background: linear-gradient(90deg, #ff0054, #ffc700, #cc235b, #002147);
  background: linear-gradient(
    90deg,
    #ff0054,
    var(--secondary-color),
    #cc235b,
    var(--dark-blue)
  );
  -webkit-background-clip: text;
  background-clip: text;
  background-size: 300% 100%;
}
@keyframes gradientAnimation {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  to {
    background-position: 0 50%;
  }
}
@media (max-width: 992px) {
  .gradient-text {
    font-size: 2rem;
  }
}
.back-to-top {
  background: linear-gradient(45deg, #de0b5c, #ffc700);
  background: linear-gradient(
    45deg,
    var(--primary-color),
    var(--secondary-color)
  );
  border: none;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 4px 10px #0003;
  color: #fff;
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  opacity: 0;
  padding: 10px 16px;
  position: fixed;
  right: 20px;
  transform: translateY(10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.back-to-top.show {
  opacity: 1;
  transform: translateY(0);
}
.back-to-top:hover {
  background: linear-gradient(45deg, #ffc700, #de0b5c);
  background: linear-gradient(
    45deg,
    var(--secondary-color),
    var(--primary-color)
  );
}
.popular-courses {
  color: #fff;
  color: var(--white);
  padding: 60px 0;
}
.text-section h2 {
  color: #de0b5c;
  color: var(--primary-color);
  font-size: 2.2rem;
  font-weight: 700;
}
.text-section h2 span {
  color: #ffc700;
  color: var(--secondary-color);
}
.text-section p {
  color: #ddd;
  font-size: 1rem;
  line-height: 1.6;
}
.course-card {
  border-radius: 12px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.img-icon {
  border-radius: 12px;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.courses-icon {
  font-size: 70px;
  padding: 90px;
}
.course-card:hover {
  box-shadow: 0 8px 20px #cc235b66;
  transform: translateY(-10px);
}
.course-card:hover img {
  transform: scale(1.1);
}
.course-overlay {
  background: #09204cc4;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: center;
  transform: translateY(20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  width: 100%;
}
.course-card:hover .course-overlay {
  opacity: 1;
  transform: translateY(0);
}
.course-overlay h3 {
  color: #ffc700;
  color: var(--secondary-color);
  font-size: 1.2rem;
  font-weight: 700;
}
.course-overlay h5 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .text-section {
    margin-bottom: 30px;
    text-align: center;
  }
  .text-section h2 {
    font-size: 2rem;
  }
  .text-section p {
    color: #fff;
    font-size: 0.95rem;
  }
}
@media (max-width: 768px) {
  .course-card img {
    height: auto;
    width: 100%;
  }
  .course-overlay {
    padding: 12px;
  }
  .course-overlay h3 {
    font-size: 1rem;
  }
  .course-overlay h5 {
    font-size: 0.85rem;
  }
}
.testimonial-section {
  padding-bottom: 100px;
}
.testimonial-section .testimonial-img {
  position: relative;
}
.testimonial-section .testimonial-img .client-img img {
  animation: pulse 4s linear infinite;
  border-radius: 50%;
  position: absolute;
}
.testimonial-section .testimonial-img .client-img :first-child {
  left: 120px;
  top: 95px;
}
.testimonial-section .testimonial-img .client-img :nth-child(2) {
  bottom: 120px;
  left: 28%;
}
.testimonial-section .testimonial-img .client-img :nth-child(3) {
  left: 32%;
  top: 60px;
}
.testimonial-section .testimonial-img .client-img :nth-child(4) {
  left: 50%;
  max-width: 100px;
  top: 140px;
}
.testimonial-section .testimonial-img .client-img :nth-child(5) {
  right: 20%;
  top: 55px;
  width: 55px;
}
.testimonial-section .testimonial-img .client-img :nth-child(6) {
  bottom: 115px;
  right: 129px;
}
.testimonial-section {
  background-color: #f8f9fa;
  background: linear-gradient(#de0b5c, #002147c2),
    url(../media/testimonialbg.2ba635298081dc5e8543.webp);
  background: linear-gradient(var(--primary-color), #002147c2),
    url(../media/testimonialbg.2ba635298081dc5e8543.webp);
  background-position: 50%;
  background-size: contain;
  min-height: 300px;
  object-fit: cover;
  padding: 60px 0;
  padding: 20px;
  position: relative;
}
.testimonial-header {
  background-color: #ffc700;
  background-color: var(--secondary-color);
  padding: 10%;
  width: 100;
}
@media (max-width: 768px) {
  .testimonial-header {
    background-color: #ffc700;
    background-color: var(--secondary-color);
    margin: 10px;
    width: 42vh;
  }
}
.testimonial-header h4 {
  color: #6c757d;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.testimonial-header h2 {
  color: #333;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 10px;
  position: relative;
}
.testimonial-header h2:after {
  background-color: #de0b5c;
  background-color: var(--primary-color, #007bff);
  border-radius: 2px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.testimonial-box {
  margin: auto;
  max-width: 500px;
  text-align: center;
}
.profile-image img {
  border: 5px solid #002147;
  border: 5px solid var(--dark-blue);
  border-radius: 50%;
  height: 130px;
  object-fit: cover;
  width: 130px;
}
.testimonial-text {
  background-color: #343a40;
  border-radius: 10px;
  color: #fff;
  padding: 20px;
  position: relative;
  width: 100%;
}
.testimonial-text:before {
  color: #fff3;
  content: "“";
  font-size: 50px;
  left: 10px;
  position: absolute;
  top: -15px;
}
.testimonial-text:after {
  bottom: -15px;
  color: #fff3;
  content: "”";
  font-size: 50px;
  position: absolute;
  right: 10px;
}
.name-box {
  background-color: #ffc107;
  border-radius: 20px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
}
.rating {
  font-size: 20px;
  margin-top: 10px;
}
.carousel-control-next,
.carousel-control-prev {
  filter: invert(1);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #00000080;
  padding: 10px;
}
@media (max-width: 1024px) {
  .testimonial-section {
    padding: 40px 0;
  }
  .testimonial-header {
    width: 50vh;
  }
}
@media (max-width: 768px) {
  .testimonial-header {
    margin: auto;
    padding: 8%;
    width: 35vh;
  }
  .profile-image img {
    height: 100px;
    width: 100px;
  }
  .testimonial-text {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .testimonial-header {
    padding: 6%;
    width: 90%;
  }
  .profile-image img {
    height: 80px;
    width: 80px;
  }
  .name-box,
  .testimonial-text {
    font-size: 14px;
  }
  .name-box {
    padding: 4px 8px;
  }
}
@media (max-width: 400px) {
  .testimonial-section {
    padding: 20px 0;
  }
  .testimonial-header h2 {
    font-size: 24px;
  }
  .testimonial-header {
    width: 100%;
  }
}
.edu_letter_main_wrapper {
  background: linear-gradient(90deg, #cc235b, #243b55);
  box-shadow: 0 4px 8px #0000001a;
  padding: 40px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 10;
}
.edu_left_envo h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.edu_right_form .form-control {
  font-size: 1rem;
  padding: 10px 15px;
}
.edu_right_form .btn {
  font-size: 1rem;
}
@media (max-width: 768px) {
  .edu_left_envo h3 {
    font-size: 1.5rem;
  }
  .edu_right_form .btn,
  .edu_right_form .form-control {
    width: 100%;
  }
}
.footer {
  background: #002147;
  background: var(--dark-blue);
  color: #fff;
  color: var(--white);
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
}
.footer_first_contact li {
  float: left;
  padding-bottom: 20px;
  width: 100%;
}
.footer_first_contact li:first-child {
  padding-top: 30px;
}
.footer_first_contact li i:before {
  color: #946880;
  float: left;
  font-size: 26px;
  line-height: 40px;
  width: 20px;
}
.footer_first_contact li p {
  line-height: 26px;
  width: calc(100% - 20px);
}
.footer_first_contact li a,
.footer_first_contact li p {
  color: #ffffff7d;
  float: left;
  font-size: 16px;
  font-weight: 300;
  padding-left: 20px;
}
.footerNav h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 35px;
  padding-top: 10px;
  text-transform: capitalize;
}
.footer ul li a:hover {
  color: #946880;
}
.icon_list_news {
  margin-left: 10px;
  text-align: center !important;
}
.icon_list_news li {
  float: left;
  margin-right: 10px;
}
.icon_list_news li a {
  background: #3a4868;
  border-radius: 100px;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 0 !important;
  text-align: center;
  width: 40px;
}
.icon_list_news li a:hover {
  background-image: -webkit-linear-gradient(50deg, #9e396ffa, #3f2e2f52);
  background: #1e4081;
  background: -moz-linear-gradient(50deg, #9e396ffa 0, #3f2e2f52 100%);
}
.icon_list_news li a i {
  color: #ccc;
  font-size: 14px;
}
.icon_list_news li a:hover i {
  color: #fff;
}
.footer_border_displ ul li {
  margin-bottom: 15px;
}
.footer_border_displ ul li a {
  color: #ffffff7d;
}
.footer_border_displ ul li a i:before {
  color: #d88e92f2;
  font-size: 6px;
  margin-right: 14px;
  position: relative;
  top: -2px;
}
.copyright_left {
  padding-left: 10px;
}
.copyright_left,
.footerNav {
  position: relative;
  z-index: 1000;
}
.footerNav a img {
  padding-right: 10px;
}
.copyright_left a {
  color: #ffffff73;
  text-transform: capitalize;
}
.copyright_left a:hover {
  color: #eca302;
}
.copyright_left {
  color: #ffffff73;
  float: left;
  font-weight: 300;
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
.edu_footer_bottom {
  background: #de0b5c;
  border-top: 1px solid #ffffff38;
  padding: 12px;
  text-align: center;
}
.edu_popular_wrapper {
  background: #f9f9f9;
  padding: 20px 0;
}
.edu_heading_wrapper {
  margin-bottom: 40px;
  text-align: center;
}
.edu_heading_wrapper h3 {
  color: #002147;
  color: var(--dark-blue);
  font-size: 32px;
  font-weight: 700;
  text-transform: capitalize;
}
.edu_slide_tab_box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px #0000001a;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.edu_slide_tab_box:hover {
  box-shadow: 0 10px 25px #0003;
  transform: translateY(-10px);
}
.edu_slide_tabs_img_box {
  overflow: hidden;
}
.edu_slide_tabs_img_box img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 200px;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.edu_slide_tab_box:hover .edu_slide_tabs_img_box img {
  transform: scale(1.1);
}
.edu_overlay {
  background: #fd32a047;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
  z-index: 1;
}
.edu_slide_tab_box:hover .edu_overlay {
  opacity: 1;
}
.edu_slide_tabs_img_box {
  position: relative;
}
.edu_slide_tabs_img_box img {
  display: block;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .image-container {
    max-width: 100%;
  }
  .icon_list_news {
    margin-left: 80px;
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .edu_heading_wrapper h3 {
    color: #de0b5c;
    color: var(--primary-color);
    font-size: 28px;
  }
  .edu_heading_wrapper p {
    font-size: 16px;
  }
  .edu_slide_tabs_img_cont_box h3 {
    color: #de0b5c;
    color: var(--primary-color);
    font-size: 18px;
  }
  .edu_slide_tabs_img_cont_box p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .edu_popular_wrapper {
    background-color: #fff;
    background-color: var(--white);
    color: #fff;
    padding: 40px 0;
  }
  .edu_slide_tab_box {
    margin-bottom: 20px;
  }
}
.certification-wrapper {
  background: linear-gradient(90deg, #cc235b, #243b55);
}
.certification-box {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px #0000001a;
  display: flex;
  height: 120px;
  justify-content: center;
  padding: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.certification-box:hover {
  box-shadow: 0 6px 12px #00000026;
  transform: scale(1.05);
}
.certification-logo {
  filter: grayscale(100%);
  height: auto;
  transition: filter 0.3s ease;
  width: 100px;
}
.certification-box:hover .certification-logo {
  filter: grayscale(0);
}
.admission-banner {
  align-items: center;
  background: #002147;
  background: var(--dark-blue);
  border-radius: 15px 0 0 15px;
  box-shadow: -2px 2px 10px #0003;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 160px;
  justify-content: center;
  padding: 20px 15px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  width: 110px;
  z-index: 1000;
}
.admission-banner:hover {
  box-shadow: -4px 4px 15px #0000004d;
}
.admission-content h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .admission-banner {
    height: 140px;
    top: 55%;
    width: 100px;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.admission-content i {
  animation: spin 2s linear infinite;
  font-size: 20px;
  margin-top: 8px;
}
.edu_counter_main_section_wrapper {
  background: url(../media/counterbg.8c27f715b976452ae7f1.jpg) 50% / cover
    fixed;
  overflow-x: hidden;
  padding: 100px 0;
  position: relative;
}
.edu_counter_img_overlay {
  background: #000000b3;
  inset: 0;
  position: absolute;
}
.counter-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background: #ffffff26;
  border-radius: 10px;
  padding: 30px;
  transition: transform 0.3s ease-in-out;
}
.counter-box:hover {
  transform: translateY(-10px);
}
.counter-icon {
  color: #fbac02;
  font-size: 40px;
  margin-bottom: 10px;
}
.timer {
  display: block;
  font-size: 40px;
  font-weight: 700;
}
.con1,
.timer {
  color: #fff;
  margin-top: 10px;
  text-shadow: 2px 2px 4px #000c;
}
.con1 {
  font-size: 18px;
}
.con1,
.con2 {
  font-weight: 600;
  padding-top: 10px;
}
.con2 {
  color: #fff;
  text-shadow: 2px 2px 4px #000c;
}
.edu_blog_main_wrapper {
  position: relative;
}
.edu_blog_main_wrapper:after {
  background: linear-gradient(#0e0b1ebf, #010d39c9),
    url(../media/blogbg.3add6d2d7018c250d13f.jpg);
  background-position: 50%;
  background-size: cover;
  content: "";
  height: 500px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.edu_heading_second_wrapper {
  position: relative;
  z-index: 1;
}
.edu_heading_second_wrapper h3 {
  color: #fff;
}
.edu_heading_second_wrapper p {
  color: #ffffffbd;
}
.edu_blog_main_box {
  background: #fff;
  border: 1px solid #eee;
  margin-top: 60px;
  padding: 32px 20px 20px;
  position: relative;
  top: 0;
  transition: all 0.5s;
  z-index: 1;
}
.edu_blog_label {
  background: #de0b5c;
  background: var(--primary-color);
  -moz-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  height: 40px;
  left: -1px;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 120px;
}
.edu_blog_label p {
  color: #fff;
  line-height: 37px;
}
.edu_blog_img_wrapper img {
  width: 100%;
}
.edu_blog_date p {
  float: right;
}
.edu_blog_date {
  padding-bottom: 35px;
}
.edu_blog_img_content_wrapper p {
  padding-top: 20px;
}
.edu_blog_img_content_wrapper ul {
  margin-top: 10px;
}
.edu_blog_img_content_wrapper li {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
.edu_blog_main_box:hover {
  -o-box-shadow: 0 5px 20px #0000000d;
  -ms-box-shadow: 0 5px 20px #0000000d;
  box-shadow: 0 5px 20px #0000000d;
  position: relative;
  top: -5px;
  transition: all 0.5s;
}
.background-box {
  background-color: #cc235b;
  border-radius: 10px;
  height: 60%;
  left: -8%;
  position: absolute;
  top: 25%;
  width: 87%;
  z-index: 1;
}
@media (max-width: 1070px) {
  .background-box {
    background-color: #cc235b;
    border-radius: 10px;
    height: 40%;
    left: -8%;
    position: absolute;
    top: 8%;
    width: 87%;
    z-index: 1;
  }
}
@media (max-width: 987px) {
  .background-box {
    background-color: #cc235b;
    border-radius: 10px;
    height: 20%;
    left: -8%;
    position: absolute;
    top: 8%;
    width: 87%;
    z-index: 1;
  }
}
.campus-image {
  border-radius: 10px;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 2;
}
.faq-section {
  padding: 60px 0;
  position: relative;
}
.faq-title {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
}
.faq-content p {
  color: #555;
  font-size: 16px;
  margin-bottom: 20px;
}
.faq-bg-box {
  background: #de0b5c;
  background: var(--primary-color);
  border-radius: 20px;
  height: 52%;
  left: 27%;
  opacity: 0.2;
  position: absolute;
  top: 49%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .background-box {
    background-color: #cc235b;
    border-radius: 10px;
    left: -8%;
    top: 25%;
    width: 87%;
    z-index: 1;
  }
  .background-box,
  .faq-bg-box {
    height: 60%;
    position: absolute;
  }
  .faq-bg-box {
    background: #de0b5c;
    border-radius: 20px;
    left: 50%;
    opacity: 0.2;
    top: 53%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: -1;
  }
  .faq-image {
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
  }
  .faq-title {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: left;
  }
  .faq-content p {
    color: #555;
    font-size: 16px;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.faq-image {
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
}
.accordion-button {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: #de0b5c;
  color: #fff;
}
.accordion-body {
  color: #333;
  font-size: 14px;
}
.industry-partners {
  background: linear-gradient(90deg, #cc235b, #243b55);
  color: #fff;
  padding: 60px 0;
}
.industry-title {
  font-size: 28px;
  font-weight: 700;
}
.underline {
  margin: 8px auto 0;
}
.partner-card {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px #fff3;
  display: flex;
  height: 100px;
  justify-content: center;
  margin: 4px;
  padding: 15px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s;
}
.partner-card:hover {
  box-shadow: 0 6px 12px #fff6;
  transform: scale(1.1);
}
.partner-logo {
  max-width: 80%;
  transition: filter 0.3s ease-in-out;
}
.partner-card:hover .partner-logo {
  filter: grayscale(0);
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  border-radius: 50%;
}
.admission-steps {
  background: #f8f9fa;
  padding: 60px 0;
  text-align: center;
}
.admission-title {
  font-size: 28px;
  font-weight: 700;
}
.underline {
  background-color: #de0b5c;
  background-color: var(--primary-color);
  border-radius: 2px;
  height: 4px;
  margin: 8px auto;
  width: 60px;
}
.timeline-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  min-width: 30%;
}
.timeline-container {
  align-items: center;
  gap: 30px;
  padding: 20px;
  position: relative;
}
.timeline-scrollbar {
  background: #ddd;
  border-radius: 2px;
  bottom: -10px;
  height: 4px;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.timeline-scrollbar .progress {
  background: #de0b5c;
  background: var(--primary-color);
  height: 100%;
  transition: width 0.3s ease;
  width: 0;
}
.timeline-icon {
  position: relative;
}
@media (max-width: 992px) {
  .timeline-container {
    align-items: center;
    flex-direction: column;
  }
  .timeline-container:before {
    height: 100%;
    left: 50%;
    width: 4px;
  }
}
.timeline-icon {
  align-items: center;
  background: #de0b5c;
  background: var(--primary-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 60px;
  justify-content: center;
  margin-bottom: 15px;
  width: 60px;
}
.timeline-content {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px #0000001a;
  display: flex;
  flex-direction: column;
  height: 290px;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.timeline-text {
  width: 100%;
}
@media (max-width: 992px) {
  .timeline-container {
    align-items: center;
    flex-direction: row;
  }
  .timeline-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    text-align: center;
  }
}
.timeline-container::-webkit-scrollbar {
  height: 8px;
}
.timeline-container::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 10px;
}
.timeline-container::-webkit-scrollbar-thumb {
  background: #de0b5c;
  background: var(--primary-color);
  border-radius: 10px;
}
.timeline-container::-webkit-scrollbar-thumb:hover {
  background: #0056b3;
}
.timeline-container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.timeline-container::-webkit-scrollbar {
  display: none;
}
.step-label {
  background: #de0b5c;
  background: var(--primary-color);
  border-radius: 5px;
  box-shadow: 0 2px 4px #0003;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 5px 10px;
  position: relative;
  width: auto;
}
.timeline-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.timeline-item {
  flex: 0 0 auto;
  text-align: center;
  width: 250px;
}
.arrow-button {
  background: #ffc107;
  border: none;
  cursor: pointer;
  padding: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.arrow-button.left {
  left: 0;
}
.arrow-button.right {
  right: 0;
}
.timeline-container {
  scroll-snap-type: x mandatory;
}
.timeline-item {
  scroll-snap-align: start;
}
.npf_wgts {
  display: block;
  min-height: 500px;
}
.Link {
  background: #09284c;
  border-radius: 50%;
  color: #fff;
  color: var(--white);
  font-size: 18px;
  height: 30px;
  padding: 6px;
  transition: transform 0.3s ease-in-out, color 0.3s;
  width: 31px;
}
.Link:hover {
  color: gold;
  transform: scale(1.2);
}
.logo {
  max-height: 55px;
}
.contact-info {
  color: #002147;
  font-size: 14px;
  font-weight: 500;
}
.contact-info i {
  color: gold;
  margin-right: 6px;
}
.navbar {
  background: #fff;
  background: var(--white);
  border-bottom: 3px solid #cc235b;
  border-bottom: 3px solid var(--primary-color);
  padding: 12px 20px;
  position: relative;
  z-index: 1051;
}
.navbar-nav {
  display: flex;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-item,
.nav-link {
  position: relative;
}
.nav-link {
  color: #002147;
  color: var(--dark-blue);
  font-weight: 600;
  padding: 10px 15px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
.nav-link:before {
  background: #ffc700;
  background: var(--secondary-color);
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  top: -5px;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  width: 0;
}
.nav-link:hover:before {
  width: 80%;
}
.nav-link:hover {
  color: #cc235b;
  color: var(--primary-color);
}
.nav-item.dropdown {
  z-index: 1052;
}
.dropdown-menu {
  background: #fff;
  background: var(--white);
  border-top: 3px solid #ffc700;
  border-top: 3px solid var(--secondary-color);
  box-shadow: 0 4px 10px #0000001a;
  display: none;
  left: 0;
  min-width: 200px;
  opacity: 0;
  padding: 12px 0;
  position: fixed;
  top: 100%;
  transform: translateY(10px);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1050;
}
.nav-item.dropdown {
  position: relative;
  z-index: 1051;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.dropdown-menu .dropdown-item {
  color: #002147;
  color: var(--dark-blue);
  display: block;
  font-weight: 500;
  padding: 12px 20px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  white-space: nowrap;
}
.dropdown-menu .dropdown-item:hover {
  background: #ffc700;
  background: var(--secondary-color);
  color: #002147;
  color: var(--dark-blue);
}
.btn-warning {
  background: linear-gradient(135deg, #de0b5c, #cc235b);
  border: none;
  border-radius: 6px;
  box-shadow: 0 4px 8px #0000001a;
  color: #fff;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
.btn-warning:hover {
  background: linear-gradient(135deg, #0a0949, #050938);
  box-shadow: 0 6px 12px #00000026;
  color: #fff;
  transform: scale(1.07);
}
* {
  box-sizing: border-box;
  margin: 0;
}
*,
body {
  padding: 0;
}
.section,
body {
  width: 100%;
}
.section {
  max-width: 100vw;
  overflow: hidden;
}
.About-banner {
  align-items: center;
  background: url(../media/aboutusbanner.95b6bba43cb74ca8240a.jpg)
    no-repeat 50% / cover;
  display: flex;
  height: 80vh;
  justify-content: flex-start;
  padding-left: 10%;
  position: relative;
}
.Accreditations {
  height: 40vh;
}
.image-box {
  display: inline-block;
  max-width: 80%;
  position: relative;
}
.image-bg {
  background: #cc235b;
  background: var(--primary-color);
  border-radius: 20px;
  height: 110%;
  left: -10%;
  position: absolute;
  top: 10%;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  .image-box {
    max-width: 100%;
  }
  .image-bg {
    height: 100%;
    left: -8px;
    top: 30%;
    width: 93%;
  }
}
.feature-box {
  background: #ececec;
  box-shadow: 0 0 3px blue;
  color: #000;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.feature-box:hover {
  background: url(../media/aboutfeature.6d6561bbbc358ae51c0b.jpg),
    #031939cc;
  background-blend-mode: overlay;
  box-shadow: 0 4px 15px #0003;
  color: #fff;
  transform: translateY(-5px);
}
.feature-box:hover * {
  color: #fff !important;
}
.feature-box:hover h5 {
  color: #002147 !important;
  color: var(--dark-blue) !important;
}
.feature-box h5 {
  color: #cc235b;
  color: var(--primary-color);
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  transition: color 0.4s ease-in-out;
  z-index: 2;
}
.feature-box h5:before {
  background: #fff;
  content: "";
  height: 100%;
  left: -170%;
  position: absolute;
  top: 0;
  transition: left 0.4s ease-in-out;
  width: 100%;
  z-index: -1;
}
.feature-box:hover h5:before {
  left: 0;
}
.image-container {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.image-box-2 {
  display: inline-block;
  max-width: 80%;
  position: relative;
}
.image-box-2:before {
  background: #cc235b;
  border-radius: 20px;
  content: "";
  height: 90%;
  left: 17%;
  position: absolute;
  top: -8%;
  width: 84%;
  z-index: -1;
}
.why-jnu {
  margin-top: 100px;
  padding-bottom: 1px;
  padding-top: 1px;
}
.image-box-2 img {
  border-radius: 10px;
  display: block;
  height: 100%;
  width: 90%;
}
h5.text-warning {
  font-size: 1.2rem;
}
h2.text-dark {
  font-size: 2rem;
}
.text-muted {
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .image-box-2 {
    max-width: 100%;
  }
  .image-box-2:before {
    height: 100%;
    left: 0;
    top: 5%;
    width: 100%;
  }
}
.custom-card {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px #0000001a;
  display: flex;
  flex-direction: column;
  height: 220px;
  justify-content: center;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease-in-out;
  width: 180px;
}
.custom-card:hover {
  color: #cc235b;
  color: var(--primary-color);
  transform: translateY(-5px);
}
.icon-container {
  align-items: center;
  background: #fff;
  border: 1px solid #002147;
  border: 1px solid var(--dark-blue);
  border-radius: 50%;
  box-shadow: 0 4px 8px #0000001a;
  display: flex;
  height: 50px;
  justify-content: center;
  margin-bottom: 10px;
  width: 50px;
}
.icon-container i {
  font-size: 24px;
}
h5 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}
@media (max-width: 992px) {
  .row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.carousel-container {
  background-color: #ececec;
  margin: auto;
  text-align: center;
  width: 300px;
}
.single-partner-card {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.partner-logo {
  max-height: 150px;
  object-fit: contain;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.partner-name {
  color: #cc235b;
  color: var(--primary-color);
  font-weight: 700;
  margin-top: 10px;
}
.images img {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out,
    filter 0.3s ease-in-out;
}
.images img:hover {
  box-shadow: 0 8px 16px #0003;
  filter: grayscale(50%);
  transform: scale(1.1);
}
.glassmorphism-card {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 15px;
  box-shadow: 0 4px 10px #0000001a;
  color: #fff;
  height: 100%;
  padding: 20px;
  transition: transform 0.3s ease-in-out;
}
.iffa {
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 100%;
}
.iffa:hover {
  box-shadow: 0 4px 15px #0003;
  cursor: pointer;
  transform: scale(1.05);
}
.glassmorphism-card:hover {
  transform: translateY(-5px);
}
.text-secondary {
  --bs-text-opacity: 1;
  color: #bec1c49c !important;
}
.Program-main-banner {
  align-items: center;
  background: url(../media/programsbanner.8419004c3ae17f4a4ecd.jpg)
    no-repeat 50% / cover;
  display: flex;
  height: 60vh;
  justify-content: flex-start;
  padding-left: 10%;
  position: relative;
}
.infographic-section {
  background-color: #f8f9fa;
  padding: 30px 0;
  position: relative;
}
.infographic-bg {
  background-color: #dce0e3;
  height: 50%;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
}
.container {
  position: relative;
  z-index: 1;
}
.infographic-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.infographic-box-up {
  margin-top: -30px;
}
.infographic-box-down {
  margin-top: 30px;
}
.infographic-box {
  border: 1px solid #ffc700;
  border: 1px solid var(--secondary-color);
  border-radius: 10px;
  box-shadow: 0 4px 8px #0000001a;
  flex: 1 1;
  max-width: 250px;
  min-width: 200px;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.infographic-box:hover {
  box-shadow: 0 6px 12px #00000026;
  color: #cc235b;
  color: var(--primary-color);
  transform: translateY(-5px);
}
.blue-bg {
  background-color: #002147;
  background-color: var(--dark-blue);
  color: #fff;
}
.white-bg {
  background-color: #fff;
  color: #000;
}
.icon-circle {
  align-items: center;
  background-color: #fff3;
  border-radius: 50%;
  display: flex;
  height: 60px;
  justify-content: center;
  margin: 0 auto 15px;
  width: 60px;
}
.blue-bg .icon-circle {
  background-color: #ffc700;
  background-color: var(--secondary-color);
  color: #002147;
  color: var(--dark-blue);
}
.white-bg .icon-circle {
  background-color: #002147;
  background-color: var(--dark-blue);
  color: #ffc700;
  color: var(--secondary-color);
}
@media (max-width: 992px) {
  .infographic-row {
    justify-content: center;
  }
  .infographic-box-down,
  .infographic-box-up {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .infographic-row {
    align-items: center;
    flex-direction: column;
  }
  .infographic-box,
  .infographic-box-down,
  .infographic-box-up {
    margin-top: 0;
  }
}
.why-choose-us {
  padding: 50px 0;
}
.info-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px #0000001a;
  overflow: hidden;
  padding: 20px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.info-box h4 {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  gap: 10px;
}
.info-box i {
  transition: color 0.3s ease;
}
.info-box p {
  color: #6c757d;
  font-size: 1rem;
}
.info-box:before {
  background: url(../media/programfeature.79ecb5c186fe1897db0f.jpg),
    #002147 no-repeat 50%;
  background: url(../media/programfeature.79ecb5c186fe1897db0f.jpg),
    var(--dark-blue) no-repeat center;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.info-box:hover {
  box-shadow: 0 10px 20px #00000026;
  transform: translateY(-5px);
}
.info-box:hover:before {
  opacity: 0.15;
}
.info-box:hover i {
  color: #002147;
  color: var(--dark-blue);
}
.programs-images {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: 30px;
  margin-top: 20px;
}
.img-large {
  border-radius: 12px;
  box-shadow: 0 4px 8px #0003;
  max-width: 400px;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.img-large:hover {
  transform: scale(1.05);
}
.img-small-container {
  display: flex;
  gap: 10px;
  justify-content: center;
  max-width: 420px;
  width: 100%;
}
.img-small {
  border-radius: 10px;
  box-shadow: 0 3px 6px #0003;
  max-width: 190px;
  transition: transform 0.3s ease-in-out;
  width: 48%;
}
.img-small:hover {
  transform: scale(1.08);
}
.image-background-3 {
  display: inline-block;
  max-width: 80%;
  position: relative;
}
.image-background-3:before {
  background: #cc235b;
  border-radius: 20px;
  content: "";
  height: 90%;
  left: 34%;
  position: absolute;
  top: -4%;
  width: 90%;
  z-index: -1;
}
.info-grid {
  grid-gap: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 992px) {
  .info-grid {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .info-box {
    padding: 25px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .info-grid {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .info-box {
    box-shadow: 0 3px 8px #0000001a;
    padding: 20px;
  }
  .info-box h4 {
    font-size: 1.1rem;
  }
  .info-box p {
    font-size: 0.95rem;
  }
  .info-box i {
    font-size: 1.5rem;
  }
}
@media (max-width: 576px) {
  .info-box {
    border-radius: 10px;
    padding: 15px;
  }
  .info-box h4 {
    font-size: 1rem;
  }
  .info-box p {
    font-size: 0.9rem;
  }
}
.Contact-banner {
  align-items: center;
  background: url(../media/contactbanner.4462937568051cc7230d.jpg)
    no-repeat 50% / cover;
  display: flex;
  height: 60vh;
  justify-content: flex-start;
  padding-left: 10%;
  position: relative;
}
.contacticon {
  color: #ffc700;
  color: var(--secondary-color);
  font-size: 1.2rem;
}
.Whyjnu-banner {
  align-items: center;
  background: url(../media/whyjnu.911de408c43866ce271f.jpg) no-repeat 50% /
    cover;
  display: flex;
  height: 60vh;
  justify-content: flex-start;
  padding-left: 10%;
  position: relative;
}
.section-container {
  background-color: #fff2f6;
  padding: 60px 26px;
}
.card {
  background-color: #fff;
  border: none;
  box-shadow: 0 4px 10px #0000001a;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.5s ease;
}
.card:hover {
  background: url(../media/whyfeature.1ced9012e1200f36266c.jpg), #002147;
  background: url(../media/whyfeature.1ced9012e1200f36266c.jpg),
    var(--dark-blue);
  background-blend-mode: overlay;
  background-size: cover;
  box-shadow: 0 6px 20px #0003;
  color: #fff;
  transform: translateY(-4px);
}
.card h4 {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  transition: color 0.3s ease;
  z-index: 2;
}
.card:hover h4 {
  color: #031939;
}
.card h4:before {
  background: #fff;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: left 0.5s ease-in-out;
  width: 100%;
  z-index: -1;
}
.card:hover h4:before {
  left: 0;
}
.card p {
  color: #555;
  transition: color 0.3s ease;
}
.card:hover p {
  color: #fff;
}
@media (max-width: 992px) {
  .col-md-3 {
    margin-bottom: 20px;
  }
}
.custom-campuscard {
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.custom-campuscard:hover {
  box-shadow: 0 6px 20px #00000026;
  transform: translateY(-5px);
}
.campuscard-img {
  border-radius: 12px 0 0 12px;
  height: 100%;
  object-fit: cover;
  width: 40%;
}
.campuscard-text {
  padding: 20px;
}
.campuscard-text h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.campuscard img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .campuscustom-card {
    flex-direction: column;
    text-align: center;
  }
  .campuscard-img {
    border-radius: 12px 12px 0 0;
    width: 100%;
  }
  .campuscard-text {
    width: 100%;
  }
}
.campuscard:hover {
  box-shadow: 0 6px 20px #0003;
  transform: translateY(-3px);
  transition: 0.3s;
}
.Admission-banner {
  align-items: center;
  background: url(../media/admissionbanner.50b4deeb5426abedae17.jpg)
    no-repeat 50% / cover;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  padding-left: 10%;
  position: relative;
  text-align: left;
  width: 100%;
}
.enquiry-form {
  background: #ffffffe6;
  border-radius: 10px;
  box-shadow: 0 0 15px #0003;
  padding: 20px;
  position: relative;
  z-index: 10;
}
.Admission-banner:before {
  background: #000000b0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 992px) {
  .video-section {
    height: auto;
    padding: 50px 0;
  }
  .gradient-text {
    font-size: 2rem;
  }
}
.underlinetwo {
  background-color: #ffb433;
  height: 4px;
  margin-bottom: 10px;
  width: 60px;
}
.why-card {
  background: #002147;
  background: var(--dark-blue);
  border-radius: 8px;
  box-shadow: 0 4px 6px #0000001a;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 20px;
  transition: transform 0.3s ease-in-out;
}
.why-card:hover {
  transform: translateY(-5px);
}
.why-card i {
  color: #ffc700;
  color: var(--secondary-color);
  font-size: 2rem;
}
.admission-step {
  background: #fbf8ef;
  border-radius: 12px;
  box-shadow: 2px 4px 10px #0000001a;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.admission-step:hover {
  box-shadow: 5px 10px 20px #00000026;
  transform: translateY(-8px);
}
.step-circle {
  align-items: center;
  background: linear-gradient(135deg, #ffb433, #ffa200);
  border-radius: 50%;
  box-shadow: 0 5px 10px #ffb4334d;
  display: flex;
  height: 65px;
  justify-content: center;
  margin: 0 auto;
  width: 65px;
}
.step-icon {
  color: #fff;
  font-size: 26px;
}
.step-number {
  align-items: center;
  background: #12264e;
  border: 4px solid #ffc700;
  border: 4px solid var(--secondary-color);
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 35px;
  justify-content: center;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 35px;
}
.admission-step h5 {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.admission-step p {
  color: #777;
  font-size: 14px;
}
.visa-section {
  background: #f9f9f9;
}
.visa-box {
  background: #fff;
  border-left: 5px solid #ffb433;
  border-radius: 12px;
}
.email-text {
  color: #000;
  font-size: 13px;
  font-weight: 700;
}
.Career-banner {
  align-items: center;
  background: url(../media/careerbanner.3e2490b4b547a238db7f.jpg) no-repeat
    50% / cover;
  display: flex;
  height: 60vh;
  justify-content: flex-start;
  padding-left: 10%;
  position: relative;
}
.banner-overlay {
  background: #030306ab;
}
.list-group-item {
  border-radius: 5px !important;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.list-group-item:hover {
  background-color: #ffc700;
  background-color: var(--secondary-color);
  color: #000;
}
.list-group-item.active {
  background-color: #002147 !important;
  background-color: var(--dark-blue) !important;
  color: #ffc700 !important;
  color: var(--secondary-color) !important;
  font-weight: 700;
}
.careercard h4 {
  color: #333;
}
.careercard ul {
  padding-left: 20px;
}
.careercard ul li {
  margin-bottom: 8px;
}
.careercard p {
  color: #555;
  font-size: 1rem;
}
.btn-primary {
  background-color: #007bff;
  border: none;
  transition: 0.3s ease-in-out;
}
.btn-primary:hover {
  background-color: #0056b3;
}
@media (max-width: 768px) {
  .col-md-4 {
    margin-bottom: 20px;
  }
}
.col-md-8 {
  overflow-y: auto;
  position: sticky;
  top: 0;
}
.careercard {
  background-color: #fbf8ef;
  border-left: 5px solid #ffb433;
  border-radius: 10px;
  height: 80vh;
  overflow-y: auto;
  padding: 20px;
}
.Programs-banner {
  background: url(../media/bba.74fc07b82e26b3b7c99e.jpg) no-repeat 50% /
    cover;
}
.Finance-banner,
.Programs-banner {
  align-items: center;
  display: flex;
  height: 60vh;
  justify-content: flex-start;
  padding-left: 10%;
  position: relative;
}
.Finance-banner {
  background: url(../media/finance.01328ab19ac19aade17c.jpg) no-repeat 50% /
    cover;
}
.Cyber-banner {
  background: url(../media/cyber.8d4fbaf87a33f856eaf6.jpg) no-repeat 50% /
    cover;
}
.Ai-banner,
.Cyber-banner {
  align-items: center;
  display: flex;
  height: 60vh;
  justify-content: flex-start;
  padding-left: 10%;
  position: relative;
}
.Ai-banner {
  background: url(../media/aibanner.72166be2d6e17645a795.jpg) no-repeat 50% /
    cover;
}
.hmanagement-banner {
  align-items: center;
  background: url(../media/hotelmanagement.406a3b33b1737560f066.jpg)
    no-repeat 50% / cover;
  display: flex;
  height: 60vh;
  justify-content: flex-start;
  padding-left: 10%;
  position: relative;
}
.banner-overlay {
  background: #111128ab;
}
.banner-content h1 {
  color: #fff;
  font-size: 3rem;
}
@media (max-width: 768px) {
  .about-banner {
    height: 40vh;
  }
  .banner-content h1 {
    font-size: 2rem;
  }
  .banner-content p {
    font-size: 1rem;
  }
}
.nav-tabs .nav-link {
  background: #002147;
  background: var(--dark-blue);
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
}
.nav-tabs .nav-link.active {
  background: #ffc700;
  background: var(--secondary-color);
  color: #000;
}
td {
  color: #000;
  font-size: medium;
  font-style: italic;
  font-weight: 300;
}
.ups-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 10px #0000001a;
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}
.ups-card:hover {
  background-color: #002147;
  background-color: var(--dark-blue);
  box-shadow: 0 6px 15px #00000026;
  transform: translateY(-5px);
}
.ups-card:hover,
.ups-card:hover p {
  color: #fff;
  color: var(--white);
}
.ups-card.bg-dark {
  background-color: #0c2340 !important;
  color: #fff !important;
}
.ups-card.bg-dark p {
  color: #fff;
}
@media (max-width: 768px) {
  .ups-card {
    padding: 1.5rem;
  }
  h2 {
    font-size: 1.75rem;
  }
}
.edu_counter_main_section_wrapper {
  padding: 40px 0;
}
.career-box {
  align-items: center;
  border: 2px solid #ffffff80;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  width: 200px;
}
.career-box:hover {
  background: #2c0a6b22;
  border-color: #fff;
  transform: scale(1.05);
}
.icon-style {
  color: #ffb433;
  font-size: 30px;
  margin-bottom: 10px;
  transition: color 0.3s ease-in-out;
}
.career-box:hover .icon-style {
  color: #fff;
}
.career-title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: color 0.3s ease-in-out;
}
.career-box:hover .career-title {
  color: #000;
}
.program-highlights {
  background: #f9f9fb;
  padding: 70px 20px;
  text-align: start;
}
.highlight-card {
  align-items: start;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 10px #0000001a;
  display: flex;
  padding: 20px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.highlight-card:hover {
  box-shadow: 0 8px 20px #00000026;
  transform: translateY(-5px);
}
.highlight-icon {
  align-items: center;
  background: linear-gradient(135deg, #ffc700, #ffc700);
  background: linear-gradient(
    135deg,
    var(--secondary-color),
    var(--secondary-color)
  );
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  height: 60px;
  justify-content: center;
  margin-right: 15px;
  width: 60px;
}
.highlight-content h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.highlight-content p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}
.lab-card {
  background: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 4px 6px #0000001a;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 20px;
  transition: transform 0.3s ease-in-out;
}
.lab-card:hover {
  transform: translateY(-5px);
}
.lab-icon {
  color: #ffc700;
  color: var(--secondary-color);
  font-size: 2rem;
}
.lab-content h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.career-section {
  background: linear-gradient(90deg, rgba(0, 6, 48, 0.893), #000000b3),
    url(../media/careerpathbg.a71c6738c37c81028009.jpg) 50% / cover;
  position: relative;
}
.career-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff26;
  border-radius: 12px;
  height: 100%;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
}
.career-card i {
  color: #ffc700;
  color: var(--secondary-color);
}
.career-card p {
  font-weight: 500;
  margin: 0;
}
.career-card:hover {
  background: #ffffff4d;
  transform: translateY(-5px);
}
:root {
  --primary-color: #cc235b;
  --secondary-color: #ffc700;
  --dark-blue: #002147;
  --white: #fff;
}
p {
  color: #000;
}
.poppins-light-italic {
  font-family: Poppins, serif;
  font-style: italic;
  font-weight: 300;
}
body {
  font-family: Poppins, serif;
  font-style: normal;
  font-weight: 200;
}
body,
html {
  overflow-x: hidden;
  width: 100%;
}
.bg-dark {
  background-color: #0a1f37 !important;
  padding: 8px 0;
}
.bg-pink {
  background-color: #cc235b !important;
  padding: 8px 0;
}
.text-pink {
  color: #cc235b;
}
.border-pink {
  border: 1px solid #cc235b;
  border: 1px solid var(--primary-color);
}
.text-dark {
  color: #0a1f37 !important;
}
.border-dark {
  border: 1px solid #002147;
  border: 1px solid var(--dark-blue);
}
.bg-dark p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.Blog-banner {
  align-items: center;
  display: flex;
  height: 75vh;
  justify-content: flex-start;
  overflow: hidden;
  padding-left: 10%;
  position: relative;
}
.Blog-banner video {
  object-fit: fill;
  z-index: 0;
}
.Blog-banner video,
.banner-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.banner-overlay {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.822),
    rgba(0, 0, 0, 0.179)
  );
  z-index: 1;
}
.banner-content {
  animation: fadeSlide 1s ease forwards;
  color: #fff;
  position: relative;
  z-index: 2;
}
.banner-content h5 {
  color: #ffb433;
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.banner-content p {
  color: #ddd;
  font-size: 1.1rem;
  margin-top: 15px;
}
.unique-blog-hero {
  min-height: 50vh;
  overflow: hidden;
}
.hero-image img {
  border-radius: 0 0 30px 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hero-content {
  background-color: #f8f9fa;
  border-radius: 0 0 0 30px;
}
.blog-detail .lead {
  color: #333;
  font-size: 1.25rem;
  line-height: 1.8;
}
.btn-dark {
  background-color: #333;
  border: none;
  transition: all 0.3s ease;
}
.btn-dark:hover {
  background-color: #ffb433;
  color: #000;
}
.blog-card {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #fffffff2;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.blog-card:hover {
  box-shadow: 0 12px 28px #0000001a;
  transform: translateY(-5px);
}
.blog-card img {
  height: 240px;
  object-fit: cover;
  transition: transform 0.4s ease;
  width: 100%;
}
.blog-card:hover img {
  transform: scale(1.05);
}
.blog-card h5 {
  font-size: 1.3rem;
  transition: color 0.3s ease;
}
.blog-card p {
  color: #444;
}
.btn-outline-primary {
  border-color: #ffb433;
  color: #ffb433;
  font-weight: 500;
  transition: all 0.3s ease;
}
.btn-outline-primary:hover {
  background: #ffb433;
  border-color: #ffb433;
  color: #fff;
}
.blogs-section h2 {
  border-left: 4px solid #ffb433;
  color: #222;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
}
.create-blog-section {
  background-color: #f9f9f9;
  padding: 30px 0;
}
.create-blog-section h2 {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-form {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px #0000001a;
  padding: 30px;
}
.blog-form .form-label {
  color: #555;
  font-weight: 600;
}
.blog-form .form-control {
  border-radius: 8px;
  font-size: 1rem;
  padding: 12px;
}
.blog-form .form-control:focus {
  border-color: #ff8c00;
  box-shadow: 0 0 5px #ff8c0066;
}
.blog-form textarea {
  resize: vertical;
}
.blog-form .btn-warning {
  background-color: #ff8c00;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.1rem;
  padding: 12px 20px;
  transition: all 0.3s ease;
}
.blog-form .btn-warning:hover {
  background-color: #e57b00;
}
.blog-form .text-danger {
  font-size: 0.875rem;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .create-blog-section {
    padding: 20px 0;
  }
  .blog-form {
    padding: 20px;
  }
  .blog-form .form-label {
    font-size: 0.9rem;
  }
  .blog-form .form-control {
    font-size: 0.95rem;
  }
  .blog-form .btn-warning {
    width: 100%;
  }
}
/*# sourceMappingURL=main.44f0d4d5.css.map*/
