 .card-container {
     max-width: 100%;
     margin: 0 auto;
     background-color: #fff;
     border-radius: 15px;
     box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
     padding: 30px;
 }

 .card-container h1 {
     font-size: 36px;
     color: #333;
     margin-bottom: 20px;
 }

 .card-container ul {
     list-style-type: disc;
     padding-left: 40px;
     margin-bottom: 20px;
     color: #444;
     font-size: 16px;
     line-height: 1.7;
 }


 .card-container h3 {
     font-size: 20px;

 }

 .image-row {
     display: flex;
     gap: 50px;
     margin-top: 30px;
     justify-content: center;
 }

 .image-row img {
     width: 100%;
     max-width: 320px;
     border-radius: 10px;
     object-fit: cover;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
 }

 @media (max-width: 768px) {
     .image-row {
         flex-direction: column;
         align-items: center;
     }
 }

 .swiper-slide figure {
     width: 100%;
     height: 300px;
     /* Fixed height for uniform slides */
     overflow: hidden;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .swiper-slide figure img {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }

 .swiper {
     width: 100%;
 }

 .outside-box-right-25 {
     margin-right: 0vw !important;
 }

 .bullet-list {
     list-style-type: disc;
     padding-left: 20px;
     margin-top: 20px;
 }

 .custom-list {
     list-style: none;
     padding-left: 0;
 }

 .custom-list li {
     position: relative;
     padding-left: 28px;
     margin-bottom: 12px;
     line-height: 1.6;
 }

 .custom-list li::before {
     content: '';
     position: absolute;
     left: 0;
     top: 9px;
     width: 10px;
     height: 10px;
     background-color: #b98e44;
     /* Blue circle */
     border-radius: 50%;
 }

 .accordion-style-02 .accordion-header {
     background: linear-gradient(to right, #f0f4ff, #e8f0fc);
     border-radius: 8px;
     transition: all 0.3s ease;
     margin-bottom: 10px;
     box-shadow: 0 3px 8px rgba(0, 0, 0, 0.07);
     padding: 15px;
 }

 .accordion-style-02 .accordion-title:hover {
     color: #0077ff;
 }

 .process-step-icon {
     /* background: linear-gradient(135deg, #007bff, #0056b3); */
     box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
     transition: transform 0.3s ease;
 }

 .process-step-icon:hover {
     transform: scale(1.1);
 }

 .accordion-style-02 .accordion-title {
     font-size: 1.2rem;
     font-weight: 600;
     transition: color 0.3s ease;
     margin-left: 50px;
 }

 .accordion-style-02 .accordion-body {
     background-color: #f9f9f9;
     padding: 25px;
     border-radius: 10px;
     margin-top: 10px;
 }

 .accordion-style-02 .btn {
     width: 70%;
     text-align: center;
     font-weight: 500;
     font-size: 16px;
     padding: 12px 20px;
     transition: all 0.3s ease;
 }

 /* .accordion-style-02 .btn:hover {
  background-color: #0077ff;
  color: white;
  transform: scale(1.03);
} */

 .accordion-style-02 .feather {
     margin-left: 10px;
     transition: transform 0.3s ease;
 }

 .accordion-style-02 .btn:hover .feather {
     transform: translateX(5px);
 }

 .bg-primary {
     background-color: #b98e44 !important;

 }

 .process-step-icon {
     background-color: #b98e44 !important;
 }

 .research-container {
     display: flex;
     height: 100vh;
 }

 .research-links {
     width: 300px;

     padding: 20px;
     box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
 }

 .research-links a {
     display: block;
     padding: 12px 15px;
     margin-bottom: 10px;
     text-decoration: none;
     color: #333;
     border-radius: 5px;
     background: #eaeaea;
     transition: background 0.3s;
 }

 .research-links a.active,
 .research-links a:hover {
     background: #007bff;
     color: #fff;
 }

 .research-content {
     flex: 1;
     padding: 30px;
     border: 1px solid #ddd;
 }

 .research-panel {
     display: none;
 }

 .research-panel.active {
     display: block;
 }

 .site-images-icon {
     width: 70px !important;
 }

 .site-images-icon-size {
     width: 60px !important;
 }

 .a-line-hight {
     line-height: 1.2rem !important;
 }


 /* hostel-facility-card*/
 .hostel-facility-card {
     background-color: #f6f3ef !important;
     ;
     padding: 40px 0;
 }

 .hostel-facility-card .section-subtitle {
     font-size: 20px;
     color: #1a73e8;
 }

 .hostel-facility-card .section-title {
     text-align: center;
     font-weight: 500;
     color: #333;
 }

 .hostel-facility-card .section-location {
     text-align: center;
     font-size: 16px;
     color: #555;
 }

 .hostel-facility-card .facility-card {
     background: #fff;
     border-radius: 10px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
     padding: 30px;
     margin: 30px auto;
     max-width: 900px;
 }

 .hostel-facility-card .facility-heading {
     text-align: center;
     font-size: 24px;
     color: #1a73e8;
 }

 .hostel-facility-card .room-table {
     border-collapse: collapse;
     width: 60%;
     margin: 20px auto;
     text-align: center;
     font-family: Arial, sans-serif;
 }

 .hostel-facility-card .room-table th,
 .hostel-facility-card .room-table td {
     padding: 12px;
     border: 1px solid #ddd;
 }

 .hostel-facility-card .room-table thead tr {
     background-color: #212529;
     color: white;
 }

 .hostel-facility-card .room-table tbody tr:nth-child(even) {
     background-color: #f9f9f9;
 }

 .hostel-facility-card .amenities-heading {
     text-align: center;
     margin-top: 30px;
     font-size: 20px;
     color: #1a73e8;
 }

 .hostel-facility-card .amenities-list {
     list-style-type: disc;
     padding-left: 40px;
     font-size: 16px;
     color: #333;
 }

 /* waste management slider */
 .image-hover-caption {
     position: relative;
     overflow: hidden;
     border-radius: 6px;
 }

 .image-hover-caption img {
     width: 100%;
     height: auto;
     display: block;
 }

 .image-hover-caption figcaption {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     padding: 10px 15px;
     background: rgba(0, 0, 0, 0.6);
     color: #fff;
     font-size: 16px;
     text-align: center;
     opacity: 0;
     transform: translateY(100%);
     transition: all 0.3s ease-in-out;
 }

 .image-hover-caption:hover figcaption {
     opacity: 1;
     transform: translateY(0);
 }

 .tab-content {
     display: none;
 }

 .active-tab {
     font-weight: bold;
     color: #000;
 }

 .active-tab-content {
     display: block;
 }

 /* may i help service */
 .volunteer-services-wrapper {
     padding: 60px 20px;
     background-color: #f9f5ee;
     display: flex;
     flex-direction: column;
     align-items: center;
     font-family: 'Segoe UI', sans-serif;
 }

 .volunteer-heading {
     font-size: 28px;
     font-style: italic;
     color: #04395e;
     margin-bottom: 30px;
     text-align: center;
 }

 .volunteer-services-card {
     background-color: #ffffff;
     border-radius: 20px;
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
     padding: 40px 30px;
     max-width: 100%;
     width: 100%;
     position: relative;
     border-left: 5px solid #b98e44;
 }

 .volunteer-step {
     display: flex;
     align-items: flex-start;
     margin-bottom: 25px;
     opacity: 0;
     transform: translateX(40px);
     animation: slideIn 0.6s ease forwards;
     position: relative;
 }

 .volunteer-step:nth-child(1) {
     animation-delay: 0.2s;
 }

 .volunteer-step:nth-child(2) {
     animation-delay: 0.4s;
 }

 .volunteer-step:nth-child(3) {
     animation-delay: 0.6s;
 }

 .volunteer-step:nth-child(4) {
     animation-delay: 0.8s;
 }

 .volunteer-step:nth-child(5) {
     animation-delay: 1s;
 }

 .volunteer-badge {
     background: #b98e44;
     color: white;
     border-radius: 50%;
     min-width: 36px;
     height: 36px;
     text-align: center;
     font-weight: bold;
     line-height: 36px;
     font-size: 16px;
     margin-right: 15px;
     box-shadow: 0 0 0 3px #e6bf7c;
 }

 .volunteer-description {
     font-size: 16px;
     color: #333;
     line-height: 1.6;
 }

 @keyframes slideIn {
     to {
         opacity: 1;
         transform: translateX(0);
     }
 }

 /* blood center page */
 .training-section {
     background-color: #f9f5ee;
     padding: 60px 20px;
     font-family: 'Segoe UI', sans-serif;
     color: #2b2b2b;
 }

 .training-title {
     text-align: center;
     font-size: 32px;
     font-style: italic;
     font-weight: 600;
     color: #1f1f1f;
     margin-bottom: 50px;
     letter-spacing: 1px;
 }

 .training-timeline {
     position: relative;
     margin: 0 auto;
     max-width: 900px;
     padding-left: 30px;
     /* border-left: 4px solid #d9ac63; */
 }

 .training-item {
     margin-bottom: 40px;
     position: relative;
     padding-left: 25px;
     animation: fadeSlide 0.6s ease-in forwards;
     opacity: 0;
 }

 .training-dot {
     width: 24px;
     height: 24px;
     background-color: #d9ac63;
     border-radius: 50%;
     position: absolute;
     left: -14px;
     top: 4px;
     z-index: 2;
     border: 4px solid #fff;
     box-shadow: 0 0 0 6px rgba(217, 172, 99, 0.2);
     animation: pulse 2s infinite;
 }

 .training-content {
     background: #f2e7d8;
     border-radius: 12px;
     padding: 20px 25px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
     transition: all 0.4s ease;
     transform-origin: left center;
     color: #2b2b2b;
 }

 .training-content:hover {
     transform: scale(1.03);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
 }

 .training-content h4 {
     font-size: 20px;
     font-weight: bold;
     color: #c46811;
     margin-bottom: 12px;
     text-transform: uppercase;
 }

 .training-content ul {
     padding-left: 20px;
     list-style: disc;
     color: #2b2b2b;
 }

 .training-content ul li {
     margin-bottom: 6px;
     font-size: 15px;
 }

 .training-content p {
     font-size: 15px;
     margin: 0;
     color: #2b2b2b;
 }

 @keyframes fadeSlide {
     0% {
         opacity: 0;
         transform: translateX(-15px);
     }

     100% {
         opacity: 1;
         transform: translateX(0);
     }
 }

 @keyframes pulse {
     0% {
         box-shadow: 0 0 0 0 rgba(217, 172, 99, 0.4);
     }

     70% {
         box-shadow: 0 0 0 20px rgba(217, 172, 99, 0);
     }

     100% {
         box-shadow: 0 0 0 0 rgba(217, 172, 99, 0);
     }
 }

 .icu-tab-layout {
     display: flex;
     flex-wrap: wrap;
     padding: 60px;
     gap: 30px;
 }

 .icu-tab-sidebar {
     /* flex: 0 0 250px; */
     /* background: #f9f9f9; */
     padding: 30px;
     border-radius: 8px;
     /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
     margin-right: 100px;
     /* min-height: 100vh; */
 }

 .icu-tab-sidebar ul {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .icu-tab-sidebar ul li {
     margin-bottom: 12px;
 }

 .icu-tab-link {
     display: block;
     padding: 10px 14px;
     background: #eaeaea;
     color: #333;
     text-decoration: none;
     border-radius: 5px;
     transition: background 0.3s, color 0.3s;
 }

 .icu-tab-link:hover,
 .icu-tab-link.active {
     background: #b98e44;
     color: #fff;
 }

 .icu-tab-content {
     flex: 1;
     padding: 10px;
 }

 /* training photos */

 .derma-gallery-section {
     padding: 40px 20px;
     /* background: #f9f9f9; */
 }

 .derma-heading-main {
     font-size: 30px;
     text-align: center;
     font-weight: bold;
     margin-bottom: 10px;
 }

 .derma-heading-sub {
     font-size: 22px;
     text-align: center;
     margin-bottom: 30px;
     color: #555;
 }

 .derma-gallery-card {
     background: #fff7e7;
     padding: 25px;
     margin-bottom: 30px;
     border-radius: 15px;
     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
     transition: transform 0.3s ease;
     text-align: center;
     display: flex;
     flex-direction: column;
     align-items: center;
 }

 .derma-gallery-card:hover {
     transform: translateY(-5px);
 }

 .derma-gallery-title {
     font-size: 20px;
     color: #004080;
     margin-bottom: 10px;
 }

 .derma-date {
     font-style: italic;
     color: #777;
     margin-bottom: 20px;
 }

 .derma-image-group {
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
     gap: 15px;
 }

 .derma-image-group img {
     width: 290px;
     height: 220px;
     object-fit: cover;
     border-radius: 10px;
     cursor: pointer;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .derma-image-group img:hover {
     transform: scale(1.05);
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
 }

 /* Lightbox popup */
 .derma-lightbox {
     display: none;
     position: fixed;
     inset: 0;
     background: rgba(0, 0, 0, 0.85);
     z-index: 1000;
     align-items: center;
     justify-content: center;
 }

 .derma-lightbox-inner {
     position: relative;
     max-width: 90%;
     max-height: 90%;
     background: white;
     padding: 10px;
     border-radius: 10px;
     text-align: center;
 }

 .derma-lightbox-content {
     max-width: 100%;
     max-height: 80vh;
     border-radius: 10px;
 }

 .derma-lightbox-close {
     position: absolute;
     top: 5px;
     right: 10px;
     font-size: 28px;
     font-weight: bold;
     color: #333;
     cursor: pointer;
 }

 .derma-lightbox-close:hover {
     background: #f44336;
     color: #fff;
 }

 /* Responsive */
 @media (max-width: 768px) {
     .derma-image-group {
         flex-direction: column;
     }

     .derma-image-group img {
         width: 400px;
         height: 400px;
     }

     .derma-lightbox-content {
         max-width: 90%;
         max-height: 70%;
     }
 }

 /* death meeting page */
 .death-audit-section {
     background-color: #f9f5ee;
     padding: 0px !important;
 }

 .audit-title {
     font-size: 38px;
     font-weight: 700;
     color: #333;

 }

 .audit-subtitle {
     font-size: 22px;
     font-weight: 500;
     color: #7a5c3e;
 }

 .audit-text {
     font-size: 16px;
     color: #444;
     line-height: 1.8;
     text-align: justify;

 }

 .audit-card {
     background-color: #fff;
     border-left: 12px solid #d4a373;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
     border-radius: 15px;
     padding: 30px;
     text-align: center;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .audit-card:hover {
     transform: scale(1.02);
     box-shadow: 0 15px 35px rgba(0, 0, 0, 0.55);

 }

 .hover-zoom:hover {
     transform: scale(1.03);
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);

 }

 .audit-meeting-title {
     font-size: 22px;
     font-weight: 600;
     color: #5a4231;
 }

 .audit-date,
 .audit-month {
     font-size: 15px;
     color: #555;
 }

 .audit-committee-title {
     font-size: 17px;
     font-weight: 600;
     color: #7a5c3e;
     margin-top: 15px;
 }

 .audit-member-list {
     padding-left: 0;
     list-style: none;
     margin-top: 15px;
 }

 .audit-member-list li {
     margin-bottom: 8px;
 }

 .audit-img-box {
     overflow: hidden;
     border-radius: 12px;
     background-color: #fff;
     transition: transform 0.4s ease;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
 }

 .audit-img {
     width: 100%;
     height: 260px;
     object-fit: cover;
     display: block;
     transition: transform 0.4s ease;
 }

 .audit-img-box:hover .audit-img {
     transform: scale(1.05);
 }

 /* emergence blood center page */
 .lab-container {
     max-width: 960px;
     margin: 0 auto;
     padding: 40px 20px;
 }

 .lab-section-title {
     text-align: center;
     font-size: 32px;
     font-weight: 600;
     color: #2c2c2c;
     margin-bottom: 10px;
 }

 .lab-subtitle {
     text-align: center;
     font-size: 18px;
     color: #666;
     margin-bottom: 30px;
 }

 .lab-title-underline {
     height: 3px;
     width: 80px;
     background-color: #d4a373;
     margin: 10px auto 30px;
     border-radius: 2px;
 }

 .lab-card {
     background-color: #fff;
     border-radius: 12px;
     padding: 30px;
     margin-bottom: 40px;
     box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
     border: 1px solid #e0e0e0;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     overflow: hidden;
 }

 .lab-card:hover {
     transform: scale(1.015);
     box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
     border-color: #c7c7c7;
 }

 .lab-card-title {
     font-size: 24px;
     font-weight: 600;
     color: #1a1a1a;
     margin-bottom: 20px;
     border-left: 4px solid #d4a373;
     padding-left: 12px;
 }

 .lab-list {
     list-style-type: disc;
     padding-left: 22px;
     font-size: 16px;
     color: #444;
     line-height: 1.8;
 }

 .lab-paragraph {
     font-size: 16px;
     text-align: justify;
     color: #444;
     margin-bottom: 15px;
     line-height: 1.75;
 }

 @media (max-width: 768px) {
     .lab-container {
         padding: 30px 15px;
     }

     .lab-section-title {
         font-size: 26px;
     }

     .lab-card-title {
         font-size: 20px;
     }
 }

 /* emergence care service  */
 .rgggh-care-hover-box {
     position: relative;
     overflow: hidden;
     border-radius: 10px;
     margin-top: 30px;
     box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
 }

 .rgggh-care-hover-img {
     width: 100%;
     height: auto;
     display: block;
     transition: transform 0.35s ease-in-out;
     border-radius: 10px;
 }

 .rgggh-care-hover-box:hover .rgggh-care-hover-img {
     transform: scale(1.04);
 }

 .rgggh-care-hover-caption {
     position: absolute;
     bottom: 0;
     width: 100%;
     padding: 10px 12px;
     background: rgba(0, 0, 0, 0.6);
     color: #fff;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     opacity: 0;
     transition: opacity 0.3s ease;
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
 }

 .rgggh-care-hover-box:hover .rgggh-care-hover-caption {
     opacity: 1;
 }

 /* Tower 1 table */

 /*Tower -- cardiology block */

 .cardio-block-container {
     max-width: 1100px;
     margin: 0 auto;
     padding: 40px 20px;
     font-family: 'Segoe UI', sans-serif;
     /* background-color: #f4f7fa; */
 }

 .cardio-block-floor {
     background-color: #fff;
     border-radius: 12px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
     margin-bottom: 30px;
     overflow: hidden;
 }


 .cardio-block-header {
     background-color: #2c3e50;
     color: #fff;
     padding: 10px 16px;
     font-size: 16px;
     font-weight: 600;
     letter-spacing: 0.5px;
     text-align: center;
 }

 .cardio-block-facilities {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
     gap: 12px;
     padding: 20px 24px;
     background-color: #fff;
 }

 .cardio-block-item {
     background-color: #f0f4f8;
     padding: 12px 16px;
     border-left: 4px solid #3498db;
     border-radius: 6px;
     font-size: 15px;
     text-align: center;
 }

 .cardio-block-item.half {
     grid-column: span 1;
 }

 .cardio-block-item.full {
     grid-column: span 2;
 }

 .cardio-block-floor:last-child .cardio-block-item.full {
     grid-column: span 1;
 }

 @media (max-width: 600px) {

     .cardio-block-item.full,
     .cardio-block-item.half {
         grid-column: span 1 !important;
     }
 }

 @media (max-width: 600px) {
     .cardio-block-header {
         font-size: 16px;
     }

     .cardio-block-item {
         font-size: 14px;
     }
 }

 /* Tower-- hepatology  */


 .cardio-block-item.half {
     grid-column: span 1;
 }

 @media (max-width: 600px) {
     .cardio-block-item.half {
         grid-column: span 1 !important;
     }
 }

 /*  towers last */
 .thoracic-block-layout {
     font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
     max-width: 1200px;
     margin: 40px auto;
     padding: 0 20px;
 }

 .thoracic-floor {
     background: #ffffff;
     border-radius: 16px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
     padding: 30px 25px;
     margin-bottom: 30px;
     border-left: 6px solid #d4a373;
     /* warm accent */
     transition: transform 0.3s ease;
 }

 .thoracic-floor:hover {
     transform: scale(1.01);
 }

 .thoracic-floor-title {
     font-size: 24px;
     font-weight: 600;
     color: #5e493a;
     margin-bottom: 20px;
     position: relative;
     padding-left: 28px;
     margin-top: 20px !important;
 }

 .thoracic-floor-title::before {
     content: "🏥";
     position: absolute;
     left: 0;
     top: 0px;
     font-size: 25px;
     color: #d4a373;
 }

 .thoracic-room-list {
     display: flex;
     flex-wrap: wrap;
     gap: 15px;
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .thoracic-room-list li {
     background: #fefaf6;
     border-radius: 30px;
     padding: 10px 20px;
     font-size: 15px;
     color: #5e493a;
     box-shadow: inset 0 0 0 2px #d4a373;
     transition: background 0.3s, transform 0.2s ease;
 }

 .thoracic-room-list li:hover {
     background: #f1e7dc;
     transform: translateY(-3px);
 }

 .thoracic-room-list li strong {
     color: #d4a373;
     margin-right: 8px;
     font-weight: 600;
     font-size: 14px;
 }

 /* guest lectures */



 .lc-carousel-wrapper {
     position: relative;
     padding: 40px 0;
 }

 .lc-carousel-track-wrapper {
     overflow: hidden;
     white-space: nowrap;
     margin: auto;
     position: relative;
 }

 .lc-carousel-track {
     display: inline-flex;
     animation: lcAutoScroll 60s linear infinite;
 }

 .lc-carousel-track-wrapper:hover .lc-carousel-track {
     animation-play-state: paused;
 }

 .lc-card {
     background-color: #fff;
     border-radius: 8px;
     box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     width: 280px;
     flex-shrink: 0;
     margin-right: 20px;
     display: flex;
     flex-direction: column;
     overflow: hidden;
 }

 .lc-card:last-child {
     margin-right: 0;
 }

 .lc-card img {
     width: 100%;
     height: 180px;
     object-fit: cover;
 }

 .lc-card-body {
     padding: 12px;
     display: flex;
     flex-direction: column;
 }

 .lc-card-body h5 {
     font-size: 1rem;
     font-weight: 600;
     white-space: normal;
     /* Allow wrapping */
     overflow: visible;
     /* Prevent text cut-off */
     text-overflow: unset;
     /* Disable truncation */
     word-break: break-word;
     /* Break long words if needed */
 }

 .lc-card-body p {
     font-size: 0.85rem;
     margin-bottom: 5px;
     color: #444;
 }

 .lc-view-btn {
     margin-top: auto;
     background-color: #000;
     color: #fff;
     border: none;
     padding: 6px 10px;
     font-size: 0.8rem;
     border-radius: 5px;
 }

 .lc-view-btn:hover {
     background-color: #333;
 }

 .lc-carousel-arrow {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     background: rgba(0, 0, 0, 0.5);
     border: none;
     color: #fff;
     font-size: 24px;
     padding: 10px 14px;
     border-radius: 50%;
     cursor: pointer;
     z-index: 5;
 }

 .lc-carousel-arrow.left {
     left: 10px;
 }

 .lc-carousel-arrow.right {
     right: 10px;
 }

 @keyframes lcAutoScroll {
     0% {
         transform: translateX(0);
     }

     100% {
         transform: translateX(-50%);
     }
 }

 .lc-modal-img {
     width: 100%;
     max-height: 300px;
     object-fit: cover;
     border-radius: 6px;
 }

 .modal-header .btn-close {
     filter: brightness(1000%);
 }

 .modal-header .btn-close:hover {
     filter: brightness(0%) sepia(100%) saturate(500%) hue-rotate(-50deg);
 }

 /* dean details */

 .dean-section {
     display: flex;
     flex-wrap: wrap;
     align-items: flex-start;
     background-color: #fff;
     padding: 40px;
     max-width: 1200px;
     margin: 40px auto;
     border-radius: 10px;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
     font-family: 'Segoe UI', sans-serif;
 }

 .dean-image {
     flex: 1 1 300px;
     text-align: center;
     padding: 20px;
 }

 .dean-image img {
     max-width: 100%;
     border-radius: 10px;
     box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
 }

 .dean-message {
     flex: 2 1 600px;
     padding: 20px;
     animation: fadeIn 1.5s ease-in-out both;
 }

 .dean-message h2 {
     color: #b98e44;
     margin-bottom: 15px;
     font-size: 28px;
 }

 .dean-message h4 {
     color: #333;
     margin-top: 30px;
     font-size: 20px;
     font-weight: 600;
 }

 .dean-message p {
     text-align: justify;
     line-height: 1.7;
     color: #444;
     margin-bottom: 15px;
     font-size: 16px;
 }

 @keyframes fadeIn {
     0% {
         opacity: 0;
         transform: translateY(30px);
     }

     100% {
         opacity: 1;
         transform: translateY(0);
     }
 }

 @media (max-width: 768px) {
     .dean-section {
         flex-direction: column;
         padding: 20px;
     }
 }



 /* nirf certifices */

 .cert-row {
     display: flex;
     justify-content: center;
     gap: 20px;
     overflow-x: auto;
     padding: 20px 0;
 }

 .cert-card {
     width: 100%;
     height: 250px;
     border: 1px solid #ddd;
     border-radius: 8px;
     background: #fff;
     transition: box-shadow 0.3s ease;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }

 .cert-card:hover {
     box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
 }

 .cert-img {
     width: 100%;
     height: 200px;
     object-fit: cover;
     transition: transform 0.3s ease;
     border-radius: 8px 8px 0 0;
 }

 .cert-card:hover .cert-img {
     transform: scale(1.05);
 }

 .cert-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 200px;
     background: rgba(0, 0, 0, 0.6);
     color: white;
     font-weight: bold;
     font-size: 1.5rem;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     transition: opacity 0.3s ease;
     border-radius: 8px 8px 0 0;
 }

 .cert-card:hover .cert-overlay {
     opacity: 1;
 }

 .cert-year {
     padding: 10px 0;
     font-weight: bold;
     background: #f8f9fa;
     width: 100%;
     border-top: 1px solid #ddd;
     border-radius: 0 0 8px 8px;
 }

 /* 
 .lightbox .lb-close {
     background: rgb(250, 245, 245) !important;
     border-radius: 50% !important;
     box-shadow: 0 0 10px rgba(255, 0, 0, 0.7) !important;
     transform: scale(1) !important;
     transition: transform 0.3s ease;
 }

 .lightbox .lb-close:hover {
     transform: scale(1.2) !important;
 }

 .lightboxOverlay {
     background: #212529 !important;
 } */
 .custom-accordion-wrapper {
     padding: 40px 20px;
     background-color: #f5f5f5;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 .custom-accordion {
     max-width: 1200px;
     margin: auto;
 }

 .custom-accordion-item {
     background: #fff;
     border: 1px solid #ddd;
     margin-bottom: 10px;
     border-radius: 6px;
     overflow: hidden;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
 }

 .custom-accordion-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding: 16px 20px;
     background-color: #f2e7d8;
     color: #000;
     cursor: pointer;
     font-size: 17px;
     font-weight: 600;
     transition: background 0.3s ease, color 0.3s ease;
 }

 .custom-accordion-header:hover {
     background-color: #a77c3b;
     color: #fff;
 }

 .custom-accordion-title {
     display: flex;
     align-items: center;
     gap: 12px;
 }

 .number-circle {
     background-color: white;
     color: #c19052;
     font-weight: bold;
     border-radius: 50%;
     width: 30px;
     height: 30px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 16px;
 }

 .custom-icon {
     font-size: 22px;
     font-weight: bold;
     transition: transform 0.3s ease;
 }

 .custom-accordion-content {
     background-color: #fafafa;
     max-height: 0;
     overflow: hidden;
     padding: 0 20px;
     transition: max-height 0.5s ease, padding 0.3s ease;
 }

 /* .custom-accordion-content.show {
    padding: 30px 20px;
  } */

 .custom-accordion-content p {
     margin: 0;
     color: #333;
     line-height: 1.6;
 }

 .mdru-lab {
     display: flex;
     background: #fdf8f1;
     padding: 30px;
     border-radius: 10px;
     gap: 40px;
     flex-wrap: wrap;
 }

 .mdru-sidebar {
     width: 240px;
     min-width: 200px;
     border-right: 1px solid #e0dcd6;
 }

 .mdru-tabs {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .mdru-tabs li {
     padding: 12px 16px;
     cursor: pointer;
     font-weight: 500;
     color: #555;
     border-bottom: 1px solid #eee;
     transition: all 0.3s ease;
 }

 .mdru-tabs li:hover,
 .mdru-tabs li.active {
     color: #c37b14;
     font-weight: bold;
     background: #fff7ec;
 }

 .mdru-content-area {
     flex: 1;
     min-width: 300px;
 }

 .mdru-tab-content {
     display: none;
 }

 .mdru-tab-content.active {
     display: block;
     animation: fadeIn 0.4s ease;
 }


 @keyframes fadeIn {
     from {
         opacity: 0;
         transform: translateY(8px);
     }

     to {
         opacity: 1;
         transform: translateY(0);
     }
 }

 .mdru-tab-content h3 {
     font-size: 22px;
     color: #b36b00;
     margin-bottom: 15px;
     border-bottom: 2px solid #ffdeab;
     display: inline-block;
     padding-bottom: 5px;
    text-align: center !important;

 }

 .mdru-tab-content p {
     color: #333;
     line-height: 1.7;
 }




 .mdru1-tab-buttons {
     text-align: center;
     margin-bottom: 20px;
 }

 .mdru1-tab-btn {
     background-color: #eee;
     border: none;
     padding: 10px 20px;
     margin: 0 8px;
     font-weight: bold;
     cursor: pointer;
     border-radius: 5px;
     transition: background 0.3s;
     margin-bottom: 20px;
 }

 .mdru1-tab-btn.active {
     background-color: #d6ae7b;
     color: white;
 }


 .mdru1-tab-content-fac {
     display: none;
 }


 .mdru1-tab-content-fac.active-tab {
     display: block;
 }