 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 address,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 samp,
 small,
 strong,
 sub,
 sup,
 var,
 b,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 caption article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu,
 time,
 mark,
 audio,
 video,
 source {
   margin: 0px;
   padding: 0px;
   border: 0px;
   outline: 0px;
   vertical-align: baseline;
   background: transparent;
 }

 article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu {
   display: block;
 }

 section,
 header {}

 nav ul {
   list-style: none;
 }

 blockquote,
 q {
   quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
   content: '';
   content: none;
 }

 abbr[title],
 dfn[title] {
   border-bottom: 1px dotted #000;
   cursor: help;
 }

 a {

   transition: all 0.3s ease;
   -webkit-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
 }

 /*tables still need 'cellspacing="0"' in the markup*/
 .bg {
   background: #999999;
   font: Arial, Helvetica, sans-serif;
 }

 .fleft {
   float: left;
 }

 table {
   border-collapse: collapse;
   border-spacing: 0;
 }

 input,
 select {
   vertical-align: middle;
 }

 .clear {
   clear: both;
   height: 0px;
 }

 h1,
 h2,
 h3,
 h4,
 h4,
 h6 {
   margin: 0px;
   padding: 0px;
 }

 .laila-font {
   font-family: "Laila", serif;
 }

 .title-color {
   color: #002345;
 }

 .clear {
   clear: both
 }

 body {
   margin: 0px;
   padding: 0px;
   font-size: 14px !important;
   font-family: 'Poppins', sans-serif !important;
   color: #000 !important;
   font-weight: normal;
   line-height: 25px;
   background-color: #fff !important;
 }

 .top-blue-bar {
   background-color: #0f63ac;
   color: white;
   font-size: 12px;
   padding: 5px 0;
   line-height: 26px;
 }

 .top-blue-bar a {
   color: white;
   text-decoration: none;
 }

 .top-blue-bar a:hover {
   color: #73b6f0;
   text-decoration: none;
 }

 .top-blue-bar .bg-primary {
   background-color: #1c599b !important;
   color: #fff !important;
 }

 .top-blue-bar .form-select {
   color: #fff !important;
 }

 .gradient-bar {
   background: linear-gradient(to right, #85050c, #0f63ac);
   color: white;
   padding: 35px 0;
   font-weight: 600;
   font-size: 16px;

 }

 .modal-backdrop.show {
   opacity: var(--bs-backdrop-opacity);
   z-index: 9;
 }

 .search-icon {
   background-color: #0f63ac;
   border: none;
   color: white;
   border-radius: 8px;
   width: 32px;
   height: 32px;
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin-top: 4px;
 }

 .nav-link {
   color: #000;
   font-weight: 600;
 }

 .nav-link:hover {
   color: #85050c;
 }

 .carousel-item {
   position: relative;
 }

 .slider-image {
   width: 100%;
   height: auto;
   display: block;
 }

 .slider-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(to right, #0f63ac 15%, transparent 100%);
   z-index: 1;
 }

 .slider-text {
   position: absolute;
   top: 50%;
   left: 15%;
   transform: translateY(-50%);
   color: white;
   z-index: 2;
   font-size: 3rem;
   font-weight: bold;
   line-height: normal;
   max-width: 50%;
   font-family: "Laila", serif;
 }

 .menu_bg {
   z-index: 99999;
   position: relative;
   background-color: #fff;
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   border-radius: 0px 0px 20px 0px;
 }

 .dropdown:hover .dropdown-menu {
   display: block;
   margin-top: 0;



 }

 .dropdown-item {
   font-weight: 600;
   font-size: 14px;
   line-height: 30px;
 }

 .dropdown-item:hover {
   background-color: #7f0a15;
   color: #fff;
 }

 .logo {
   position: absolute;
   margin-top: -70px;
   margin-left: -24px;
 }

 .slider_prt {
   position: relative;
   margin-top: -57px;
 }

 .btn-bg {
   background-color: #0f63ac;
   color: #fff;
   font-size: 13px;
   font-weight: 600;
   letter-spacing: 2px;
   text-transform: uppercase;
 }

 .btn-bg:hover {
   background-color: #8c0003;
   color: #fff;
 }

 @media (max-width: 768px) {
   .slider-text {
     font-size: 14px;
     max-width: 80%;
   }
 }

 .sub-title {
   text-transform: uppercase;
   color: #8c0003;
   font-weight: bold;
 }

 .welcom-part {
   background-color: #f5faff;
   background-image: url(../images/welcome-bg.png);
   background-repeat: no-repeat;
   background-position: left top;
   margin-top: -50px;
 }

 .pt-80 {
   padding-top: 80px;
 }

 .pt-120 {
   padding-top: 120px;
 }

 .gry-txt {
   color: #797979;
 }

 .btn-wrap {
   position: relative;
   display: grid;
   width: 260px;

 }

 .icon-circle {
   position: absolute;
   top: 50%;
   left: -7px;
   transform: translateY(-50%);
   width: 50px;
   height: 50px;
   background-color: #fff;
   border: 3px solid #8b0000;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 2;
 }

 .gradient-btn {
   background: linear-gradient(to right, #8b0000, #0f63ac);
   border: none;
   color: white;
   padding: 12px 24px 12px 50px;
   border-radius: 30px;
   font-weight: 600;
   padding-left: 70px;
   text-transform: uppercase;
   text-align: left;
   transition: 0.3s;
 }
 
 .gradient-btn a {
   color:#fff;
   text-decoration:none;
 }

 .gradient-btn:hover {
   background: linear-gradient(to right, #0f63ac, #8b0000);
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
 }

 .icon-circle img {
   color: linear-gradient(to right, #8b0000, #0f63ac);
 }

 .icon-circle i {
   font-size: 20px;
   background: linear-gradient(to right, #8b0000, #0f63ac);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   display: inline-block;
 }

 .read-more-btn {
   border: 1px solid #0f63ac;
   color: #0f63ac;
   border-radius: 999px;
   padding: 8px 20px;
   font-weight: 500;
   font-size: 12px;
   background-color: #fff;
   text-transform: uppercase;
   transition: all 0.3s ease;
   letter-spacing: 2px;
 }

 .read-more-btn:hover {
   background-color: #0f63ac;
   color: #fff;
 }

 .latest-new-part {
   background-color: #f6f6f6;
   background-image: url(../images/dot-bg.png);
   background-repeat: no-repeat;
   background-position: left top;
   padding: 80px 0px;
 }

 .news-date {
   background-color: #e9f0f7;
   padding: 10px;
   text-align: center;
   font-weight: bold;
   width: 100px;
   border-radius: 4px;
   color: #0f63ac;
 }

 .news-box {
   border-top: 1px dashed #ccc;
   padding: 15px 0;
 }

 .news-new {
   background-color: red;
   color: white;
   font-size: 0.7rem;
   padding: 2px 6px;
   border-radius: 5px;
   margin-left: 10px;
 }

 .blue-bg {
   background-color: #0f63ac;
   color: white;
   border-left: 5px solid #64b7ff;
 }

 .tab-content img {
   object-fit: cover;
   height: 400px;
 }

 .view-all a {
   font-size: 13px;
   font-weight: 600;
   color: #0f63ac;
 }

 .view-all a:hover {
   color: #7f0a15;
 }

 .border-img {
   border: 1px solid #dee2e6;

 }

 .border-img img {
   border-radius: 10px;
 }

 .image-caption {
   position: absolute;
   bottom: 0;
   width: 100%;
   text-align: center;
   background-color: rgba(255, 255, 255, 0.85);
   color: #000;
   padding: 10px;
   font-weight: 500;
   font-size: 13px;
 }

 .nav-tabs .nav-link {
   border: 1px solid #0f63ac;
   border-radius: 40px;
   color: #0f63ac;
   font-size: 13px;
 }

 .nav-tabs .nav-link.active {
   border: 1px solid #0f63ac;
   border-radius: 40px;
   color: #0f63ac;
   font-size: 13px;
   background-color: #ecf6ff;
 }

 .nav-tabs .nav-item {
   margin-right: 15px !important;
 }

 .gradient-bg {
   background: linear-gradient(to right, #8b0000 0%, #005ea6 50%, #ffffff 50%, #ffffff 100%);

 }

 .department-left-bg {
   background-image: url(../images/department-left-bg.png);
   background-position: left;
   background-repeat: no-repeat;
 }

 .department-section {

   color: white;
   padding: 40px 30px;
   border-top-left-radius: 20px;
   border-bottom-left-radius: 20px;
   position: relative;
   z-index: 1;
 }

 .carousel-box {
   background-color: white;
   padding: 30px;
   border-radius: 16px;
   border: 1px solid #005ea6;
   text-align: center;
   box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
   width: 250px;
   margin-right: 1rem;
   transition: 0.3s ease-in-out;
 }

 .carousel-box:hover {
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
 }

 .nav-arrow {
   background-color: white;
   color: #005ea6;
   border-radius: 50%;
   width: 40px;
   height: 40px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-weight: bold;
   font-size: 1.2rem;
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
   cursor: pointer;
   transition: 0.3s;
 }

 .nav-arrow:hover {
   background-color: #005ea6;
   color: white;

 }

 .carousel-container {
   overflow: hidden;
   position: relative;
 }

 .carousel-inner-wrapper {
   display: flex;
   transition: transform 0.6s ease-in-out;
 }

 /* Position carousel overlapping left section */
 .carousel-overlap {
   margin-left: -23px;
   z-index: 2;
   position: relative;
 }

 .carousel-box a {
   color: #000;
   text-decoration: none;
 }

 .carousel-box a:hover {
   color: #7f0a15;
   text-decoration: none;
 }

 .department-section a {
   font-size: 13px;
   background-color: #0f63ac;
   border: 1px solid #fff;
 }

 .our-services {
   background-color: #f0f7fc;
   padding: 80px 0px;
   background-image: url(../images/Services-bg.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: top center;
 }

 .service-bg {
   background-image: url(../images/Services-box.png);
   background-repeat: no-repeat;
   background-position: top center;
   padding: 35px;
   min-height: 332px;
 }

 .our-services h5 a {
   color: #000;
   text-decoration: none;
 }

 .our-services h5 a:hover {
   color: #7f0a15;
   text-decoration: none;
 }

 .our-strength {
   background: linear-gradient(to right, #8b0000 0%, #005ea6);
   color: #fff;
 }

 .our-strength-bg {
   background-repeat: no-repeat;
   background-position: left bottom;
   background-image: url(../images/our-strength-bg.png);
 }

 .custom-card {
   border: 1px solid #005eb8;
   border-radius: 10px;
   background-color: #fff;
   overflow: hidden;
   height: 100%;
 }

 .card-header-custom {
   background-color: #1c599b;
   color: #fff;
   font-weight: bold;
   text-align: center;
   padding: 10px;
   border-radius: 10px;

 }

 .card-img-top {
   object-fit: cover;
   max-height: 150px;
   border-radius: 6px;
   margin: 15px;
 }

 .card-body {
    padding: 0px !important;
    font-size: 14px;
 }

 .card-title {
   font-weight: bold;
   font-size: 16px;
   margin-bottom: 10px;
 }
 
 .card-title a {
   color:#000;
   text-decoration:none;
 }
 
 .card-text a {
    color:#000;
    text-decoration:none;
 }

 .view-all {
   color: #005eb8;
   font-weight: 600;
   font-size: 14px;
   padding: 15px;
 }

 .view-all a {
   text-decoration: none;
 }

 .bg-gry {
   background-color: #f6f6f6;
 }

 .footer-bg {
   background: linear-gradient(to right, #8B0000, #004080);
   color: #fff;
   font-family: 'Segoe UI', sans-serif;
 }

 .footer-bg-img {
   background-image: url(../images/ftr-bg.png);
   background-repeat: no-repeat;
   background-position: top left;
 }

 .footer-section {
   padding: 40px 20px;
 }

 .footer-title {
   font-weight: bold;
   text-transform: uppercase;
   font-size: 18px;
   margin-bottom: 20px;
   font-family: "Laila", serif;
 }

 .footer-list {
   list-style: none;
   padding: 0;
   margin: 0;
 }

 .footer-list li a {
   margin-bottom: 10px;
   color: #fff;
   text-decoration: none;
   transition: all 0.3s ease-in-out 0s;
 }

 .footer-list li a:hover {

   padding-left: 10px;
 }

 .footer-list li a::before {
   content: '\f285';
   margin-right: 8px;
   color: #fff;
   font-family: bootstrap-icons !important;
   font-size: 10px;
 }

 .footer-contact {
   background-color: #0f63ac;
   padding: 40px 20px;
   color: #fff;
   border-top: 5px solid #7f0a15;
   background-image: url(../images/contact-bg.png);
   background-repeat: no-repeat;
   background-position: center center;
 }

 .footer-contact h5 {
   text-transform: uppercase;
   font-weight: bold;
   font-size: 18px;
   font-family: "Laila", serif;
 }



 .footer-bottom {
   background-color: #0f63ac;
   color: #fff;
   padding: 15px 10px;
   text-align: center;
   font-size: 14px;
 }

 .footer-bottom a {
   color: #fff;
   margin: 0 5px;
   text-decoration: none;
   font-weight: 500;
 }

 .footer-bottom a:hover {
   text-decoration: underline;
 }

 .fs-12 {
   font-size: 12px;
 }


 .card-grid {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 1.5rem;
 }

 .service-card {
   background: white;
   border-radius: 1.25rem;
   text-align: center;
   padding: 2rem 1rem;
   position: relative;
   transition: 0.3s ease-in-out;
   height: 220px;
   background-image: url(../images/shape-bg.png);
   background-repeat: no-repeat;
   background-position: right bottom;
 }

 .service-card:hover {
   box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
   color: #000;
   background-image: url(../images/shape-bg.png);
   background-repeat: no-repeat;
   background-position: right bottom;
 }

 .service-card .icon {
   font-size: 3rem;
   margin-bottom: 1rem;
 }

 .service-card a {
   color: #000;
   text-decoration: none;
 }

 .service-card:hover .arrow-btn a {

   background: #7f0a15;
   color: #fff !important;
 }

 .arrow-btn a {
   position: absolute;
   bottom: 0rem;
   right: 0rem;
   background: #0f63ac;
   color: white;
   border-radius: 50%;
   width: 36px;
   height: 36px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 1rem;
   transition: 0.3s;
 }



 .active-card {
   background: #0f63ac;
   color: white;
   background-image: url(../images/shape-bg.png);
   background-repeat: no-repeat;
   background-position: right bottom;
 }

 .service-card:hover .arrow-btn {
   background: #7f0a15;
   color: #fff !important;
 }

 .announcement-bar {
   display: flex;
   align-items: center;
   background-color: #fff;
   border-radius: 50px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
   overflow: hidden;
   height: 95px;
   margin-top: -45px;
   z-index: 9;
   position: relative;
 }

 .announcement-label {
   background: linear-gradient(to right, #7f0a15, #0f63ac);
   color: #fff;
   font-weight: bold;
   border-radius: 50px 0 0 50px;
   white-space: nowrap;
   display: flex;
   align-items: center;
   padding: 0 2rem;
   height: 100%;
 }

 .announcement-label img {
   height: 24px;
   margin-right: 10px;
 }

 .announcement-text ul li {
   float: left;
   margin: 0px 15px;
 }

 .announcement-text-container {
   overflow: hidden;
   flex: 1;
   padding: 0 1rem;
   position: relative;
   height: 100%;
   display: flex;
   align-items: center;
 }

 .announcement-text {
   display: ruby;
   white-space: nowrap;
   padding-right: 100%;
   animation: scroll-left 25s linear infinite;
   font-size: 1rem;
 }

 @keyframes scroll-left {
   from {
     transform: translateX(10%);
   }

   to {
     transform: translateX(-100%);
   }
 }

 .contact-box {
      border-radius: 0.5rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      overflow: hidden;
    }

    .left-box {
      background-color: #0f63ac;
      color: white;
      padding: 2rem;
      background-image: url('../images/contact-box-bg.jpg ');/* Optional background pattern */
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top right;
    }

    .left-box i {
      font-size: 12px;

    }

    .map-container iframe {
      width: 100%;
      height: 350px;
      border: 0;
      border-radius: 0.5rem;
    }

    .form-control {
      border-radius: 0.375rem;
    }

   .flex-fill .btn-primary {
      background-color: #0f63ac;
      border-color: #0f63ac;
    }
    .flex-fill .btn-primary:hover {
      background-color: #7f0a15;
      border-color: #7f0a15;
    }
    .icon-box {
      width: 40px;
      height: 40px;
      background-color: #ffffff20;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      color: white;
      font-size: 1.2rem;
    }

    .info-item {
      display: flex;
      align-items: start;
      gap: 15px;
      margin-bottom: 10px;
    }

    .info-text {
      color: #fff;
    }

    .info-label {
      font-weight: 600;
    }
.profile-pic{
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #fff;
}
.accordion-body ul li::before {
  content: '\f285';
  margin-right: 8px;
  color: #0f63ac;
  font-family: bootstrap-icons !important;
  font-size: 10px;
}
.accordion-button:not(.collapsed) {
  background-color: #eaf5ff !important;
}
.Administrator-Services-panel {
      border: 1px solid #ddd;
      border-radius: 13px;
      margin-bottom: 1.5rem;
    }

    .Administrator-Services-title {
      background-color: #0f63ac;
      color: white;
      padding: 0.75rem 1rem;
      font-weight: bold;
      border-bottom: 1px solid #ddd;
      border-radius: 13px 13px 0px 0px;
    }

    .Administrator-Services-list {
      list-style: none;
      margin: 0;
      padding: 0;
    }

   

    .Administrator-Services-list li:first-child {
      border-top: none;
    }

    .Administrator-Services-list a {
      display: flex;
      padding: 0.5rem 1rem;
      color: #000;
      text-decoration: none;
    }
.Administrator-Services-list a::before {
  content: '\f135';
  margin: 0px 5px 0px 0px;
  color: #0f63ac;
  font-family: bootstrap-icons !important;
  font-size: 20px;
}
    .Administrator-Services-list a:hover {
      background-color: #f1f8ff;
    }
.announcement-menu ul{
  margin: 0px;
  padding: 0px;
}
.announcement-menu ul li{
  float: left !important;
  display: contents;
  padding-right: 15px;

}
.announcement-menu ul li::before {
  content: '\f285';
  margin: 0px 10px;
  color: #0f63ac;
  font-family: bootstrap-icons !important;
  font-size: 10px;
}
.f-left {
  float: left;
}
   .custom-table {
      border-collapse: separate;
      border-spacing: 0;
      border: 1px solid #e9e9ea;
      border-radius: 15px;
      overflow: hidden;
    }
    .custom-table thead th {
      background-color: #0f63ac;
      color: white;
      border-right: 1px solid #e9e9ea;
    }
    .custom-table tbody td {
      border-right: 1px solid #e9e9ea;
    }
    .custom-table tbody tr:nth-child(odd) td {
      background-color: #f1f8ff;
    }
    .custom-table tbody tr:nth-child(even) td {
      background-color: #ffffff;
    }
    .emergency-box {
      background: linear-gradient(rgba(15, 99, 172, 0.85), rgba(127, 10, 21, 0.85)),
                  url('../images/emergency-img.jpg') center/cover no-repeat;
      color: white;
      padding: 40px 30px;
     border-radius: 15px;
      max-width: 350px;
    }

    .emergency-icon {
      font-size: 36px;
      color: #00c3ff;
    }

    .emergency-title {
      font-size: 18px;
      font-weight: 500;
      margin-top: 15px;
    }

    .emergency-number {
      font-size: 28px;
      font-weight: bold;
      color: #00c3ff;
    }

.emergency-description {
      margin: 20px 0;
      font-size: 15px;
      line-height: 1.6;
}

.emergency-box .btn-outline-light {
      border: 1px solid #fff;
      color: white;
}

.emergency-box .btn-outline-light:hover {
      background-color: #1c599b;
      color: #fff;
}
.mr-8 {
      margin-right: -35px;
}
.carousel-item .fs-6{
      font-size: 15px !important;
      font-family: 'Poppins', sans-serif !important;
      font-weight: 600;
}

 /* Sticky container */
.sticky-right-panel {
   position: fixed;
   top: 35%;
   right: -40px;
   z-index: 1050;
   display: flex;
   flex-direction: column;
   gap: 8px;
}

 /* Individual box */
.info-box {
   background-color: #fff;
   border: 1px solid #0f63ac;
   border-radius: 8px;
   padding: 10px 12px;
   display: flex;
   align-items: center;
   gap: 12px;
   min-width: 210px;
   box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.info-box:hover {
   background-color: #e8f4ff;
}

.info-box img {
   width: 35px;
   height: auto;
}

.margin-left {
  margin-left:14px;
}

 .info-box .text-content {
   font-size: 14px;
   line-height: 1.2;
   float: right;
   color: #000;
 }

 .info-box .text-content strong {
   font-weight: 700;
   display: block;
 }
 .banner-wrapper {
    position: relative;
    overflow: hidden;
    margin-top: -57px;
}

.banner-img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.slider-overlay-2 {
   position: absolute;
   top: 0;
   left: 0;
   height: 97%;
   width: 100%;
   background: linear-gradient(to right, #0f63ac, rgba(0, 82, 160, 0.7), rgba(0, 82, 160, 0));
   z-index: 1;
}

.border-left{
  border-left: 5px solid #1b7acc;
}
.banner-content {
      position: absolute;
      top: 65%;
      left: 0;
      width: 100%;
      transform: translateY(-50%);
      z-index: 2;
      color: white;
}

.banner-content h1 {
      font-weight: bold;
      margin-bottom: 4px;
}

.breadcrumb {
      margin: 0;
      padding: 0;
      background: transparent;
      font-size: 0.9rem;
}

.breadcrumb-item + .breadcrumb-item::before {
      color: white;
}

@media (max-width: 768px) {
.banner-wrapper {
  margin-top: 0px;
}
.slider-overlay-2{
  height: 100%;
}
.banner-wrapper {
        height: 100px;
}
      .banner-content {
        position: absolute;
        transform: none;
        padding: 15px 0;
      }
      .banner-content h1 {
        font-size: 1.25rem;
      }
      .banner-content {
        top: 14%;
      }
    }
  
    
 /* Responsive: hide on small devices or adjust */
 @media (max-width: 576px) {
   .carousel-item .fs-6{
      font-size: 12px !important;
      font-family: 'Poppins', sans-serif !important;
      font-weight: normal;
      padding-top: 10px;
    }
   .sticky-right-panel {
     top: 25%;

     right: -120px;
     width: 90%;
     flex-direction: column;
     align-items: flex-end;
     z-index: 99999;
   }

   .info-box {
     width: 100%;
     max-width: 280px;
   }
 }


 @media (min-width: 200px) and (max-width: 765px) {
   .slider_prt {
     position: relative;
     margin-top: 0;
   }

   .logo {
     position: relative;
     margin-top: 10px;
     margin-left: 0px;
     text-align: center;
   }

   .navbar {
     background-color: #0f63ac;
     border-radius: 10px;
     margin-bottom: 15px;
   }

   .nav-link {
     color: #fff;
     font-weight: 600;
     text-align: center;
   }

   .navbar-nav .nav-link.active,
   .navbar-nav .nav-link.show {
     color: #fff;
   }

   .navbar-toggler {
     background-color: #fff;
   }

   .search-icon {
     margin: 0px auto !important;
     display: block;
     width: 130px;
     background-color: #7f0a15;
   }

   .btn-wrap {
     margin: 0px auto;
   }

   .gradient-bg {
     background: linear-gradient(to right, #8b0000 0%, #005ea6 100%, #fff 50%, #fff 100%);
   }

   .card-grid {
     display: grid;
     grid-template-columns: repeat(1, 1fr);
     gap: 1.5rem;
   }

   .our-strength-bg {
     background-image: none;
   }

   .nav-tabs .nav-item {
     margin-right: 15px !important;
     margin-bottom: 14px;
   }

   .announcement-bar {
     margin-top: 15px;
   }

   .announcement-bar {
     display: grid;
     text-align: center;
   }

   .announcement-label {
     display: grid;
     border-radius: 0px 0 0 0px;
   }

   .announcement-text ul li {
     font-size: 13px;
   }

   .bg-light-blue {
     background-color: #f5faff;
   }

   .pt-120 {
     padding-top: 90px;
   }
 }

 @media (min-width: 766px) and (max-width: 992px) {
  .banner-wrapper {
  position: relative;
  overflow: visible;
  margin-top: -57px;
  height: 230px;
  }
  .slider-overlay-2{
    height: 100%;
  }
   .img-d-none {
     display: none;
   }

   .card-grid {
     grid-template-columns: repeat(3, 1fr);
   }

   .slider-text {
     font-size: 1.5rem;
   }
 }

 @media (min-width: 993px) and (max-width: 1199px) {
  .banner-wrapper {
  position: relative;
  overflow: visible;
  margin-top: -57px;
  height: 250px;
  }
  .slider-overlay-2{
    height: 100%;
  }
   .navbar-expand-lg .navbar-nav .nav-link {
     padding: 5px 3px;
     font-size: 12px;
   }

   .slider-text {
     font-size: 2rem;
   }

   .btn-wrap {
     width: auto;
   }
 }

 @media (min-width: 1199px) and (max-width: 1399px) {
   .banner-wrapper {
  position: relative;
  overflow: visible;
  margin-top: -57px;
  height: 250px;
  }
  .slider-overlay-2{
    height: 100%;
  }
   .navbar-expand-lg .navbar-nav .nav-link {
     padding: 5px 5px;
     font-size: 13px;
   }

 }

 .sub-page-title {
   color:#0f63ac;
   font-weight:600;
   font-size:18px;
   margin-bottom:14px;
   margin-top:14px;
   font-family: "Laila", serif;
 }
 .sub-page-title i {
   font-size: 1.2rem;
   color: #85050c;
 }
 .clinical i {
    font-size: 21px;
    color: #85050c;
 }
.table th {
   font-weight:500;
}
.table_row {
    --bs-table-bg: #f3f7fa;
    color: #294a70;
    font-weight: bold;
}
.sub-page-list {
    list-style:none;
    padding-left:5px !important;
}
.heading-title {
   margin-bottom:10px;
   margin-top:10px;
   font-weight:500;
}
.section-title {
    font-weight: 400;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e1e5e9;
    padding-bottom: .5rem;
    color: #0f63ac;
    font-size: 15px;
    font-family:"Laila", serif;
}
.info-card {
  transition: all 0.3s ease-in-out;
  border-top:1px solid #e5e5e5;
}
.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.sub-page-list li {
  margin-bottom: 0.5rem !important;
}
.left-padding {
  padding-left: 18px !important;
}
 .grid {
     display: grid;
     grid-template-columns: repeat(12, 1fr);
     gap: 18px;
 }
 .card {
     background: #ffffff;
     border-radius: 12px;
     box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
     padding: 20px;
     border: 1px solid rgba(0,0,0,0.04);
     transition: all 0.3s ease-in-out;
 }
 .card.half {
  flex: 1 1 45%;
}
.card.full {
  flex: 1 1 100%;
}
 .col-12 {
     grid-column: 1 / -1
 }
 h2.section-title {
     margin: 0 0 10px;
     color: #0f63ac;
     font-size: 1.05rem;
     display: flex;
     gap: 10px;
     align-items: center;
 }
 h2.section-title i {
     font-size: 1.2rem;
     color: #85050c;;
 }
 .card p {
     margin: 0 0 12px
 }
 .card ul {
     margin: 0 0 12px;
     padding-left: 2px;
     list-style:none;
 }

 .card li {
     margin: 6px 0
 }
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.grid-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
}

/* This will fill the first column top-to-bottom first */
.grid-list li {
  break-inside: avoid;
}
 table.info {
     width: 100%;
     border-collapse: collapse;
     margin-top: 6px;
 }
 table.info th,
 table.info td {
     text-align: left;
     padding: 10px 8px;
     border-bottom: 1px solid #eef2f4;
     vertical-align: top;
     font-size: 0.96rem;
 }
 table.info th {
     width: 260px;
     color: #6b7280;
     font-weight: 600
 }
 .stats {
     display: flex;
     gap: 12px;
     flex-wrap: wrap;
     margin-top: 8px
 }
 .stat {
     flex: 1 1 180px;
     background: #85050c;;
     color: white;
     padding: 12px;
     border-radius: 10px;
     text-align: center;
 }
 .stat small {
     display: block;
     font-size: 0.78rem;
     opacity: 0.95
 }
 .stat b {
     font-size: 1.15rem;
     display: block;
     margin-top: 6px
 }
 .muted {
     color: #6b7280;
     font-size: 0.95rem
 }
 
 /* OPD/OT schedule styles */
.schedule-day {
	background: #0f63ac;
	color: #fff;
	padding:6px 10px;
	border-radius:8px;
	font-weight:600;
	margin-bottom:8px;
	display:inline-flex;
	align-items:center;
	gap:8px;
}

.name-strip {
	border-radius:8px;
	overflow:hidden;
	margin-bottom:10px;
	border:1px solid rgba(33,37,41,0.04);
}
.name-strip > div { padding:8px 10px; }
.name-strip > div:nth-child(odd){ background: #ffffff; }
.name-strip > div:nth-child(even){ background: #f7f9fb; }

/* Statistics row */
.stats-row { display:flex; gap:14px; flex-wrap:wrap; }
.stat-card{
	background: #7f0a15;
	color: #fff;
	border-radius:10px;
	padding:18px;
	flex: 1 1 220px;
	min-width:200px;
	box-shadow: none;
}
.stat-year { font-size:12px; opacity:0.9; }
.stat-main { font-size:20px; font-weight:700; margin-top:6px; }
.stat-sub { font-size:13px; opacity:0.95; margin-top:6px; }

/* small meta lists */
.meta-list li { 
    margin-bottom:6px;
}
.org-header-blue {
    background-color: #0f63ac !important;
    color: white !important;
    font-weight: bold;
}
.card.hosp{
    background:#ffffff;
    border:1px solid #e6e9ee;
    box-shadow:0 6px 18px rgba(17,24,39,.04);
    border-radius:14px;
}
.card.hosp .card-body{
    padding:18px 20px;
}
.item-row{
    display:flex; 
    gap:16px; 
    flex-wrap:wrap;
}
.item-row .label{
    min-width:170px;
    color:#6b7280;
    font-weight:600;
}
.pill{
    background: #fff;
    border: 1px dashed #e6e9ee;
    border-radius: 10px;
    padding: 10px 10px;
    margin-bottom: 8px;
    margin-left: 11px;
}
.stats-wrap{
   display:grid;
   grid-template-columns:repeat(12,1fr);
   gap:16px;
}
@media (max-width: 991.98px){ 
  .stats-wrap{ 
     grid-template-columns:1fr;
  } 
}
.stat-card{
    grid-column: span 4;
    background:#85050c;
    color:#fff;
    border-radius:14px;
    padding:18px;
    box-shadow:0 8px 20px rgba(133,5,12,.18);
}
.stat-year{
   font-weight:700;
   letter-spacing:.02em;
   opacity:.95;
}
.stat-line{
   margin:6px 0 0;
   font-size:0.98rem;
}
.muted{
   color:#6b7280;
}
.cms-pages .card-body {
  padding: 1.5rem 1rem !important;
}
.cms-pages i {
    font-size: 2rem;
    color: #85050c;
    margin-bottom: 0.75rem;
}
.cms-pages .card-body h6 {
    color: #0f63ac;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 16px;
}
.cms-pages .card-body h6 a {
    color: #0f63ac;
    text-decoration:none;
    font-family: "Laila", serif;
}
.list-small {
  padding-left:20px;
  padding-bottom:4px;
}
.adminHead h6::after {
  width: 60px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  background: #0f63ac;
}
.adminHead h6 {
    margin-top:0px !important;
    height: 26px;
}
.adminHead {
    margin-bottom:8px;
}
.staffmember {
    border-left: 3px solid #0f63ac;
}
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}

.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-1:hover .hover-1-content {
  bottom: 2rem;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
}

.hover-1:hover .hover-overlay {
  opacity: 0;
}

.hover-1-title {
   font-size:18px;
}

.hover-1-title span a {
  color:#fff;
  text-decoration:none;
}