 .blinker {
      animation: blinker 1s infinite;
    }

    @keyframes blinker {
      from {
        color: white;
      }

      to {
        color: gray;
      }
    }

    :root {
      --var1: #28166F;
      --var2: #F27E00;
    }

    /* start first section */
    .sec-top-header {
      background: var(--var1);
      position: fixed;
      width: 100%;
      z-index: 99;

    }

    .sec-top-header .container {
      padding: 0 48px;
    }

    .sec-top-header .box {
      padding: 4px 0;
    }

    .sec-top-header .box a {
      color: white;
      text-decoration: none;
      display: inline-block;
      padding: 4px;
      font-size: 14px;
      font-weight: 500;
    }

    .sec-top-header .box ul {
      padding: 5px;
      z-index: 101;
    }

    .sec-top-header .box ul li a {
      color: var(--var1) !important;
      padding: 8px 5px;
      border-radius: 5px;
    }

    .sec-top-header .box ul li:hover a {
      color: white !important;
      background-color: var(--var1);
    }

    .sec-top-header .box i.fa-starting {
      background: var(--var2);
      padding: 4px 6px;
      border-radius: 50%;
      font-size: 10px;
    }

    .sec-top-header .box .btn-header {
      border-radius: 7px;
      padding: 1px 10px;
      ;
      margin-left: 8px;
      font-weight: bold;
    }

    .sec-top-header .box .btn-header-color-one {
      background: var(--var2);
      color: #fff;
    }

    .sec-top-header .box .btn-header-color-two {
      background: white;
      color: var(--var1);
    }

    /* start sec section */
    .sec-navbar {
      width: 100%;
      display: inline-block;
      /* margin-top: 57px; */
      /*      z-index: 9;*/
      position: relative;
    }

    .sec-navbar .fixed-top {
      z-index: 9;
    }

    .sec-navbar nav {
      margin-top: 37px;
      margin-right: 5rem;
      margin-left: 5rem;
      background-color: white !important;
      border-radius: 8px 12px;
      box-shadow: 0px 0px 4px 2px #8f8f8f;
    }

    /*.sec-navbar nav .navbar-new-d{
      background-color: white !important;
      border-radius: 8px 12px;
      box-shadow: 0px 0px 4px 2px #8f8f8f;
      width: 100%;
      display: flex;
    }*/
    .sec-navbar nav .collapse .navbar-nav li>a {
      color: var(--var1);
      font-size: 14px;
      font-weight: 500;
      padding: 12px 5px;
    }

    .sec-navbar nav .collapse .navbar-nav li>a.enquiry_now {
      margin-left: 20px;
      color: white !important;
      background: var(--var2);
      border-radius: 30px;
      padding: 12px 28px;
      text-align: center;
    }

    .sec-navbar nav .collapse .navbar-nav li>a.menu {
      position: relative;
    }

    .sec-navbar nav .collapse .navbar-nav li>a.menu:before {
      content: '';
      position: absolute;
      background: var(--var1);
      height: 15px;
      width: 1.5px;
      top: 16px;
      right: 0;
    }

    .sec-navbar nav .collapse .navbar-nav li>a .fa {
      color: gray;
    }

    .sec-navbar .collapse .nav-item ul.dropdown-menu {
      padding: 5px;
    }

    .sec-navbar .collapse .nav-item ul.dropdown-menu li a {
      padding: 2px 5px;
      border-radius: 5px;
    }

    .sec-navbar .collapse .nav-item ul.dropdown-menu li a:hover {
      color: white;
      background-color: var(--var1);

    }

    /* Apply hover to all nav-item.dropdown elements directly under navbar-nav */
    .sec-navbar .navbar-nav>.nav-item.dropdown:hover>.dropdown-menu {
      display: block;
      margin-top: 0;
      width: max-content;
    }

    /* Submenu hover for dropdown-submenu */
    .sec-navbar .dropdown-submenu {
      position: relative;
    }

    .sec-navbar .dropdown-submenu>.dropdown-menu {
      display: none;
      position: absolute;
      top: 0;
      left: 100%;
      margin-top: -1px;
    }

    .sec-navbar .dropdown-submenu:hover>.dropdown-menu {
      display: block;
    }

    /* end sec section */

    .ssu-modal {
    background: #e8dfc9;
    border: 3px solid #3b2c84 !important;
    border-radius: 0;
    max-width: 900px;
    margin: auto;

  }

  .modal-content-2 {
    border-radius: 0 !important;
    padding: 10px 30px
  }

  .ssu-logo-box {
    width: 260px;
    display: inline-block;
  }

  .ssu-top {
    background: transparent;
    padding: 25px 15px 10px;
  }

  .ssu-body {
    background: transparent;
    padding: 30px 40px;
  }

  .ssu-body {
    position: relative;
  }

  .ssu-body::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    right: 20px;
    height: 196px;
    background: #4b33a6;
    border-radius: 6px;
    z-index: 0;
  }

  .ssu-body::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 15px;
    right: 14px;
    height: 207px;
    border: 4px dotted #4b33a6;
    border-radius: 10px;
    z-index: 0;
  }

  .ssu-body h4,
  .ssu-body h6,
  .ssu-desc {
    position: relative;
    z-index: 1;
    color: #fff;
  }

  .ssu-body h4 {
    font-size: 36px;
    font-weight: 700;

  }

  .ssu-body h6 {
    font-size: 30px;
    font-weight: 600;
  }

  .ssu-desc {
    font-size: 20px;
    margin-top: 15px;
  }

  .ssu-whatsapp-btn {
    display: inline-block;
    margin-top: 20px;
    background: #f18700;
    color: #fff;
    padding: 14px 45px;
    font-size: 22px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 55px;
  }

  .ssu-whatsapp-btn:hover {
    background: #d97300;
    color: #fff;
  }

  .ssu-no-thanks {
    display: block;
    margin-top: 18px;
    font-size: 20px;
    color: #3b2c84;
    text-decoration: underline;
  }

  .ssu-no-thanks:hover {
    color: #000;
  }

  .btn-close {
    filter: invert(1);
    color: #4b33a6 !important;
  }

  @media(max-width:1280px){
    .sec-navbar nav .collapse .navbar-nav li>a {
      padding: 12px 3px;
      font-size: 12px;
    }
  }

  @media(min-width:769px) and (max-width:1024px){
    .sec-navbar nav .collapse .navbar-nav li>a {
      padding: 12px 3px;
       font-size: 10px;
    }
    .sec-navbar nav {
        margin-top: 60px;
    }
    .navbar-brand img{
      height: 50px !important;
    }
  }
  @media (max-width: 768px) {
    .sec-navbar nav {
        margin-top: 60px;
    }
    .ssu-modal {
      max-width: 95%;
    }

    .ssu-body::before,
    .ssu-body::after {
      height: 200px;
    }

    .ssu-whatsapp-btn {
      margin-top: 230px;
      font-size: 18px;
    }
  }
.sec-banner {
    margin-top: -26px;
  }

  @media only screen and (max-width: 575px) {
    .sec-top-header {
      position: revert;
    }

    .sec-navbar {
      margin-top: auto;
      background-color: #959292;
    }

    .sec-banner {
      margin-top: auto !important;
    }

    .sec-eight .sec-container .tab-pane .img {
      position: revert !important;
    }

    .sec-eight .sec-container .content {
      height: auto !important;
    }

    .sec-eight .sec-container .nav {
      justify-content: center;
    }

    .sec-fivth .sec-container .box .content .eli-dur {
      float: none !important;
    }

    .sec-fourth .box .image {
      margin-top: 20px;
      text-align: center;
    }

    .sec-fourth .box .image img {
      width: 50%;
    }

    .adm {
      right: -14.2% !important;
    }
  }

  .adm {
    position: fixed;
    z-index: 9999;
    top: 50%;
    right: -4.2%;
    background: #f38120;
    padding: 6px 20px;
    transform: rotate(90deg);
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px 0px 5px 5px;
    text-decoration: none;
    cursor: pointer;
  }

  #apply_now .modal-body {
    border: 3px solid #f38120 !important;
  }

   #apply_now{
    padding-top: 50px;
  }
  #apply_now .btn-close{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    opacity: inherit;
    font-weight: bold;
    color: white;
  }
  #apply_now .modal-body{
/*    border: 10px solid #f38120;*/
    background: var(--var1);
    padding: 15px 30px;
  }
  #apply_now .modal-body h3{
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
  }
  #apply_now .modal-body p{
    text-align: center;
    font-size: 15px;
    color: white;
    line-height: 1.4;
  }
  /*#apply_now .modal-body .input-group-text{
    background: revert;
    border: revert;
    color: #150041;
    font-size: 20px;
  }*/
  #apply_now .modal-body .form-control{
/*    border:none;*/
/*    border-radius: 0;*/
/*    border-bottom: 2px solid #150041;*/
    font-size: 14px;
  }
  #apply_now .modal-body .btn{
    background: var(--var2);
    width: 100%;
    border-radius: 0;
    font-weight: bold;
    color: white;
  }
  #apply_now .number_icon{
    background: transparent;
    border: none;
    font-size: 14px;
  }

  
  #phd_apply_now{
    padding-top: 50px;
  }
  #phd_apply_now .btn-close{
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    opacity: inherit;
    font-weight: bold;
    color: white;
  }
  #phd_apply_now .modal-body{
/*    border: 10px solid #f38120;*/
    background: var(--var1);
    padding: 15px 30px;
  }
  #phd_apply_now .modal-body h3{
    color: white;
/*    text-align: center;*/
    font-weight: 700;
    font-size: 24px;
  }
  #phd_apply_now .modal-body p{
/*    text-align: center;*/
    font-size: 14px;
    color: white;
    line-height: 1.4;
  }
  /*#phd_apply_now .modal-body .input-group-text{
    background: revert;
    border: revert;
    color: #150041;
    font-size: 20px;
  }*/
  #phd_apply_now .modal-body .form-control{
/*    border:none;*/
/*    border-radius: 0;*/
/*    border-bottom: 2px solid #150041;*/
    font-size: 14px;
  }
  #phd_apply_now .modal-body .btn{
    background: var(--var2);
    width: 100%;
    border-radius: 0;
    font-weight: bold;
    color: white;
  }
  #phd_apply_now .number_icon{
    background: transparent;
    border: none;
    font-size: 14px;
  }
  .captcha{
    background: url('../../homeimages/captcha-bg.jpg');
    background-size: cover;
    line-height: 1.4;
    border-radius: 5px;
    padding: .375rem .75rem;
    text-align: center;
  }

   /* start fourth section */
  .sec-fourth {
    padding: 0px 0;
    scroll-margin-top: 80px;
  }

  .sec-fourth .box .content h4 {
    color: var(--var1);
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
  }

  .sec-fourth .box .content h2 {
    color: var(--var2);
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .sec-fourth .box .content p {
    font-size: 18px;
    text-align: justify;
    color: #5a5757;
  }

  .sec-fourth .box .image {
    position: relative;
  }

  .sec-fourth .box .image .one {
    position: absolute;
    bottom: 0;
    right: 172px;
  }

  .sec-fourth .box .content .btn-read-more {
    color: white !important;
    background: var(--var1) !important;
    border-radius: 30px 0px 0px 30px;
    padding: 12px 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    border: none !important;
  }
   .btn-read-more {
    color: white !important;
    background: var(--var1) !important;
    border-radius: 30px 0px 0px 30px;
    padding: 12px 40px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    border: none !important;
  }

  .sec-fourth .box .content .btn-read-more .readmorei {
    position: absolute;
    background: var(--var2);
    top: -0.5px;
    bottom: -0.5px;
    width: 50px;
    border-radius: 50%;
    right: -15%;
    line-height: 3;
  }
  .btn-read-more .readmorei {
    position: absolute;
    background: var(--var2);
    top: -0.5px;
    bottom: -0.5px;
    width: 50px;
    border-radius: 50%;
    right: -15%;
    line-height: 3;
  }

  .sec-fourth .box .about-image {
    position: relative;
  }

  .sec-fourth .box .about-image::before {
    background-color: var(--var2);
    position: absolute;
    top: 0;
    left: -4%;
    width: 3px;
    height: 100%;
    content: "";
    display: inline-block;
  }

  .sec-fourth .box .about-image::after {
    background-color: var(--var1);
    position: absolute;
    top: 20%;
    left: -4.3%;
    width: 6px;
    height: 60%;
    content: "";
    display: inline-block;
  }

  .sec-fourth .box .about-image .img {
    overflow: hidden;
  }

  .sec-fourth .box .about-image img {
    transition: all 4s;
  }

  .sec-fourth .box .about-image img:hover {
    transform: scale(2, 2);
  }

  /* end fourth section */

  
  .why-section {
    padding: 50px 0;
    scroll-margin-top: 80px;
    background: linear-gradient(180deg, #f7f7fb, #ffffff);
  }

  .notice-box {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    padding: 12px 16px;
    box-shadow:
      0 0 10px rgba(0, 0, 0, 0.15),
      0 0 30px rgba(28, 11, 66, 0.22);
    border-left: 6px solid #1c0b42;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 45px;
  }


  .notice-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg,
        transparent,
        rgba(247, 148, 28, 0.12),
        transparent);
    animation: shine 5s infinite;
  }

  .notice-btn {
    min-width: 160px;
    white-space: nowrap;
    background: #28166f;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 50px;
    height: 46px;
    padding: 0 18px;
    white-space: nowrap;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }

  .notice-btn:hover {
    background: #28166f;
    color: #fff;
  }

  .notice-slider {
    max-width: 100%;
    flex: 1;
    overflow: hidden;
  }

  .notice-text {
    font-size: 1.05rem;
    font-weight: 600;
    color: #1c0b42;
    white-space: nowrap;
    margin: 0;
    text-align: center;

    transition: transform 0.6s ease-in-out, opacity 0.4s ease;
    will-change: transform;
  }


  .notice-arrow {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(247, 148, 28, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7941c;
    font-weight: bold;
    transition: all 0.3s ease;
    flex-shrink: 0;
  }


  @media (max-width: 767.98px) {
    .notice-text {
      font-size: 0.95rem;
    }

    .notice-arrow {
      display: none;
    }

    .notice-btn {
      font-size: 13px;
      height: 42px;
      padding: 0 14px;
    }
  }

  /* start fivth section */
  .sec-fivth {
    padding: 30px 0;
    /*    background-color: var(--var1);*/
    background-image: url('../../homeimages/bg_ct.jpg');
    background-size: cover;
  }

  .sec-fivth .box .content {
    color: white;
    padding: 10px;
    margin: 0px 20px;
    transition: all 1s;
  }

  .sec-fivth .box .content.side-ab {
    position: relative;
  }

  .sec-fivth .box .content .img {
    margin: 2px 0 20px;
  }

  .sec-fivth .box .content .img img {
    height: 60px;
  }

  .sec-fivth .box .content h5 {
    padding-bottom: 20px;
  }

  .sec-fivth .box .content h5 span {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid white;
  }

  .sec-fivth .box .content h5 span::after {
    background-color: white;
    position: absolute;
    bottom: -10%;
    left: 0;
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    display: inline-block;
  }

  .sec-fivth .box .content h5 span::before {
    background-color: white;
    position: absolute;
    bottom: -10%;
    right: 0;
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    display: inline-block;
  }

  .sec-fivth .box .content p {
    font-size: 12px;
    min-height: 90px;
    margin-bottom: 5px;
  }

  .sec-fivth .box .content .lern_more {
    font-size: 10px;
    text-decoration: none;
    color: var(--var2);
    font-weight: 500;
  }

  .sec-fivth .box .content a {
    color: #fff;
    text-decoration: none;
  }

  .sec-fivth .box .content:hover {
    background-color: rgba(255, 255, 255);
    border-radius: 20px;
    color: black;
  }

  .sec-fivth .box .content a:hover {
    color: black;
  }

  .sec-fivth .box .content.side-ab::before {
    background-color: #ccc;
    position: absolute;
    top: 0;
    right: -11%;
    width: 3px;
    height: 100%;
    content: "";
    display: inline-block;
  }

  .sec-fivth .box .content.side-ab::after {
    background-color: var(--var2);
    position: absolute;
    top: 20%;
    right: -11.5%;
    width: 6px;
    height: 60%;
    content: "";
    display: inline-block;
  }

  /* end fivth section */

   /* start six section */
  .sec-six {
    padding: 30px 0;
    scroll-margin-top: 80px;
    background-color: #FFFAEC;
  }

  .sec-six .first-container h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .sec-six .first-container h3 .span1 {
    color: var(--var1);
  }

  .sec-six .first-container h3 .span2 {
    color: var(--var2);
  }

  .sec-six .sec-container a {
    text-decoration: none;
  }

  .sec-six .sec-container .box {
    border-radius: 12px;
    background: white;
    padding: 10px;
    /*    border: 2px dotted var(--var1);*/
    margin-top: 25px;
    transition: all 2s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /*    height: 150px;*/
  }

  .sec-six .sec-container .box:hover {
    background-color: var(--var1);
    /*    border:2px dotted white;*/
    /*    height: 160px;*/
    transform: scale(1, 1.09);
  }

  .sec-six .sec-container .box .img {
    padding-bottom: 10px;
  }

  .sec-six .sec-container .box .img img {
    height: 60px;
  }

  .sec-six .sec-container .box:hover img {
    filter: brightness(0) invert(1);
  }

  .sec-six .sec-container .box h5 {
    color: var(--var1);
    font-size: 16px;
    /*    font-size: 20px;*/
    padding: 5px 15px;
    min-height: 50px;
  }

  .sec-six .sec-container .box:hover h5 {
    color: white !important;
  }

  /* end six section */

  /* Start six point two section */
  .sec-six-p-two {
    padding: 40px 0;
    background-image: url('../../homeimages/bg_bvoc.png');
    background-size: cover;
    /*    background-color: var(--var1);*/
    scroll-margin-top: 80px;
    color: white;
  }

  .sec-six-p-two .box h5 {
    font-size: 16px;
  }

  .sec-six-p-two .box h6 {
    font-size: 36px;
    margin: 10px 0 16px;
  }

  .sec-six-p-two .box h6 span {
    color: var(--var2);
  }

  .sec-six-p-two .box p {
    font-size: 14px;
    font-weight: 700;
  }

  .sec-six-p-two .box .bvocbtn {
    font-size: 14px;
    background: var(--var2);
    padding: 10px 35px;
    margin: 10px;
    display: inline-block;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
  }

  /* End six point two section */

   /* Start six point three section */
  .sec-six-p-three {
    padding: 0px 0;
    /*    background-image: url('lib/image/map.png');*/
    /*    background-size: cover;*/
    /*    background-color: var(--var1);*/
    scroll-margin-top: 80px;
  }

  .sec-six-p-three .first-container {
    position: relative;
    margin-bottom: 20px;
  }

  .sec-six-p-three .first-container::before {
    background-color: var(--var1);
    position: absolute;
    bottom: -20%;
    left: 30%;
    width: 40%;
    height: 4%;
    content: "";
    display: inline-block;
  }

  .sec-six-p-three .first-container::after {
    background-color: var(--var2);
    position: absolute;
    bottom: -24%;
    left: 42%;
    width: 16%;
    height: 12%;
    content: "";
    border-radius: 5px;
    display: inline-block;
  }

  .sec-six-p-three .first-container h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .sec-six-p-three .first-container h3 .span1 {
    color: var(--var1);
  }

  .sec-six-p-three .first-container h3 .span2 {
    color: var(--var2);
  }

  .sec-six-p-three .first-container p {
    font-size: 12px;
    font-weight: 600;
  }

  .sec-six-p-three .third-container .btn-read-more {
    color: white !important;
    background: var(--var1) !important;
    border-radius: 30px 0px 0px 30px;
    padding: 12px 40px;
    position: relative;
    text-transform: uppercase;
    border: none !important;
    font-weight: 700;
  }

  .sec-six-p-three .third-container .btn-read-more .readmorei {
    position: absolute;
    background: var(--var2);
    top: -0.5px;
    bottom: -0.5px;
    width: 50px;
    border-radius: 50%;
    right: -15%;
    line-height: 3;
  }

  /* End six point three section */

  /* start six point fourth section */
  .sec-six-p-fourth {
    padding: 30px 0;
    background-image: url('../../homeimages/bg_ih.png');
    background-size: cover;
    scroll-margin-top: 80px;
  }

  .sec-six-p-fourth .first-container h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
  }

  .sec-six-p-fourth .first-container h3 .span1 {
    color: var(--var1);
  }

  .sec-six-p-fourth .first-container h3 .span2 {
    color: var(--var2);
  }

  .sec-six-p-fourth .first-container p {
    font-size: 18px;
    /*    font-weight: 500;*/
  }

  .sec-six-p-fourth .sec-container .box {
    text-align: center;
    border: 1px solid var(--var1);
    margin: 20px 15px;
    border-radius: 10px;
    padding: 10px;
  }

  .sec-six-p-fourth .sec-container .box img {
    height: 70px;
    width: auto;
    display: inline-block;
    padding: 5px 0;
  }

  .sec-six-p-fourth .sec-container .box h5 {
    margin: 15px 0 8px;
    color: var(--var1);
    font-weight: bold;
    font-size: 16px;
  }

  .sec-six-p-fourth .sec-container .box p {
    background: #ECEDED;
    padding: 10px 10px 0;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 500;
    min-height: 70px;
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
  }


  .owl-carousel .owl-nav.disabled {
    display: block !important;
  }

  .sec-six-p-fourth .sec-container .owl-carousel {
    z-index: revert;

  }

  .owl-carousel {
    position: relative;
  }



  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    border: 1px solid #ccc;
    height: 30px;
    width: 30px;
    background: #ccc !important;
    color: white !important;
    padding: 10px !important;
    position: absolute;
    top: 40%;
    font-size: 25px;
    border-radius: 50%;
  }

  .owl-carousel .owl-nav span {
    line-height: 0.1;
    display: block;
    margin-bottom: 5px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: -2.5% !important;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: -2.5% !important;
  }

  /* end six point fourth section */
  /* start six point fifth section */
  .sec-six-p-fifth {
    padding: 30px 0;
    /*    background-image: url('lib/image/testimonial_bg.png');*/
    background-size: cover;
    scroll-margin-top: 80px;
  }

  .sec-six-p-fifth .first-container h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
  }

  .sec-six-p-fifth .first-container h3 .span1 {
    color: var(--var1);
  }

  .sec-six-p-fifth .first-container h3 .span2 {
    color: var(--var2);
  }

  .sec-six-p-fifth .first-container h3::before {
    background-color: var(--var1);
    position: absolute;
    bottom: -20%;
    left: 35%;
    width: 30%;
    height: 6%;
    content: "";
    display: inline-block;
  }

  .sec-six-p-fifth .first-container h3::after {
    background-color: var(--var2);
    position: absolute;
    bottom: -22%;
    left: 45%;
    width: 10%;
    height: 12%;
    content: "";
    border-radius: 5px;
    display: inline-block;
    ;
  }

  .sec-six-p-fifth .first-container p {
    font-size: 16px;
    margin-bottom: 0px;
    color: white;
    margin-bottom: 15px;
  }

  .sec-six-p-fifth .first-container p span {
    background-color: var(--var1);
    padding: 5px 15px 7px;
    border-radius: 2px;
  }

  .sec-six-p-fifth .sec-container {
    margin-top: 40px;
  }

  .sec-six-p-fifth .sec-container .box .content {
    margin-top: 10px;
  }

  .sec-six-p-fifth .sec-container .box .content .img {
    background: var(--var2);
    border-radius: 50%;
    padding: 10px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec-six-p-fifth .sec-container .box .content .img img{
    height: 45px;
  }

  .sec-six-p-fifth .sec-container .box .content h6 {
    margin-bottom: 5px;
    color: var(--var1);
    font-weight: bold;
  }

  .sec-six-p-fifth .sec-container .box .content p {
    font-size: 14px;
  }

  /* end six point fifth section */

  /* start six point six section */
  .sec-six-p-six {
    padding: 30px 0;
    /*    background-image: url('lib/image/testimonial_bg.png');*/
    background-size: cover;
    scroll-margin-top: 80px;
  }

  .sec-six-p-six .first-container h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
  }

  .sec-six-p-six .first-container h3 .span1 {
    color: var(--var1);
  }

  .sec-six-p-six .first-container h3 .span2 {
    color: var(--var2);
  }

  .sec-six-p-six .first-container h3::before {
    background-color: var(--var1);
    position: absolute;
    bottom: -20%;
    left: 35%;
    width: 30%;
    height: 6%;
    content: "";
    display: inline-block;
  }

  .sec-six-p-six .first-container h3::after {
    background-color: var(--var2);
    position: absolute;
    bottom: -22%;
    left: 45%;
    width: 10%;
    height: 12%;
    content: "";
    border-radius: 5px;
    display: inline-block;
    ;
  }

  .sec-six-p-six .first-container p {
    font-size: 16px;
    margin-bottom: 0px;
    color: white;
    margin-bottom: 15px;
  }

  .sec-six-p-six .first-container p span {
    background-color: var(--var1);
    padding: 5px 15px 7px;
    border-radius: 2px;
  }

  .sec-six-p-six .sec-container {
    text-align: center;
    margin-top: 40px;
  }

  .sec-six-p-six .sec-container .box img {
    height: 150px;
    border-radius: 50%;
    display: block;
  }

  .sec-six-p-six .sec-container .box .img {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
  }

  .sec-six-p-six .sec-container .box .img::before {
    content: '';
    position: absolute;
    inset: 0;
    /* top, right, bottom, left = 0 */
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.7);
    pointer-events: none;
    /* So clicks go through */
    border-radius: 50%;
  }

  .sec-six-p-six .sec-container .box h5 {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
  }

  .sec-six-p-six .sec-container .box p {
    font-size: 10px;
    text-transform: uppercase;
  }



  .sec-six-p-six .sec-container .owl-theme .owl-controls .owl-page span {
    width: 10px;
    height: 10px;
    background: #ccc;
    opacity: 1;
  }

  .sec-six-p-six .sec-container .owl-theme .owl-controls .owl-page.active span,
  .sec-nine .sec-container .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: var(--var1);
  }

  .sec-six-p-six .sec-container .owl-carousel {
    z-index: revert;
  }

  /* end six point six section */

   /* Start seven section */
  .sec-seven {
    /*    height: 530px;*/
    padding: 30px;
    /*    background-image: url('lib/image/map.png');*/
    /*    background-size: cover;*/
    background-color: rgba(243, 129, 32, 0.09);
    scroll-margin-top: 80px;
  }

  .sec-seven .content {
    padding: 20px 0 0;
  }

  .sec-seven .content h4 {
    text-transform: uppercase;
    color: var(--var1);
    font-weight: 700;
  }

  .sec-seven .content h5 {
    font-size: 40px;
    text-transform: capitalize;
    color: var(--var1);
    font-weight: bold;
  }

  .sec-seven .content h5 span {
    color: var(--var2);
  }

  .sec-seven .content p {
    font-weight: 500;
    color: var(--var1);
  }

  .sec-seven .form {
    background: var(--var2);
    padding: 14px 25px;
    border-radius: 20px;
  }

  .sec-seven .form h5 {
    font-size: 26px;
    font-weight: bold;
    color: white;
    margin-bottom: 4px;
  }

  .sec-seven .form p {
    font-size: 10px;
    color: white;
    margin-bottom: 8px;
    font-weight: 500;
  }

  .sec-seven .form .form-control {
    border-radius: 2px;
    height: 40px;
    border-width: 1.5px;
    font-size: 14px;
    font-weight: 500;
    color: #383737;
  }

  .sec-seven .form .input-group-text {
    background-color: #ccc;
    border: 1.5px solid #150041;
    border-right: none;
  }

  .sec-seven .form .btn {
    background: var(--var1) !important;
    width: 100%;
    border-radius: 0;
    font-weight: bold;
    color: white;
    margin: 0;
  }

  .sec-seven .form .form-control::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #A5A5A5;
  }

  .sec-seven .form .checkbox-input {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
  }

  /* End seven section */

   /* start nine section */
  .sec-nine {
    padding: 60px 0 30px;
    /*    background-image: url('lib/image/testimonial_bg.png');*/
    background-color: rgba(236, 237, 237, 0.37);
    background-size: cover;
    scroll-margin-top: 80px;
  }

  .sec-nine .first-container h3 {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
  }
.sec-nine .first-container h3 .span1 {
    color: var(--var1);
}
.sec-nine .first-container h3 .span2 {
    color: var(--var2);
}
.sec-nine .first-container h3::before {
    background-color: var(--var1);
    position: absolute;
    bottom: -20%;
    left: 35%;
    width: 30%;
    height: 6%;
    content: "";
    display: inline-block;
  }

  .sec-nine .first-container h3::after {
    background-color: var(--var2);
    position: absolute;
    bottom: -22%;
    left: 45%;
    width: 10%;
    height: 12%;
    content: "";
    border-radius: 5px;
    display: inline-block;
    ;
  }
  /* .sec-nine .first-container p {
    color: #ccc;
    font-size: 26px;
    font-weight: 700;
  } */

  .sec-nine .first-container p span {
    background-color: var(--var1);
    padding: 5px 15px 7px;
    border-radius: 2px;
    color: #fff;
}
  .sec-nine .sec-container .box {
    padding: 20px;
    text-align: left;
    margin: 20px 10px;
  }

  .sec-nine .sec-container .box .fa-quote-left {
    color: var(--var2);
    font-size: 20px;
  }

  .sec-nine .sec-container .box .content {
    background-color: white;
    padding: 20px 15px 10px;
    border-bottom: 0.5px solid #ccc;
    min-height: 220px;
  }

  .sec-nine .sec-container .box p.main {
    min-height: 160px;
  }

  .sec-nine .sec-container .box p {
    color: var(--var1);
    line-height: 1.2;
    font-size: 12px;
    font-weight: 400;
  }

  .sec-nine .sec-container .box .heading {
    padding: 5px 0px;
  }

  .sec-nine .sec-container .box .heading img {
    height: auto;
    /* width: 30px; */
    padding: 5px;
  }

  .sec-nine .sec-container .box .heading h6 {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: var(--var1);
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .sec-nine .sec-container .box .heading .img {
    background-color: var(--var1);
    border-radius: 50%;
    padding: 2px;
  }

  .sec-nine .sec-container .owl-controls {
    display: none !important;
  }

  .sec-nine .sec-container .owl-carousel {
    z-index: revert;
  }

  /* end nine section */

   /* start tenth section */
  .sec-tenth {
    background-image: url('../../homeimages/bg_sm.png');
    background-size: cover;
    padding: 30px 0;
    scroll-margin-top: 80px;
  }

  .sec-tenth .first-container h3 {
    color: var(--var1);
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;

  }

  .sec-tenth .sec-container .box.one {
    padding: 10px 20px;
    border: 2px solid var(--var2);
    border-radius: 10px;
    box-shadow: -2px 3px 1px 2px var(--var1);
    background-color: white;
  }

  .sec-tenth .sec-container .box.two {
    padding: 10px 20px;
    border: 2px solid var(--var2);
    border-radius: 10px;
    box-shadow: 2px 3px 1px 2px var(--var1);
    background-color: white;
  }

  /* end tenth section */

  /* start eleven section */
  .approval-recog {
    scroll-margin-top: 80px;
    padding: 30px 0;
  }

  .approval-recog .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .approval-recog .img-box {
    padding: 20px 20px 10px;
    background: var(--var1);
    color: white;
    text-align: center;
    border-radius: 12px;
    margin: 0 10px;
    min-height: 150px;
  }

  .approval-recog .img-box img {
    display: -webkit-inline-box;
    height: 80px;
    width: 80px;
    background: white;
    padding: 5px;
    border-radius: 50%;
  }

  .approval-recog .img-box h6 {
    font-size: 10px;
    margin-top: 10px;
  }

  .approval-recog .owl-carousel {
    z-index: revert;
  }

  .approval-recog .owl-controls {
    display: none !important;
  }

  /* end eleven section */

  /* start tweleve section */
  .footer {
    background: var(--var1);
    /*        padding: 30px 0;*/
    color: white;
  }

  .footer .first-footer .border-bottom {
    border-bottom: 1px solid white;
  }

  .footer .first-footer .border-right,
  .footer .third-footer .border-right {
    border-right: 1px solid white;
  }

  .footer .first-footer .box {
    padding: 10px;
  }

  .footer .first-footer .icon-set {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .footer .first-footer .icon {
    line-height: 1.9;
    text-align: center;
    height: 60px;
    width: 60px;
    font-size: 30px;
    background: var(--var2);
    border-radius: 50%;
  }

  .footer .first-footer p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
  }

  .footer .third-footer .border-top {
    border-top: 1px solid white;
  }

  .footer .third-footer .icon-set {
    padding: 10px 0;
  }

  .footer .third-footer .icon {
    padding: 6px;
    line-height: 1.2;
    text-align: center;
    height: 40px;
    width: 40px;
    font-size: 20px;
    background: var(--var2);
    border-radius: 50%;
    margin-right: 10px;
  }

  .footer .third-footer p {
    color: var(--var2);
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
  }

  .footer .third-footer h6 {
    font-size: 12px;
  }

  .footer .third-footer .box {
    padding: 10px 0;
  }

  .footer .sec-footer {
    padding: 30px 0px 10px 0px;
  }

  .footer .sec-footer .box .img img {
    background: white;
    padding: 10px;
    border-radius: 12px;
  }

  .footer .sec-footer .box p {
    font-size: 12px;
    padding: 0px 0;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .footer .sec-footer .box-sec {
    padding: 0 0px;
  }

  .footer .sec-footer .box-sec h6::before {
    background-color: #ccc;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 40%;
    height: 6%;
    content: "";
    display: inline-block;
  }

  .footer .sec-footer .box-sec h6::after {
    background-color: var(--var2);
    position: absolute;
    bottom: -7px;
    left: 10%;
    width: 20%;
    height: 15%;
    content: "";
    border-radius: 5px;
    display: inline-block;
  }

  .footer .sec-footer .box-sec h6 {
    position: relative;
    padding-left: 5px;
    font-size: 20px;
    padding-bottom: 3px;
  }

  .footer .sec-footer .box-sec ul {
    padding: 10px 0 0 18px;
  }
  .footer .sec-footer .box-sec ul li {
    list-style: disc;
}

  .footer .sec-footer .box-sec ul li::marker {
    font-size: 10px;
  }

  .footer .sec-footer .box-sec ul li a {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    color: white;
  }


  .footer .sec-footer .box-sec .form {
    margin-top: 20px;
    padding: 10px;
    background: var(--var2);
    border-radius: 20px;
  }

  .footer .sec-footer .box-sec .form .form-control::placeholder {
    font-size: 12px;
    font-weight: 400;
    /*    color: #464444;*/
  }

  .footer .sec-footer .box-sec .form .form-control-2 {
    height: 27px;
    padding: 5px 5px 7px;
    font-size: 12px;
  }

  .footer .sec-footer .box-sec .form .form-submit {
    font-weight: bold;
    color: white;
    background: var(--var1) !important;
    padding: 4px 18px;
    border-radius: 17px;
    margin-top: 0;
  }

  .footer .sec-footer ul.ss-icon {
    list-style: none;
    /* bullet remove */
    margin: 0;
    padding: 0;
    display: flex;
    /* horizontal banane ke liye */
  }

  .footer .sec-footer ul.ss-icon li {
    margin-right: 15px;
    /* space between items */
  }

  .footer .sec-footer ul.ss-icon li img {
    height: 30px;
    width: auto;
  }

  @keyframes blinker {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .blinking-text {
    animation: blinker 1s linear infinite;
    /* 1 sec blink, only once */
    color: red;
    font-weight: bold;

  }

  /* end tweleve section */
  .sec-footer i {
            color: var(--var2);
          }


 /* start thirteen section */
  .sec-13 .footer-link {
    background-color: #f38120;
    padding: 2px 0;
  }

  .sec-13 .footer-link p {
    position: relative;
    /*        text-align: center;*/
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0;
  }

  .sec-13 .footer-link .breadcrumb {
    text-align: center;
    padding: 0 15px !important;
    margin-bottom: 0 !important;
    list-style: none !important;
    background-color: transparent !important;
    border-radius: 4px !important;
  }

  .sec-13 .breadcrumb>li+li:before {
    color: black !important;
  }

  .sec-13 .footer-link .breadcrumb a {
    color: black;
    font-size: 11px;
    font-weight: bold;
  }


  .aiu-footer-content {
    padding: 10px 10px;
  }

  .footer-university-info {
    max-width: 1300px;
    margin: auto;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0;
  }

  .footer-university-info p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
  }

  .footer-university-info strong {
    font-weight: 600;
    color: #f38120;
  }



  /* end thirteen section */

  #thank-gen .modal-body {
    border: 10px solid #f38120;
    padding: 10px 20px;
    background: #e5e8ea;
  }

  #thank-gen .btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 12px;
    opacity: inherit;
    font-weight: bold;
    color: #150041;
  }

  #thank-gen img {
    margin-top: 10px;
  }

  #thank-gen .content {
    margin-top: 20px;
  }

  #thank-gen .content p {
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
  }

   .student-helpdesk-wrap {
    position: fixed;
    left: 20px;
    bottom: 50px;
    z-index: 999999;
    font-family: "Segoe UI", Arial, sans-serif;
  }

  .student-helpdesk-toggle {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f39a1f, #df7d0c);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    /* box-shadow: 0 14px 30px rgba(223, 125, 12, 0.35); */
    transition: all 0.3s ease;
    border: 1px solid #fff;
  }

  .student-helpdesk-toggle:hover {
    transform: translateY(-4px) scale(1.04);
    /* box-shadow: 0 18px 34px rgba(223, 125, 12, 0.45); */
  }

  .student-helpdesk-toggle .icon {
    font-size: 24px;
  }

  .student-helpdesk-box {
    width: 380px;
    max-width: calc(100vw - 24px);
    max-height: 78vh;
    overflow: hidden;
    background: linear-gradient(180deg, #eef3ff 0%, #e8efff 100%);
    border-radius: 22px;
    box-shadow: 0 24px 55px rgba(18, 15, 73, 0.22);
    display: none;
    margin-bottom: 14px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
  }

  .student-helpdesk-header {
    background: #28166f;
    color: #fff;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 20px rgba(29, 8, 79, 0.22);
  }

  .student-helpdesk-header-left {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .student-helpdesk-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  }

  .student-helpdesk-avatar i {
    font-size: 22px;
    color: #fff;
  }

  .student-helpdesk-header h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
  }

  .student-helpdesk-header p {
    margin: 3px 0 0;
    font-size: 12px;
    opacity: 0.85;
  }

  .student-helpdesk-close {
    width: 38px;
    height: 38px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
  }

  .student-helpdesk-close:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
  }

  .student-helpdesk-body {
    padding: 16px;
    max-height: calc(78vh - 82px);
    overflow-y: auto;
  }

  .student-helpdesk-body::-webkit-scrollbar,
  .student-checkbox-box::-webkit-scrollbar,
  .student-chat-messages::-webkit-scrollbar {
    width: 8px;
  }

  .student-helpdesk-body::-webkit-scrollbar-thumb,
  .student-checkbox-box::-webkit-scrollbar-thumb,
  .student-chat-messages::-webkit-scrollbar-thumb {
    background: #b7bfd8;
    border-radius: 20px;
  }

  .student-helpdesk-welcome {
    background: rgba(255, 255, 255, 0.86);
    border-radius: 16px;
    padding: 14px 14px 10px;
    margin-bottom: 14px;
    box-shadow: 0 8px 18px rgba(22, 22, 22, 0.06);
  }

  .student-helpdesk-welcome h3 {
    margin: 0 0 4px;
    font-size: 17px;
    color: #161616;
    font-weight: 700;
  }

  .student-helpdesk-welcome p {
    margin: 0;
    font-size: 13px;
    color: #454545;
  }

  .student-form-group {
    margin-bottom: 14px;
  }

  .student-form-group label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #161616;
  }

  .student-form-control {
    width: 100%;
    height: 42px;
    border: 1px solid #d4d9ea;
    border-radius: 12px;
    background: #fff;
    padding: 0 13px;
    font-size: 14px;
    outline: none;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
    transition: all 0.25s ease;
  }

  .student-form-control:focus {
    border-color: #3a1a8a;
    box-shadow: 0 0 0 4px rgba(58, 26, 138, 0.08);
  }

  .textarea-control {
    height: 70px;
    resize: none;
    padding-top: 10px;
  }

  .student-checkbox-box {
    border: 1px solid #d4d9ea;
    background: #fff;
    border-radius: 12px;
    padding: 10px 12px;
    max-height: 120px;
    overflow-y: auto;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
  }

  .student-checkbox-box label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #444;
    cursor: pointer;
  }

  .student-checkbox-box input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #2b0d68;
  }

  .student-submit-btn {
    width: 100%;
    height: 46px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #1d084f, #31106f);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(29, 8, 79, 0.22);
    transition: all 0.3s ease;
  }

  .student-submit-btn i {
    margin-right: 6px;
  }

  .student-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(29, 8, 79, 0.28);
  }

  .student-chat-messages {
    height: 280px;
    overflow-y: auto;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #e0e5f1;
    border-radius: 14px;
    padding: 12px;
    margin-bottom: 12px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3), 0 8px 18px rgba(0, 0, 0, 0.04);
  }

  .student-chat-msg {
    padding: 11px 13px;
    border-radius: 14px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.6;
    white-space: pre-line;
    word-break: break-word;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
  }

  .student-chat-msg.user {
    background: linear-gradient(135deg, #22085a, #35107b);
    color: #fff;
    margin-left: 40px;
  }

  .student-chat-msg.bot {
    background: #f4f6fb;
    color: #222;
    margin-right: 40px;
    border: 1px solid #e5e9f4;
  }

  .student-chat-footer {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
  }

  .student-chat-footer input {
    flex: 1;
    height: 42px;
    border: 1px solid #d4d9ea;
    border-radius: 12px;
    padding: 0 12px;
    outline: none;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.04);
  }

  .student-chat-footer input:focus {
    border-color: #3a1a8a;
    box-shadow: 0 0 0 4px rgba(58, 26, 138, 0.08);
  }

  .student-chat-footer button {
    width: 48px;
    border: none;
    background: linear-gradient(135deg, #1d084f, #31106f);
    color: #fff;
    border-radius: 12px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(29, 8, 79, 0.2);
    transition: all 0.3s ease;
  }

  .student-chat-footer button:hover {
    transform: translateY(-1px);
  }

  .student-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 44px;
    background: linear-gradient(135deg, #25d366, #17b854);
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.24);
    transition: all 0.3s ease;
  }

  .student-whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(37, 211, 102, 0.3);
  }

  @media (max-width: 576px) {
    .student-helpdesk-wrap {
      left: 12px;
      bottom: 12px;
    }

    .student-helpdesk-box {
      width: 340px;
      max-width: calc(100vw - 24px);
      max-height: 72vh;
    }

    .student-helpdesk-body {
      max-height: calc(72vh - 78px);
    }

    .student-helpdesk-toggle {
      width: 58px;
      height: 58px;
    }

    .student-helpdesk-header h2 {
      font-size: 20px;
    }

    .student-helpdesk-avatar {
      width: 42px;
      height: 42px;
    }
  }
  /* 6-6-2026 */
  
.timeline{
    position:relative;
    padding:20px 0;
}

.timeline-line{
    position:absolute;
    top:0;
    bottom:0;
    left:50%;
    width:6px;
    transform:translateX(-50%);
    background:linear-gradient(
        to bottom,
        #f58220,
        #ffb15f,
        #0f2f57
    );
    border-radius:100px;
}

.timeline-item{
    position:relative;
    margin-bottom:90px;
}

.timeline-dot{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:30px;
    height:30px;
    background:#fff;
    border:6px solid #f58220;
    border-radius:50%;
    z-index:10;
    box-shadow:0 0 25px rgba(245,130,32,.35);
}

.timeline-dot.navy{
    border-color:#0f2f57;
    box-shadow:0 0 25px rgba(15,47,87,.35);
}

.timeline-card{
    border-radius:25px;
    background:linear-gradient(
        135deg,
        #ffffff,
        #fff8f1
    );
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
    border:1px solid rgba(245,130,32,.15);
}

.timeline-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(245,130,32,.20);
}

.navy-card{
    background:linear-gradient(
        135deg,
        #ffffff,
        #f1f7ff
    );
    border:1px solid rgba(15,47,87,.15);
}

.timeline-img{
    overflow:hidden;
    border-radius:25px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.timeline-img img{
    width:100%;
    /* height:420px; */
    object-fit:cover;
    transition:.6s;
}

.timeline-img:hover img{
    transform:scale(1.08);
}

.time-badge{
    display:inline-block;
    padding:10px 18px;
    border-radius:50px;
    background:linear-gradient(
        135deg,
        #f58220,
        #ff9d48
    );
    color:#fff;
    font-weight:600;
}

.time-badge.navy{
    background:linear-gradient(
        135deg,
        #0f2f57,
        #3b669b
    );
}

.feature-list{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:10px;
}

.feature-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#f58220;
    font-weight:700;
}

@media(max-width:991px){

    .timeline-line{
        left:15px;
        transform:none;
    }

    .timeline-dot{
        left:15px;
    }

    .timeline-item{
        padding-left:40px;
        margin-bottom:60px;
    }

    .timeline-img{
        margin-top:20px;
    }

    .timeline-img img{
        height:260px;
    }

}
  

  /* Date :5-6-2026 */
.admission-support-section{
    background:linear-gradient(135deg,#0d3b66,#1d5fa7);
    border-radius:25px;
    padding:50px;
    color:#fff;
    overflow:hidden;
    position:relative;
}
.mission-section{
    margin-top: 60px;
    display: flex;
    gap: 20px;
}
/* Main Section */
.achievement-section{
    margin-bottom:25px;
}

/* Card */
.achievement-card{
    background:#fff;
    border-radius:18px;
    padding:25px;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    border-left:5px solid #ff6b00;
    height:100%;
    transition:.3s;
}

.achievement-card:hover{
    transform:translateY(-4px);
}

.achievement-card h3{
    font-size:24px;
    font-weight:700;
    color:#0d3b66;
    margin-bottom:12px;
}

.achievement-card p{
    color:#666;
    line-height:1.8;
    margin-bottom:15px;
}

/* Inner Box */
.achievement-list-box{
    background:#f8fafc;
    border-radius:12px;
    padding:18px;
    margin-top:15px;
}

.achievement-list-box h4{
    font-size:18px;
    color:#ff6b00;
    font-weight:700;
    margin-bottom:12px;
}

.achievement-list{
    margin:0;
    padding:0;
    list-style:none;
}

.achievement-list li{
    position:relative;
    padding-left:25px;
    margin-bottom:10px;
    line-height:1.7;
    color:#444;
}

.achievement-list li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#28a745;
    font-weight:700;
}

/* Final Summary Box */
.achievement-summary{
    background:linear-gradient(135deg,#0d3b66,#1d5fa7);
    color:#fff;
    border-radius:20px;
    padding:35px;
    margin-top:30px;
}

.achievement-summary h3{
    color:#fff;
    margin-bottom:20px;
}

.achievement-summary .achievement-list li{
    color:#fff;
}

.achievement-summary .achievement-list li:before{
    color:#ffb347;
}

.journey-tagline{
    margin-top:20px;
    text-align:center;
    font-size:22px;
    font-weight:700;
    color:#ffb347;
}

/* Mobile */
@media(max-width:768px){

    .achievement-card{
        padding:20px;
    }

    .achievement-card h3{
        font-size:20px;
    }

    .journey-tagline{
        font-size:18px;
    }
}


.support-icon-box{
    width:220px;
    height:220px;
    margin:auto;
    border-radius:50%;
    background:rgba(255,255,255,.12);
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid rgba(255,255,255,.15);
}

.support-icon-box i{
    font-size:90px;
    color:#ffb347;
}

.support-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    background:#ff6b00;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.support-content h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
    color:#fff;
}

.support-content p{
    font-size:16px;
    line-height:1.8;
    color:rgba(255,255,255,.9);
}

.support-info{
    margin-top:25px;
}

.info-item{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:18px;
}

.info-item i{
    width:45px;
    height:45px;
    min-width:45px;
    background:#ff6b00;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
}

.info-item div{
    line-height:1.7;
    color:#fff;
}

.info-item strong{
    font-size:18px;
}

/* Mobile */

@media(max-width:991px){

    .admission-support-section{
        padding:35px 25px;
        text-align:center;
    }

    .support-icon-box{
        width:160px;
        height:160px;
    }

    .support-icon-box i{
        font-size:65px;
    }

    .support-content h2{
        font-size:32px;
    }

    .info-item{
        justify-content:center;
        text-align:left;
    }
}

@media(max-width:576px){

    .admission-support-section{
        padding:25px 20px;
    }

    .support-content h2{
        font-size:28px;
    }

    .info-item{
        gap:12px;
    }

    .info-item i{
        width:40px;
        height:40px;
        min-width:40px;
        font-size:16px;
    }
}


.admission-policy-section{
    /* background:#f6f9fc; */
    padding:80px 0;
}

.policy-header{
    text-align:center;
    margin-bottom:40px;
}

.policy-badge{
    background:#ff6b00;
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    display:inline-block;
    font-weight:600;
    margin-bottom:15px;
}

.policy-header h2{
    font-size:48px;
    font-weight:800;
    color:#0d3b66;
    margin-bottom:15px;
}

.policy-header p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:18px;
}

.policy-intro{
    background:#fff;
    padding:30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:40px;
}

.policy-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    height:100%;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
    border-top:4px solid #ff6b00;
}

.policy-card:hover{
    transform:translateY(-8px);
}

.policy-card i{
    font-size:45px;
    color:#ff6b00;
    margin-bottom:20px;
}

.policy-card h4{
    font-weight:700;
    color:#0d3b66;
    margin-bottom:15px;
}

.policy-card p,
.policy-card li{
    color:#666;
    line-height:1.8;
}

.policy-card ul{
    margin:0;
    padding-left:20px;
}

.contact-box{
    margin-top:50px;
    background: linear-gradient(135deg, #28166fdb, #28166f96);
    color:#fff;
    padding:40px;
    border-radius:20px;
}

.contact-box h3{
    margin-bottom:20px;
    font-weight:700;
}

.contact-box p{
    margin-bottom:12px;
}

.contact-box i{
    margin-right:10px;
}

.commitment-box{
    margin-top:40px;
    text-align:center;
    background:#fff;
    padding:50px 30px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.commitment-box i{
    font-size:60px;
    color:#ff6b00;
    margin-bottom:20px;
}

.commitment-box h3{
    color:#0d3b66;
    font-weight:700;
}

.commitment-box p{
    color:#666;
    max-width:850px;
    margin:20px auto;
    line-height:1.8;
}

.commitment-box h5{
    color:#ff6b00;
    font-weight:700;
    font-size:22px;
}

  /* ===============================
   HOW TO APPLY SECTION
================================= */

.apply-banner {
    background: linear-gradient(135deg, #28166fdb, #28166f96);
    padding: 40px;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 40px;
}

.apply-title{
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

.apply-divider{
    width: 100px;
    height: 4px;
    background: #ff8c00;
    border-radius: 20px;
    margin-bottom: 20px;
}

.apply-description{
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 0;
}

/* ===============================
   PROCESS SECTION
================================= */

.admission-process-section{
    background: #f8f9fa;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 50px;
}

.process-header{
    text-align: center;
    margin-bottom: 40px;
}

.process-title{
    color: #0d3b66;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 10px;
}

.process-desc{
    color: #666;
    font-size: 16px;
    margin-bottom: 0;
}

.process-card{
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    border-top: 5px solid #ff8c00;
    transition: all .3s ease;
}

.process-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}

.process-number{
    width: 70px;
    height: 70px;
    background: #ff8c00;
    color: #fff;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
}

.process-card h4{
    margin-top: 20px;
    color: #0d3b66;
    font-weight: 700;
    font-size: 22px;
}

.process-card p{
    color: #666;
    line-height: 1.7;
    margin-bottom: 0;
}

/* ===============================
   DOCUMENT SECTION
================================= */

.documents-box{
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,.08);
    margin-bottom: 50px;
}

.documents-title{
    color: #e47a1a;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 30px;
}

.documents-list,
.optional-documents-list{
    list-style: none;
    padding: 0;
    margin: 0;
}

.documents-list li{
    padding: 12px;
    background: #fff7ef;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    transition: .3s;
}

.documents-list li:hover{
    transform: translateX(5px);
}

.optional-title{
    color: #e47a1a;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.optional-documents-list li{
    padding: 12px;
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: .3s;
}

.optional-documents-list li:hover{
    background: #eef2f5;
}

.important-note{
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    color: #664d03;
}

/* ===============================
   ADMISSION ASSISTANCE
================================= */

.admission-help-section{
    margin-top: 60px;
}

.admission-help-header{
    text-align: center;
    margin-bottom: 35px;
}

.admission-help-header h2{
    font-size: 38px;
    font-weight: 700;
    color: #0d3b66;
    margin-bottom: 15px;
}

.admission-help-header p{
    max-width: 850px;
    margin: auto;
    color: #666;
    line-height: 1.8;
}

.admission-help-card{
    background: linear-gradient(135deg,#0d3b66,#1f5ea8);
    color: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    margin-bottom: 30px;
}

.admission-help-card h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.contact-item{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 18px;
}

.contact-icon{
    font-size: 22px;
    min-width: 30px;
}

.contact-item a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.contact-item a:hover{
    color: #ffb347;
}

.journey-box{
    background: #fff7ef;
    border-left: 6px solid #e47a1a;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

.journey-box h3{
    color: #e47a1a;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}

.journey-box p{
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.journey-tagline{
    background: #e47a1a;
    color: #fff;
    padding: 18px 25px;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(228,122,26,.30);
}

/*  */

 .degree-section {
        background-color: #f9fafc;
    }

    .degree-content-box {
        background: #ffffff;
        padding: 35px 40px;
        border-radius: 12px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    }

    .degree-title {
        font-weight: 700;
        color: #2b2b6d;
    }

    .degree-content-box p {
        font-size: 15px;
        line-height: 1.8;
        color: #444;
        text-align: justify;
    }
    .footercntctfrm input{
      border-radius: 6px;
    }
    .footercntctfrm textarea{
      border-radius: 6px;
    }

/* ===============================
   RESPONSIVE
================================= */

@media(max-width:768px){

    .apply-banner,
    .admission-process-section,
    .documents-box,
    .admission-help-card,
    .journey-box{
        padding: 25px;
    }

    .apply-title,
    .process-title,
    .admission-help-header h2{
        font-size: 28px;
    }

    .documents-title{
        font-size: 24px;
    }

    .journey-box h3{
        font-size: 24px;
    }
}


/*  */


.ifsma-rec-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.ifsma-rec-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    box-shadow:0 10px 35px rgba(0,0,0,0.06);
    transition:.4s;
    position:relative;
    overflow:hidden;
    border: 1px solid #ddd;
}

.ifsma-rec-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,0.12);
    border: 1px solid #ff981b;
}

.ifsma-rec-logo{
    height:100px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.ifsma-rec-logo img{
    max-height:100px;
    max-width:180px;
    object-fit:contain;
    transition:.3s;
}

.ifsma-rec-logo img:hover{
    transform:scale(1.05);
}

.ifsma-rec-number{
    position:absolute;
    top:20px;
    right:20px;
    font-size:40px;
    font-weight:600;
    color: #ffdcb1;
    line-height:1;
}

.ifsma-rec-content h3{
    font-size:18px;
    color:#000;
    margin-bottom:18px;
    line-height:1.4;
    font-weight: bold;
}

.ifsma-rec-content ul{
    margin:0;
    padding-left:18px;
    list-style: disc;
}

.ifsma-rec-content ul li{
    margin-bottom:10px;
    color:#475467;
    font-size: 14px;
}

.ifsma-rec-link{
    display:inline-block;
    margin-top:15px;
    text-decoration:none;
    color:#ff981b;
    font-weight:600;
}

.ifsma-rec-link:hover{
    text-decoration:underline;
}

@media(max-width:1200px){
    .ifsma-rec-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){


    .ifsma-rec-grid{
        grid-template-columns:1fr;
        gap:20px;
    }

    .ifsma-rec-card{
        padding:25px;
    }
}

