@media screen and (max-width: 760px) {
  body {
    font-size: 14px;
  }

  /* body:before {
    content: '';
    display: block;
    width: 100%;
    height: 90%;
    background: #FAFAFA url('../images/banner-web.png') no-repeat center top;
    background-size: 100%;
    top: 100px;
    left: 0;
    z-index: -1;
  } */
  header {
    padding: 8px 0;
  }
  header .logo {
    height: 40px;
  }
  header .amba {
    height: 30px;
  }
  /* header .logo2 {
    height: 40px;
    margin: 0 5px;
  }
  header .logo3 {
    height: 35px;
  } */

  header p {
    font-size: 24px;
    margin: 0 0 0 10px;
  }

  /* .header-fixed p strong {
    font-size: 12px !important;
  } */

  h1 {
    font-size: 24px;
    line-height: normal;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
  }

  /* banner */
  .banner img {
    width: 100%;
    height: 450px;
  }

  button,
  input[type=submit] {
    border-radius: 11px;
    font-size: 16px;
    height: 42px;
  }

  h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
    padding: 0 0 0 40px;
  }
  h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;   /* adjust icon size */
    height: 30px;
    background-image: url("../images/star.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  ul li {
    background-size: 15px;
  }


  form h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .form_box {
    padding: 20px; 
    width: 100%;
    margin:  20px 0 0;
    min-height: auto;
    min-width: auto;
    background-position: center center;
    background-size: cover;
    border-radius: 16px;
    box-shadow: none;
  }

  form input[type=submit] {
    margin: 10px 0 0;
  }

  .key-points {
    margin: -170px auto 10px;
    background: none;
    box-shadow: none;
  }

  .key-points .container {
    width: 95%;
  }

  .key-points h4 {
    font-size: 14px;
    line-height: 22px;
  }

  .key-points img {
    top: 0px;
  }

  .key-points hr {
    height: 1px;
    margin: 10px auto;
    background: #E3E3E3;
    border: 0;
    opacity: 0.25;
    width: 100%;
    display: inline-block;
  }

  .key-points .blue {
    width: 100%;
    border-radius: 10px;
    margin: 30px 0 0;
  }

  .key-points .red {
    width: 100%;
    padding: 15px;
  }

  .key-points .red button {
    font-size: 16px;
    line-height: 22px;
    height: 18px;
  }

  .key-info .container>* {
    width: 100%;
    margin: 0 0 10px;
  }

  .key-info .card-2 {
    background-position: left top;
    background-size: 100% 100%;
    padding: 16px 22px;
  }

  i.calendar {
    width: 35px;
    height: 37px;
    background: url('../images/calendar.png') no-repeat center center;
    background-size: 35px 37px;
  }

  i.clock {
    background: url('../images/clock.png') no-repeat center center;
    background-size: 35px;
  }

  i.lecture {
    background: url('../images/lecture.png') no-repeat center center;
    background-size: 35px;
  }

  .key-info p {
    font-size: 16px !important;
    line-height: 24px;
  }

  .key-info p small {
    font-size: 16px !important;
  }

  .key-info button {
    padding: 10px;
    border-radius: 10px;
  }

  .primary-info {
    padding: 0 0 20px;
  }

  .primary-info img {
    height: auto;
    width: 100%;
    margin: 0 0 15px;
  }

  .primary-info .card-1 p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 20px;
  }

  .primary-info button {
    width: 100%;
    margin: 15px 0 0;
  }

  .primary-info .card-1 {
    height: auto;
    text-align: center;
    padding: 30px 20px 10px;
  }

  .primary-info .card-3 {
    background-size: 100% 110%;
  }
  .overview {
    padding: 20px 0;
  }
  .highlights {
    padding: 15px 0 0;
  }
  .highlights img {
    width: 45px;
    height: 45px;
    margin: 0 15px 0 0;
  }

  .card-4 {
    height: auto !important;
  }

  .card-4::before {
    top: 20px;
  }

  .highlights .col-md-3 {
    margin: 0;
  }

  .highlights .card-1 {
    margin: 0 0 5px;
    height: 90px;
    padding: 20px 15px;
  }

  /* .eligibility */
  .eligibility {
    padding: 40px 0 0;
  }
  .eligibility .container {
    padding: 0;
  }
  .eligibility ul {
    padding: 0 15px;
  }
  .eligibility h2 {
    margin: 0 15px 20px;
  }
  .eligibility img {
    width: 100%;
  }
  .eligibility ul {
    margin: 15px 0;
  }

  /* .assess */
  .assess {
    padding: 40px 0 0;
  }
  .assess .container {
    padding: 0;
  }
  .assess  img {
    width: 100%;
  }
  .assess  h4 {
    font-size: 28px;
    line-height: 36px;
    padding: 0 15px;
    margin: 10px 0;
  }
  .assess p  {
    padding: 0 15px;
  }
  .assess h2 {
    margin: 0 15px 20px;
  }

  /* course content */
  .course-content {
    padding: 0;
  }
  .course-content2 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  .accordian_box {
    margin: 0 0 10px;
  }

  .accordian_head {
    padding: 10px 30px 10px 20px;
    height: auto;
  }
  .accordian_head span {
    color: var(--secondary-color);
    margin: 0 2px;
  }
  .course-content button{
    margin: 20px 0 0;
  }
  .course-content .title, .course-content2 .title  {
    padding: 30px 0;
  }
  .course-content .content, .course-content2 .title  {
    padding: 30px 0;
  }
  .course-content2 .col-md-1 {
    display: none !important;
  }
  .course-content2 ul {
    margin: 0 0 20px;
  }
  .course-content2 .content  {
    padding: 20px 0 10px;
  }
  .course-content2 p,  .course-content2 li {
   font-size: 14px !important;
   line-height: 22px !important;
  }


  /* campus */
  .campus {
    padding: 0;
    background: none
  }
  .campus .left {
    background: var(--primary-color);
    width: 100%;
    padding: 30px 15px;
  }
  .campus .container {
    padding: 0;
  }
  .campus .right {
    background: var(--secondary-color);
    width: 100%;
    padding: 40px 15px;
  }
  .campus p {
    width: 100%;
  }
  .campus .right .main-img {
    width: 100px;
  }

  .accordian_head strong {
    font-size: 14px;
    line-height: 20px;
    margin: 0 10px 0 0;
  }

  .accordian_head.bullet {
    padding: 10px 30px 10px 40px;
  }

  .accordian_content {
    border-top: 1px solid #E3E3E3;
    padding: 0 15px 10px;
  }

  .accordian_content ul {
    padding: 0;
    margin: 10px 0;
  }

  .accordian_content ol {
    margin: 2px 0 0;
  }

  .accordian_head::before {
    width: 12px;
    height: 12px;
  }

  .accordian_content ul li {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 0 0 0 25px;
    list-style-type: none;
    background-size: 13px;
    font-weight: 300;
  }

  .accordian_content ol li {
    font-size: 13px;
    margin: 0 0 0 -25px;
    list-style-type: decimal;
    padding: 2px 0 0 5px;
    background: none;
  }

  .grid .accordian_box {
    height: auto;
    overflow-y: visible;
  }

  .schedule {
    padding: 20px 0;
  }

  .card-6 {
    margin: 0 0 16px;
    padding: 8px 10px;
    border-radius: 10px;
  }

  .schedule p {
    font-size: 13px;
  }

  /* past */
  .past {
    padding: 40px 0 0;
  }
  .past .img-section{
    width: 100%;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .past .img-section h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
    padding: 0 0 0 30px;
  }
  .past .img-section h3::before {
    width: 20px;   /* adjust icon size */
    height: 20px;
  }
  .past .img-section img{
    width: 100%;
  }
  .past .vl {
    display: none;
  }

  /* certificate */
  .certificate{
    padding: 0;
  }
  .certificate p{
    width: 100%;
  }
  .certificate h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  .certificate img {
    width: 100%;
  }

  .certificate .title {
    padding: 30px 0;
  }
  .certificate .content  {
    background: var(--secondary-color) url('../images/certificate-bg.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 40px 0;
  }

  /* new directors */
  .new-dir {
    padding: 0;
  }
  .new-dir h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .new-dir .dir-card {
    margin: 0 0 30px;
  }
  .new-dir .vl3 {
    display: none;
  }
  .new-dir .title {
    padding: 30px 0;
  }
  .new-dir  .content  {
    padding: 0 0 50px;
  }
  .new-dir .main-card {
    padding: 40px 0 0;
  }

  /* Ready */
  .ready {
    padding: 40px 0 0;
  }

  .ready .ready-box {
    width: 48%;
    padding: 20px 10px;
    height: 100px;
    text-align: center;
  }

  .ready .text-bottom {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0 0;
  }


  /* key-highlights */
  .key-highlights {
    padding: 40px 0;
  }

  .key-highlights .main-section .inner {
    width: 48%;
    align-items: center;
    padding: 0 5px 0 0;
  }

  .key-highlights .main-section .inner:nth-child(4),
  .key-highlights .main-section .inner:nth-child(2) {
    width: 44%;
  }

  .key-highlights .main-section .inner:nth-child(4):after,
  .key-highlights .main-section .inner:nth-child(2):after {
    background: none !important;
  }

  .key-highlights p {
    text-align: center;
    margin: 0 0 10px;
    width: 100%;
  }

  .past-participants {
    padding: 30px 0;
  }

  .past-participants ul li {
    width: 100%;
  }

  .past-participants .card-1 {
    padding: 16px;
    width: 49%;
    margin: 0;
  }

  .past-participants img {
    width: 100%;
    margin: 50px auto 0;
  }

  .hail-from {
    padding: 40px 0;
  }

  .hail-from img {
    margin: 0 0 20px;
    width: 45%;
  }

  .logo-height1 {
    height: 50px;
  }

  .logo-height2 {
    height: 60px;
  }

  .logo-height3 {
    height: 30px;
  }

  .logo-height4 {
    height: 55px;
  }

  .logo-height5 {
    height: 55px;
  }

  .logo-height6 {
    height: 70px;
  }

  .logo-height7 {
    height: 55px;
  }

  .logo-height8 {
    height: 50px;
  }

  .logo-height9 {
    height: 50px;
  }

  .logo-height10 {
    height: 80px;
  }

  .logo-height11 {
    height: 40px;
  }

  .logo-height12 {
    height: 55px;
  }

  .logo-height13 {
    height: 50px;
  }

  .logo-height14 {
    height: 50px;
  }

  .logo-height15 {
    height: 60px;
  }

  .hail-from p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    text-align: center !important;
  }

  .testimonials {
    padding: 40px 0 20px;
  }

  .testimonials-swapper {
    padding: 0;
  }

  .testimonials-card>p {
    height: 250px;
  }

  .testimonials-card {
    height: 370px;
  }

  .testimonials-card::before {
    width: 25px;
    /* image width */
    height: 25px;
    /* image height */
  }

  .testimonials-card .meta img {
    height: 70px;
    width: 70px;
  }

  .testimonials-pagination {
    margin: 20px 0 0;
  }

  /* directors */

  .directors {
    padding: 40px 0 20px;
  }

  .directors .card-1 {
    padding: 10px;
  }

  .directors img {
    height: 100px;
    width: 100px;
  }

  .directors p small {
    font-size: 14px;
    line-height: 20px;
  }

  .directors ul {
    margin: 20px 0 0 20px;
  }

  .directors h5 {
    font-size: 16px;
  }

  .directors ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400 !important;
  }

  .directors .text-content {
    margin: 15px 0 0;
  }

  /* admission */
  .admission {
    padding: 25px 0;
  }

  .admission .image {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /* enables smooth scroll on iOS */
    white-space: nowrap;
    /* keep content in one line */
  }

  /* Hide scrollbar (optional) */
  .admission .image::-webkit-scrollbar {
    display: none;
  }

  .admission .image {
    scrollbar-width: none;
  }

  /* Image styling */
  .admission .image img {
    display: inline-block;
    width: 600px;
    /* 👈 make this wider than screen width */
    max-width: none;
    /* prevent Bootstrap constraints */
    height: auto;
    border-radius: 12px;
    object-fit: cover;
  }

  .admission input {
    width: 250px !important;
    margin: 15px 0 0;
  }

  /* footer */
  footer {
    padding: 40px 0 10px;
  }

  footer .vl2 {
    height: 70px;
  }

  footer .xlri-logo {
    height: 80px;
  }

  /* footer .timespro-logo {
    width: 100px;
  }
   */
  footer a, footer p {
    font-size: 13px;
  }
  /* admission */
  .admission-fee {
    padding: 30px 0;
  }
  .admission-fee p{
    font-size: 18px;
    margin: 0 0 0 10px;
  }
  

}