:root {
  /* Colors */
  --primary: #ed9509;
  --primary-alt: #f39c12;
  --primary-light: #f7c852;
  --brand-dark: #83490f;
  --brand-brown: #4a3a2a;

  --heading-color: #1a1a1a;
  --body-color: #333;
  --text-muted: #666;

  --white: #fff;
  --black: #000;

  /* Consolidated Grey Palette */
  --grey-100: #f8f9fa;
  --grey-200: #eee;
  --grey-300: #ddd;
  --grey-400: #ccc;
  --grey-500: #999;
  --grey-600: #666;
  --grey-700: #444;

  /* Fonts */
  --font-main: 'Inter', sans-serif;
  --font-heading: 'Montserrat', sans-serif;

  /* Refined Font Size Scale */
  --fs-xs: 12px;
  --fs-sm: 14px;
  --fs-base: 16px;
  --fs-md: 18px;
  --fs-lg: 20px;
  --fs-xl: 24px;
  --fs-2xl: 30px;
  --fs-3xl: 40px;
  --fs-4xl: 55px;
}

body {
  font-family: var(--font-main);
  font-size: var(--fs-base);
  line-height: 1.6;
  color: var(--body-color);
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title {
  font-family: var(--font-heading);
  font-weight: 700;

  color: var(--heading-color);
}

.section-title span {
  color: var(--primary);
}

.bg-white {
  background-color: var(--white);
}

.bg-light {
  background-color: var(--bg-light);
}

.section-padding {
  padding: 80px 0;
}

.menu_box ul {
  float: left;
  width: auto;
  padding: 0;
  margin: 0;
}

.menu_box li {
  float: left;
  width: auto;
  list-style-type: none;
  position: relative;
}

.menu_box li a {
  float: left;
  width: auto;
  font-size: var(--fs-base);
  color: var(--black);
  text-decoration: none;

  text-transform: capitalize;
  padding: 7px 10px;
  line-height: normal;
  position: relative;
  font-weight: 500;
}

.menu_box li a:hover {
  background-color: var(--primary);
  color: var(--white);
}

.menu_box li .select {
  background-color: var(--primary);
  color: var(--white);
}

header {
  background-color: var(--white);

  position: relative;
  z-index: 50;
  text-transform: capitalize;

}

#banner {
  margin: 0px 0 0 0 !important;
}

.banner_section {
  padding: 0;
  position: relative;
}

.banner-content h1,
.banner-content h3 {
  color: var(--white);
  font-family: montserrat_regular;
}

.banner-content h1 span {
  color: var(--primary-light);
  font-family: montserrat_black;
}

.heading_banner span {
  color: var(--primary-light);
  font-weight: 700;
}

.banner-content ul {
  margin: 15px 0 0 0;
  padding: 0;
}

.banner-form form {
  z-index: 2;
  position: relative;

}

.banner-form h3 {
  text-align: center;
  font-size: var(--fs-2xl);
  color: var(--white);
  margin: 15px 0;
  font-weight: 900;
}

.banner-form lable,
.tab-content h5,
.tab-content h6,
a.submit_btn {
  color: var(--white)
}

textarea.form-control {
  resize: none;
  color: var(--grey-500);
  opacity: 1
}

.banner-form select.form-control {
  background: url("../images/arrow.png") 97% no-repeat var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--grey-500);
  cursor: pointer
}

select {
  color: var(--grey-500);
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.book-demo a {
  text-decoration: none;
  color: var(--white);
  font-family: 'Montserrat-Bold';
  font-weight: 900;
}

.book-demo a:hover {
  color: var(--white);
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(245, 169, 84, 0.6);
    transform: scale(1);
  }

  50% {
    box-shadow: 0 0 20px 10px rgba(245, 169, 84, 0.3);
    transform: scale(1.03);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(245, 169, 84, 0.6);
    transform: scale(1);
  }
}

@keyframes textGlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media (min-width: 992px) {
  .form-banner-mainbox {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }

  .widget-form {
    margin: 50px 0 0 100px;
    max-width: 100%;
  }
}

.why-bvdu-points {
  position: relative;
  z-index: 1;
  background: var(--primary-alt);
  width: 100%;

}

.counter-inner-two {
  overflow: hidden;
  border-radius: 7px;
  position: relative;
  z-index: 3;
  color: var(--white);
}

.bgs-cover {
  background-size: cover;
  background-position: top center;
}

.success-item {
  display: flex;
  padding-top: 40px;
  position: relative;
  align-items: center;
  margin-bottom: 40px;
}

.success-item.style-one {
  display: block;
  margin-bottom: 0;
  padding: 32px 30px;
  border-right: 1px solid #68421c96;
  height: 130px;
  text-align: left;
}

.success-item.style-two {
  display: block;
  margin-bottom: 0;

  padding: 25px 0 25px 25px;
  border-right: 1px solid #68421c96;
  height: 130px;
}

.success-item.style-two-last {
  display: block;
  margin-bottom: 0;
  height: 130px;
  padding: 32px 30px;
}

.success-item.style-two:after {
  height: 90px;
  width: 90px;
  z-index: -1;
  top: 45px;
  left: 45px;
  background: var(--primary-alt);
}

.count-text {
  font-size: var(--fs-lg);
  font-weight: 600;
  font-family: Montserrat-Bold;
}

.success-item p {
  font-size: var(--fs-md);
  margin-bottom: 0;
  font-weight: 500;
}

.acc-logos {
  width: 100%;
  float: right;
}

.acc-logos1 {
  width: 85%;
  float: right;
}

.llb-heading-box h2 {
  font-size: var(--fs-2xl);
  font-weight: 700;
  color: var(--primary);
}

.llb-item h4 {
  font-size: var(--fs-lg);
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}

.llb-item p {
  font-size: var(--fs-base);
  color: var(--brand-brown);
  margin: 0;
}

.llb-eligibility-box h4 {
  font-size: var(--fs-lg);
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 6px;
}

.llb-eligibility-box ul {
  list-style: none;
  padding: 0;
  margin: 0;

}

.llb-eligibility-box ul li {
  font-size: var(--fs-md);
  padding: 10px 0 10px 28px;
  color: var(--brand-brown);
  font-weight: 500;
  position: relative;
}

.llb-eligibility-box ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary-alt);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 15px;
}

@media (max-width: 768px) {
  .llb-heading-box h2 {
    font-size: var(--fs-2xl);
  }

  .llb-info-box,
  .llb-eligibility-box {
    padding: 20px;
  }

  .llb-item h4 {
    font-size: var(--fs-md);
  }

  .llb-item p,
  .llb-eligibility-box ul li {
    font-size: var(--fs-base);
  }
}

.program_offered_section .nav-tabs .nav-item.show .nav-link,
.program_offered_section .nav-tabs .nav-link.active {
  background-color: var(--primary-light);
  color: var(--black);
  position: relative;
  z-index: 1;
}

.program_heading_box h2 {
  font-size: var(--fs-2xl);
  font-weight: 700;

  padding-bottom: 15px;
  position: relative;
  margin-bottom: 30px;
}

.program_heading_box h2 span {
  font-weight: 900;
}

.program_heading_box p {
  font-size: var(--fs-lg);
  font-family: 'Montserrat-Medium';
}

.txt_head h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 21%;
  background-color: var(--primary-alt);
  margin: 0 auto;
}

.program_heightlights_tablisting_img img {
  max-width: 40px;
}

.logoinnersection p {
  margin: 10px 0px;
  text-align: left;
  font-size: var(--fs-base);
  line-height: 16px;
  font-family: 'Lato', sans-serif;
  color: var(--black);
}

.features h2 {
  font-size: var(--fs-4xl);
  font-weight: 700;
}

.features p {
  text-transform: uppercase;
  font-size: var(--fs-base);
  font-weight: 700;
  color: var(--black);
}

.exam-table thead {
  background: linear-gradient(90deg, var(--primary), #7f4913e6);
  color: var(--white);
}

.exam-table thead th {
  padding: 14px;
  font-size: var(--fs-base);
  font-weight: 600;
  font-family: 'Montserrat-Bold';
  text-align: center;
  border: 1.1px solid var(--grey-300);
}

.exam-table tbody tr:nth-child(even) {
  background: var(--grey-100);
}

.exam-table td {
  padding: 14px;
  font-size: var(--fs-sm);
  text-align: center;
  border-bottom: 1px solid var(--grey-300);
  border: 1px solid var(--grey-300);
}

.campus-section .color_heading_box h2 {
  font-size: var(--fs-2xl);
  font-weight: 700;
  color: var(--white);
}

.campus-section .color_heading_box h2 span {
  color: var(--white);
}

.campus-section h2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
  height: 2px;
  width: 21%;
  background-color: var(--primary-alt);
  margin: 0 auto;
}

.campus-img img {
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 12px;
}

.campus-address svg {
  flex: 0 0 auto;
}

.partnersSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.partnersSwiper .swiper-slide img {
  width: 180px;

  height: 100px;

  object-fit: contain;
  background: var(--white);

  padding: 10px;
  border: 1px solid var(--grey-300);

  border-radius: 10px;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partnersSwiper .swiper-slide img:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.about_section {

  padding: 50px 0 20px 0;
  color: var(--black);
}

.about_intro {
  font-size: var(--fs-md);
  line-height: 28px;
  margin-bottom: 18px;
  /* font-family: 'Montserrat-Medium'; */
}

.about_list {
  list-style: none;
  padding: 0;
  margin: 15px 0 25px;
  /* font-family: 'Montserrat-Medium'; */
}

.about_list li {
  font-size: var(--fs-md);
  line-height: 28px;
  margin-bottom: 5px;
  padding-left: 28px;
  position: relative;
  /* font-family: 'Montserrat-Medium'; */
}

.about_list li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--primary-alt);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.bottom_text {
  font-size: var(--fs-md);
  font-weight: 600;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .about_box {
    padding: 20px;
  }

  .color_heading_box h2 {
    font-size: 28px;
  }

  .about_list li {
    font-size: var(--fs-base);
  }
}

.collab-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.testimonials-section {
  background: var(--white);
}

.testimonials-section .swiper {
  padding: 20px 0 40px 0 !important;
}

.test-profile img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
}

.swiper-pagination {
  padding-top: 50px;
}

.login-popup .box .img-area h1 {
  font-size: var(--fs-2xl);
}

@keyframes zoomInOut {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

.login-popup .box .form h1 {
  color: var(--black);
  font-size: var(--fs-2xl);
  margin: 0 0 30px;
}

.login-popup .box .form label {
  font-size: var(--fs-base);
  color: var(--grey-600);
}

.login-popup select.form-control {
  background: url("../images/new-images/arrow.png") 97% no-repeat var(--white);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: var(--grey-500);
  cursor: pointer
}

.login-popup h3 {
  text-align: center;
}

.apply-btn {
  background: var(--white);
  color: var(--black);
  box-shadow: 0 6px 15px rgba(246, 183, 20, 0.5);
  font-family: 'Montserrat-Medium';
}

.apply-btn:hover {
  background: var(--primary-alt);
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(246, 183, 20, 0.7);
  color: var(--white);
}

a:hover,
.copyright a {

  color: var(--black);
  text-decoration: none;
}

hr {
  color: var(--white);
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99;
  border: none;
  outline: 0;
  background-color: var(--primary-alt);
  color: var(--white);
  cursor: pointer;
  padding: 5px;
  border-radius: 40px;
  font-size: var(--fs-md);
  opacity: 0.9;
  height: 40px;
  width: 40px;
  margin: 8px !important;
}

#myBtn:hover {

  opacity: 1;
}

footer {
  background-color: var(--primary);
  color: var(--white);
}

footer p {

  line-height: 30px;
  font-size: var(--fs-lg);
}

.footer_left_mainbox p span {
  font-size: var(--fs-2xl);

}

footer a {
  color: var(--black);
  text-decoration: none;

}

.btn_tysubmit a {
  font-family: Montserrat-Bold;
  background: linear-gradient(113deg, var(--primary), var(--primary)c2 100%);
  padding: 8px 20px;
  border-radius: 20px;
  color: var(--white);
  text-transform: 0.4s;
  text-decoration: none;
}

.btn_tysubmit a:hover {
  text-decoration: none;
  color: var(--primary);
  background: var(--white);
  border: 1px solid var(--primary);
}

@media screen and (min-width:1601px) and (max-width:2000px) {
  .banner_box {
    background-size: cover;
    min-height: 750px;
  }

  .banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 180px
  }

  .navbarmob {
    display: none;
  }

  .acc-logos {
    width: 50%;
    float: right;
  }

  .acc-logos1 {
    width: 50%;
  }

  .widget-form {
    margin: 130px 0 0 145px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .banner_box {
    background-size: contain;
    min-height: 640px;
  }

  .navbarmob {
    display: none;
  }

  .login-popup h3 {
    text-align: center;
    color: var(--white);

    font-weight: 700;
  }

  .highlights .service_name {
    font-size: var(--fs-sm);
  }

  .banner-form-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-top: 80px
  }
}

@media screen and (min-width: 1000px) and (max-width: 1500px) {
  .navbarmob {
    display: none;
  }

  .login-popup h3 {
    text-align: center;
    color: var(--white);
    font-weight: 700;
  }

  .highlights .service_name {
    font-size: var(--fs-sm);
  }

  .ser_list1 {
    width: 28%;
  }

  .ser_list_heading {
    padding: 30px 10px 10px 10px;
  }

  .our-courses .courses-box h3 {
    font-size: var(--fs-2xl) !important;
  }
}

@media screen and (max-width:1600px) {
  .banner_box {
    background-size: cover;

  }

}

@media (max-width: 1199px) {
  .banner_box {
    background-size: contain;
    min-height: 532px;
  }

  .program_heading_box h2 {
    font-family: 'Montserrat-Medium';
    font-size: var(--fs-2xl);
    color: var(--primary);
    line-height: 34px;
  }

  .color_heading_box h2 {
    font-family: 'Montserrat-Medium';
    font-size: var(--fs-2xl);
    color: var(--white);
    line-height: 34px;
  }

  .widget-form {
    margin: 15px 0 0 65px !important;
    max-width: 80%;
  }
}

@media (max-width: 1024px) {
  .menu_open {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
  }

  .toggle_menu {
    display: block;

    right: 0;
    top: 0;
    margin: 30px 0px 0 0;
    cursor: pointer;
  }

  .toggle_menu_close {
    display: none;
    background-color: var(--white);
  }

  .menu_open .toggle_menu_close {
    display: block;
    float: right;
    margin: 0 0 0 0;
  }

  .menu_box {
    width: 300px;
    background-color: #2b5ea1;
    right: 0;
    margin: 100px -400px 0 0;
    padding: 10px;
    transition-duration: 0.3s;
    position: fixed;
    z-index: 500;
  }

  .menu_open .menu_box {
    margin: 0px 0 0 0;
  }

  .menu_box li {
    width: 100%;
    margin: 0 !important;
  }

  .menu_box li a {
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted var(--white);
    color: var(--white);
    background-image: none !important;
    padding: 7px 25px;
    font-size: var(--fs-base) !important;
  }

  .banner_box {
    background-image: url(../images/banner-img.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    background-color: var(--primary-alt);
    padding: 0px 0;
    min-height: 460px;
    width: 100%;
  }

  .banner-form {
    margin: -18px 0 0 70px;
  }

  .banner-form-wrap {
    padding-top: 25px;
  }

  .our-courses .courses-box {
    padding: 20px;
    margin: 0 40px;
  }

  #enqBtn {
    display: block;
    position: fixed;
    bottom: 50px;
    right: 0;
    z-index: 99;
    border: none;
    outline: 0;
    background-color: var(--primary-alt);
    color: var(--white);
    cursor: pointer;
    padding: 5px;
    border-radius: 10px;
    font-size: var(--fs-md);
    opacity: 0.9;
    height: 150px;
    width: 36px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
  }

  .navbarmob {
    display: none;
  }

  .section-heading::after {
    margin: 53px 0 0 263px;
  }

  .footer-section-heading::after {
    width: 45%;
    margin: 53px 0 0 -22px;
  }

  .highlights .service_name {
    font-size: var(--fs-xs);
  }

  .our-courses .courses-box h3 {
    font-size: var(--fs-2xl) !important;
  }

  .login-popup h3 {
    text-align: center;
    color: var(--white);

    font-weight: 700;
  }

  .login-popup .close {
    position: absolute;
    top: 0px;
    left: 60px;
  }

  .book-demo {
    width: 20%;
  }

  .count-text {
    font-size: var(--fs-md);
  }

  .success-item.style-two {
    padding: 10px 15px;
  }

  .widget-form {
    margin: 15px 0 0 65px !important;
    max-width: 80%;
  }
}

@media screen and (max-width:992px) {

  .reimaging_list {
    width: 25%;
  }

  .more_btn_link a {
    float: left;
  }

  .about_box {
    padding: 30px;
  }

  .about_right {
    width: 100%;
    text-align: center;
  }

  .about_right img {
    max-height: 400px;
  }

  .about_left {
    width: 100%;
    text-align: center;
    padding: 60px 40px 10px 40px;
  }

  .thankyou_mainbox {
    height: auto;
    margin-bottom: 25px;
  }

  .thankyou_heading {
    font-size: var(--fs-3xl);
    text-align: center;
  }

  .thankyou_heading span {
    font-size: var(--fs-xl);
  }

  .banner_box {
    background-image: url(../images/banner-mob-img.webp) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin: 0;
    min-height: 215px !important;
    background-color: var(--primary-alt);

  }

  .banner-form {
    margin: 580px auto 30px auto !important;
  }

  .login-popup .banner-form {
    margin: 0px auto 0 auto;
  }

  .login-popup .close {
    position: absolute;
    top: 27px;
    left: 18px;
  }

  .book-demo {
    text-align: center;
    align-items: center;
    position: absolute;
    bottom: 70%;
    left: 40px;
    padding: 10px 15px;
    width: 20%;
    border: none;
    border-radius: 25px;
    display: inline-block;
    font-size: var(--fs-md);
    line-height: 15px;
  }

  .program_heightlights_tabsmainbox {
    flex-direction: inherit;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
  }

  .program_heightlights_imgbox,
  .program_heighlight_section::after {
    display: none;
  }

  .program_heighlights_tablisting {
    align-items: center;
    width: 48%;
  }
}

@media screen and (max-width:768px) {

  .banner_form {
    width: 100%;
    margin: 0 0 50px 0;
  }

  .banner_girl {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .banner_girl img {
    max-width: 150px;
  }

  body {
    font-size: var(--fs-base);
  }

  .courses_heading_grey {
    font-size: var(--fs-sm);
    padding: 10px 40px;
  }

  .reimaging_list {
    width: 50%;
  }

  .reimaging_icon {
    text-align: right;
    width: 30%;
  }

  .reimaging_text {
    width: 60%;
    font-size: 44px;
    text-align: left;
    margin: 0 0 0 10px;
  }

  .more_btn_link a {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .text35 {
    font-size: var(--fs-xl);
  }

  .footer_box a {
    float: left;
    padding: 7px 20px;
    width: 100%;
    border-bottom: 1px dotted var(--grey-400);
  }

  .banner_text {
    font-size: var(--fs-3xl);
    line-height: normal;
  }

  .owl-carousel_banner .owl-dots {
    margin: 0 20px 0px 0;
  }

  .about_left {
    padding: 60px 0px 10px 0px;
  }

  .footer_box {
    padding: 30px 0;
    text-align: center;
  }

  .footer_leftbox {
    width: 100%;
    margin: 0 0 40px 0;
  }

  .footer_logo {
    padding: 0 0 20px 0;
    text-align: center;
  }

  .footer_logo img {
    max-height: 100px;
  }

  .footer_content {
    width: 100%;
  }

  .footer_rightbox {
    width: 100%;
  }

  .footer_rightbox input[type="text"] {
    text-align: center;
  }

  .footer_rightbox .green_btn {
    float: none;
  }

  .login-popup .box .img-area {
    display: none;
  }

  .login-popup .box .form {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #our-courses {
    padding: 40px 0;
  }

  .our-courses .courses-box {
    margin: 11px 0;
    text-align: center;
  }

  .our-courses .content-box {
    margin: 0 0 0 0;
  }

  .our-courses .courses-box h3 {
    margin-bottom: 0px;
  }

  .banner_box {
    background-image: url(../images/banner-mob-img.webp) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin: 0;
    min-height: 215px !important;
    background-color: var(--primary-alt);

  }

  .banner-form {
    margin: 470px auto 30px auto;
  }

  .reimaging_text .num-txt {
    margin: -73px 0px 0 92px;
  }

  .reimaging_text .num-txt1 {
    margin: -69px 0px 0 90px;
  }

  .about_img img {
    margin: 20px 0;
  }

  footer p {
    text-align: center;
  }

  .footer-section-heading {
    text-align: center;
  }

  .footer-section-heading::after {
    display: none;

  }

  .navbarmob {
    display: block;
    overflow: hidden;
    background-color: var(--primary-alt);
    color: var(--white);
    position: fixed;
    bottom: 0;
    z-index: 999999;
    margin-bottom: 0;
    width: 100%;
    min-height: auto
  }

  .navbarmob a {
    float: left;
    display: block;

    color: var(--white);
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    font-size: var(--fs-base);
    font-family: 'Lato', sans-serif;
  }

  .navbarmob a:hover {
    color: var(--primary-alt);
    background-color: var(--white);
    border: 1px solid var(--primary-alt);

  }

  .navbarmob a.active {
    background-color: var(--primary-alt);
    color: var(--white)
  }

  #enqBtn {
    display: none !important;
  }

  .copyright {
    font-size: var(--fs-xs);
    margin-bottom: 40px;

  }

  .section-heading::after {
    display: none;
  }

  .login-popup .box {
    top: 100px;
  }

  .login-popup h3 {
    text-align: center;
    color: var(--white);

    font-weight: 700;
  }

  .login-popup .close {
    position: absolute;
    top: 465px;
    left: 20px;
  }

  .login-popup .banner-form {
    margin: 440px auto 0 auto;
  }

  .career-opp {
    margin: 50px 0 30px 0;
    text-align: center;
  }

  .exam-table thead {
    display: none;
  }

  .exam-table,
  .exam-table tbody,
  .exam-table tr,
  .exam-table td {
    display: block;
    width: 100%;
  }

  .exam-table tr {
    margin-bottom: 18px;
    background: var(--white);
    border-radius: 10px;
    padding: 10px;
    border: 1px solid var(--grey-200);
  }

  .exam-table td {
    text-align: left;
    padding-left: 190px;
    position: relative;

  }

  .exam-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 14px;
    font-weight: 600;
    color: var(--primary);
  }

  .program_heading_box p {
    font-size: var(--fs-md);
    font-family: 'Montserrat-Medium';
  }

  .desktop-cell {
    display: none !important;
  }

  .mobile-cell {
    display: block;
  }

  .cta-box {
    position: relative;
    z-index: 5;
    padding-bottom: 40px;
  }

  .acc-logos {
    width: 100%;
    float: none
  }

  .acc-logos1 {
    width: 100%;
    float: none
  }

  .count-text {
    font-size: var(--fs-sm);
  }

  .usp-pointer-section {
    padding: 60px 0 0 0;
  }

  .success-item.style-one,
  .success-item.style-two-last {
    padding: 25px 20px;
    height: 100px;
  }

  .success-item.style-two {
    padding: 15px 15px;
    height: 100px;
  }

  .widget-form {

    margin: 470px auto 30px auto !important;
    max-width: 65%;
  }
}

@media screen and (max-width:580px) {

  .banner_text {
    font-size: var(--fs-2xl);
  }

  .banner_text2 {
    font-size: var(--fs-xl);
  }

  .owl-carousel_banner .owl-dots {
    margin: 0 20px 10px 0;
  }

  .owl-carousel_event .owl-nav {
    margin: 0 auto;
    max-width: 90px;
    left: 0;
    right: 0;
    padding: 30px 0 0px 0;
    position: relative;
  }

  .owl-carousel_event .owl-nav div {
    margin: 0 !important;
    border: 1px solid var(--grey-400);
    background-size: 10px;
    width: 30px;
  }

  .owl-carousel_testi .owl-nav {
    margin: 0 auto;
    max-width: 100px;
    left: 0;
    right: 0;
    padding: 30px 0 0 0;
  }

  .owl-carousel_testi .owl-nav div {
    margin: 0 !important;
  }

  .thankyou_banner_section {
    padding: 0 !important;
  }

  .thankyou_mainbox {
    height: auto;
    margin-bottom: 25px;
  }

  .thankyou_heading {
    font-size: var(--fs-3xl);
    text-align: center;
  }

  .thankyou_heading span {
    font-size: var(--fs-xl);
  }

  .banner_box {
    background-image: url(../images/banner-mob-img.webp) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin: 0;
    min-height: 215px !important;
    background-color: var(--primary-alt);
    margin: 0px 0 0 0;
  }

  .banner-form {

    margin: 300px auto 30px auto;
  }

  .section-heading {
    font-size: 35px;
  }

  .footer-section-heading::after {

    margin: 53px 0 0 43px;
    width: 60%;
  }

  .login-popup .box {
    top: 185px;
  }

  .login-popup .close {
    position: absolute;
    top: 475px;
    left: 20px;
  }

  .about_mainbox {
    margin: 0 20px;
  }

  .collab-item {
    max-width: 180px;
    height: 100px;
  }

  .collab-grid {
    gap: 15px;
  }

  .reimaging_list {
    width: 100%;
  }

  .cta-title {
    font-size: var(--fs-2xl);
  }

  .cta-btn {
    width: 75%;
    text-align: center;
  }

  .cta_section .cta_btn {
    padding: 12px 24px;
    font-size: var(--fs-md);
    margin: 20px 0;
  }

  .exam-section {
    padding: 60px 0 0 0;

  }

  .book-demo {
    text-align: center;
    align-items: center;
    position: absolute;
    bottom: 78%;
    left: 24px;
    padding: 7px 12px;
    width: 25%;
    border: none;
    border-radius: 25px;
    display: inline-block;
    font-size: var(--fs-sm);
    line-height: 15px;
  }

  .program_heighlights_tablisting {
    width: 100%;
  }

  .success-item.style-one,
  .success-item.style-two,
  .success-item.style-two-last {
    text-align: center;
  }

  .acc-logos {
    width: 25%;
    float: none;
  }

  .acc-logos1 {
    width: 25%;
    padding-bottom: 10px;
  }

  .success-item.style-one,
  .success-item.style-two {
    padding: 20px 25px 20px 25px;
    text-align: center;
    height: auto;
    border-bottom: 1px dashed var(--primary);
  }

  .success-item.style-two-last {
    padding: 20px 15px;
    height: auto;
  }

  .count-text {
    font-size: var(--fs-base);
  }

  .widget-form {
    margin: 20px auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .banner-form {

    margin: 210px auto 30px auto !important;
  }

  .banner_box {
    background-image: url(../images/banner-mob-img.webp) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    margin: 0;
    min-height: 215px !important;
    background-color: var(--primary-alt);

  }

  .footer-section-heading::after {
    margin: 53px 0 0 15px;
    width: 65%;
  }

  .login-popup .close {
    position: absolute;
    top: 214px;
    left: 20px;
  }

  .book-demo {
    text-align: center;
    align-items: center;
    position: absolute;
    bottom: 83%;
    left: 15px;
    padding: 4px 7px;
    width: 28%;
    border: none;
    border-radius: 25px;
    display: inline-block;
    font-size: 9px;

  }

  .exam-table-wrapper {
    background: var(--white);
    padding: 3px;
  }
}

@media screen and (max-width: 320px) {
  .program_heightlights_tablisting_content {
    font-size: var(--fs-sm);
  }
}

@media screen and (min-width: 381px) and (max-width: 490px) {
  .banner-form {
    margin: 260px auto 30px auto !important;
  }

  .login-popup .close {
    position: absolute;
    top: 275px;
    left: 20px;
  }

}

.advantages-section {
  padding: 60px 0;
  background-color: var(--white);
}

.advantages-section .section-title {
  font-weight: 700;
  color: var(--black);
  font-family: var(--font-heading);
}

.advantage-card {
  background-color: var(--bg-light);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: left;
  transition: transform 0.3s ease;
  border: none;
}

.advantage-card:hover {
  transform: translateY(-5px);
}

.advantage-card .feature-title {
  font-size: var(--fs-lg);
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--black);
  font-family: var(--font-heading);
}

.advantage-card .feature-description {
  font-size: var(--fs-sm);
  line-height: 1.6;
  color: var(--grey-600);
  font-family: var(--font-main);
}

.advantage-card img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.feature-icon-wrap {
  width: 60px;
  height: 60px;
  background-color: rgba(237, 149, 9, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.advantage-card:hover .feature-icon-wrap,
.unlock-card:hover .feature-icon-wrap {
  background-color: var(--primary);
}

/* .advantage-card:hover .feature-icon-wrap img,
.unlock-card:hover .feature-icon-wrap img {
  filter: brightness(0) invert(1);
} */

.unlock-these-benefits {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.doodle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.unlock-card {
  background-color: var(--white);
  border-radius: 12px;
  padding: 30px 20px;
  text-align: left;
  transition: transform 0.3s ease;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.unlock-card:hover {
  transform: translateY(-5px);
}

.unlock-card .feature-title {
  font-size: var(--fs-base);
  font-weight: 700;
  margin-bottom: 0;
  color: var(--black);
  font-family: var(--font-heading);
}

.unlock-card .feature-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item {
  padding: 16px;
  border: 2px solid rgba(21, 20, 25, .1);
  border-radius: 12px;

  background: var(--grey-100);
  position: relative;
  height: 100%;

  display: flex;
  flex-direction: column;
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-enroll {
  display: flex;
  justify-content: space-between;
  margin-bottom: -50px;

  z-index: 10;
  position: relative;

  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  width: auto;
  pointer-events: none;

}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-enroll .top-ranked {
  background: var(--primary);
  border-radius: 16px;
  padding: 6px 12px;
  font-size: var(--fs-xs);
  line-height: 1.3;
  font-weight: 700;
  color: var(--heading-color);
  height: fit-content;
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-enroll .student-enroll {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(21, 20, 25, .6);
  border-radius: 16px;
  padding: 6px 12px;
  height: fit-content;
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-enroll .student-enroll .enroll-text {
  margin-bottom: 0;
  font-size: var(--fs-xs);
  line-height: 1rem;
  color: var(--white)
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-img {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 12px;
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-img img {
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid rgba(21, 20, 25, .1);
  width: 100%;
  aspect-ratio: 375/317;
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .institute-name {
  margin-left: -16px;
  width: fit-content;
  padding: 4px 16px;
  border-radius: 0 12px 12px 0;
  margin-top: -18px;
  z-index: 2;
  position: relative;
  font-size: var(--fs-sm);
  font-weight: 700;
  line-height: 1.3;
  color: var(--grey-600);
  left: 0;
  margin-bottom: 10px;
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .branding-bg {
  background: rgba(237, 149, 9, 0.1);
  border: 1px solid rgba(237, 149, 9, 0.2);
  color: var(--primary);
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-wrapper {
  padding-top: 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-wrapper .course-deatil {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: flex-start;
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-wrapper .course-deatil .course-name {
  font-size: var(--fs-md);
  line-height: 1.3;
  font-weight: 700;
  color: var(--heading-color);
  font-family: var(--font-heading);
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-wrapper .course-deatil .rating {
  display: flex;
  align-items: center;
  background-color: var(--white);
  padding: 4px 8px;
  border-radius: 18px;
  gap: 4px;
  border: 1px solid rgba(21, 20, 25, .1);
  white-space: nowrap;
}

.online-degree-courses .wrapper-course .course-tab .top-online-course-section .top-course-slider .line-item .course-wrapper .course-deatil .rating .rating-number {
  margin-bottom: 0;
  font-size: var(--fs-sm);
  font-weight: 700;
  color: var(--heading-color);
}

.online-degree-courses .duration-pricing {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: var(--fs-sm);
}

.online-degree-courses .duration-pricing .duration,
.online-degree-courses .duration-pricing .pricing {
  display: flex;
  align-items: center;
  gap: 6px;
}

.online-degree-courses .duration-pricing img {
  width: 16px;
}

.online-degree-courses .course-card-btn {
  width: 100%;
  margin-top: 15px;
  background: var(--primary-alt);
  background: linear-gradient(90deg, var(--primary-alt) 0%, var(--primary-alt) 100%);
  border: none;
  padding: 10px;
  border-radius: 20px;
  color: white;
  font-weight: 600;
}

.border-muj:hover {
  border-color: #CCC1FF !important;
}

.border-smu:hover {
  border-color: #94d7d6 !important;
}

.online-degree-courses .line-item:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}

.admission-process-section {
  padding: 60px 0;
  background-color: var(--white);
}

.admission-process-section .sub-heading {
  color: var(--primary-alt);
  font-size: var(--fs-sm);
  letter-spacing: 1px;
}

.heading-separator {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 15px;
}

.heading-separator span {
  display: block;
  height: 4px;
  border-radius: 2px;
}

.sep-line-orange {
  width: 40px;
  background-color: var(--primary-alt);
}

.sep-line-grey {
  width: 40px;
  background-color: var(--grey-300);
}

.admission-process-section .admission-process-step {
  text-align: center;
  padding: 15px;
  position: relative;
}

.admission-process-section .step-img-container {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  width: 180px;
  height: 180px;
  border: 1px solid var(--grey-200);
  border-radius: 50%;
  padding: 10px;

  background: var(--white);
}

.admission-process-section .step-img-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.admission-process-section .step-number {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: var(--primary-alt);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--fs-md);
  font-weight: 700;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.admission-process-section .step-title {
  font-size: var(--fs-lg);
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--black);
}

.admission-process-section .step-desc {
  font-size: var(--fs-sm);
  color: var(--grey-600);
  line-height: 1.6;
  min-height: 50px;
  /* Ensures all descriptions align perfectly */
}

@media (min-width: 992px) {
  .admission-process-section .col-lg-3:not(:last-child) .admission-process-step::after {
    content: "→";
    position: absolute;
    top: 35%;
    right: -20px;
    font-size: var(--fs-3xl);
    color: var(--primary-light);
    font-weight: 300;
    transform: translateY(-50%);
    z-index: 10;
    /* Increased to ensure visibility */
  }
}

.it-testimonial-2-item {
  background-color: var(--white);
  border-radius: 20px;
  border: 1px solid #e1e9ff6b;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0px 10px 30px 0px rgba(0, 4, 56, 0.05);
}

.it-testimonial-2-thumb {
  position: relative;
  height: 100%;
  min-height: 100%;
}

.it-testimonial-2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;

  border-radius: 20px 0 0 20px;
}

.it-about-thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 50%;
  color: var(--primary-alt);
  z-index: 2;
  transition: all 0.3s ease;
}

.it-about-thumb-icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
  color: #d35400;
}

.it-about-thumb-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.it-testimonial-2-content-wrap {
  padding: 40px 30px;
}

.it-testimonial-2-avatar-name {
  font-size: var(--fs-xl);
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--heading-color);
  font-family: var(--font-heading);
}

.it-testimonial-2-avatar-info span {
  font-size: var(--fs-sm);
  color: var(--text-muted);
  display: block;
  margin-bottom: 15px;
  font-weight: 500;
}

.it-testimonial-2-text p {
  font-size: var(--fs-base);
  line-height: 1.6;
  color: var(--grey-700);
  margin-bottom: 25px;
  font-style: italic;
}

.it-testimonial-2-bottom {
  border-top: 1px solid var(--grey-200);
  padding-top: 20px;
}

.it-testimonial-2-quote svg path {
  fill: #4C505B;
}

.it-testimonial-2-date {
  font-size: var(--fs-sm);
  color: var(--primary-alt);
  font-weight: 600;
}

@media (max-width: 767px) {
  .it-testimonial-2-thumb img {
    border-radius: 20px 20px 0 0;
    min-height: 250px;
  }

  .it-testimonial-2-content-wrap {
    padding: 25px;
  }
}

.side-form textarea {
  height: auto;
}

.side-btn {
  position: relative;
}

.side-btn .res-d-fixed {
  cursor: pointer;
  position: absolute;
  top: 76px;
  left: -140px;
  transform: rotate(-90deg);
  background-color: var(--primary-alt);
  color: var(--white);
  padding: 8px 25px;
  font-size: var(--fs-base);
  font-weight: 600;
  border-radius: 20px 20px 0 0;
  display: none;
  white-space: nowrap;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.desktop.res-d-fixed.fixed-res {
  display: block;
}

.side-form {
  position: fixed;
  top: 15%;
  right: -380px;
  width: 360px;
  background: var(--white);
  padding: 30px 25px;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
  border-radius: 15px 0 0 15px;
}

.side-form.side-form-show {
  right: 0;
}

.cross-icon {
  position: absolute;
  left: -35px;
  top: 15px;
  width: 35px;
  height: 35px;
  font-size: var(--fs-lg);
  cursor: pointer;
  display: none;
  background: var(--primary-alt);
  color: var(--white);
  text-align: center;
  line-height: 35px;
  border-radius: 10px 0 0 10px;
}

.side-form-show .cross-icon {
  display: block;
}

.side-form .form-control,
.side-form .form-select {
  border: 1px solid var(--grey-200);
  padding: 12px 15px;
  font-size: var(--fs-sm);
  border-radius: 8px;
}

.side-form .form-control:focus,
.side-form .form-select:focus {
  border-color: var(--primary-alt);
  box-shadow: none;
}

@media (max-width: 767px) {
  .side-form {
    width: 100%;
    right: -100%;
    top: 0;
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    padding-top: 60px;
  }

  .side-form-show {
    right: 0;
  }

  .side-btn {
    display: none;
  }

  .cross-icon {
    left: unset;
    right: 20px;
    top: 20px;
    border-radius: 5px;
  }
}

.hero-slider-container {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 600px;
}

.mySwiper2 {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
}

.slide-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  opacity: 1;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}

.slide-content {
  position: absolute;
  top: 0;
  left: 150px;
  width: 65%;
  height: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
}

.text-overlay {
  max-width: 600px;
  color: var(--white);
  animation: fadeInUp 1s ease-out;
  text-align: left;
  margin-left: 10%;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.text-overlay h1 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  color: var(--body-color);
}

.text-overlay h1 .highlight {
  font-weight: 700;
  color: var(--body-color);
}

.text-overlay h2 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  color: var(--white);
  background: var(--primary);
  display: inline-block;
  padding: 8px 20px 8px 2px;
  letter-spacing: 1px;
}

.text-overlay p {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
  font-weight: 400;
  color: var(--body-color);
}

.text-overlay ul {
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}

.text-overlay ul li {
  font-size: 1.05rem;
  color: var(--body-color);
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.text-overlay ul li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: bold;
}

.text-overlay .cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.text-overlay .cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(255, 107, 53, 0.6);
}

.form-overlay {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  padding: 25px;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  width: 350px;
  max-width: 90%;
  z-index: 10;
  animation: slideInRight 1s ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translate(50px, -50%);
  }

  to {
    opacity: 1;
    transform: translate(0, -50%);
  }
}

.form-overlay h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: var(--heading-color);
  text-align: center;
}

.form-overlay p {
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 30px;
  font-size: 0.95rem;
}

.enrollment-form .form-group {
  margin-bottom: 20px;
}

.enrollment-form label {
  display: block;
  margin-bottom: 8px;
  color: var(--body-color);
  font-weight: 600;
  font-size: 0.9rem;
}

.enrollment-form input,
.enrollment-form select,
.enrollment-form textarea {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid var(--grey-300);
  border-radius: 12px;
  font-size: 1rem;
  font-family: var(--font-heading);
  transition: all 0.3s ease;
  background: var(--grey-100);
}

.enrollment-form input:focus,
.enrollment-form select:focus,
.enrollment-form textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.1);
}

.enrollment-form textarea {
  resize: vertical;
  min-height: 80px;
}

.enrollment-form .submit-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);
  color: var(--white);
  border: none;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
}

.enrollment-form .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(255, 107, 53, 0.5);
}

.upk-button-next,
.upk-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.upk-button-next:hover,
.upk-button-prev:hover {
  background: rgb(245 162 61);
  border-color: rgb(248 161 54);
}

.upk-button-prev {
  left: 30px;
}

.upk-button-next {
  right: 30px;
}

.upk-button-next::after,
.upk-button-prev::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid var(--white);
  border-right: 3px solid var(--white);
}

.upk-button-next::after {
  transform: rotate(45deg);
  margin-left: -3px;
}

.upk-button-prev::after {
  transform: rotate(-135deg);
  margin-right: -3px;
}

.swiper-pagination {
  bottom: 40px !important;
}

.about-distance-section {
  padding: 80px 0;
  background-color: var(--white);
  overflow: hidden;
}

.about-distance-content {
  padding-left: 30px;
}

.about-subtitle {
  color: var(--primary);
  font-size: var(--fs-base);
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: var(--font-heading);
}

.about-separator span:first-child {
  width: 35px;
  height: 4px;
  background-color: var(--primary);
  border-radius: 2px;
}

.about-separator span:last-child {
  width: 35px;
  height: 4px;
  background-color: var(--grey-300);
  border-radius: 2px;
}

.about-description {
  font-size: var(--fs-md);
  line-height: 1.7;
  color: var(--grey-600);
  margin-bottom: 30px;
  text-align: justify;
}

.about-features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-features-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: var(--fs-base);
  color: var(--body-color);
  font-weight: 500;
}

.about-features-list li i {
  color: var(--primary);
  margin-right: 12px;
  margin-top: 5px;
  font-size: var(--fs-sm);
}

@media (max-width: 991px) {
  .about-distance-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .about-main-title {
    font-size: var(--fs-2xl);
  }
}

.faq-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.faq-tab-btn {
  padding: 10px 25px;
  background: var(--white);
  border: 1px solid var(--grey-300);
  border-radius: 8px;
  font-weight: 600;
  color: var(--grey-600);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-heading);
  text-transform: uppercase;
  font-size: var(--fs-sm);
}

.faq-tab-btn.active {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
  box-shadow: 0 4px 10px rgba(237, 149, 9, 0.2);
}

.faq-panel {
  display: none;
}

.faq-panel.active {
  display: block;
}

.faq-item {
  background: var(--white);
  border-radius: 12px;
  margin-bottom: 15px;
  border: 1px solid var(--grey-200);
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-item.active {
  border-color: var(--primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.faq-question {
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  color: var(--heading-color);
  font-family: var(--font-heading);
  font-size: var(--fs-base);
}

.faq-question i {
  color: var(--primary);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  background: var(--white);
  color: var(--text-muted);
  font-size: var(--fs-base);
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 500px;

  padding: 0 25px 20px 25px;
}

@media (max-width: 768px) {
  .faq-question {
    font-size: var(--fs-base);
    padding: 15px 20px;
  }

  .faq-tab-btn {
    padding: 8px 18px;
    font-size: var(--fs-xs);
  }
}

/* Default bullet overrides when using SVG animation */
.swiper-pagination-bullet.swiper-pagination-bullet--svg-animation {
  background: transparent !important;
  opacity: 1 !important;
  width: 28px !important;
  height: 28px !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 4px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Position pagination below sections for courses and testimonials */
.top-online-course-section .swiper-pagination,
.testimonials-section .swiper-pagination {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100% !important;
  position: relative !important;
  margin-top: 10px !important;
}

.swiper-pagination-main {
  position: absolute !important;
  bottom: 20px !important;
  width: 100% !important;
}

.swiper-pagination-bullet--svg-animation::before,
.swiper-pagination-bullet--svg-animation::after {
  display: none !important;
}

.svg__circle {
  stroke: var(--grey-300);
}

.svg__circle-inner {
  fill: var(--grey-300);
  stroke: var(--grey-300);
}

.swiper-pagination-bullet-active .svg__circle {
  stroke: var(--primary);
  animation: progress 5s linear forwards;
}

.swiper-pagination-bullet-active .svg__circle-inner {
  fill: var(--primary);
  stroke: var(--primary);
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }

  100% {
    stroke-dasharray: 100 100;
  }
}

@media (max-width: 1200px) {
  .form-overlay {
    width: 380px;
    padding: 35px;
  }
}

@media (max-width: 992px) {
  .text-overlay {
    margin-left: 0;
  }

  .text-overlay h1 {
    font-size: 2rem;
  }

  .text-overlay h2 {
    font-size: 2.2rem;
  }

  .text-overlay p,
  .text-overlay ul li {
    font-size: 1rem;
  }

  .form-overlay {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 90%;
    padding: 35px;
    margin: 40px auto;
  }

  .hero-slider-container {
    margin-bottom: 0;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .slide-content {
    position: relative;
    flex-direction: column;
    justify-content: center;
    padding: 80px 20px;
    /* Increased padding for better appearance */
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
  }

  .hero-slider-container {
    height: auto;
    min-height: auto;
  }

  .swiper-slide {
    height: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }

  .slide-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 768px) {

  .slide-content,
  .slide-overlay {
    display: none !important;
  }

  .slide-image {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    object-fit: contain !important;
  }

  .section-padding,
  .advantages-section,
  .admission-process-section {
    padding: 30px 0 !important;
  }

  .section-title {
    font-size: 1.5rem !important;
    margin-bottom: 20px !important;
  }

  .tab-buttons {
    gap: 10px !important;
    margin-bottom: 20px !important;
  }

  .tab-btn {
    padding: 8px 18px !important;
    font-size: var(--fs-sm) !important;
  }

  .unlock-card {
    padding: 15px 10px !important;
  }

  .unlock-card .feature-title {
    font-size: 0.9rem !important;
  }

  .unlock-card .feature-icon-wrap {
    width: 50px !important;
    height: 50px !important;
    margin-bottom: 10px !important;
  }

  /* Advantage Cards Mobile */
  .advantage-card {
    padding: 20px 15px !important;
  }

  .advantage-card .feature-title {
    font-size: 1rem !important;
    margin-bottom: 8px !important;
  }

  .advantage-card .feature-description {
    font-size: 0.85rem !important;
    line-height: 1.4 !important;
  }

  .advantage-card .feature-icon-wrap {
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 12px !important;
  }

  .admission-process-section .step-img-container {
    width: 120px !important;
    height: 120px !important;
    margin-bottom: 20px !important;
  }

  .admission-process-section .step-number {
    width: 32px !important;
    height: 32px !important;
    font-size: var(--fs-sm) !important;
    bottom: -10px !important;
  }

  .admission-process-section .step-title {
    font-size: 1.1rem !important;
  }

  .text-overlay {
    max-width: 100%;
  }

  .text-overlay h1 {
    font-size: 1.6rem;
  }

  .text-overlay h2 {
    font-size: 1.8rem;
    padding: 6px 15px;
  }

  .text-overlay p,
  .text-overlay ul li {
    font-size: 0.95rem;
  }

  .form-overlay {
    width: 100%;
    padding: 30px 25px;
  }

  .form-overlay h3 {
    font-size: 1.5rem;
  }

  .upk-button-next,
  .upk-button-prev {
    width: 30px;
    height: 30px;
  }

  .upk-button-prev {
    left: 5px;
  }

  .upk-button-next {
    right: 5px;
  }
}

@media (max-width: 480px) {
  .text-overlay h1 {
    font-size: 1.4rem;
  }

  .text-overlay h2 {
    font-size: 1.5rem;
    padding: 5px 12px;
  }

  .text-overlay p,
  .text-overlay ul li {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }

  .text-overlay .cta-button {
    padding: 12px 30px;
    font-size: 0.9rem;
  }

  .form-overlay {
    padding: 25px 20px;
    border-radius: 15px;
  }

  .enrollment-form input,
  .enrollment-form select,
  .enrollment-form textarea {
    padding: 12px 15px;
    font-size: 0.95rem;
  }
}

.main-header {
  background: var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.header-logo {
  flex: 0 0 auto;
}

.header-logo .logo-img {
  height: 50px;
  width: auto;
  display: block;
}

.header-menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 35px;
}

.menu-list li a {
  text-decoration: none;
  color: var(--body-color);
  font-weight: 600;
  font-size: var(--fs-base);
  font-family: var(--font-heading);
  transition: color 0.3s ease;
  position: relative;
}

.menu-list li a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: width 0.3s ease;
}

.menu-list li a:hover {
  color: var(--primary);
}

.menu-list li a:hover::after {
  width: 100%;
}

.header-action {
  flex: 0 0 auto;
}

.apply-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary) 100%);
  color: var(--white);
  text-decoration: none;
  font-weight: 700;
  font-size: var(--fs-base);
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(248, 161, 54, 0.3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: var(--font-heading);
}

.apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(248, 161, 54, 0.5);
  color: var(--white);
}

@media (max-width: 991px) {
  .header-menu {
    display: none !important;
  }

  .header-wrapper {
    justify-content: space-between;
  }

  .header-logo .logo-img {
    height: 40px;
  }

  .apply-btn {
    padding: 10px 20px;
    font-size: var(--fs-sm);
  }
}

@media (max-width: 576px) {
  .main-header {
    padding: 10px 0;
  }

  .header-wrapper {
    padding: 0 15px;
  }

  .header-logo .logo-img {
    height: 35px;
  }

  .apply-btn {
    padding: 8px 16px;
    font-size: var(--fs-sm);
  }
}

.announcement-bar {
  background: linear-gradient(90deg, var(--brand-dark) 0%, #b86b24 50%, var(--brand-dark) 100%);
  color: var(--white);
  padding: 12px 0;
  overflow: hidden;
  position: relative;
  z-index: 1001;
  font-family: var(--font-heading);
  font-size: var(--fs-sm);
  font-weight: 600;
  letter-spacing: 0.8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  padding-left: 100%;
}

.marquee-content span {
  padding-right: 60px;
  display: inline-flex;
  align-items: center;
}

.marquee-content span i {
  margin-right: 10px;
  color: var(--primary-alt);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.announcement-bar:hover .marquee-content {
  animation-play-state: paused;
}

.tab-buttons {
  display: flex;
  justify-content: left;
  gap: 15px;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 12px 30px;
  border: 2px solid var(--primary);
  background: var(--white);
  color: var(--primary);
  font-family: 'Montserrat-Bold', sans-serif;
  font-size: var(--fs-base);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 4px 15px rgba(237, 149, 9, 0.3);
}

.tab-btn:hover {
  background: var(--primary);
  color: var(--white);
}

.tab-panel {
  display: none;
}

.tab-panel.active {
  display: block;
}

.top-online-course-section {
  position: relative;
  overflow-y: visible !important;
}

.top-course-slider {
  overflow-y: visible !important;
}

.main-footer {
  background-color: var(--heading-color);
  padding: 80px 0 20px;
  color: var(--white);
  font-family: var(--font-heading);
}

.footer-logo-wrap {
  margin-bottom: 30px;
  text-align: center;
  background: #fff;
  padding: 5px;
}

.footer-logo {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.footer-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.footer-title {
  font-size: var(--fs-xl);
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--white);
  font-family: var(--font-heading);
}

.footer-divider {
  margin-bottom: 30px;
}

.footer-text {
  font-size: var(--fs-base);
  line-height: 1.8;
  color: var(--grey-500);
  margin-bottom: 20px;
}

.footer-address {
  font-size: var(--fs-base);
  line-height: 1.7;
  color: var(--white);
}

.footer-address b {
  color: var(--primary);
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid var(--body-color);
  margin-top: 40px;
}

.footer-copyright {
  font-size: var(--fs-sm);
  color: var(--grey-500);
  margin: 0;
}

@media (max-width: 768px) {
  .main-footer {
    padding: 60px 0 20px;
  }

  .footer-title {
    font-size: var(--fs-lg);
  }

  .footer-text {
    font-size: var(--fs-sm);
  }
}

.main-footer .row.justify-content-center.mb-5 {
  margin-bottom: 50px !important;
}

.main-footer .footer-content {
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Premium UI Enhancements */
html {
  scroll-behavior: smooth;
}

.main-header {
  transition: all 0.3s ease;
}

.main-header.scrolled {
  padding: 10px 0 !important;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
}

.line-item {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.line-item:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12) !important;
  border-color: var(--primary) !important;
}

.apply-btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.apply-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: 0.5s;
  z-index: -1;
}

.apply-btn:hover::before {
  left: 100%;
}

/* BV FAQ Accordion Styles */
.bv-faq-dropdown-section {
  max-width: 900px;
  margin: 0 auto;
}

.bv-faq-item {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  overflow: hidden;
  transition: all 0.3s ease;
}

.bv-faq-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.bv-faq-item summary {
  padding: 20px;
  cursor: pointer;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bv-faq-item summary::-webkit-details-marker {
  display: none;
}

.bv-faq-icon {
  color: var(--primary);
  /* Using primary color variable */
  font-size: 20px;
  margin-right: 15px;
  width: 25px;
  text-align: center;
}

.bv-faq-question {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.bv-arrow {
  color: #999;
  transition: transform 0.3s ease;
}

.bv-faq-item[open] .bv-arrow {
  transform: rotate(180deg);
  color: var(--primary);
}

.bv-faq-answer {
  padding: 0 20px;
  color: #555;
  line-height: 1.6;
  border-top: 1px solid #f9f9f9;
  margin-top: -10px;
  padding-top: 15px;
}

.bv-faq-item.highlight {
  border-left: 4px solid var(--primary);
}

@media (max-width: 768px) {
  .bv-faq-answer {
    padding: 0 20px 20px 20px;
  }

  .bv-faq-question {
    font-size: 16px;
  }
}