.head-img{
    display: flex;
}
.head-img img{
    height: 150px;
    width: 150px;
}
.first-banner-text h3{
     text-align: center;
    margin-top: -15%;
}
.first-banner-text p{
  text-align: center;
    padding-top: 30px;
    font-weight: 400;

}
.image-slider-size{
  width:75%!important;
  margin:auto;
}
.banner-click-here{
  background: #0446b4!important;
    padding: 10px 25px;
    color: #fff !important;
    text-align: center;
    margin: 45px auto;
    display: block;
    width: 20%;
    border-radius: 5px;
}
.auditoriem{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.auditoriem a img{
  width:100%;
}
.auditoriem img{
  width:100%;
}
.auditoriem a{
 text-decoration: none;
}
.auditoriem p strong{
  color:#000;
}
.auditoriem p{
  color:#000;
  margin-top: 24px;
  margin-bottom: 0;
}
p{
  font-size:15px!important;
}
.head-title{
    margin-left: 10px;
    text-align: center;
    font-weight: bold;
}
.head-title h3,p{
  font-size: large;
  font-weight: bold;
}
.header{
    padding: 10px;
    display: flex;
    
    align-items: center;
}
.head-button button{
    padding: 5px 10px;
    background-color: #F37199;
    color:white;
    border: none;
    border-radius: 3px;
    float: left;
}
.menus{
    height: 35px;
    background-color:#0446B4;
    align-items: center;
    z-index: 5;
    justify-content: center;
    
}
.call-image{
  width:30px;
}
.mail-image{
  width:35px;
}
.call-align{
  text-align: left;
}
.desktop-menu{
  display:block;
}
.mobile-menu{
  display: none!important;
}
.mobile-header{
  display:block;
}
.menu-center{
  display: block!important;
}

.award-item{
  border: 1px solid black;
  
}
.mail-click{
    color: #000;
    text-decoration: unset;
    font-weight: 600;
}
.menu-gap{
  max-width:100%!important;
}
.our-department-button{
    background: #0446b4;
    width: 20%!important;
    margin: 45px auto 0px!important;
    display: block;
    color: #fff;
    padding: 10px;
    text-decoration: auto;

    border-radius: 5px;
}
.our-facilities{
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px;
    width: 15%!important;
}
.our-facilities img{
    width: 30%;
    margin-bottom: 15px;
}
.our-facilities-sports{
    justify-content: space-around;
    padding-left: 30px;
    padding-right: 30px;
}
.our-facilities h4{
     font-size: 20px;
}
.footer-information-contact{
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 30px;
}
.about-us h2{
  font-size: 32px;
  color: #0446B4;
  font-size: 600;
  text-align: center;
  
}
.about-us{
  margin-top:20px;
 

}
.abt-cont{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
  gap: 40px;
}
.abt-info{
  width: 50%;
}
.abt-img{
  width: 50%;
}
.abt-head{
  background-color:#e6f7ff ;
  padding: 30px;
}
.abt-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 45px;
}
.ug-table-web{
  margin-top:40px!important;
}
.abt-head h2{
  color: #0446B4;
}

#abt-image img{
    border-radius: none;
    
}
.topic-name{
  color: #0446B4;
}
.admin-container {
            background: white;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
            max-width: 80%;
            margin: auto;
            margin-top: 25px;
        }
        .admin-title {
            color: #1565c0;
            text-align: center;
            font-size: 20px;
            margin-top: 35px;
        }
        .admin-title-top {
            color: #1565c0;
            text-align: center;
            font-size: 20px;
        }
        .admin-table {
            width: 100%;
            border-collapse: collapse;
            margin-top: 20px;
            border-radius: 8px;
            overflow: hidden;
        }
        .admin-table th, .admin-table td {
            border: 1px solid #bbb;
            padding: 12px;
            text-align: left;
        }
        .admin-table th {
            background-color: #0d47a1;
            color: white;
            text-transform: uppercase;
        }
        .admin-table tr:nth-child(even) {
            background-color: #bbdefb;
        }
        .admin-table tr:hover {
            background-color: #90caf9;
            transition: 0.3s;
        }
        .admin-link {
            color: #0d47a1;
            text-decoration: none;
        }
        .admin-link:hover {
            text-decoration: underline;
        }
           .contactus{
        margin-top: 20px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        
    }
.contact-info {
  width: 50%;
}
.maincon{
    padding: 20px;   
}
iframe{
    width: 100%;
}
 
.contact-info-content p{
        font-weight: 400;
}
.abt-head{
    text-align: center;
    margin-top: 15px;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #0446B4;
  font-size: 1.4em;
  margin-bottom: 5px;
}
.enquiry{
    justify-content: center;
   
    margin-top: 30px;
}
.contact-info-content p {
  color: #000;
  font-size: 1em;
}
.contact-form {
  background-color: #e6f7ff;
  padding: 40px;
  width: 30%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
  background-color: transparent;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"]
{
  width: 100%;
  background: #0446B4;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #0446B4;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #FFF;
  color: #00bcd4;
}
.banner-heading {
    padding: 80px 100px;
    margin-top: 20px;
}
.banner-color {
    position: relative;
    overflow: hidden;
}

.banner-heading {
    background: #D8D8D8;
    background-size: cover;
    background-position: center center;
    padding: 150px 100px;
    position: relative;
    z-index: 8;
}
.banner-heading h2 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 44px;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.background-overlay {
    position: relative;
    background-image: url('../images/department/pathology.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 400px; */
}

.background-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.contentSection{padding: 75px;}
.contentSection h2{
    margin-bottom: 1.2rem;
    color: #00509e;
    font-weight: 700;
}
.contentSection h3{
    margin-bottom: 1.2rem;
    font-size: 26px;
    color: #00509e;
    font-weight: 600;
}
.contentSection p{font-weight: 400;}
.contentSection ul li{line-height: 34px;}


.custom-list ul {
    list-style-type: disc;
    padding-left: 20px;
}

.custom-list ul li::before {
    content: none !important;
}
.commontable {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
  }
.commontable thead th:first-child {width: 8%;}
.commontable td, .commontable th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 15px;
  }
.commontable tr:nth-child(even){background-color: #f2f2f2;}
  
.commontable tr:hover {background-color: #ddd;}
  
.commontable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #00509e;
    color: white;
  }
  .image-container {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.image-container div {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-container img {
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px; 
}
body{
    margin: 0;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
  }
  .nav-bg{
    background:#0446B4;
  }
  .container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 1200px)
  {
    .container{
      max-width: 1140px;
    }
   
  }
  
  #nav-wrap ul{
    list-style: none;
    position: relative;
    display: flex;
    margin: 0;
    padding: 12px;
  }
  #nav-wrap ul li{
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    /* padding-top: 15px; */
  }
  #nav-wrap ul a{
    display: block;
    text-decoration: none;
    color:white;
    line-height: 32px;
    padding: 0 15px;
  }
  /* .active{
    background: #f6f6f6;
    font-weight: 600;
    color: black !important;
    
  } */

  .active a{
    background: #f6f6f6;
    font-weight: 600;
    color: black !important;
  }
  #nav-wrap ul li:hover{
    background: #f6f6f6;
    font-weight: 600;
    color: #000;
    
  }
  #nav-wrap ul ul{
    padding: 0;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f6f6f6;
    z-index: 1000;
    margin-bottom: 10px;
    color: black;
  }
  #nav-wrap ul ul li{
    width: 210px;
    background: #fff;
    
  }

 

  #nav-wrap ul ul ul{
    top: 0;
    left: 100%;
    border-left: 1px solid #262626;
  }
  #nav-wrap ul li:hover>ul{
    display: block;
    font-weight: normal;
  }
  .search-box{
    display: flex;
    position: relative;
    width: 15%;
    height: 20px;
    margin-top: 15px;
    padding: 18px;
    border: none;
    border-radius: 5px;
    margin-bottom:15px;
    margin-left: auto;
  }

  .d-block{
    object-fit: cover;
  }
  .Footer{
    background-color:  #0446B4;
    color: #fff;
    padding: 20px;
  }
  .Foo-div1{
        position: relative;
        left: 10%;;
  }


  .main-carousel .slide-item {
    width: 100%;
    height: 100%;
    background: #000;
    position: relative;
}


.main-carousel .slide-item img {
    opacity: 0.5;
    position: relative;
    object-fit: cover;
}

.main-carousel .slide-text {
    position: absolute;
    right: 110px;
    top: 50%;
    z-index: 1;
    max-width: 570px;
    text-align: left;
    transform: translateY(-50%);
}

.main-carousel .slide-text h1,
.main-carousel .slide-text h4 {
    text-transform: capitalize;
    color: #fff;
}

.main-carousel .slide-text h1 {
    font-size: 36px;
    line-height: 54px;
    font-weight: 400;
}

.main-carousel .slide-text h4 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
}

.main-carousel .slide-text p {
    font-size: 19px;
    color: #fff;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin-top: 5px;
    margin-left: 2px;
    margin-bottom: 15px;
}

.main-carousel .slide-text a.btn {
    margin-top: 15px;
}

.main-carousel .owl-nav span.fa {
    font-size: 28px;
}

.main-carousel .owl-nav .owl-prev,
.main-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #afaac0;
    color: #fff;
    border-radius: 0;
    width: 35px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.main-carousel .owl-nav .owl-prev {
    left: 0;
}

.main-carousel .owl-nav .owl-next {
    right: 0;
}

.carousel-item img{
    height: 100vh;
    object-fit: fill;
}
#nav-wrap ul li:hover a {
  color: black !important;
}

#nav-wrap ul li a:hover {
  color: black;
  
}
#nav-wrap ul ul {
  background-color: #767676;
  color: white;
  
}
  


@keyframes bounce {
  0% { transform: translateY(0); }
  100% { transform: translateY(-5px); }
}
.awards-container{
  display: flex;
  text-align: center;
  /* width: 70%; */
  float: right;
  justify-content: center;
}
.awa{
  display: flex;
}
.awa img{
    height: 55px;
    width: 55px;
  
}
.head1{
  display: flex;
  align-items:center ;
  width: 40%;
}
.awa p{
  font-weight: 400;
}
.awards-container{
  align-items: center;
}

.department-section {
  background-color: #f4f4f4;
  padding: 60px 20px;
  text-align: center;
}

.section-header h2 {
  font-size: 36px;
  color: #0446B4;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-header p {
  font-size: 18px;
  color: #777;
  margin-bottom: 40px;
}

.departments-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding: 0 10px;
}

.department-item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  margin-bottom: 15px;
  min-height: 245px;
  max-height: 245px;
}

.department-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  background-color:#0446B4;
  color: white;
}

.department-item:hover .department-content h3 {
  color: #fffF;
}
.department-item:hover .department-content p {
  color: #fffF;
}
.department-item .department-icon img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.department-content h3 {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  transition: color 0.3s ease;
}

.department-content p {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
  transition: color 0.3s ease;
  font-weight: 500;
}
.slider-image{
  margin-top:20px;
}

@media only screen and (max-width: 768px)  {
  .department-section {
      padding: 40px 10px;
  }
    .first-banner-text h3 {
    text-align: center;
    margin-top: 15%;
}
.banner-click-here {
    background: #0446b4 !important;
    padding: 10px 25px;
    color: #fff !important;
    text-align: center;
    margin: 45px auto;
    display: block;
    width: 50%;
    border-radius: 5px;
}

  .section-header h2 {
      font-size: 28px;
  }

  .section-header p {
      font-size: 16px;
  }
  .desktop-menu{
  display:none;
}
.mobile-menu{
  display: block!important;
}
.mobile-header{
  display:none!important;
}
.slider-image{
  margin-top:0px;
}
.navbar-brand{
  width:50%;
}
.navbar-brand img{
  width:45%;
}
.carousel-item img {
    height: auto;
}
.contact-us {
    display: block!important;
    align-items: center;
}
.con-button {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    border-radius: 9999rem;
    background: white;
    box-shadow: 0 12px 24px 0 
    color-mix(in oklab, black, transparent 40%);
    position: relative;
    overflow: hidden;
    margin: auto;
}   
.foot1 {
    display: block!important;
    align-items: center;
    margin-bottom: 20px;
} 
.footer-logo img {
    max-width: 135px;
    margin: auto;
    display: block;
}
.footer-bottom {
    text-align: center;
    padding: 20px;
    display: block!important;
}
.developed{
  padding-top: 40px;
}
.footer-quick-links {
    margin-left: 10%!important;
}
.dropdown-submenu {
    position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
  }
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 2px 15px;
}
.navbar-nav .dropdown-menu {
    position: static;
    margin-bottom: 10px;
}
.nav-item{
    border: 1px solid #ccc;
    padding: 2px 15px;
    margin-bottom: 10px;
}
.nav-link{
   color:#000;
}
.footer-para{
    margin-left: 30px; margin-top: 20px;
}
.footer-quick-links{
    margin-left: 7%;
}
.our-department-button {
    background: #0446b4;
    width: 80% !important;
    margin: 45px auto 0px !important;
    display: block;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-decoration: auto;
}
.our-facilities {
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px;
    width: 100% !important;
    margin-bottom: 20px;
}
.footer-information-contact {
    display: block;
    margin-top: 15px;
}
.main-contactus {
    background-image: url(../images/contact-us-home.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 35px 35px!important;
}
    .abt-cont {
        display: block;
        padding: 25px;
        flex-direction: column-reverse;
        display: flex;
    }
    .abt-info {
    width: 100%;
}
.admin-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 8px;
    overflow: auto;
    display: flex;
}
.admin-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    margin: auto;
    margin-top: 25px;
}
.hostel-table {
    width: 95%;
    margin: auto;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 10px #b0c4de;
}
.table-bottom-womens {
    margin-bottom: 30px !important;
}
.contactus {
    margin-top: 20px;
    display: block;
    align-items: center;
}
.contact-form {
    background-color: #e6f7ff;
    padding: 40px;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}
.contentSection {
    padding: 25px;
}
.image-container div {
    flex: unset;
    display: flex;
}
}

h1, p {
  margin-bottom: 20px;
}

.about-us-section {
  padding: 80px 20px;
  background: #e6f7ff;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.content {
  flex: 1;
  max-width: 50%;
  text-align: left;
}

.content h1 {
  font-size: 36px;
  color: #00509e;
  font-weight: 600;
  margin-bottom: 20px;
}

.content .subheading {
  font-size: 18px;
  color: #777;
  margin-bottom: 30px;
  font-style: italic;
}

.content .description {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.image {
  flex: 1;
  max-width: 45%;
}

.image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image img:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .container {
      flex-direction: column;
      text-align: center;
  }

  .content {
      max-width: 100%;
      margin-bottom: 20px;
  }

  .image {
      max-width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Arial', sans-serif;
  background-color: #f4f4f4;
  /* color: #333; */
}

.news-ticker {
  background-color: #0446B4;
  color: white;
  padding: 0px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  align-items: center;
}

.news-container {
  display: flex;
  animation: scrollNews 20s linear infinite;
  
  margin-top: 15px;
}
.news-container:hover{
  animation-play-state: paused;
}

.news-item {
  padding: 0 50px;
  white-space: nowrap;
  text-align: left;
  font-weight: 500;
}

@keyframes scrollNews {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

@media (max-width: 768px) {
  .news-ticker {
      font-size: 16px;
  }

  .news-item {
      padding: 0 20px;
  }
}
.awards-con{
    display: flex;
    margin-top: 10px
}
.footr{
  display: flex;
 margin-left: 15%;
 justify-content: space-around;
 
}
.awards-container{
  display: block;
  text-align: center;
}
.footer {
  background-color:#0446B4;
  color: #fff;
  padding: 50px 20px 15px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer-content {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-around;
}
.foot1{
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-info{
  margin-bottom: 20px;
}
.footer-logo img {
  max-width: 135px;
  margin-bottom: 20px;

}


.footer-links,
.footer-social {
  /* flex: 1; */
  margin-bottom: 20px;
  margin-left: 100px;
}

.footer-info p {
  margin: 5px 0;
  font-size: 16px;
}
.footer-info p a{
  color: #fff;

}
.footer-links h4,
.footer-social h4 {
  font-size: 23px;
  margin-bottom: 15px;
}

.footer-links ul,
.footer-social ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li,
.footer-social ul li {
  margin-bottom: 10px;
}

.footer-links ul li a,
.footer-social ul li a {
  text-decoration: none;
  color: #ecf0f1;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-links ul li a:hover,
.footer-social ul li a:hover {
  color: #f39c12;
}

.footer-social ul li a i {
  margin-right: 10px;
}

.footer-bottom {
  text-align: center;
  padding: 20px;
  display: flex
;
  justify-content: space-between;
}

.footer-bottom p {
  margin: 5px 0;
  font-size: 16px;
  font-weight: 500;
}

.footer-bottom p a {
  color: #f39c12;
  text-decoration: none;
  margin: 0 5px;
}

.footer-bottom p a:hover {
  color: #ecf0f1;
}


.footer-logo{
  align-items: center;
}
.footer-info{
    margin-top: 5%;
    margin-left: 20px;
}

.footer{
  align-items: center;
}


@media (max-width: 768px) {
  .footer-container {
      flex-direction: column;
  }

     .footer-content {
        margin-bottom: 0px;
        margin-top: 0px;
    }

  .footer-info,
  .footer-links,
  .footer-social {
      flex: 1 0 100%;
  }
}

.con-info h1{
    color: #fff;
}


.call{
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 20px;
  
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.carousel-item img{
  object-fit: fill;
}



.facilities {
  background-color: #f4f4f4;
  padding: 60px 0;
  text-align: center;
}

.facilities h1 {
  font-size: 36px;
  font-weight: 600;
  color:#0446B4;
  margin-bottom: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
}

.facilities-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0 15px;
}

.facility-item {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 220px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  text-align: center;
  padding: 30px;
}

.facility-item:hover {
  transform: translateY(-12px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.facility-content i {
  color: #3498db; 
  margin-bottom: 20px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.facility-item:hover .facility-content i {
  color: #CBB021; 
  transform: translateY(-5px);
}

.facility-content h4 {
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin: 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  transition: color 0.3s ease, transform 0.3s ease;
}

.facility-item:hover .facility-content h4 {
  color: #3498db;
  transform: translateY(-5px);
}

/* .facility-content h4::after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #3498db;
  left: 50%;
  bottom: -10px;
  transition: width 0.3s ease, left 0.3s ease;
  transform: translateX(-50%);
} */

.facility-item:hover .facility-content h4::after {
  width: 100%;
  left: 0;
}

@media (max-width: 768px) {
  .facilities-wrapper {
      flex-direction: column;
      align-items: center;
  }

      .facility-item {
        width: 95%;
        margin: 20px auto;
        max-width: 100%;
    }
    .facilities-wrapper {
    display: block;
    padding: 0 15px;
}

  .facilities h1 {
      font-size: 32px;
  }

  .facility-content h4 {
      font-size: 22px;
  }
}
/* General Section Styling */
#newsandlinks {
  padding: 50px 0;
  background-color: #e6f7ff;
  text-align: center;
}

#newsandlinks h1 {
  font-size: 36px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #333;
}

/* News Cards Container */
.container.main {
  width: 75%;
  margin: 0 auto;
}

/* Styling for the News Cards */
.news-cards .news-card {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.news-cards{
  display: flex;
  justify-content: space-evenly;
  column-gap: 30px;
}
/* Hover effect */
.news-cards .news-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

/* Card Image Styling */
.news-cards .news-card .card-img {
  width: 100%;
  height: 200px; /* Fixed height for the image */
  object-fit: cover;
}

/* Card Content Styling */
.news-cards .news-card .card-content {
  padding: 20px;
}

/* Card Title */
.news-cards .news-card .card-content h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
  font-weight: 600;
}

/* Card Description */
.news-cards .news-card .card-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
}

/* Read More Link */
.news-cards .news-card .card-content a {
  font-size: 16px;
  color: #007BFF; 
  text-decoration: none;
    font-weight: 600;
    background: #0446b4;
    color: #fff !important;
    padding: 7px;
    border-radius: 5px;
}

.news-cards .news-card .card-content a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container.main {
      width: 100%;
      padding: 0 20px;
  }

  .news-cards .news-card {
      margin-bottom: 30px;
  }

  .news-cards .news-card .card-img {
      height: 180px;
  }

  .news-cards .news-card .card-content h3 {
      font-size: 20px;
  }
}

/* Resetting default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', serif;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0;
  font-family: Lato, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

/* Header Layout */
.header {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;   
  align-items: center;
  background-color: #f1f1f1;
}

/* Styling for first section (logo + title) */
.head1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  width: 100%;
}

.head-img {
  flex: 0 0 150px; /* Fixed width for image */
  display: flex;
  justify-content: center;
  margin-right: 10px;
}

.head-img img {
  width: 100%;
  height: auto;
}

.head-title {
  flex: 1; /* Take up remaining space */
  text-align: center;
}

.head-title h3 {
  font-size: 25px;
  font-weight: bold;
  color: #333;  
}

.head-title p {
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  text-align: center;
  margin-right: 100px;
}

/* Styling for awards section */
.top-awards {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* margin-top: 15px; */
}

.awards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.call {
  flex: 1 1 250px; /* Take up 1/3 width of container */
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 10px;
}

.call p {
  margin: 5px 0;
  font-size: 1rem;
}

.awards-con {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-around;
}

.award-item {
  flex: 1 1 45%; /* Make each award take up 45% of the container width */
  margin: 5px;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.award-item .awa {
  display: flex;
  align-items: center;
}

.award-text {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}

/* SYSTEM VIEW (Desktop View) - Keep it intact */
@media (min-width: 1024px) {
  /* Desktop Header: Logo + Title on the left, Awards on the right */
  .header {
      flex-direction: row;
  }

  .head1 {
      width: 46%;
      display: flex;
  }

  .top-awards {
      width: 54%; /* Awards take up the other half */
      display: flex;
      justify-content: flex-end; /* Align awards to the right */
  }

  .award-item {
      flex: 0 0 47%;
    }

  .call {
      flex: 0 0 30%; /* Call container width */
  }

  .head-img {
      flex: 0 0 120px; /* Image is a little smaller */
  }

  .head-title {
      text-align: left;  /* Align text to the left for better alignment with the logo */
  }

  .head-title h3 {
      font-size: 21px;
  }

  .head-title p {
      font-size: 1rem;
  }
}

/* Mobile and Tablet View */
@media (max-width: 1024px) {
  .header {
      flex-direction: column;
  }

  .head1 {
      width: 100%; /* Full width for header section */
  }

  .top-awards {
      width: 100%; /* Full width for the awards section */
      margin-top: 15px;
  }

  .award-item {
      flex: 1 1 100%; /* Each award takes up 100% width */
      margin-bottom: 10px;
  }

  .call {
      flex: 1 1 100%; /* Full width for call section */
      margin-right: 0;
  }

  .head-img {
      flex: 0 0 100px; /* Make the image smaller for mobile */
  }

  .head-title h3 {
      font-size: 1.2rem;
  }

  .head-title p {
      font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  .head-img {
      flex: 0 0 80px; /* Make the image smaller for very small screens */
  }

  .head-title h3 {
      font-size: 1rem;
  }

  .head-title p {
      font-size: 0.8rem;
  }

  .call p {
      font-size: 0.8rem;
  }

  .award-text {
      font-size: 0.8rem;
  }

  .award-item {
      flex: 1 1 100%;
      margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .head-title h3 {
      font-size: 0.9rem;
  }

  .head-title p {
      font-size: 0.7rem;
  }

  .call p {
      font-size: 0.7rem;
  }

  .award-text {
      font-size: 0.7rem;
  }
  .awards-container{
    display: block;
  }

  .head-img {
      flex: 0 0 80px; 
}
.awa{
  text-align: center;
  display: flex;
  align-items: center;
}

}
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 200ms ease-out;
}

.contact-us{
  display: block;
  justify-content: center;
  gap: 10px;
  align-items: center;

  
}
.main-contactus::after{
  content: " ";
  background: url(../images/CornerShape.svg) center center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  transform: rotate(90deg);
  z-index: -8;
}

.main-contactus{
    background-image: url(../images/contact-us-home.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 100px 100px;
}
button {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  isolation: isolate;
}

.con-button {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  align-items: center;
  padding: 10px 40px;
  border-radius: 9999rem;
  background: #0446b4;;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;

  &::before {
    content: "";
    border-radius: inherit;
    background: #0446b4;
    z-index: -1;
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
  }
  & > span {
    color: #fff;
    background: #0446b4;
    background-clip: text;
  }

  &:is(:hover, :focus) {
    &::before {
      transform: translateX(0);
    }

    & > span {
      color: white;
    }
  }
}


.nav-bg {
  background: #0446B4;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1140px;
  }
}

#nav-wrap ul {
  list-style: none;
  position: relative;
  display: flex;
  margin: 0;
  padding: 12px;
  justify-content: center;
}

#nav-wrap ul li {
  position: relative;
  display: flex;
  margin: 0;
  padding-left: 8px;
  padding-right: 7px;
}



#nav-wrap ul li a {
  display: block;
  text-decoration: none;
  color: white;
  line-height: 32px;
  padding: 0 15px;
  font-size: 14px;
}

#nav-wrap ul ul {
  padding: 0;
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  background: #f6f6f6;
  z-index: 1000;
  margin-bottom: 10px;
  color: black;
}

#nav-wrap ul ul li {
  width: 310px;
  background: #fff;
}

#nav-wrap ul li ul li:hover{
  background-color: #c5c0c0;
  transition: none;
}
#nav-wrap ul li ul li{
  border-bottom: 1px solid black;
}

#nav-wrap ul ul li a {
  color: white; 
  padding: 5px;
  font-size: 15px;
}

  
#nav-wrap ul ul li a:hover {
  color: white; 
 
}

#nav-wrap ul li:hover > ul {
  display: block;
}
@media only screen and (min-width:1400px)
{
  .head-title h3 {
        font-size: 24px;
    }
}
  @media only screen and (max-width: 900px) {
  .admin-table {
    display: flex !important;
    flex-direction: column;
  }
  .gallary-images img{
    width: 100% !important; 
    height: auto;
  }
  .gallary-paediatrics-images img{
    width: 100% !important; 
    height: auto;
  }
}

.gallary-images {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.gallary-images img {
  width: 46%;
  cursor: pointer;
  padding: 20px;

}

ol .sub-list-heading {
  font-size: 20px;
  color: #0d47a1;
  font-weight: 600;
}


ol .sub-list {
  color: #0d47a1;
  list-style: decimal-leading-zero;
  font-weight: 600;
}


.department-container h2 {
  font-size: 32px;
  color: #0446B4;
  font-size: 600;
  text-align: center;
}

.department-container{
  margin-top:20px;
}



.department-info p,
.department-info li {
  font-weight: 400;
  font-size: 17px !important;
}

.abt-head h2 {
  color: #0446B4;
}


.abt-department .department-info {
  width: 90%;
  margin: auto;
}

.abt-department .topic-name {
  color: #0446B4;
  font-weight: 700;
}

.abt-department .topic-sub-name {
  color: #c3bc2b;
  font-size: 18px;
}



.custom-list {
  list-style: none;
  padding: 0;
}

.custom-list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.8;
}

.custom-list li::before {
  content: "\f0f1";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #0d47a1;
}



.gallary-paediatrics-images {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.gallary-paediatrics-images img{
  width: 33%;
  cursor: pointer;
  aspect-ratio: 9 / 6 !important;
  padding: 20px;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}

.custom-list li ul li , .nested-list li {
  list-style:none  !important;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.8;
}
.custom-list li ul li  , .nested-list li{
  font-size: 14px; 
  color: #555;  
}

.custom-list li ul li::before , .nested-list li::before {
  content: "\261E" !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #0d47a1;
}