





.vmenu-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 16px;
    background-color: #00305e;
    padding: 10px;
    border-radius: 6px;
  }
  

  
.vmenu-list {
    margin-top: 12px;
  }
  
  .vmenu-button {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 5px;
    font-size: 16px;
    color: #0a1f44;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }


  .vmenu-button a {    
    color: #222;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .vmenu-button a:hover {       
    color: rgb(219, 15, 15);    
    transition: all 0.3s ease;
    list-style: circle;
    padding-left: 10px;
    cursor: pointer;

    
  }
  




  .submenu {
    display: none;
    padding-left: 16px;
    margin-top: 8px;
  }
  
  .submenu a {
    display: block;
    color: #0a1f44;
    padding: 6px 0;
    text-decoration: none;
    font-size: 15px;
  }
  
  .submenu a:hover {
    color: #e5a000;
    text-decoration: underline;
  }
  
  .submenu-subsection {
    margin-top: 12px;
  }
  


















/*--------------------------------------------------------------
# structure3
--------------------------------------------------------------*/


.module-header {
    color: #222;
    font-size: 1.15em;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 2px solid #dc3545; 
}

.module-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-entry {
    padding: 6px 0;
    font-size: 15px;
}

.entry-link {
    text-decoration: none;
    color: #333;
    display: block;
}

.entry-link:hover {
    color: #007bff; 
}

.block-1, .block-2{
    padding: 10px 0px;
}


  
.video-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 194px;
    padding: 10px 10px;
  }

  .video-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
  }


  
/*--------------------------------------------------------------
# junior college Tab
--------------------------------------------------------------*/

.college-heading-container {
   
    margin-bottom: 1rem; 
}

.college-main-heading {
    font-size: 2.5rem; 
    color: #007bff; 
    font-weight: bold;
}

.college-tabs-container {
    max-width: 1200px; 
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px; 
}

.college-tab-list {
    border-bottom: 1px solid #dee2e6; 
}

.college-tab-item {
    margin-bottom: -1px;
}

.college-tab-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: red; 
    background-color: transparent;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.college-tab-link:hover,
.college-tab-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    background-color: #e9ecef;
}

.college-tab-link.active {
    color: #495057;
    background-color: #fff; 
    border-color: #dee2e6 #dee2e6 #fff;
    border-bottom-color: transparent; 
}

/* Tab Content Styling */
.college-tab-content {
    padding: 1rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.college-tab-panel {
    display: none; 
}

.college-tab-panel.active,
.college-tab-panel.show {
    display: block; 
}


.tab-panel-title {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 2rem;
    color: #212529; 
}

.tab-panel-text { 
    margin-top: 0;
    margin-bottom: 1rem;
    color: #495057; 
}


.subjects-heading {
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    font-weight: bold;
}

.college-subjects-table {
    width: 100%;
    margin-top: 1rem;
    border-collapse: collapse;
}

.college-subjects-table th,
.college-subjects-table td {
    padding: 0.75rem;
    border: 1px solid #dee2e6; 
    text-align: left;
}




/*--------------------------------------------------------------
# commerce 11th
--------------------------------------------------------------*/
.introduction-section {
    padding: 20px;
    margin-bottom: 20px;
 
}

.introduction-section h2 {
   /* color: #28a745; */
    margin-bottom: 15px;
}

.introduction-section p {
    line-height: 1.6;
    color: #555;
}



.department-section {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}

.department-section h2 {
    color: #007bff;
    margin-bottom: 15px;
}

.department-section ul {
    list-style-type: disc;
    padding-left: 20px;
}

.department-section li {
    margin-bottom: 8px;
}



/*--------------------------------------------------------------
# commerce 11th class strength
--------------------------------------------------------------*/
.class-info {
    /*padding: 20px;
    margin-bottom: 20px;*/
}
/*
.heading {
    color: #ff8c00; 
    font-weight: bold;
    margin-bottom: 10px;
}*/

.data-row {
    margin-bottom: 5px;
}

.label {
    font-weight: bold;
    margin-right: 10px;
}



/*--------------------------------------------------------------
# commerce 11th student achievers
--------------------------------------------------------------*/
.achievers-section {
    padding: 20px;
    
    margin-bottom: 20px;
}

.section-heading {
   /*/ color: #007bff;*/
    font-weight: bold;
    margin-bottom: 15px;
}

.year {
    font-style: italic;
    color: #6c757d; /* Gray color */
    margin-bottom: 10px;
}

.achiever {
    margin-bottom: 15px;
}

.achiever-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.achievement-details {
    /*color: #28a745;  */
    margin-left: 15px;
    margin-bottom: 5px;
}



/*--------------------------------------------------------------
# commerce 11th Achievements
--------------------------------------------------------------*/
.achievements-section {
    padding: 20px;
    
    margin-bottom: 20px;
}
/*
.section-title {
    color: #d4ac0d; / Example golden color /
    font-weight: bold;
    margin-bottom: 15px;
}*/

.achievement-year {
    font-style: italic;
    color: #777;
    margin-bottom: 10px;
}

.awardee {
    margin-bottom: 15px;
}

.awardee-name {
    font-weight: bold;
    margin-bottom: 5px;
}

.award-details {
    /*color: #008000; */
    margin-left: 15px;
}




/*--------------------------------------------------------------
# commerce 12th result
--------------------------------------------------------------*/
/*
.result-section {
    padding: 20px;
    border: 1px solid #b3e5fc;
    border-radius: 5px;
    margin-bottom: 20px;
    text-align: center; 
}*/

.result-year {
    font-style: italic;
    /* color: #777;*/
    margin-bottom: 10px;
}

.result-class {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
}
/*
.percentage {
    font-size: 2.5em;
    color: #2979ff; 
    font-weight: bold;
}*/


/*--------------------------------------------------------------
# commerce 12th achiever
--------------------------------------------------------------*/
/*
.achievers-rank-section {
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}*/
/*
.section-heading {
    color: #ffa000; 
    font-weight: bold;
    margin-bottom: 15px;
}*/

.rank-year {
    font-style: italic;
    color: #6c757d;
    margin-bottom: 15px;
}

.rank-item {
    margin-bottom: 15px;
}

.rank {
    font-weight: bold;
   /* color: #007bff;  */
    margin-bottom: 5px;
}

.student-name {
    font-weight: bold;
   /* color: #28a745;  */
    margin-left: 10px;
}
/*
.percentage {
    color: #dc3545;
    margin-left: 20px;
}*/




/*--------------------------------------------------------------
# artspoliticalscience
--------------------------------------------------------------*/

