
.navbar_one_place {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.navbar-nav {
    width: 100%;
    justify-content: center;
    gap: 25px;
}

.abt_pic {
    position: relative;
    height: 342px;
    width: 50% ;
}


.abt_cnt > div:nth-child(2) {
  width: 50% !important;
}


.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}


.abt_cnt .certified div h4 {
    font-family: 'american-caption';
    font-size: 16px;
    padding-left: 0;
    font-weight: 600;
}

.abt_cnt .certified div p {
    font-family: 'cera-light-italic';
    font-size: 12px;
    padding-left: 0;
    font-weight: 400;
}

.banner {
  width: 100%;
  color: #a79049;
  background: rgb(0, 0, 0);
  background: linear-gradient(rgb(71 69 69 / 50%), rgba(0, 0, 0, 0.5)), url(../img/mats_bnr.jpg);
  background-size: 100% 100%;
  height: 400px;
  position: relative;
}

.banner{
  display: flex;
  align-items: center;
}

.banner .banner_text {
  color: #fdf1f1;
  /* position: absolute; */
  margin-left: 48px;
  top: 180px;
  left: 12rem;
}

@media (max-width: 1000px) {
  .banner .banner_text {
    margin-left: 63px;
}

@media (max-width: 1000px) {
  .abt_pic {
    width: 100%;
}

.abt_cnt > div:nth-child(2) {
  width: 100% !important;
}
}

.banner {
  display: flex;
  align-items: center;
  height: 300px;
}
  
}


.sticky-top{
    display: flex;
    align-items: center;
}
.navbar_one_place_sub_child{
    display: flex;
    align-items: center;
}

/* .apply-now a {
    background: #2d2c3e;
    border: none;
    padding: 10px;
    width: 164px;
    font-size: 16px;
} */

.apply-now a {
    background: linear-gradient(270deg, #ff7f50, #ff5722, #ffa500);
    background-size: 600% 600%;
    color: white;
    font-size: 1.2rem;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    animation: gradientShift 4s ease infinite;
    box-shadow: 0 4px 15px rgba(255, 87, 34, 0.4);
    transition: transform 0.2s ease;
}

@media (max-width: 1000px){
    .order_change_for_mobile{
        display: flex;
        order: 2 !important;
    }

    .logo img{
        width: 180px;
    }

    .navbar_one_place {
        align-items: center !important;
    }

    .navbar-collapse {
    background: linear-gradient(272deg, #ff9800, #ff5722);
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    top: 40px;
    left: -259px;
    width: 300px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
    .apply-now a {
        padding: 5px !important;
        width: 95px !important;
        font-size: 12px !important;
    }

    .sticky-top{
      background-color: #fff !important;
    }
}


.aboutUs_home{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    margin-top: -46px;
    margin-bottom: 34px;

}


.affiliation_aff{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    font-size: 26px;
    font-weight: 700;
    margin-top: 44px;
}

.ciCnpO{
  padding: 0 !important;
}


@media (min-width: 1000px){
    .logo img {
        width: 304px !important;
    }

    


    .container {
        max-width: 1222px !important;
    }


    .apply-now-parent{
        display: flex;
        align-items: center;
    }

.navbar {
    /* background: linear-gradient(135deg, #ff9800, #ff5722); */
    border-radius: 6px;
    max-width: 583px !important;
    padding: 8px 20px;
    color: black;
    /* box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
}

.navbar *{
  color: black  !important;
}

.navbar-expand-lg .navbar-nav .nav-link{
  color: black !important;
}

.header{ width:100%;height: 90px; background-color: #fff;}



}

/* Dropdown Container */
.nav-item.dropdown {
  position: relative;
}

/* Trigger Button */
.nav-item .dropbtn {
  cursor: pointer;
  text-transform: unset;
}

/* Dropdown Menu */
.nav-item .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  min-width: 205px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 99;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Dropdown Links */
.nav-item .dropdown-content a {
  color: black;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
}

/* Hover Effects */
.nav-item.dropdown:hover .dropdown-content {
  display: block;
}

.nav-item .dropdown-content a:hover {
  background-color: #645232;
  cursor: pointer;
}





/* About CSS (Our Leadership)   */



@media (max-width: 800px){
    .member-profile-image-section {
        flex-direction: column  !important;
    }
}


@media (min-width: 1000px){
    .image-6 {
        height: 400px;
        width: 100%;
        object-fit: cover;
    }
    .leadership-container-outer {
      background: #ffffff;
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      flex-shrink: 0;
      position: relative;
      overflow: hidden;
    }
    .leadership-container-inner {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .leadership-header-wrapper {
      padding: 20px 160px 20px 160px;
      display: flex;
      flex-direction: row;
      gap: 0px;
      align-items: flex-start;
      justify-content: center;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .leadership-header-section {
      display: flex;
      flex-direction: column;
      gap: 20px;
      align-items: flex-start;
      justify-content: flex-start;
      flex: 1;
      height: auto;
      max-width: 960px;
      position: relative;
    }
    .leadership-title-row {
      padding: 16px;
      display: flex;
      flex-direction: row;
      row-gap: 12px;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      align-content: center;
      align-self: stretch;
      flex-shrink: 0;
      height: 97px;
      position: relative;
    }
    .leadership-title-cell {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      /* flex-shrink: 0; */
      width: 288px;
      min-width: 288px;
      position: relative;
    }
    .leadership-title-text {
      color: #121417;
      text-align: left;
      font-family: "PublicSans-Bold", sans-serif;
      font-size: 32px;
      line-height: 40px;
      font-weight: 700;
      position: relative;
      align-self: stretch;
    }
    .leadership-title-image-cell {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-end;
      justify-content: flex-start;
      flex-shrink: 0;
      width: 288px;
      min-width: 288px;
      position: relative;
    }
    .leadership-main-img {
      flex-shrink: 0;
      width: 106px;
      height: 61px;
      position: relative;
      object-fit: cover;
      aspect-ratio: 106/61;
    }
    .leadership-member-section {
      padding: 16px;
      display: flex;
      flex-direction: row;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .leadership-member-card {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      flex: 1;
      position: relative;
    }
    .member-profile-image-section {
      display: flex;
      flex-direction: row;
      gap: 16px;
      align-items: flex-start;
      justify-content: flex-start;
      flex: 1;
      position: relative;
    }
    .member-image-bg-chancellor, .member-image-bg-vicechancellor, .member-image-bg-dirgen, .member-image-bg-registrar {
        /* border-radius: 64px; */
        flex-shrink: 0;
        width: 128px;
        height: 147px;
        min-width: 128px;
        min-height: 128px;
        position: relative;
        margin-right: 29px;
        overflow: hidden;
    }
    .member-image-bg-dirgen {
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }
    .member-avatar-img {
      position: absolute;
      left: -4px; /* Adjust if needed for specific images */
      top: 0px;
      object-fit: cover;
      /* Use width/height from each image block if required */
    }
    .member-image-bg-dirgen .member-avatar-img {
        border-style: solid;
        border-color: #000000;
        border-width: 1px;
        width: 144.62px;
        height: 174px;
        left: -14px;
        top: -2px;
        aspect-ratio: 145.62/174;
    }
    .member-image-bg-chancellor .member-avatar-img {
      width: 134.15px;
      height: 158px;
      aspect-ratio: 134.15/158;
    }
    .member-image-bg-vicechancellor .member-avatar-img {
      width: 135.85px;
      height: 160px;
      aspect-ratio: 135.85/160;
    }
    .member-image-bg-registrar .member-avatar-img {
      width: 131.94px;
      height: 151px;
      left: 0px;
      top: 0px;
      aspect-ratio: 131.94/151;
    }
    .member-info-block-chancellor,
    .member-info-block-vicechancellor,
    .member-info-block-dirgen,
    .member-info-block-registrar {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: center;
      flex-shrink: 0;
      /* Add height for registrar (like .depth-7-frame-12), if used */
      position: relative;
    }
    .member-info-block-dirgen,
    .member-info-block-vicechancellor,
    .member-info-block-registrar {
      height: 128px;
    }
    .member-title-label {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      flex-shrink: 0;
      width: 784px;
      position: relative;
    }
    .chancellor-name,
    .vicechancellor-name,
    .dirgen-name,
    .registrar-name {
      color: #121417;
      text-align: left;
      font-family: "PublicSans-Bold", sans-serif;
      font-size: 22px;
      line-height: 28px;
      font-weight: 700;
      position: relative;
      align-self: stretch;
    }
    .member-role-label {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      flex-shrink: 0;
      width: 784px;
      position: relative;
    }
    .chancellor-message-title,
    .vicechancellor-message-title,
    .dirgen-message-title,
    .registrar-message-title {
      color: #0d68de;
      text-align: left;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    .member-message-section {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      flex-shrink: 0;
      width: 784px;
      position: relative;
    }
    .chancellor-message-txt,
    .vicechancellor-message-txt,
    .dirgen-message-txt,
    .registrar-message-txt {
      color: #61738a;
      text-align: left;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    
    body{
        margin: 0;
    }

    .leadership-outer{
        display: none !important;
    }
    .leadership-section{
        display: none  !important;
    }

    .mobile_leadersghip_div{
        display: none !important;
    }

}

/* Mobile css starts here  */

@media (max-width: 900px){

    body{
        margin: 0;
    }

    .mobile_leadersghip_div img {
        height: 100%;
        width: 100%;
    }

    .desktop_leadership_div {
        width: 100% !important;
        overflow: hidden;
    }

    

    .depth-0-frame-0,
    .depth-0-frame-0 * {
      box-sizing: border-box;
    }
    .depth-0-frame-0 {
        background: #ffffff;
        display: flex;
        flex-direction: column;
        gap: 0px;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        /* min-height: 844px; */
        position: relative;
        overflow: hidden;
    }
    .depth-1-frame-0 {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      flex-shrink: 0;
      width: 390px;
      position: relative;
    }
    .depth-2-frame-0 {
      background: #ffffff;
      padding: 16px 16px 8px 16px;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .depth-6-frame-0 {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: center;
      justify-content: flex-start;
      flex-shrink: 0;
      width: 358px;
      position: relative;
    }
    .our-leadership {
      color: #121417;
      text-align: center;
      font-family: "PublicSans-Bold", sans-serif;
      font-size: 24px;
      line-height: 40px;
      font-weight: 700;
      position: relative;
      align-self: stretch;
    }
    .depth-2-frame-1 {
      padding: 16px;
      display: flex;
      flex-direction: row;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .depth-3-frame-0 {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center;
      justify-content: flex-start;
      flex: 1;
      position: relative;
    }
    .depth-4-frame-0 {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center;
      justify-content: flex-start;
      flex-shrink: 0;
      height: 196px;
      position: relative;
    }
    .depth-7-frame-0 {
      border-radius: 64px;
      flex-shrink: 0;
      width: 128px;
      height: 128px;
      min-width: 128px;
      min-height: 128px;
      position: relative;
    }
    .image-2 {
      width: 134.15px;
      height: 158px;
      position: absolute;
      left: -4px;
      top: 0px;
      object-fit: cover;
      aspect-ratio: 134.15/158;
    }
    .depth-5-frame-1 {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      position: relative;
    }
    .depth-6-frame-02 {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: center;
      justify-content: flex-start;
      flex-shrink: 0;
      position: relative;
    }
    .shri-gajraj-pagariya-chancellor {
      color: #121417;
      text-align: center;
      font-family: "PublicSans-Bold", sans-serif;
      font-size: 22px;
      line-height: 28px;
      font-weight: 700;
      position: relative;
      align-self: stretch;
    }
    .depth-6-frame-1 {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: center;
      justify-content: flex-start;
      flex-shrink: 0;
      position: relative;
    }
    .message-from-the-chancellor {
      color: #0d68de;
      text-align: center;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    .depth-2-frame-2 {
      padding: 4px 16px 12px 16px;
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-end;
      justify-content: center;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .our-open-and-distance-learning-and-online-programs-align-seamlessly-with-the-mission-and-vision-of-mats-university-to-make-quality-higher-education-accessible-to-everyone-everywhere-we-strive-to-empower-our-learners-to-become-global-leaders-and-responsible-citizens-through-innovative-and-holistic-educational-experiences {
      color: #61738a;
      text-align: center;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    .depth-2-frame-3 {
      padding: 16px;
      display: flex;
      flex-direction: row;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .depth-7-frame-02 {
        border-radius: 64px;
        flex-shrink: 0;
        width: 128px;
        height: 128px;
        min-height: 128px;
        position: relative;
        /* overflow: hidden; */
    }
    .image-3 {
      width: 135.85px;
      height: 160px;
      position: absolute;
      left: -4px;
      top: 0px;
      object-fit: cover;
      aspect-ratio: 135.85/160;
    }
    .prof-dr-k-p-yadav {
      color: #121417;
      text-align: center;
      font-family: "PublicSans-Bold", sans-serif;
      font-size: 22px;
      line-height: 28px;
      font-weight: 700;
      position: relative;
      align-self: stretch;
    }
    .message-from-the-vice-chancellor {
      color: #0d68de;
      text-align: center;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    .depth-2-frame-4 {
      padding: 4px 16px 12px 16px;
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .our-open-and-distance-learning-and-online-programs-are-dedicated-to-providing-a-strong-and-robust-quality-education-ensuring-academic-rigor-and-relevance-to-industry-needs-we-are-committed-to-helping-every-student-excel-through-flexible-and-engaging-educational-approaches {
      color: #61738a;
      text-align: center;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    .depth-2-frame-5 {
      padding: 16px;
      display: flex;
      flex-direction: row;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .depth-7-frame-03 {
        border-radius: 64px;
        flex-shrink: 0;
        width: 128px;
        height: 128px;
        min-height: 128px;
        position: relative;
        /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    }
    .image-4 {
        border-style: solid;
        border-color: #000000;
        border-width: 1px;
        width: 144.62px;
        height: 174px;
        position: absolute;
        left: 0px;
        top: -13px;
        object-fit: cover;
        aspect-ratio: 144.62/174;
    }
    .priyesh-pagariya {
      color: #121417;
      text-align: center;
      font-family: "PublicSans-Bold", sans-serif;
      font-size: 22px;
      line-height: 28px;
      font-weight: 700;
      position: relative;
      align-self: stretch;
    }
    .message-from-the-director-general {
      color: #0d68de;
      text-align: center;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    .depth-2-frame-6 {
      padding: 4px 16px 12px 16px;
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .at-mats-university-our-open-and-distance-learning-and-online-programs-initiatives-are-student-friendly-and-dedicated-to-timely-delivery-of-knowledge-empower-that-learners-to-unlock-their-potential-wherever-they-are-we-ensure-quality-education-is-always-accessible-flexible-and-effective {
      color: #61738a;
      text-align: center;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    .depth-2-frame-7 {
      padding: 16px;
      display: flex;
      flex-direction: row;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .depth-4-frame-02 {
      display: flex;
      flex-direction: column;
      gap: 16px;
      align-items: center;
      justify-content: flex-start;
      flex: 1;
      position: relative;
    }
    .depth-5-frame-0 {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 144px;
      position: absolute;
      left: 0px;
      top: 0px;
    }
    .depth-6-frame-03 {
      display: flex;
      flex-direction: row;
      gap: 16px;
      align-items: flex-start;
      justify-content: flex-start;
      flex: 1;
      position: relative;
    }
    .image-5 {
      width: 131.94px;
      height: 151px;
      position: absolute;
      left: 0px;
      top: 0px;
      object-fit: cover;
      aspect-ratio: 131.94/151;
    }
    .depth-7-frame-1 {
      display: none;
    }
    .depth-8-frame-0 {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      flex-shrink: 0;
      width: 784px;
      position: relative;
    }
    .gokulananda-panda {
      color: #121417;
      text-align: left;
      font-family: "PublicSans-Bold", sans-serif;
      font-size: 22px;
      line-height: 28px;
      font-weight: 700;
      position: relative;
      align-self: stretch;
    }
    .depth-8-frame-1 {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      flex-shrink: 0;
      width: 784px;
      position: relative;
    }
    .message-from-the-registrar {
      color: #0d68de;
      text-align: left;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    .depth-8-frame-2 {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      flex-shrink: 0;
      width: 784px;
      position: relative;
    }
    .our-open-and-distance-education-and-online-programs-fully-embodies-the-ethos-and-innovative-principles-of-the-national-education-policy-2020-we-offer-personalised-flexible-learning-paths-that-foster-critical-thinking-creativity-and-lifelong-learning {
      color: #61738a;
      text-align: left;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    .gokulananda-panda2 {
      color: #121417;
      text-align: center;
      font-family: "PublicSans-Bold", sans-serif;
      font-size: 22px;
      line-height: 28px;
      font-weight: 700;
      position: relative;
      align-self: stretch;
    }
    .message-from-the-registrar2 {
      color: #0d68de;
      text-align: center;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    .depth-2-frame-8 {
      padding: 4px 16px 12px 16px;
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      align-self: stretch;
      flex-shrink: 0;
      position: relative;
    }
    .our-open-and-distance-education-and-online-programs-fully-embodies-the-ethos-and-innovative-principles-of-the-national-education-policy-2020-we-offer-personalised-flexible-learning-paths-that-foster-critical-thinking-creativity-and-lifelong-learning2 {
      color: #61738a;
      text-align: center;
      font-family: "PublicSans-Regular", sans-serif;
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      position: relative;
      align-self: stretch;
    }
    .depth-1-frame-1 {
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      flex-shrink: 0;
      width: 390px;
      position: relative;
    }
    .depth-2-frame-02 {
      background: #ffffff;
      display: flex;
      flex-direction: column;
      gap: 0px;
      align-items: flex-start;
      justify-content: flex-start;
      align-self: stretch;
      flex-shrink: 0;
      height: 20px;
      position: relative;
    }

    .desktop_leadership_div {
        width: 100% !important;
        overflow: hidden;
        display: none !important;
    }
}    



/* splide work  */
.splide {
        width: 100%;
        margin: 0 auto;
    }

    @media only screen and (max-width: 600px) {
      .splide__slide {
          text-align: center;
          height: auto !important;
          width: 100% !important;
          border-radius: 8px !important;
          padding: 0;
          margin: 0 !important;
          gap: 8px;
      }

      .splide__slide img{
          border-radius: inherit;
          height: 100%;
      }

      .splide {
          height: auto !important;
      }

      .columns > * {
          flex-basis: 20em;
          flex-grow: 1;
          min-width: auto !important;
      }

      .testimonial-card{
          height: auto !important;
      }

      .testimonial-text{
          font-size: 11.25px !important
      }
    }

    .splide__slide {
        text-align: center;
        height: auto !important;
        width: 100%;
        border-radius: 8px;
        padding: 16px;
        gap: 8px;
        padding: 0;
    }

    .splide__slide img{
        border-radius: inherit;
        height: 100%;
    }

    .avatar{
        width: 26px !important;
        height: 26px !important;
    }

    .testimonial-text{
        text-align: left !Important;
    }

    .splide__arrow {
        display: none;
    }

    .splide__arrow:disabled {
        opacity: 0.5;
        pointer-events: none;
    }

    .custom-arrows {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      pointer-events: none;
      z-index: 1;
    }

    .custom-arrow {
      pointer-events: all;
      background: #E3E7F5;
      border-radius: 6px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none;
      cursor: pointer;
      padding: 8px;
      transition: opacity 0.2s;
    }

    .custom-arrow:disabled {
      opacity: 0.5;
      cursor: not-allowed;
    }

    .custom-arrow--prev,
    .custom-arrow--next {
      background: transparent !important;
    }

    .custom-arrow svg {
      width: 100%;
      height: 100%;
    }

    .testimonial-card {
      width: auto;
      height: auto !important;
      padding: 16px;
      display: flex;
      flex-direction: column;
      background: #fff;
      box-shadow: 0 3px 18.75px rgba(0,0,0,0.15);
      border-radius: 8px;
      box-sizing: border-box;
      font-family: system-ui, sans-serif;
      max-width: 500px;
      margin: 0 auto;
    }

    .testimonial-text {
      margin: 0 0 8px;
      font-size: 14px;
      line-height: 16.5px;
      color: #767676 !important;
    }

    .splide__pagination {
        display: none !important;
    }

    .rating {
        display: flex;
        align-items: center;
        gap: 4px;
        margin-bottom: auto;
    }

    .rating .score {
        font-size: 12px;
        color: #444;
        margin-left: 4px;
    }

    .author {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 8px;
    }

    .avatar {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        object-fit: cover;
    }

    .author-name {
        font-size: 14px;
        color: #444;
    }

    .splide.is-initialized, .splide.is-rendered{
      height: 100% !important;
    }

    .splide__track--draggable{
      height: 100% !important;
    }



    /* Programmes  */

    /* Main Container */
/* Main Container */
.online-degrees-container {
    max-width: 100%;
    height: auto;
    margin: 20px;
    overflow: hidden;
    padding: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Degree Type Selector */
.degree-type-selector {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.degree-type-option {
    padding: 12px 24px;
    background-color: #ffffff;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    transition: all 0.2s ease;
    text-decoration: none;
    color: #2c3e50;
}

.degree-type-option:hover {
    background-color: #f0f0f0;
}

.degree-type-option.active {
    background-color: #27ae60;
    color: white;
}

/* Courses Container */
.courses-scroll-container {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
    position: relative;
    min-height: 400px;
}

.courses-grid {
    display: flex;
    gap: 25px;
    padding: 10px;
    flex-wrap: wrap;
    justify-content: center;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.courses-grid.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
}

/* Degree Card */
.degree-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease;
}

.degree-card:hover {
    transform: translateY(-5px);
}

.course-thumbnail {
    width: 100%;
    height: 160px;
    background-color: #e0e0e0;
    margin-bottom: 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 0.9rem;
    overflow: hidden;
}

.course-name {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2c3e50;
}

.course-meta button {
    background: orange;
    color: white;
}




.course-description {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 18px;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.course-thumbnail img{
  width: 100%;
  height: 100%;
}

.course-meta {
    margin-top: auto;
}

.course-rating {
    color: #f39c12;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 600;
}

.course-fee {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #2c3e50;
}

.course-scholarship {
    color: #27ae60;
    margin-bottom: 10px;
    font-size: 0.9rem;
    font-weight: 600;
}

.course-duration {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 18px;
}

.enroll-button {
    background-color: #27ae60;
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.2s ease;
}

.enroll-button:hover {
    background-color: #219955;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .courses-grid {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .degree-type-option {
        padding: 12px 8px !important;
    }
    .degree-card {
        min-width: 260px;
    }
    
    .online-degrees-heading {
        font-size: 1.6rem;
    }
}