 /* main.css */

 /* Import Variables */
 @import 'base/variables.css';

 /* Import Base Styles */
 @import 'base/typography.css';


 /* Import Layout Styles */
 @import 'layout/top-bar.css';
 @import 'layout/footer.css';
 @import 'pages/home.css';
 @import 'pages/about.css';
 @import 'pages//faculty.css';
 @import 'pages/gev.css';
 @import 'pages/contact.css';
 @import 'pages/disciplinary-rule.css';
 @import 'pages/program-outcomes.css';
 @import 'pages/acedemics-conference.css';

 @import 'responsive/mobile.css';

 body {
     font-family: "Poppins", sans-serif;
     font-size: 1rem;

 }

 /* comman-banner */
 .comman-banner {
     min-height: 40vh;
     background: linear-gradient(#002244ce, #0a235161),
         url("../assets/images/com.jpg");
     background-position: 40% 69%;
     background-size: cover;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .comman-banner h2 {
     text-transform: capitalize;
     color: #fff;
     font-weight: var(--fw-3);
 }

 .comman-banner h4 {
     text-transform: capitalize;
     color: #fff;
     font-weight: var(--fw-3);
 }

 .comman-banner span a {
     color: #fff;
     text-decoration: none;
 }

 .comman-banner span {
     color: #fff;
 }

 .comman-banner span i {
     margin: 0 1rem;
     color: var(--gold);
 }
.college-section h1{
    font-size: 1.1rem !important;
}
.college-section h2{
    font-size: 2.26rem !important;
}
.logo1{
    border-radius: 50% !important;
    height: 110px !important;
    /* /* height: 100px !important; */
    width: 110px !important; margin-left: 20px !important; 

}
.logo2{
        height: 190px !important;
margin-right: 20px !important; 
    width: 200px !important;
}

 /* scroll top button */

 .scrolltop {
     position: fixed;
     bottom: 3rem;
     right: 2rem;
     width: 2.5rem;
     height: 2.5rem;
     border-radius: 1.4rem;
     padding: 0.3rem;
     background-color: #4c7bbd;
     display: flex;
     align-items: center;
     justify-content: center;
     transition: 0.3s;
     transform: translateX(200px);
     z-index: 99;
     cursor: pointer;
 }

 .scrolltop i {
     color: #fff;
     font-weight: 600;
 }

 .scrolltop.active {
     transform: translateX(0px);
 }

 .scrolltop:hover {
     background-color: rgba(46, 45, 45, 0.589);
 }

 .dropdown-submenu {
     position: relative;
 }

 .dropdown-submenu .dropdown-menu {
     top: 0;
     left: 100%;
     margin-top: -1px;
     display: none;
     position: absolute;
 }

 .dropdown-submenu:hover>.dropdown-menu {
     display: block;
 }




 /*  college Name*/


 /* Container */
 .college-header {
     /* background: red; */
     text-align: center;
 }

 /* Logo Styling */
 .college-logo {
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .college-logo img {
     width: 140px;
     /* Adjust for better view */
     height: auto;
 }

 /* Text Styling */
 .college-text h6 {
     font-size: 1rem;
     font-weight: normal;
     margin-bottom: 5px;
 }

 .college-text h1 {
     font-size: 1.6rem;
 }

 .college-text h2 {
     font-size: 1.4rem;
     font-weight: bold;
     color: #0056b3;
 }

 .college-text h4 {
     font-size: 1.2rem;
     font-weight: 500;
     margin-top: 5px;
 }

 /* Proper Spacing */
 /* .college-section {
      padding: 20px;
  } */

 /* Responsive Design */
 @media (max-width: 768px) {
     .college-logo img {
         max-width: 100px;
         /* Smaller logo for mobile */
     }

     .college-text h2 {
         font-size: 24px;
     }

     .college-text h4 {
         font-size: 10px;
     }
 }

 .custom-modal .modal-content {
     border-radius: 10px;
     padding: 20px;
     text-align: center;
 }

 .custom-modal .modal-header {
     border-bottom: none;
 }

 .custom-modal .btn-view {
     background-color: #ffcc00;
     color: black;
     border-radius: 8px;
     padding: 8px 20px;
     font-weight: bold;
     border: none;
 }

 .title {
     position: relative;
     padding-bottom: .5rem;
 }

 .title::after {
     position: absolute;
     content: '';
     left: 0;
     bottom: 0;
     width: 50%;
     height: 1px;
     background-color: #ffcc00;
 }

 .title2 {
     position: relative;
     padding-bottom: .5rem;
     /* width: max-content; */
     color: #333 !important;
 }

 .title2::after {
     position: absolute;
     content: '';
     left: 0;
     bottom: 0;
     width: 100%;
     height: 3px;
     background-color: #ffcc00;
 }

 p {
     font-size: .9rem;
     line-height: 1.8;
    
 }

 .container ul li {
     font-size: .9rem;
     line-height: 1.8;
     
 }


 .img-card img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .img-card:hover {
     box-shadow: 0 0 10px rgba(46, 45, 45, 0.212);
     transform: scale(1.1);
     transition: all 300ms ease-out;

 }

 .library-section img:hover {
     box-shadow: 0 0 10px rgba(46, 45, 45, 0.212);
     transform: scale(1.1);
     transition: all 300ms ease-out;

 }

 table tr th {
     text-align: left !important;
 }

 table tr td {
     text-align: left !important;
 }