body {
    overflow-x: hidden;
}


.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}







/* Hero Section */
.mmc-location-hero {
    background: linear-gradient(135deg, #fab156, #f8941a);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
  }
  
  .mmc-location-container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .mmc-location-title {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .mmc-location-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  
  /* Contact Info Section */
  .mmc-location-contact-info {
    padding: 60px 20px;
    background-color: #f4f4f4;
  }
  
  .mmc-location-info-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    
  }
  
  .mmc-college-contact, .mmc-institute-contact {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 48%;
  }
  
  .mmc-location-header {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #216d9e;
    text-align: center;
  }
  
  .mmc-location-address {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
  }
  
  .mmc-location-phone, .mmc-location-email {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .mmc-location-phone a, .mmc-location-email a {
    color: #216d9e;
    text-decoration: none;
  }
  
  .mmc-location-phone a:hover, .mmc-location-email a:hover {
    text-decoration: underline;
  }
  
  /* Map Section */
  .mmc-location-map {
    padding: 60px 20px;
    background-color: #fff;
  }
  
  .mmc-location-map-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  
  .mmc-location-map-iframe {
    border-radius: 8px;
    width: 100%;
    height: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  /* Responsive Design */
  @media (max-width: 1024px) {
    /* Adjust hero section */
    .mmc-location-title {
      font-size: 28px;
    }
  
    .mmc-location-subtitle {
      font-size: 18px;
    }
  
    /* Stack the contact info columns */
    .mmc-location-info-container {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
  
    .mmc-college-contact, .mmc-institute-contact {
      width: 100%;
      max-width: 600px;
    }
  
    /* Adjust map section */
    .mmc-location-map-iframe {
      height: 350px;
    }
  }
  
  @media (max-width: 768px) {
    /* Hero Section */
    .mmc-location-hero {
      padding: 60px 15px;
    }
  
    .mmc-location-title {
      font-size: 24px;
    }
  
    .mmc-location-subtitle {
      font-size: 16px;
    }
  
    /* Contact Info Section */
    .mmc-location-info-container {
      padding: 10px;
    }
  
    .mmc-location-header {
      font-size: 20px;
    }
  
    .mmc-location-address {
      font-size: 16px;
    }
  
    .mmc-location-phone, .mmc-location-email {
      font-size: 14px;
    }
  
    /* Adjust map section */
    .mmc-location-map-iframe {
      height: 300px;
    }
  }
  
  @media (max-width: 480px) {
    /* Hero Section */
    .mmc-location-hero {
      padding: 50px 15px;
    }
  
    .mmc-location-title {
      font-size: 22px;
    }
  
    .mmc-location-subtitle {
      font-size: 14px;
    }
  
    /* Contact Info Section */
    .mmc-location-info-container {
      padding: 10px;
      gap: 15px;
    }
  
    .mmc-college-contact, .mmc-institute-contact {
      padding: 20px;
      width: 100%;
    }
  
    .mmc-location-header {
      font-size: 18px;
    }
  
    .mmc-location-address {
      font-size: 14px;
    }
  
    .mmc-location-phone, .mmc-location-email {
      font-size: 12px;
    }
  
    /* Adjust map section */
    .mmc-location-map-iframe {
      height: 250px;
    }
  }
  




  /*Principal section*/
 
.mmc-principal-intro {
    padding: 50px 20px;
    background-color: #fafafa;
  }
  
  .mmc-principal-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 70px;
    align-items: flex-start;
  }
  
  .mmc-principal-info {
    flex: 2;  /* Makes the text section take up more space */
    max-width: 800px;  /* Limits the width of the text section */
  }
  
  .mmc-principal-title {
    font-size: 28px;
    font-weight: 700;
    color: #216d9e;
    margin-bottom: 20px;
  }
  
  .mmc-principal-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
  }
  
  .mmc-principal-details {
    font-size: 16px;
    color: #333;
  }
  
  .mmc-principal-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  .mmc-principal-designation {
    font-style: italic;
    margin-bottom: 15px;
  }
  
  .mmc-principal-image {
    flex: 1;
    display: flex;
    flex-direction: column;  
    justify-content: center;
    align-items: center;    
  }
  
  .mmc-principal-name-below-image {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px; 
    color: #333;
  }
  
  .mmc-principal-img {
    border-radius: 10%;
    width: 300px;  
    height: 300px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  
  /* Mobile Responsive Design */
  @media (max-width: 1024px) {
    .mmc-principal-container {
      flex-direction: column;
      align-items: center;
      gap: 30px;
    }
  
    .mmc-principal-img {
      width: 200px;
      height: 200px;
    }
  
    .mmc-principal-title {
      font-size: 24px;
    }
  
    .mmc-principal-description {
      font-size: 16px;

    }
  
    .mmc-principal-name {
      font-size: 18px;
    }
  
    .mmc-principal-designation {
      font-size: 14px;
    }
    
  }
  
  @media (max-width: 768px) {
    .mmc-principal-intro {
        padding: 20px 20px;
       
      }
    .mmc-principal-container {
      padding: 20px;
    }
  
    .mmc-principal-img {
      width: 200px;
      height: 200px;
    }
  
    .mmc-principal-title {
      font-size: 22px;
      text-align: center;
    }
  
    .mmc-principal-description {
      font-size: 14px;
      text-align: center;
    }
  
    .mmc-principal-name {
      font-size: 16px;
      text-align: center;
    }
  
    .mmc-principal-designation {
      font-size: 12px;
      text-align: center;
    }
  }
  
  @media (max-width: 480px) {
    .mmc-principal-img {
      width: 200px;
      height: 200px;
    }
  
    .mmc-principal-title {
      font-size: 20px;
    }
  
    .mmc-principal-description {
      font-size: 12px;
    }
  
    .mmc-principal-name {
      font-size: 14px;
    }
  
    .mmc-principal-designation {
      font-size: 12px;
    }
    .mmc-principal-intro {
        padding: 20px 20px;
       
      }
  }
  

  .mmc-administration {
    padding: 20px 20px !important;
    background-color: #f7f7f7;
    text-align: center;
  }
  
  .mmc-administration-title {
    font-size: 32px;
    font-weight: 700;
    color: #216d9e;
    margin-bottom: 40px;
  }
  
  .mmc-administration-hierarchy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  
  .mmc-administration-member {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #fab156;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 250px; /* Uniform size for all cards */
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .mmc-administration-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .mmc-administration-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  
  .mmc-administration-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  
  .mmc-administration-designation {
    font-size: 16px;
    font-style: italic;
    color: #666;
  }
  
  .mmc-arrow {
    margin: 10px 0;
  }
  
  .mmc-arrow-img {
    width: 30px;
    height: 30px;
    animation: bounce 1s infinite; /* Animation for arrow bounce */
  }
  
  /* Bouncing animation for arrows */
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  
  .mmc-administration-teachers-title {
    font-size: 28px;
    font-weight: 700;
    color: #216d9e;
    margin-bottom: 20px;
  }
  
  .mmc-administration-teachers-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  
  /* Mobile Responsive Design */
  @media (max-width: 768px) {
    .mmc-administration-hierarchy {
      flex-direction: column;
    }
  
    .mmc-administration-teachers-list {
      flex-direction: column;
      align-items: center;
    }
  }
  .mmc-administration {
    background-color: #fafafa; /* Light neutral background */
    background-image: radial-gradient(circle at 50% 50%, rgba(237, 136, 13, 0.5) 1px, transparent 1px), radial-gradient(circle at 50% 50%, rgba(253, 148, 1, 0.5) 1px, transparent 1px);
    background-size: 20px 20px;
    padding: 60px 20px;
  }
  
  
  

  
    /*Committees*/
    .committees-section {
     
        background-color: #ffffff; 
        background-image: radial-gradient(circle at 50% 50%, rgba(237, 136, 13, 0.5) 1px, transparent 1px), radial-gradient(circle at 50% 50%, rgba(253, 148, 1, 0.5) 1px, transparent 1px);
        background-size: 20px 20px;
        padding: 20px 20px;
      
    }
    
    .committees-section h2 {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 40px;
      color: #216d9e;
    }
    
    .committees-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    
    .committee-card {
      border: 1px solid #ddd;
      border-radius: 8px;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
      transition: box-shadow 0.3s ease;
    }
    
    .committee-card:hover {
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }
    
    .committee-title {
      width: 100%;
      text-align: left;
      padding: 15px 20px;
      font-size: 1rem;
      font-weight: bold;
      border: none;
      background: linear-gradient(to right, #f8941a, #ffbc42);

      color: white;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    
    .committee-title:hover {
      background: #216d9e;
    }
    
    .committee-content {
      display: none;
      background: #fdfdfd;
      padding: 10px 15px;
    }
    
    .committee-content table {
      width: 100%;
      border-collapse: collapse;
    }
    
    .committee-content th, .committee-content td {
      border: 1px solid #97b9f5;
      padding: 8px;
      text-align: left;
    }
    
    .committee-content th {
      background: #cddefd;
      font-weight: bold;
    }
    
    .arrow {
      font-size: 1.2rem;
      transition: transform 0.3s ease;
    }
    
    .committee-title.active .arrow {
      transform: rotate(180deg);
    }
    
    /* Mobile View */
    @media (max-width: 768px) {
      .committees-grid {
        grid-template-columns: 1fr;
      }
    }
    
