
.navbar_one_place {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.navbar-nav {
    width: 100%;
    justify-content: center;
    gap: 25px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    padding: 10px 15px;
    transition: all 0.3s ease-in-out;
}

.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: 100vh;
  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;
}

.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;
    }
}


@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;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.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;
    }
}    