/* ---------------------------------------------
Table of contents
------------------------------------------------
01.global styles
--------------------------------------------- */
/*
---------------------------------------------
default CSS
--------------------------------------------- 
*/
:root {
  --primary-color: #1f9389;
  --secondary-color: #a5d9a1;
  --third-color: #ff6157;
  --fourth-color: #f1e6d9;
  --fifth-color: #e0f3f1;
  --text-color: #151515;
  --matt-black: #151515;
  --text-color-94ffec: #94ffec;
  /*Font Family*/
  /* --font-family: "Poppins", sans-serif; */
  --font-family: "Inter", sans-serif;
  --primary-bg-color: #fcfaf7;
  --secondary-bg-color: #e8f3ff;
  --third-bg-color: #fff0e5;
  --fourth-bg-color: #fff9f4;
  --fith-bg-color: #ffeee3;
  --sixth-bg-color: #fff2ea;
  --white: #fff;
  --black: 000000;
  --gray20: #333;
  --gray60: #999;

  --highlight-color: linear-gradient(45deg,
      var(--primary-color),
      var(--secondary-color) 80%);
  --boder-color: #898989;
  --border-bright-gray: #eee;
  --outer-pill: #cfe9ce;
  --inner-pill: #A5D9A133;
  --circle-red: #FF6157;
}

/* 
---------------------------------------------
Global Styles
--------------------------------------------- 
*/
.clinic-banner-area .container-fluid {
        padding-left: 0rem  !important;
        padding-right: 0.9rem  !important;
}
.clinic-banner-inner, .slider-banner-image img {
        border-radius: 0px !important;
width: 1920px;
        height: 700px;
}
.top-banner{
    display: flex !important
;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.logos-group {
    padding: 40px 20px 40px 40px;
}
.top-logo-title {
    height: 60px;
}
.logo-title {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}
.apply-now-card-section{
margin-top:20px!important;
}
body {
  font-size: 1rem;
  color: var(--text-color) !important;
  font-family: var(--font-family) !important;
  line-height: 2 !important;
}

p,
span,
strong,
a {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-color);
  font-family: var(--font-family) !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
  font-family: var(--font-family) !important;
  font-weight: 600 !important;
}

img {
  border-radius: 10px;
}

/* li {
  list-style-type: none !important;
} */
.breadcrumb-item+.breadcrumb-item::before {
  content: none !important;
}

.breadcrumb-item a {
  color: var(--matt-black);
}

.breadcrumb-item i {
  margin: 0px 10px;
}

.mtb {
  margin: 2rem 0;
}

.common-title-h3 span {
  color:var(--third-color);
  font-size: 36px !important;
  font-weight: 600 !important;
}

.section-padding {
  padding: 3rem;
}

.gallery-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.gallery-section {
  padding: 50px 0;
}

/*common model */
.admission-content-section img {
  height: 100px;
  margin-bottom: 10px;
}

.admission-content-section h5,
.admission-content-section h6 {
  margin-bottom: 10px;
  color: var(--white);
}

.admission-content-section a {
  margin-bottom: 10px;

}

#admissionOpenModal th,
#admissionOpenModal td {
  text-align: left !important;
  padding: 5px 20px !important;
}

#admissionOpenModal .modal-dialog {
  max-width: 1400px;
}

.admission-content-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.quations-notice-bg {
  border-radius: 10px;
}

.quations-notice-content .title,
.quations-notice-content .subtitle,
.quations-notice-content .description,
.quations-notice-content strong {
  color: var(--white);
}


.quations-notice-content .title {
  font-size: 24px;
  font-weight: 600;
}

.quations-notice-content .subtitle {
  font-size: 18px;
  font-weight: 600;
}

.modal-title {
  font-size: 20px;
  text-align: center;
}

.modal-content {
  border-radius: 10px !important;
}

#quationNoticeModal .modal-dialog {
  max-width: 1300px;
}

#contactModal .modal-dialog {
  max-width: 700px;
  margin-right: 60px;
}

.admistion-enquiry-section {
  padding: 20px;
}

.admistion-enquiry-section h3 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}

.admistion-enquiry-section p {
  font-size: 16px;
  text-align: center;
}

.admistion-enquiry-section form {
  padding: 30px;
}

.admistion-enquiry-section .form-label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: var(--matt-black);
}

.admistion-enquiry-section .form-control,
.admistion-enquiry-section .form-select {
  background: #A5D9A11A !important;
  border-radius: 5px !important;
  color: #C8C8C8 !important;
  font-size: 16px;
  font-weight: 400;
  padding: 20px !important;
  border-bottom: none !important;
  border: none !important;
}

.admistion-enquiry-section .form-control::placeholder,
.admistion-enquiry-section textarea.form-control::placeholder {
  color: #C8C8C8 !important;
  opacity: 1;
}

.quation-notice-section .table-container th {
  background-color: var(--third-color);
  color: #fff;
}

#quationNoticeModal .modal-title {
  color: var(--third-color);
}

/* .common-text-btn {
  background-color: var(--fourth-color);
  color: var(--matt-black);
  font-size: 1rem;
  border-radius: 25px;
  padding: 15px;
} */
.fixed-default-btn {
  position: fixed;
  right: -5.5vw;
  bottom: 180px;
  z-index: 999;
  display: block;
  padding: 10px 10px;
  cursor: pointer;
  transform: rotate(-90deg);
}

.fixed-default-btn .default-btn .btn-right-i,
.fixed-default-btn .default-bt:hover .btn-right-i,
.fixed-default-btn .default-btn .btn-left-i,
.fixed-default-btn .default-bt:hover .btn-left-i {
  visibility: none;
  opacity: 0 !important;
  transform: none !important;
  transition: none !important;
}

.default-btn {
  box-shadow: none;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--third-color);
  font-weight: 400;
  background-color: var(--third-color);
  border-radius: 50px;
  padding: 12px 30px !important;
  position: relative;
  margin-right: 50px;
  transition: 0.6s;
  color: white;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.default-btn .btn-left-i {
  position: absolute;
  border: 2px solid var(--third-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  background-color: transparent;
  color: var(--third-color);
  transition: 0.6s;
  /* font-size: 22px; */
  opacity: 0;
}

.default-btn .btn-right-i {
  position: absolute;
  right: -46px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  height: 45px;
  width: 45px;
  border: 2px solid var(--third-color);
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  background-color: transparent;
  color: var(--third-color);
  transition: 0.6s;
  /* font-size: 22px; */
  opacity: 1;
}

.default-btn:hover {
  background-color: var(--third-color);
  color: white;
  margin-left: 50px;
  margin-right: 0;
  border-radius: 50px !important;
}

.default-btn:hover .btn-left-i {
  visibility: visible;
  background-color: transparent;
  color: var(--third-color);
  border: 2px solid var(--third-color);
  left: -46px;
  opacity: 1;
}

.default-btn:hover .btn-right-i {
  background-color: var(--third-color);
  color: var(--third-color);
  opacity: 0;
  right: 0;
}

.default-btn:hover .btn-right i,
.default-btn:hover .btn-left i,
.default-btn .btn-right-i i,
.default-btn .btn-left-i i {
  font-size: large !important;
}

.main-title-content {
  margin-bottom: 15px;
}

.main-title-content h2 {
  margin-bottom: 0px;
}

.testimonial-section .common-text-btn,
.news-section .common-text-btn,
.laboratory-section .common-text-btn,
.msc-stakeholder-feedback-section .common-text-btn,
.aims-objective .common-text-btn{
  background-color: #fff;

}

.common-text-btn {
  display: inline-flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  background-color: var(--fourth-color);
  font-size: 16px;
  color: var(--matt-black);
  border-radius: 50px;
  margin-bottom: 20px;
  font-weight: 400;
}
#admissionOpenModal .common-text-btn {
    background-color:var(--third-color);
      color: var(--white);
}
.section-title {
  max-width: 745px;
  text-align: center;
  margin: 0 auto 50px;
}

.common-title-h3 {
  color: var(--matt-black);
  font-size: 36px !important;
  margin-bottom: 20px;
  font-weight: 600 !important;
}

.banner-btn .default-btn .btn-right-i,
.banner-btn .default-btn:hover .btn-left-i,
.guideline-box-containt .default-btn:hover .btn-left-i,
.guideline-box-containt .default-btn .btn-right-i,
.career-awaits-card .default-btn .btn-left-i,
.career-awaits-card .default-btn .btn-right-i,
.anti-ragging-compliance-section .default-btn .btn-right-i,
.anti-ragging-compliance-section .default-btn:hover .btn-left-i {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}


.card {
  height: 100%;
  border-radius: 20px !important;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  transition: transform 0.3s;
  box-shadow: 0 4px 10px 0 #cfcfcf40;
  padding: 1.5rem;
  /* consistent inner spacing */
  border: none !important;
}


.common-banner {
  background: url("../uploads/images/common-bg-image.svg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 60px 20px;
}

.common-banner-text {
  margin: 30px;
  font-size: 48px;
  text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    line-height: 1.2;
}

.tab-btn,
.sub-tab-btn {
  border: 1px solid #d7d7d7;
  padding: 10px 25px;
  border-radius: 25px;
  background-color: transparent;
  color: var(--text-color);
  transition: all 0.3s ease;
  font-weight: 500;
  margin: 0.5rem;
  /* ← .5 rem top, right, bottom, left  */
}

.tab-btn.active,
.sub-tab-btn.active {
  background-color: #0d9488;
  color: #fff;
  border-color: #0d9488;
}

.tab-content-box {
  /* padding: 40px 20px; */
  display: none;
}

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

.card-table {
  background-color: #fbf7f4;
}

.modal .btn-close {
  opacity: 1 !important;
  z-index: 9999 !important;
}

/*accordion common design */
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}
.accordion-button {
  font-weight: 600 !important;
}

.accordion-body ul li a {
  font-weight: 700;
}

.accordion-body {
  padding: 0px !important;
  background-color: #ffffff00 !important;
}

.accordion-button:not(.collapsed) {
  color: var(--text-color) !important;
  background-color: transparent !important;
  box-shadow: transparent !important;
}

.accordion-button::after {
  background-image: none !important;
  background-color: transparent;
  color: var(--third-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: none !important;
}

.accordion-button::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  content: "\f068";
  /* fa-minus icon */
  background-color: transparent;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: var(--third-color);
}

.accordion-button.collapsed::before {
  content: "\f067";
  /* fa-plus icon */
  background-color: transparent;
  color: var(--third-color);
}
/* .accordion-button{
  border-bottom: 1px solid #dee2e6 !important;
    border-left: none !important;
        border-top: none !important;
    border-right: none !important;
  } */

/* Accordion styles */
.accordion-body ul li a {
  color: var(--text-color);
  font-weight: 700;
}

/* table Common Design */
.accordion-wrapper .accordion-item {
  background-color: #fff;
  margin: 20px;
  border: none !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  border-radius: 15px !important;
  margin: 20px auto;
}

.accordion-wrapper .accordion-button.collapsed::before,
.accordion-wrapper .accordion-button::before {
  color: var(--black) !important;
}

.accordion-wrapper .accordion-button:not(.collapsed)::after,
.accordion-wrapper .accordion-button:not(.collapsed)::before {
  color: var(--white) !important;
}

.accordion-wrapper .accordion-button {
  border-radius: 15px !important;
     padding: 20px 20px 20px 25px;
  font-size: 16px;
  font-weight: 500;
  background-color: #BCDFDC;
  color: var(--text-color);
}

/* When accordion is open (button is NOT collapsed), remove shadow from item */
.accordion-wrapper .accordion-item:has(.accordion-button:not(.collapsed)) {
  box-shadow: none !important;
}

.accordion-wrapper .accordion-button:not(.collapsed) {
  background-color: #65C3BB !important;
  color: #fff !important;
  border: 0;
  box-shadow: none !important;
}

details {
  margin-bottom: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.table-container {
  overflow-x: auto;
  padding: 20px;
  cursor: grab;
  scrollbar-width: thin;
    scrollbar-color: var(--primary-color) var(--fourth-color);
}

table {
  width: 100%;
  border-collapse: separate !important;
  border-radius: 25px;
  border-spacing: 20px 0px;
}

table tr:last-child td {
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
}

th {
  background-color: var(--third-color) !important;
  color: white !important;
}

th,
td {
  text-align: left;
  margin: 10px;
  border-left: none !important;
  border-bottom: 1px solid #f0f0f0 !important;
  border-right: none !important;
  background-color: #fff;
  padding: 15px !important;
  margin-right: 50px;
}

thead th {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  font-weight: bold;
}
#admissionOpenModal .table-card,
#quationNoticeModal .table-card
 {
    border: 1px solid var(--third-color);
}
#quationNoticeModal .table-card {
padding: 30px !important;
}

.table-card {
  border-radius: 12px;
  margin: 10px 0;
  background-color: #fbf7f4;
}

/*table  circle design icon */

.circle-plus {
  width: 40px;
  height: 40px;
  background-color: #e74c3c;
  /* red */
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/*card design like project-details-section*/
.project-details-section .card-custom {
  background: #00a99d;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  position: relative;
  border-bottom: 9px solid #00a99d;
  max-width: 400px;
}

.project-details-section .card-header-custom {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.project-details-section .card-body-custom {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
}

.project-details-section .card-body-custom p {
  margin-bottom: 20px;
}

.project-details-section .info-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
}

.project-details-section .info-box strong {
  display: block;
  margin-bottom: 5px;
}

.swiper-slide {
  height: auto !important;
}

/* 
---------------------------------------------
Header Styles
--------------------------------------------- 
*/

.top-banner {
 background-color: var(--fifth-color);
  color: var(--matt-black);
  padding: 10px 0;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 500;
  height: 51px;
}

.caution-box {
 background-color: var(--third-color);
  color: var(--white);
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  width: 250px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
}

.caution-box img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.navbar {
  background-color: var(--white);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.nav-item {
  text-align: center;
}

.nav-link {
  color: var(--primary-color);
  font-size: 14px;
  font-family: var(--font-family);
  text-decoration: none;
}

.nav-item .nav-link .text-color:hover {
  color: var(--primary-color) !important;
  font-family: var(--font-family) !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

.nav-icon {
  height: 72px;
  width: 72px;
  /* border: 1px solid #dcdcdc;
    border-radius: 50%; */
  /* padding: 10px; */
  margin-bottom: 5px;
  position: relative;
}

.nav-item .text-color {
  color: var(--matt-black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-family);
}

.dropdown-toggle::after {
  display: none !important;
}

.close-icon {
  display: none;
  font-size: 28px;
  color: #292e33 !important;
}

/* Initially hide the hover icon */
.icon-container {
  position: relative;
  width: 72px; /* Adjust based on your icon size */
  height: 72px;
  margin-bottom: 10%;
}
.nav-icon.default-icon,
.nav-icon.hover-icon {
  display: block !important;
  position: absolute;
  top: 5px;
  left: 0;
  transition: opacity 0.3s ease;
}
 
/* Set default states */
.nav-icon.default-icon {
  opacity: 1;
  z-index: 1;
}
 
.nav-icon.hover-icon {
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
 
/* On hover: hide default, show hover */
.dropdown.megamenu-fw:hover .default-icon {
  opacity: 0 !important;
}
 
.dropdown.megamenu-fw:hover .hover-icon {
  opacity: 1 !important;
}
 
/* Active link state */
.menu-link.active .default-icon {
  opacity: 0 !important;
}
 
.menu-link.active .hover-icon {
  opacity: 1 !important;
}

.banner-btn .default-btn,
.banner-btn .default-btn:hover {
  border: 0px solid #fff;
  /* background-color: #ffffff33; */
  color: #fff;
}


/* 
---------------------------------------------
Footer Section
--------------------------------------------- 
*/
.column-gap {
  column-gap: 4.58rem !important;
}

.footer-bg {
  background-color: var(--matt-black) !important;
}

.footer-bg p {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  color: var(--white);
}

.footer-bg ul a {
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
}

.footer-bg h5 {
  font-family: var(--font-family);
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1px;
}

.footer-bg img {
  width: 275px;
  height: 50%;
  background-color: var(--white);
}

.footer-bottom {
  color: var(--white);
  text-decoration: none;
}

.footer-bottom:hover {
  color: var(--primary-color);
}

.text-white i:hover {
  color: var(--third-color);
}

.footer-icon {
  font-size: 25px;
}

.footer-bg .text-danger {
  color: var(--third-color) !important;
}

/*
=================================================
Home page
================================================
*/
/* 
---------------------------------------------
Banner Section
--------------------------------------------- 
*/
.clinic-banner-area {
  position: relative;
  z-index: 1;

}



.clinic-banner-inner {
  padding: 50px 50px 0 100px;
}

.clinic-banner-inner {
  background: var(--primary-color);
      border-radius: 30px;
    padding: 50px 50px 0 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  height: 43.67rem;

}

.clinic-banner-image {

margin-left: 0rem;
    position: relative;
    z-index: -1;

}

.clinic-banner-image img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  /* height: auto;
  max-width: 100%; */

}

.clinic-banner-content h1 {
  color: var(--white);
  font-size: 48px;
  margin-bottom: 0;
  margin-top: 15px;
  padding-bottom: 26px;
  border-bottom: 2px solid #ff6157;
}

.clinic-banner-content p {
  font-size: 24px;
  margin-bottom: 50px;

}

.clinic-banner-content .banner-btn {
  margin-top: 30px;
}

.elementor a {
  box-shadow: none;
  text-decoration: none;
}


.clinic-banner-item .last-item{
 margin-bottom: 0rem !important;
}

.apply-now-card-section #clinicBannerBtn{
 	margin-top: 3% !important;
}

.clinic-banner-item {
	width: 88%; !important;
}

.clinic-banner-item .item {
  background-color: #e4f4e3;
  border-radius: 30px;
  padding: 27.8px;
  /* margin-bottom: 25px; */
   margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.clinic-banner-item .item h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--matt-black);
}

.clinic-banner-item .item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #f0da69;
  transition: 0.6s;
}

.clinic-banner-item .item .icon {
  margin-bottom: 20px;
  transition: 0.6s;
}

.clinic-banner-item .item .icon img {
  width: 50px;
  height: 50px;
}

.clinic-banner-item .item .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 90px;
  background-color: var(--third-color);
  text-align: center;
  transition: 0.6s;
  font-size: 55px;
}

.clinic-banner-item .item span {
  display: block;
  margin-top: 10.5px;
}

.clinic-banner-item .item .arrow-btn {
  right: 30px;
  top: 30px;
  position: absolute;
}

.clinic-banner-item .item .arrow-btn i {
  font-size: 24px;
  color: var(--text-color);
  transition: 0.6s;
}

.apply-programme-button {
  display: flex;
  gap: 9%;
}

.apply-programme-button a {
  margin: 10px;
}

.apply-programme-button .item {
  padding: 40.8px;
}

.apply-programme-button .item {
  background-color: #e4f4e3;
  border-radius: 30px;
  padding: 27.8px;
  margin: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.apply-programme-button .item h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--matt-black);
  line-height: 30px;
}

.slider-banner-image img {
    /* border: 1px solid #0000001f; */
  height: 700px;
  width: 100%;
  border-radius: 30px;
}

.myClinicSwiper .swiper-pagination {
  position: relative;
  margin-top: -30px;
  text-align: center;
}

.swiper-pagination-bullet-active {
  background: var(--third-color) !important;
}

.dark-blue{
  margin-left: 0px !important;
}
.blue-gradient{
   margin-right: 0px !important;
}
.dark-blue,
.red-gradient,
.purple-gradient,
.orange-gradient,
.blue-gradient{
   margin: 1.8rem;
    border-radius: 20px;
}

.dark-blue {
  background-image: url(../uploads/images/dark-blue-card.png);
  background-size: cover;

}

.red-gradient {
  background-image: url(../uploads/images/red-gradien-card.png);
  background-size: cover;
 
}

.purple-gradient {
  background-image: url(../uploads/images/purple-gradient-card.png);
  background-size: cover;
 
}

.orange-gradient {
  background-image: url(../uploads/images/orange-gradient-card.png);
  background-size: cover;

}

.blue-gradient {
  background-image: url(../uploads/images/blue-gradient-card.png);
  background-size: cover;

}

.helpline-box {
  background-color: #ff6b6b;
  border-radius: 10px;
}

.apply-now-card-section .custom-card {
  border-radius: 0px !important;
  padding: 40px !important;
  background-color: transparent !important;
}

.apply-now-card-section .custom-card h5 {
  text-align: left;
}

.helpline-box p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 20px;

}

.apply-now-card-section .default-btn {
  border: none;
  background-color: transparent;
  font-size: 20px;
  text-align: left;
  color: #fff;
  margin-right: 0px;
  padding: 12px 20px 12px 0px !important;


}

.apply-now-card-section .default-btn:hover {
  margin-left: 0px;
   color: #fff;
}

.apply-now-card-section .default-btn .btn-right-i,
.apply-now-card-section .default-btn:hover .btn-left-i {
  color: #fff;
  border: 2px solid #fff;
  opacity: 1;
  right: -46px;
  background-color: transparent;
}

/* 
---------------------------------------------
About us  Section
--------------------------------------------- 
*/


.circle-count {
  width: 60px;
  height: 60px;
  background-color: var(--third-color);
  /* Bootstrap primary blue */
  color: white;
  font-weight: bold;
  font-size: 1.2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.about-section .card p {
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 700;
}

.vector-wrapper {
  background: transparent;
  z-index: 1;
  text-align: right !important;
  margin: -40px 0;
  position: relative !important;
  /* margin: -20px 0; */
}

.vector-wrapper-2 {
  background: transparent;
  z-index: 1;
  text-align: center !important;
  margin: 0px 0;
  position: relative !important;
  /* margin: -20px 0; */
}

.vector-wrapper-3 {
  background: transparent;
  z-index: 1;
  text-align: left !important;
  margin: -40px 50px;
  position: relative !important;
  /* margin: -20px 0; */
}

.vector-wrapper-3 .vector-image {
  /* width: 400px;
  margin-right: 120px; */
  width: 570px;
    margin-right: 66px;
    margin-bottom: -80px;
}

.vector-wrapper-2 .vector-image {
  width: 550px;
  margin-right: 0px;
  margin-top: -80px;
}

/* .vector-image {
  max-width: 100%;
  height: auto;
  opacity: 1;
  width: 500px;
  margin-right: 215px;
} */
.vector-image {
    max-width: 300%;
    height: auto;
    opacity: 1;
    width: 700px;
    margin-left: -100px;
}
/*about us section images layout design*/
 /* .image-section {
    background-image: url(../uploads/images/background-about-section.png
);
  background-size: cover;
     
      position: relative;
      min-height: 500px;
      width: 70%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-top:50px;
    
    }
    
    .nurses-image {
       width:34.375rem;
      height: 25rem;
     object-fit: cover;
   
     border-radius: 20px;
         margin-right: -6.25rem;
      
      top: 50%;
      transform: translateY(0%);
      z-index: 5;
    } */
     .image-section {
    background-image: url(../uploads/images/background-about-section.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    padding: 20px;
    box-sizing: border-box;
}

.nurses-image {
    width: 100%;
    max-width: 34.375rem;
    height: auto;
    min-height: 25rem;
    object-fit: cover;
    border-radius: 20px;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* Media Queries for Different Screen Sizes */

/* Large Desktop (1200px and above) */
@media (min-width: 1200px) {
    .image-section {
        width: 70%;
        justify-content: flex-end;
    }
    
    .nurses-image {
        width: 34.375rem;
        height: 25rem;
        margin-right: -6.25rem;
    }
}

/* Desktop (992px to 1199px) */
/* @media (min-width: 992px) and (max-width: 1199px) {
    .image-section {
        width: 80%;
        justify-content: flex-end;
    }
    
    .nurses-image {
        width: 28rem;
        height: 20rem;
        margin-right: -3rem;
    }
} */

/* Tablet (768px to 991px) */
/* @media (min-width: 768px) and (max-width: 991px) {
    .image-section {
        width: 90%;
        min-height: 400px;
        justify-content: center;
        margin-top: 30px;
    }
    
    .nurses-image {
        width: 100%;
        max-width: 25rem;
        height: 18rem;
        margin-right: 0;
    }
} */

/* Mobile Landscape (576px to 767px) */
/* @media (min-width: 576px) and (max-width: 767px) {
    .image-section {
        width: 95%;
        min-height: 350px;
        margin-top: 20px;
        padding: 15px;
    }
    
    .nurses-image {
        width: 100%;
        max-width: 20rem;
        height: 15rem;
        margin-right: 0;
    }
} */

/* Mobile Portrait (below 576px) */
/* @media (max-width: 575px) {
    .image-section {
        width: 100%;
        min-height: 300px;
        margin-top: 20px;
        padding: 10px;
    }
    
    .nurses-image {
        width: 100%;
        max-width: 18rem;
        height: 12rem;
        margin-right: 0;
        border-radius: 15px;
} }*/


/* Extra small devices (below 400px) */
/* @media (max-width: 399px) {
    .image-section {
        min-height: 250px;
        margin-top: 15px;
    }
    
    .nurses-image {
        height: 10rem;
        border-radius: 10px;
    }
} */
   .about-section .about-us {
    padding: 0rem 15.5rem 0rem 1rem;
}
   .about-section  .video-wrap {
    background-color: #ffffff;
    box-shadow: 0px 0px 60px 0px rgba(32, 38, 91, 0.1);
    border-radius: 30px;
    padding: 20px;
    position: absolute;
    right: -150px;
    top: -60px;
    z-index: 999;
}
/*image layout design */
.design-wrapper {
  position: relative;
  max-width: 550px;
  margin: auto;
  padding: 60px 25px 0px 10px;
}

.main-image {
  /* margin-top: 60px; */
  /* width: 70%; */
  margin-left: 50px;
  border-radius: 1rem;
  object-fit: cover;
}

.wave-image {
  position: absolute;
  top: 250px;
  left: 180px;
  z-index: -1;
  opacity: 0.5;
  width: 60%;
}

.dotted-image {
  position: absolute;
  left: -20px;
  top: 15%;
  transform: translateY(-50%);
  z-index: -1;
}

.video-card {
  position: absolute;
  right: 0px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: none;
  width: 300px;
  padding: 10px;
  z-index: 3;
}

.video-card img {
  width: 100%;
  border-radius: 0.75rem;
}
.video-wrap {
    background-color: #ffffff;
    box-shadow: 0px 0px 60px 0px rgba(32, 38, 91, 0.1);
    border-radius: 30px;
    padding: 20px;
    position: absolute;
    right: 0px;
    top: 0;
}
 .video-wrap .video .video-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
 .video-wrap .video .video-btn i {
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50px;
    background-color: #ffffff;
    color: var(--third-color);
    font-size: 22px;
    transition: 0.6s;
}
.anti-ragging-vedios-section .video-thumbnail,
.academic-credits-information-section .video-thumbnail {
    position: relative;
}

.anti-ragging-vedios-section .video-play,
.academic-credits-information-section .video-play  {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.anti-ragging-vedios-section .video-icon i ,
.academic-credits-information-section .video-icon i{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: var(--third-color);
    font-size: 22px;
    transition: 0.6s;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.design-wrapper .video-wrap .video {
    position: relative;
}

/* .video-title {
  margin: 10px;
  font-size: 1rem;
  text-align: center;
}

.video-play {
  text-align: center;
  z-index: 9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
} */

/* .video-play .video-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  position: relative;
  border: 1px solid var(--primary-color1);
  font-size: 36px;
  color: var(--white);
  background: var(--primary-color1);
} */

.patents-section{
    background-color:var(--fourth-color);
}
.patents-section .program-title{
  font-size: 16px;
}
.patents-section  .common-title-h3 {
  margin-bottom: 10px !important;
}
.patents-section .main-title-content {
    margin-bottom: 15px;
    margin-top: 40px !important;
}
.patents-section .card .default-btn {
   border: 2px solid var(--white);
          background-color: var(--white);
          color:var(--matt-black);
}
.patents-section .main-title-illustration{
  display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.illustration{
  margin-top: 10%;
}
.patents-section .card{
   justify-content: space-between;

}
.patent-card{
  background-color: var(--third-color) !important;
  color: var(--white) !important;
  justify-content: space-between;
}
.patents-section .patent-card .program-title {
    color: var(--white) !important;
}
.patents-section .patent-card .default-btn {
   border: 2px solid transparent !important;
           color: var(--white);
             background-color: transparent !important;
}
.patents-section .patent-card .default-btn .btn-right-i,
.patents-section .patent-card .default-btn .btn-left-i   {
      border: 2px solid var(--white);
          background-color: transparent !important;
          color: var(--white);
}

  .patents-section .patent-card   .default-btn,
  .patents-section .card   .default-btn {
           padding: 12px 10px 12px 0px !important;
    }
    .patents-section .card  .default-btn:hover,
      .patents-section .patent-card  .default-btn:hover {
      margin-left: 0px;
    }
    .patents-section .card  .default-btn:hover .btn-right-i,
      .patents-section .patent-card  .default-btn:hover .btn-right-i
     {
          opacity: 1;
          right: -46px;
       
    }
      .patents-section .patent-card  .default-btn:hover .btn-right-i{
  background-color: transparent !important;
          color: var(--white);
      }
    .patents-section .card  .default-btn:hover .btn-right-i{
       background-color: transparent !important;

    }
/* 
---------------------------------------------
News Section
--------------------------------------------- 
*/
/* Prevent Swiper styling if not active */
.no-swiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
}

.no-swiper .swiper-slide {
  margin-bottom: 15px;
}

.no-swiper .swiper-pagination {
  display: none !important;
}

/* .news-section {
  padding: 3rem 0;
} */

.news-list .news-item {
  /* border: 1px solid var(--text-color); */
  padding: 1rem;
  border-radius: 10px;
  margin-bottom: 1rem !important;
  position: relative;
  padding-left: 3rem;
  display: flex;
  align-items: center;
}

.news-section .swiper-slide {
  width: auto !important;
  height: auto !important;
}

.news-header {
  display: flex;
  flex-wrap: wrap !important;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: end;
  margin-bottom: 1rem;
}

/* .news-item {
  padding: 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
} */
.news-item a {
  color: var(--matt-black);
}

/* .newsSwiper {
  overflow: hidden;
  position: relative;
} */

/* .news-list {
  animation: scrollUp 10s linear infinite;
} */

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.news-list .news-item::before {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-top-left-radius: 195px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 195px;
}

.news-list .news-item.green {
  /* background-color: #a5d9a11a; */
      background-color: #fff;
}

.news-list .news-item.beige {
  /* background-color: #FCFAF7; */
  /* background-color: #fcfaf769; */
    background-color: #fff;
}

.news-list .news-item.green::before {
  background-color: #65C3BB;
}

.news-list .news-item.beige::before {
  background-color: #FF6157;
}

.card-img-top {
  height: 200px;
}

.news-section .card {
  background: #fff;
  box-shadow: none !important;
  border: transparent;
  padding: 0.5rem;
}

.news-section .card-title {
  font-size: 20px;
  margin: 30px 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-section .card-body {
  padding: 0px;
}

.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* Limit to 4 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-content-inline a {
  display: inline-block;
  margin-top: 0px;
  font-weight: 500;
  color: var(--third-color);
  text-decoration: none;
  font-weight: 700;
}

/* .news-item.green {
  background-color: #d4edda;
  color: #155724;
}

.news-item.beige {
  background-color: #f5f5dc;
  color: #333;
} */

.newsSwiper,
.newsSwiperList {
    height: 500px;
  /* height: 550px; */

}

/* 
---------------------------------------------
Academic Programs Section
--------------------------------------------- 
*/

.program-icon {
  font-size: 2rem;
  /* 40px */
  color: var(--text-color);
  font-weight: 600;
  margin-top: 1rem;
  /* margin-bottom: 1rem; */
  font-size: 1.5rem;
  /* 20px */
  margin-bottom: 22px;
}

.program-icon img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  line-height: 100px;
  font-size: 60px;
  text-align: center;
  /* border-radius: 100px; */
  transition: 0.6s;
}

.program-card:hover .program-icon img {
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 35px;
}

/* .program-card .default-btn,
.program-card:hover .default-btn {
  width: 45%;
  
} */

/* .career-awaits-card .program-card .default-btn {
  width: 20%;
} */

.program-card .default-btn {
  opacity: 0;
     margin-top: 10px;

}

.program-card:hover .default-btn {
  opacity: 1;
  margin-top: 20px;

}

.career-awaits-card .program-card .default-btn {
  opacity: 1;

}
.academic-programs .program-card{
 padding: 3rem !important;

}

.career-awaits-card .card:hover {
  transform: none;
}

.program-text {
  color: var(--text-color);
  font-size: 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.academic-programs .card-bg-color {
  background-image: url(../uploads/images/career-awaits-card.png);
  background-size: cover;
  /* background: linear-gradient(to bottom, #FF6157 30%, #D91B0F 70%)!important; */
}

.card-bg-color {
  /* background: linear-gradient(to bottom, #FF6157 30%, #D91B0F 70%); */
  background: linear-gradient(to right, #1f9389, #03877c);
  /* background: linear-gradient(to right, #1f9389, #03877c); */
}

.academic-programs .career-awaits-card .title {
  color: var(--white);
  font-size: 2.25rem;
}

.academic-programs .career-awaits-card .sub-title {
  color: var(--white);
  font-size: 24px;
  margin-top: 20px;
}

.career-awaits-card .default-btn {
  border: 2px solid #fff;
  background-color: var(--white);
  color: var(--matt-black);
  /* color: var(--primary-color); */
}

.academic-programs {
  background: linear-gradient(to bottom, var(--primary-color) 30%, var(--secondary-color) 70%);

}

.academic-programs .common-title-h3 {
  color: #fff;
}

.program-title {
  color: var(--text-color);
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  /* 20px */
}

/* 
---------------------------------------------
Testimonial Section
--------------------------------------------- 
*/
.testimonial-section,
.news-section,
.laboratory-section,
.msc-stakeholder-feedback-section,
.aims-objective  {
  background-color: var(--fourth-color);
}

.testimonial-section .card {
  box-shadow: none !important;
  background-color: var(--primary-bg-color);
  /* padding: 2rem; */
  justify-content: center;
}

.testimonial-section .testimonial-swiper {
  height: 500px;
  margin-left: 10px;
}

.rating-start-color {
  color: var(--third-color);
}

.testimonial-text {
 font-size: 16px;
    margin-top: 15px;
    margin-bottom: 35px;
    padding: 20px;

display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7; /* number of lines */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal; /* ensure wrapping */
    max-height: calc(2.1em * 7); /* fallback: line-height × lines */
}

/* tighten the nav buttons */
.testimonial-section .btn {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 1;
}

/* make the quote icon stand out */
.testimonial-card i {
  vertical-align: top;
  font-size: 20px;
}

.testimonial-card-img {
  width: 80px;
  height: 80px;
}

/* 
.youtub-link-data {
  top: 0 !important;
  left: 30px !important;
} */

.vedio-img {
  padding-right: 10px;
  width: 100%;
  height: 100%;
}

.testimonial-section .video-wrapper {
  border-radius: 20px !important;
  border: none;
}

/* .youtub-link-data i {
  font-size: 45px;
} */


/* 
---------------------------------------------
Quarter Highlight Section
--------------------------------------------- 
*/
.quarter-highlight-wrapper {
      align-items: center !important;
    align-content: center;
    justify-content: center;
}

.quarter-highlight-image {
  display: flex;
  justify-content: center;

}

.quorter-selection {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

#monthYearSelect {
  scrollbar-width: thin;
  /* For Firefox */
  scrollbar-color: var(--primary-color) var(--fourth-color);
  /* For Firefox */
}

/* For WebKit browsers like Chrome, Edge, Safari */
#monthYearSelect::-webkit-scrollbar {
  width: 6px;
}

#monthYearSelect::-webkit-scrollbar-track {
  background: var(--fourth-color);
}

#monthYearSelect::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 4px;
}

.quorter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.quarter-highlight-section .card {
  box-shadow: none !important;
  background-color: var(--primary-bg-color);
}

.quarter-highlight-section .event-block ul {
  margin-bottom: 5px !important;
}

.highlight-date {
  color: var(--third-color);
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px !important;
}

.form-select {
  border-radius: 50px !important;
  padding: 15px 30px !important;
  color: var(--matt-black)
}

.quarter-highlight-section .card {
  height: 550px;
  max-height: 550px !important;
  /* Adjust height as needed */
}

.quarter-highlight-section .swiper {
  margin-left: 10px;
  margin-right: 10px;
  max-height: 550px;
  height: 100%;
  overflow: hidden;
}

/* .quarter-highlight-section .swiper-wrapper {
  align-items: stretch;
} */
.quarter-highlight-section .swiper-slide,
.anti-ragging-notification-section .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  box-sizing: border-box;
  height: auto !important;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 10px;
  overflow-y: auto;

}

.quarter-highlight-image {
  height: 550px;
  border-radius: 20px;
}

.event-data-list {
  list-style-type: none !important;
  margin-bottom: 5px !important;
}

.event-data-list p {
  margin-bottom: 0px !important;
}

.scrollable-events {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
}

/* 
---------------------------------------------
Quick Links Section
--------------------------------------------- 
*/

.quick-links-wrapper {
  background: var(--primary-color);
  border-radius: 25px;
  align-items: center;
  padding: 40px;
  position: relative;
  /* background-image: url(../uploads/images/quick-link-bg.jpg); */
  background-size: cover;
  background-position: center;
}

.link-box {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 10px 20px;
  padding: 8px 12px;
  border-radius: 8px;
  /* height: 120px; */
  /* optional: equal height for alignment */
  overflow: hidden;
}

.link-box:hover .link-icon {
  background-color: rgba(255, 255, 255, 0.15);
}

.link-box .link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  border-radius: 5px;
  background-color: var(--third-color);
  transition: 0.3s;
  font-size: 55px;
  flex-shrink: 0;
}

.link-box .link-icon i {
  font-size: 30px;
  color: var(--white);
}

.link-box span {
  font-weight: 500;
  font-size: 18px;
  padding-left: 10px;
  color: white;
  text-align: start;
  white-space: wrap;
  text-overflow: ellipsis;
  display: block;
}

.quick-link-section .main-title-content {
  margin-bottom: 15px;
  /* padding: 0px 60px; */
  padding: 0px 0px;
}

.quick-link-section .common-title-h3 {
  color: var(--white);
}

/* 
---------------------------------------------
slider Collaborations & Patents Section
--------------------------------------------- 
*/
.collab-section {
  background-color: #fff;
}

.section-label {
  background-color: #f1e4d5;
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border-radius: 2rem;
  font-weight: 600;
}

.collab-section .card {
  box-shadow: none !important;
  background-color: var(--primary-bg-color);
  border-radius: 0.9rem !important;
}

/* .collab-card {
  background-color: #fdfaf5;
  height: 100px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}
.swiper {
  padding: 0.5rem 0;
}
.slider-nav button {
  width: 36px;
  height: 36px;
} */

/* 
---------------------------------------------
FAQ Section
--------------------------------------------- 
*/

.faq-section .accordion {
  width: 90%;
  margin: 0px 20px;
}

.faq-section .accordion-button h5 {
  color: var(--text-color);
  margin-right: 13px;
  font-size: 16px;
}

.faq-section .accordion-button,
.faq-section .accordion-collapse {
  padding: 20px 10px;
}

/*
---------------------------------------------
Common all pages data Section and Student Projects Page
--------------------------------------------- 
*/

/* Sidebar */
.year-sidebar {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 20px 50px;
  /* height: 100%; */
}

.year-sidebar a {
  color: #151515;
  font-size: 16px;
}

.year-sidebar .active a {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
}

.toggle-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.year-sidebar h5 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.dropdown-toggle-icon {
  font-size: 1rem;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

/* Optional: rotate icon when list is long enough to scroll */
.year-sidebar ul:focus-within+.dropdown-toggle-icon,
.year-sidebar ul:hover+.dropdown-toggle-icon {
  transform: rotate(180deg);
}

.year-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  max-height: 500px;
  /* cap */
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
  /* scroll beyond 500 px */
}

.year-sidebar li {
  list-style: none;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 4px;
  color: var(--text-color);
  transition: all 0.2s;
}

.year-sidebar li.active {
  color: var(--primary-color);
  font-weight: 600;
}

.year-sidebar li:hover {
  background-color: none;
}

.year-sidebar ul li {
  cursor: pointer;
  padding: 8px 0px;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 400;
}

.year-sidebar ul li.active {
  color: var(--primary-color);
  font-weight: 600;
}

#yearToggle {
  cursor: pointer;
}

/* Card Styling */
.custom-card {
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); */
  box-shadow: none !important;
  padding: 20px;
  position: relative;
  border-left: 7px solid #00a99d;
  transition: transform 0.2s ease-in-out;
  height: 100%;
}

.custom-card:hover {
  transform: translateY(-3px);
}

.custom-card h6 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.custom-card p {
  margin-bottom: 6px;
  font-size: 1rem;
}

.custom-card .research-topic {
  color: #00a99d;
  font-weight: 600;
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 4px;
}

#cardContainer {
  text-align: center;
  /* height: 800px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color); */
}

.student-project-course-year {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 16px 24px;
  border-radius: 8px;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  width: 100%;
}

/*
---------------------------------------------
Academic credits Information Page
--------------------------------------------- 
*/
.academic-credits-information-section .card {
  box-shadow: none !important;
}

.academic-credits-information-section .card-body {
  padding: 10px 0px;
}

/*
---------------------------------------------
Anti Ragging Page
--------------------------------------------- 
*/
/*anti-ragging-notification-section */
.anti-ragging-notification-section h4 {
  font-size: 16px !important;
  font-weight: 600;
  /* width: 70%; */
}

.anti-ragging-notification-section .newsSwiper,
.anti-ragging-notification-section .newsSwiperList {
  height: 450px;
}

.anti-ragging-notification-section .notification-card {
  height: 450px;
      padding: 40px 40px 0px 40px;
  background-color: var(--fourth-color);
  border: 1px solid #D7D7D7 !important;
  border-radius: 10px !important;
  box-shadow: none;
  /* margin-left: 40px; */
}

.anti-ragging-notification-section li {
  padding: 10px 0px 0px 0px;

}

.anti-ragging-notification-section ol {
  padding-left: 1rem;
}

.anti-ragging-notification-section .default-btn {
  width: 15%;
  margin-top: 30px;
}

.anti-ragging-notification-section .news-list .news-item {
  margin-bottom: 0rem !important;
}


.bg-gradient-guide {
  background: linear-gradient(90deg, #1F9389, #092D2A);
  border-radius: 20px;
}

.guideline-box {
  display: flex;
  width: 70%;
  margin: 70px auto 0px auto !important;
  justify-content: center;
  padding-bottom: 70px !important;

}

.guideline-box-containt h4,
.guideline-box-containt p,
.guideline-box-containt .default-btn {
  text-align: left;
  align-items: start;
  color: var(--white);
}

.guideline-box-containt h4 {
  font-size: 20px;
}

.anti-ragging-guide-section .common-title-h3 {
  color: var(--white);
}

.guideline-box-containt p {
  margin-bottom: 30px;
}

.guideline-box-col {
  padding: 0 60px !important;
}

.border-end-md {
  border-right: 1px solid #fff;
}

.guideline-box-containt .default-btn,
.anti-ragging-compliance-section .default-btn {
  border: none;
  color: var(--white);
  background-color: var(--third-color);
}

.anti-ragging-compliance-bg {
  background: linear-gradient(135deg, #177a74, #093c3b);
  border-radius: 20px;
  color: white;
  overflow: hidden;
  /* display: flex;
  justify-content: space-between; */
  align-items: center;
  padding: 40px;
  position: relative;
  background-image: url(../uploads/images/compliance-bg.svg);
  background-size: cover;
  background-blend-mode: overlay;
  max-height: 900px;
  height: 900px;
}


.left-box .main-title-content {
  width: 80%;

}

.left-box .main-title-content h3,
.left-box .main-title-content p {
  color: white;
}

.form-control {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  color: white !important;
  padding: 2rem 0rem !important;
}

.form-check-input {
  background: transparent !important;
  border: 1px solid #ccc !important;
}

.form-control:focus {
  border-color: white !important;
  box-shadow: none !important;
}

/* .form-check-label {
      font-size: 0.9rem;
    } */
.form-control::placeholder,
textarea.form-control::placeholder {
  color: white !important;
  opacity: 1;
}

.compliance-form-padding {
  padding: 0px 40px !important;
}

/* 
---------------------------------------------
Curricular Activities,ceremony,conference,festivalPage
---------------------------------------------  
*/

.responsive-iframe-container {
    position: relative;
    width: 200%;
    padding-top: 300%; /* 16:9 Aspect Ratio, can be adjusted */
    overflow: hidden;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    border: none;
    display: block;
}
.curriculer-activities-section .card,
.ceremony-section .card,
.conference-section .card,
.festival-section .card,
.social-initiatives-section .card {
  border: 1px solid #D7D7D7 !important;
}

.curriculer-activities-section .card-title {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 0px;
}

.ceremony-section .card-body,
.conference-section .card-body,
.festival-section .card-body {
  padding: 0px 20px 10px 40px;
}

.ceremony-section .card-title,
.conference-section .card-title,
.festival-section .card-title {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  padding: 0px;
  margin-bottom: 20px;
}

.curriculer-activities-section .card-text,
.ceremony-section .card-text,
.conference-section .card-text,
.festival-section .card-text {
  text-align: left;
}



.curriculer-activities-section #cardContainer {
  /* margin-top: 40px; */
  text-align: right;
  /* height: 800px;
  overflow-y: auto; */
}

.curriculer-activities-section #cardContainer img {
  height: 300px;
}


.news-content-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px !important;

}

.curriculer-activities-section .news-content-inline a,
.ceremony-section .news-content-inline a,
.conference-section .news-content-inline a,
.festival-section .news-content-inline a {
  color: var(--white);
}

/*
---------------------------------------------
About Us Page
--------------------------------------------- 
*/
/*
---------------------------------------------
About Scon Banner Section
--------------------------------------------- 
*/
.about-scon-banner {
  position: relative;
  background-color: #f9f9f9;
  /* padding: 2rem 1rem; */
  width: 100%;
  height: auto;
}

.about-banner-image {
  background-image: url("../uploads/images/About-us-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
  width: 100%;
  border-radius: 5px;
  /* padding: 0px 50px 0 50px; */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-image {
  position: relative;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* Green section and content styling */
.about-banner-content {
  position: absolute;
  top: 49%;
  /* Adjust vertical alignment */
  left: 4%;
  /* Adjust horizontal alignment */
  transform: translateY(-50%);
  color: var(--white);
  padding: 2rem;
  max-width: 40%;
  /* Restrict content width */
}

.about-banner-content strong {
  color: var(--white);
}

.about-banner-content h1 {
  font-family: var(--font-family);
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.about-banner-content .subheadline {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: var(--white);
  margin-bottom: 6%;
}

.about-banner-content p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  margin-bottom: 6%;
  line-height: 30px;
}

.about-banner-content a.btn {
  background-color: #005a5a;
  color: var(--white);
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-decoration: none;
}

.about-banner-content a.btn:hover {
  background-color: #004d4d;
}

.about-banner-content .text-dark {
  margin-bottom: 5%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
}

.about-banner {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  background-color: var(--primary-color);
}

.about-scon-banner .visit-button .default-btn {
  background-color: var(--third-color);
  color: var(--white);
  border: 2px solid var(--third-color);
}

.about-scon-banner .visit-button .default-btn .btn-left-i,
.about-scon-banner .visit-button .default-btn .btn-right-i {
  border: 2px solid var(--white);
  background-color: transparent;
  color: var(--white);
}
.about-scon-banner .common-text-btn {
  width: 148px;
  height: 48px;
}

/*
---------------------------------------------
Vission & Mission Section
--------------------------------------------- 
*/
.vision-mission {
  background-color: var(--primary-bg-color);
}

.vision-mission .hexagon {
  width: 100px;
  height: 100px;
  background-color: var(--third-color);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -100px;
  position: relative;
}

.vision-mission .hexagon img.hexagon-icon {
  height: 62px;
  object-fit: contain;
}

.vision-mission .hexagon i {
  color: white;
}

.vision-mission .card {
  border-radius: 20px !important;
  background-color: transparent;
  border: 2px solid #d7d7d7 !important;
  height: 100%;
}

.vision-mission .card:hover {
  transform: none;
}

.vision-mission .card-body {
  padding: 1.5rem;
}

.vision-mission .card-body h5 {
  font-size: 1.5rem;
}

.vision-mission .card-body ul {
  padding: 0;
}

.vision-mission .card-body li {
  font-size: 1rem;
  line-height: 1.8;
  color: #6c757d;
}

.vision-mission h5 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  color: var(--matt-black);
}

.vision-mission p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--matt-black);
  line-height: 26px;
  text-align: left;
}

.vision-mission .arrow-icon {
  width: 13px;
  height: 13px;
  position: relative;
  margin-top: 2%;
}

.vision-mission li span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--matt-black);
  line-height: 26px;
}

/*
---------------------------------------------
Message Section
--------------------------------------------- 
*/
.messages .message-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  height: 255px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
}

.messages .quote-icon {
  position: absolute;
  top: -24px;
  left: 2%;
  width: 91px;
  height: 65px;
  z-index: 1;
}

.messages .card:hover {
  transform: none;
}

.messages .messages-card {
  background-color: var(--primary-bg-color);
  border-bottom-right-radius: 249px;
  height: 400px;
  margin-right: 20px;
}
.messages .messages-image {
  background-color: var(--third-color);
  border-top-left-radius: 249px;
  height: 400px;
  margin-right: 20px;
  width: 501px;
}
 
#tab-content-2 .img-fluid {
  margin-bottom: 16%;
}
#tab-content-5 .img-fluid {
  height: 152%;
}
.messages .img-fluid {
  margin-bottom: 15%;
}
.messages .swiper {
  text-align: center !important;
}

.messages .common-text-btn {
  width: 148px;
  height: 48px;
}

.messages .text-dark {
  font-weight: 400;
  font-size: 16px;
}
.messages .messages-tabs {
  margin-bottom: 9%;
}

.hidden-content {
  display: none;
}
 
.toggle-content {
  display: none !;
}
.message-text.expanded .hidden-content {
  display: inline;
}

@media (max-width: 768px) {

  /* Hide part of the content initially */
  .hidden-content {
    display: none;
  }

}
.toggle-content {
  display: inline-block;
  color: var(--primary-color);
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
}

/*
---------------------------------------------
Banner Section
--------------------------------------------- 
*/
.committee-banner {
  position: relative;
  padding: 0 !important;
}

.committee-banner .container {
  position: relative;
  padding: 0;
}

/* Content overlay positioned absolutely over the image */
.committee-banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 10;
  width: 90%;
}

.committee-banner .committee-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.25);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.committee-banner .committee-title {
  font-size: 48px;
  font-weight: 600;
  color: white;
  margin-bottom: 30px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.committee-banner .explore-button .default-btn {
  background-color: var(--third-color);
  color: var(--white);
  border: 2px solid var(--third-color);
}

.committee-banner .explore-button .default-btn .btn-left-i,
.committee-banner .explore-button .default-btn .btn-right-i {
 border: 2px solid var(--white);
  background-color: transparent;
  color: var(--white);
}

.committee-banner .common-text-btn {
  width: 148px;
  height: 48px;
}

.committee-banner .text-dark {
  font-weight: 400;
  font-size: 16px;
}

/*
---------------------------------------------
Committee Page
--------------------------------------------- 
*/
.committee .mb-4 {
  margin-bottom: 1.5rem;
}

.committee h3 {
  font-weight: 600 !important;
  font-size: 36px;
  margin-bottom: 2%;
}

.committee span {
  font-weight: 400 !important;
  font-size: 16px;
}

.committee .common-text-btn {
  width: 148px;
  height: 48px;
}

.committee .text-dark {
  margin-bottom: 1%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
}

.committee .custom-card {
  text-align: center;
  height: 168px;
  border: 1px solid #d7d7d7 !important;
  border-radius: 10px !important;
}

.committee .committee-category,
.social-initiatives-section .committee-category a {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 16px 24px;
  border-radius: 8px;
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  width: 45%;
}

/* #sconCommitteeCard {
  height: 800px;
  overflow-y: auto;
} */

/*
--------------------------------------------------------------------
 Orientation & Pedagogy tab design for BSc Nursing program page
---------------------------------------------------------------------
 */
.filter-text {
  padding: 0px;
  margin: 0px;
}

.orientation-pedagogy-section .card {
  border-radius: 10px !important;
}

.orientation-pedagogy-section .icon-box {
  padding: 20px;
  border: 1px solid #f1f1f1;
  text-align: center;
  border-radius: 12px;
  transition: 0.3s;
  background: var(--fourth-color);
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
      box-shadow: none;
}

.orientation-pedagogy-section .icon-box:hover {
  background: #f8f8f8;
}

.orientation-pedagogy-section .icon-box img {
  width: 55px;
  height: 55px;
}

.orientation-pedagogy-section .filter-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.orientation-pedagogy-section .active-filter {
  cursor: pointer;
  color: #00a99d !important;
}

.orientation-pedagogy-section .active-filter span {
  cursor: pointer;
  color: #00a99d;
}

.orientation-pedagogy-section i {
  color: #00a99d;
}

.orientation-pedagogy-section .inactive-filter {
  color: var(--black) !important;
  cursor: pointer;
}

.orientation-pedagogy-section .orientation-filter {
  display: flex;
  width: 70%;
  flex-direction: column;
}

/*
---------------------------------------------
Research Publication page
---------------------------------------------
 */
/* #researchPublication .table-container {
  height: 900px;
} */

/*
---------------------------------------------
Faculty Research Profile page
---------------------------------------------
 */
.research-profile-section .profile-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 2rem;
}

.research-profile-section .left-panel {
  background-color: #00a99d;
  border-radius: 10px;
  padding-top: 140px;
  /* To allow image overlap space */
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-top: 50px;
  padding-bottom: 20px;
      padding-left: 20px;
    padding-right: 20px;
      flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #ccc;
  /* padding: 20px; */
  height: 100%;
}
.research-profile-section .research-profile-sub-section .left-panel{
    height: auto !important;

}
.reserch-profile-marging{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.research-profile-section .profile-image-wrapper {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  padding: 4px;
  background-color: #00a99d;
  position: absolute;
  top: -65px;
  /* Half of image height to overlap */
  left: 50%;
  transform: translateX(-50%);
  /* box-shadow: 0 0 0 4px #fff;  */
}

.research-profile-row{
  display: flex;
  flex-wrap: wrap;
}
.research-profile-section .profile-image {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 50%;
  /* border: 3px solid #fff; */
}

.profile-title {
  font-size: 20px;
  margin-top: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.left-panel .education {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: italic;
  margin: 10px 0;
  font-weight: 300;
}

.left-panel a {
  color: #fff;
  text-decoration: none;
}

.email,
.phone,
.position {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin: 0px;
  font-weight: 500;
}

.interest-box {
  background-color: #d2e9e7;
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1rem;
  vertical-align: top;
  white-space: normal;
}

.interest-box-sec,
.reserch-profile-box {
  /* background-color: #d2e9e7; */
  border-radius: 10px;
  border: 1px solid #d7d7d7;
  padding: 2rem;
  margin-bottom: 1rem;
  vertical-align: top;
  white-space: normal;
}

.interest-box h6 {
  font-weight: 400;
  font-size: 16px;
  color: var(--matt-black) !important;
  margin-bottom: 0.5rem;
}

.reserch-profile-box h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--matt-black) !important;
}

.interest-box ul,
.interest-box-sec ul,
.reserch-profile-box ul {
  padding-left: 0;
  /* padding-top: 20px; */
  list-style: none;
  font-weight: 600;
  font-size: 16px;
}

.interest-box li,
.interest-box-sec li,
.reserch-profile-box li {
  padding-left: 0;
  padding-top: 20px;
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  color: var(--matt-black) !important;
}

.interest-box ul li::before,
.interest-box-sec ul li::before {
  content: "✓ ";
  font-weight: 600;
  padding-right: 10px;
  color: var(--matt-black) !important;
}

/* .profile-link-list li a {
  padding: 6px 0;
  border-left: 3px solid #00a99d;
  padding-left: 10px;
  margin-bottom: 5px;
} */

.profile-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.profile-label {
  width: 150px;
  /* fixed width for alignment */
  font-weight: 600;
  color: var(--matt-black) !important;
  flex-shrink: 0;
  font-size: 16px;
}

.profile-link a {
  word-break: break-word;
  display: inline-block;
  border-left: 3px solid #1515151a;
  padding: 6px 0;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 5px;
  color: var(--matt-black) !important;
  font-weight: 400;
}

.research-profile-section .default-btn {
  background-color: var(--third-color);
  border: none;
  color: var(--white) !important;
}

.research-profile-section .default-btn .btn-right-i {
  border: 2px solid #fff;
  color: #fff;

}

.research-profile-section .default-btn:hover .btn-left-i {
  border: 2px solid #fff;
  color: #fff;
}

/* Scrollable container on mobile */
/* .scroll-x {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap !important;
  gap: 1rem;
  scroll-snap-type: x mandatory;
} */

/* Child cards should not shrink */
/* .scroll-x>div {
  flex: 0 0 300px;
  scroll-snap-align: start;
} */

/* @media (min-width: 768px) {
  .scroll-x {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .scroll-x>div {
    flex: 1 1 auto;
  }
} */

.industry-expert-section .custom-card,
.committee .custom-card,
.internalization-section .custom-card,
.collaboration-partnerships-section .custom-card {
  background-color: var(--fourth-color);
  border-radius: 10px;
  text-align: center;
  box-shadow: none !important;
  padding: 20px;
  position: relative;
  height: 100%;
  border: 1px solid #D7D7D7;
}

.committee-title {
  font-size: 20px;
  padding-bottom: 10px;
  font-weight: 600;
  margin-bottom: 0px;

}

.committee-designation {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 400;
  margin-bottom: 0px;
}

.committee-name {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 600;
  margin-bottom: 0px;
  font-style: italic;
}

/* 
---------------------------------------------
 Workshop/Seminar/FDP Page
--------------------------------------------- 
*/
.workshop-seminar-fdp .card {
  border: 1px solid #d7d7d7;
}

.workshop-seminar-fdp .workshop-hero-banner {
  background-image: url(../uploads/images/workshop-seminar-banner.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 370px;
  width: 100%;
  border-radius: 30px;
}

.workshop-seminar-fdp .workshop-banner-content {
  position: absolute;
  top: 60%;
  left: 4%;
  transform: translateY(-50%);
  color: var(--white);
  padding: 2rem;
  max-width: 60%;
}

.workshop-seminar-fdp .headline {
  font-size: 3rem;
  line-height: 60px;
}

.workshop-seminar-fdp .card-header-custom span i {
  font-size: 1.563rem !important;
  color: #777777;
}

.workshop-seminar-fdp .card-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.workshop-seminar-fdp .card-text {
  font-size: 1rem;
  font-weight: 600;
}

.workshop-seminar-fdp ol li {
  font-weight: 400;
  font-size: 1rem;
  font-family: var(--font-family);
  line-height: 30px;
  color: var(--matt-black);
}

.workshop-seminar-fdp .view-details {
  float: right;
}

/* ✅ NEW STYLES ADDED FOR CARD LAYOUT BASED ON SHARED DESIGN */
.workshop-seminar-fdp .workshop-seminar-fdp-card {
  /* background-color: var(--primary-bg-color); */
  border: 1px solid #d7d7d7 !important;
  border-radius: 16px !important;
  overflow: hidden;
  transition: all 0.3s ease;
}

.workshop-seminar-fdp .workshop-seminar-fdp-card .card-body {
  padding: 1.5rem;
  background-color: #f8f8f8;
}

.workshop-seminar-fdp .workshop-seminar-fdp-card .bg-white {
  background-color: #ffffff !important;
  border-bottom: 1px solid #ddd;
  padding: 1rem 1.5rem;
  font-weight: 500;
  font-size: 0.95rem;
  color: #333333;
}

/* ✅ NEW HEADER STYLES */
.workshop-seminar-fdp .workshop-seminar-fdp-card .card-header-custom {
  background-color: var(--white);
  /* Change if needed */
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 1rem 1.5rem;
  color: var(--matt-black);
}

.workshop-seminar-fdp .workshop-seminar-fdp-card .card-header-custom h4 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--matt-black);
}

.workshop-seminar-fdp .workshop-seminar-fdp-card .card-header-custom span {
  font-size: 0.95rem;
  color: var(--matt-black);
}

.workshop-seminar-fdp .date,
.participants {
  font-size: 14px !important;
  color: #777777;
}

/* 
---------------------------------------------
Faculty Award Recognition
--------------------------------------------- 
*/
/* .faculty-award-section #facultyCard {
  height: 800px;
  overflow-y: auto;
} */

.faculty-award-section .profile-card {
  background: var(--third-color);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  width: 300px;
  height: auto;
  float: right;
}

.faculty-award-section .profile-image-wrapper {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  padding: 4px;
  background-color: #00a99d;
  display: inline-block;
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  /* border: 3px solid #fff; */
}

.profile-card h4 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.profile-card p {
  margin: 0;
  font-size: 16px;
  color: #fff;
}

.achievement-container {
  max-height: 500px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
  padding-right: 5px;
}

.achievement-card {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 10px 15px;
}

.achievement-icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #edf8ec;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
  min-width: 50px;
}

.achievement-icon i {
  font-size: 24px;
}

.achievement-text {
  font-size: 16px;
}

.achievement-title {
  font-weight: bold;
  margin-bottom: 0;
}

.achievement-container::-webkit-scrollbar {
  width: 10px;
}

.achievement-container::-webkit-scrollbar-track {
  background-color: var(--fourth-color);
  border-radius: 10px;
}

.achievement-container::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.achievement-container::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.achievement-container {
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
}

.faculty-award-section .card {
  /* width: 100%; */
  border: 1px solid #d7d7d7 !important;
}

.achievement-year {
  align-items: center !important;
  justify-content: space-between !important;
  display: flex !important;
}

.faculty-award-section .achievement-year .achievement,
.faculty-award-section .achievement-year .year,
.faculty-award-section .achievement {
  font-size: 16px;
}

.faculty-award-section .achievement-year .year {
  background: var(--primary-color);
  padding: 10px;
  border-radius: 10px;
  color: white;
}

@media (max-width: 767px) {
  .year-sidebar #yearListWrapper {
    margin-top: 10px;
  }

  /* Hide faculty list until a year is chosen */
  #facultyList {
    display: none;
  }

  /* Style for active year label */
  #activeYearLabel {
    font-weight: bold;
    color: #333;
  }
}



/* 
---------------------------------------------
 Programme Page
--------------------------------------------- 
*/
.fdp-conference-seminar-section .custom-card,
.alumni-distinguished-section .custom-card {
  border-top: 7px solid #00a99d;
  border-left: none;
}

.nursing-programme .container {
  display: flex;
  flex-wrap: nowrap;
}

.nursing-programme .content-image {
 align-items: center;
  align-content: center;
  /* margin-left: -40px; */
  margin-left: -21%;
  z-index: -1;
}

.nursing-programme .content-text {
  border: 1px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 #d7d7d7;
}

/* 
---------------------------------------------
Philosophy Section
--------------------------------------------- 
*/
.philosophy h2 {
  font-weight: 600;
  margin-bottom: 3%;
}

.philosophy p {
  font-weight: 400;
  line-height: 28px;
}

.philosophy .content-image {
  align-items: center;
  align-content: center;
}

.philosophy .tab-content-wrapper {
  padding: 40px;
  background-color: var(--white);
  border-radius: 20px;
  max-height: 600px;
  overflow-y: auto;
  box-shadow: 0 0px 10px 0 #d7d7d7;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);

}

.philosophy .button-tabs {
  gap: 1rem;
}

.philosophy .tab-link {
  font-weight: 600;
  font-family: var(--font-family);
  font-size: 1.25rem;
  color: var(--matt-black);
  border-bottom: 3px solid transparent;
  transition: border-color 0.3s, color 0.3s;
  white-space: nowrap;
}

.philosophy .tab-link.active {
  border-bottom: 3px solid var(--primary-color) !important;
  font-weight: 600;
  font-family: var(--font-family);
  font-size: 1.25rem;
  color: var(--primary-color);
}

.philosophy .tab-pane {
  display: none;
}

.philosophy .tab-pane.active {
  display: block;
  height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color)
}

/* 
---------------------------------------------
Aims & Objective Section
--------------------------------------------- 
*/
.aims-objective h3 {
  font-weight: 600 !important;
  color: var(--matt-black);
  line-height: 50px;
  font-size: 36px !important;
}

.aims-objective h3 {
  margin-bottom: 60px;
}

.aims-objective .aims-section {
  background: var(--third-color);
  border-radius: 20px;
  padding: 20px;
  position: relative;
    z-index: 999;
}

.aims-objective .objectives-section {
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 20px 80px;
  background-color: #fff;
  box-shadow: 0 0px 10px 0 #d7d7d7;
  margin-left: -50px;
  /* max-height: 1300px; */
  height: auto;
  position: relative;
  z-index: 0;
  /* overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--primary-color) var(--fourth-color); */
}

.objective-h {
  margin: 10px 0px;
  height: 100%;

}

.aims-objective .vertical-line {
  position: absolute;
  width: 3px;
  background-color: var(--third-color);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 87px;
}

.aims-objective .section-heading {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}

.aims-objective .objectives-section p {
  font-size: 1rem;
  line-height: 1.5;
}

.aims-objective .aims-section h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  color: var(--white);
}

.aims-objective .aims-section p {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
}

.aims-section .circle-number {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  color: var(--matt-black);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 2.25rem;
  border-radius: 50%;
  margin: auto;
  font-family: "Protest Guerrilla", sans-serif;
  position: relative;
}

.objectives-section .circle-number {
  width: 50px;
  height: 50px;
  background-color: var(--third-color);
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 2.25rem;
  border-radius: 50%;
  margin: auto;
  font-family: "Protest Guerrilla", sans-serif;
  position: relative;
}

.aim-objective-section {
  display: contents;
}
/* Mobile version of the Objectives layout */
.objectives-section-mobile {
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
 
.objective-item-mobile {
  display: flex;
  align-items: flex-start;
}
 
.objective-item-mobile .circle-number {
  width: 40px;
  height: 40px;
  background-color: #ff6157;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
  font-family: "Protest Guerrilla", sans-serif;
}
 
.objective-item-mobile p {
  flex: 1;
  margin-bottom: 0;
  font-size: 15px;
}
 
/* Hide mobile section on large devices, show only on small screens */
@media (min-width: 992px) {
  .objectives-section-mobile {
    display: none !important;
  }
}

/* 
---------------------------------------------
Admission Section
--------------------------------------------- 
*/
.admissions .admission-heading {
  font-size: 1.25rem;
  font-weight: bold;
  background: #f3e8df;
  color: #80633c;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  margin-bottom: 10px;
}

.admissions .admission-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.admissions .admission-title span {
  color: #1f9389;
}

.admissions .admission-card {
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 20px;
  /* margin-bottom: 20px; */
}

.admissions .admission-icon {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.admissions .admission-icon img {
  width: 60px;
  height: 60px;
}

.admissions .admission-card-title {
  font-size: 1.25rem;
  font-weight: 600;
}

.admissions .admission-card-text {
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}

.admissions .admission-image img {
  width: 489px;
  height: 489px;
}

.exam-item span {
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  line-height: 40px;
  color: var(--third-color);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
}

.mark-note {
  background-color: #fbf7f4;
  border-radius: 10px;
}

/* 
---------------------------------------------
Program Structure Section
--------------------------------------------- 
*/
.program-structure-section .custom-card {
  border-top: 7px solid #00a99d;
  border-left: none;
}

.program-pdf {
  display: flex;
  justify-content: left;
}

/* 
---------------------------------------------
Scheme Examination Section
--------------------------------------------- 
*/
/* .scheme-examination .text-center {
  margin-top: 5%;
} */

/* 
---------------------------------------------
Course Duration Section
--------------------------------------------- 
*/
.duration-item {
  display: flex;
  position: relative;
  min-height: 80px;
  /* allow auto expansion */
  align-items: center;
  padding: 10px 15px;
      margin: 0px 150px;
}

.step-circle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-42%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--circle-red);
  border: 8px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  z-index: 3;
}

.pill-outer {
  position: absolute;
  left: -20px;
  height: 100%;
  width: 300px;
  background: var(--outer-pill);
  border-radius: 999px;
  display: flex;
  align-items: center;
}

.pill-inner {
  position: absolute;
  left: 200px;
  height: 100%;
  width: 300px;
  background: var(--inner-pill);
  border-radius: 999px;
  z-index: -1;
  display: flex;
  align-items: center;
}

.label,
.value {
  position: relative;
  z-index: 2;
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  line-height: 1.5;
  text-align: left;
  margin-left: 90px;
  padding: 10px;
  color: var(--text-color);
  cursor: help;
}

.label {
  font-weight: 400;
}

.value {
  font-weight: 600;
}

/* 
---------------------------------------------
Week Vacation Banner Section
--------------------------------------------- 
*/
/* .week-vacation .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
} */

.week-vacation .card {
  border: 1px solid var(--primary-bg-color);
  border-radius: 20px;
  background-color: #FCFAF7;
  box-shadow: 0 4px 10px 0 #FCFAF7;
  margin-right: -50px;
  z-index: -1;
  padding: 40px 180px;
}

.week-vacation .img-fluid {
  border-radius: 20px;
  border-radius: 20px;
  width: 656px;
  height: 437px;
}

.week-vacation .card h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 3%;
}

.week-vacation .card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 3%;
}

.week-vacation .card span {
  font-weight: 600;
  font-size: 24px;
  line-height: 25px;
  color: var(--third-color);
}

/* 
---------------------------------------------
Program Outcome Section
--------------------------------------------- 
*/
.outcome-section {
  background-image: url(../uploads/images/tine-website-photos-articles.svg);
  background-size: cover;
  background-position: top;
  height: 740px;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

/* White area continues below */
.outcome-bottom-bg {
  background-color: #fff;
  padding: 400px 0 60px;
  position: relative;
  z-index: 0;
  margin-bottom: 5% !important;
}

.outcome-cards-wrapper {
  margin-top: 100px !important;
}

.outcome-card,
.program-obj-header {
  background: #ffffffd9 !important;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.program-obj-header {
  background-color: #1f9389 !important;
}

.program-obj-header::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  /* Adjust to center the arrow if needed */
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1f9389;
}

.outcome-list li {
  padding: 10px 0;
}

.outcome-list li,
.outcome-icon p {
  position: relative;
  padding-left: 40px;
  /* Create space for icon */
  line-height: 1.6;
}

.outcome-list li::before,
.outcome-icon p::before {
  content: url("../uploads/images/bullet-icon.webp");
  position: absolute;
  left: 0;

  top: 4px;
  /* Adjust as needed for vertical alignment */
  width: 16px;
  height: 16px;
}

.program-obj-header h4 {
  color: white;
  font-size: 24px;
}

.program-obj-header p {
  font-size: 1rem;
  color: white;
}
.outcome-section .accn-lists {
  height: 700px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
}
.accn-outcome-list {
  height: 800px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
}

/* 
---------------------------------------------
Internship Integrated Section
--------------------------------------------- 
*/
.internship-integrated-section {
  background-image: url(../uploads/images/internship-integrated.svg);
  background-size: cover;
  background-position: top;
  height: 680px;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.internship-card {
  background: #fff !important;
  padding: 40px;
  margin-left: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  margin-top: 25%;
  max-height: 700px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
}

.internship-list {
  margin-top: 1%;
  height: 310px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
}

.internship-list li {
  padding: 10px 0;
}

.internship-list li {
  position: relative;
  padding-left: 40px;
  /* Create space for icon */
  line-height: 1.6;
}

.internship-list li::before {
  content: url("../uploads/images/bullet-icon.webp");
  position: absolute;
  left: 0;
  top: 4px;
  /* Adjust as needed for vertical alignment */
  width: 16px;
  height: 16px;
}

/* White area continues below */
.internship-bottom-bg {
  background-color: #fff;
  /* padding: 400px 0 60px; */
  padding: inherit;
  position: relative;
  z-index: 0;
}

.internship-integrated-section .internship-content h2 {
  color: var(--white);
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 55px;
}

.internship-integrated-section .course-list {
  color: var(--white);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 70px;
}

.internship-header {
  font-weight: 400;
  font-size: 1rem;
  font-family: var(--font-family);
  line-height: 100%;
  padding: 10px 20px;
  background: white;
  color: var(--matt-black);
  border-radius: 30px;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.internship-header span {
  font-weight: 500;
  font-size: 1rem;
  font-family: var(--font-family);
  line-height: 40px;
  color: var(--matt-black);
}

.internship-integrated-section .note {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--white);
  display: flex;
  justify-content: center;
  padding: 25px;
}

.internship-integrated-section .hexagon {
  width: 140px;
  height: 68.735px;
  background: var(--third-color);
  position: relative;
  z-index: 1;
  top: -60px;
  left: 27px;
}

.hexagon::before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #a74842 transparent;
  top: -1em;
  right: 17.5em;
  border-width: 8px 0px 2.5em 4.7em;
  z-index: -1;
}

.internship-integrated-section .hexagon::after {
  content: "";
  position: absolute;
  bottom: -27.8675px;
  left: 0;
  width: 140px;
  height: 0;
  border-left: 69px solid transparent;
  border-right: 71px solid transparent;
  border-top: 28.8675px solid var(--third-color);
}

.course-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.course-list div {
  flex: 1 1 calc(50% - 20px);
  border-bottom: 2px solid white;
  padding-bottom: 5px;
  font-size: 1.1rem;
}

.internship-opportunities {
  font-weight: 700;
  font-size: 2.25rem;
  color: var(--white);
}

/* 
---------------------------------------------
Selection Procedure Section
--------------------------------------------- 
*/
.selection-procedure {
  background-color: var(--fourth-color);
}

.selection-procedure .number,
.collaboration-data-section .number {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #ff726f;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  margin-right: 4%;
  position: relative;
  flex-shrink: 0;
}

.selection-procedure .number::after,
.collaboration-data-section .number::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.selection-procedure .custom-card {
  display: flex;
  align-items: center;
  transform: none;
  cursor: pointer;
}

.selection-procedure h5 {
  font-weight: 600;
  line-height: 35px;
}

.selection-procedure p {
  font-weight: 400;
  line-height: 35px;
}
.selection-procedure .common-text-btn {
  background-color: var(--white);
}
/* 
---------------------------------------------
International Section
--------------------------------------------- 
*/

.international-students .banner-content {
  background-image: url(../uploads/images/International-banner.svg);
  color: white;
  padding: 40px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
  width: 1000px;
  height: 500px;
  margin-top: 100px;
}

.international-header {
  font-weight: 400;
  font-size: 1rem;
  font-family: var(--font-family);
  line-height: 100%;
  padding: 10px 20px;
  background: white;
  color: var(--matt-black);
  border-radius: 30px;
  display: inline-block;
  z-index: 2;
  position: relative;
  margin-top: 10%;
}

.international-students .banner-content .badge {
  background-color: white;
  color: #106f62;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 50px;
  padding: 6px 16px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.international-students .banner-content h2 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 3%;
  color: var(--white);
}

.international-students .banner-content p {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 150%;
  font-weight: 400;
  color: var(--white);
}

.international-students .explore-now-button .default-btn {
  background-color: var(--third-color);
  color: var(--white);
  border: 2px solid var(--third-color);
}
 
.international-students .explore-now-button .default-btn .btn-left-i,
.international-students .explore-now-button .default-btn .btn-right-i,
.contact-us-section .default-btn .btn-left-i,
.contact-us-section .default-btn .btn-right-i{
  border: 2px solid var(--white);
  background-color:transparent;
  color: var(--white);
}

.international-students .banner-image {
  z-index: -1;

}

.international-students .banner-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;

}

.note-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.note-title {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #e94e77;
  color: white;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: bold;
}

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

.note-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.note-list li::before {
  content: "➤";
  color: #e94e77;
  margin-right: 10px;
  font-weight: bold;
}

/*
--------------------------------------------
Admission page
--------------------------------------------- 
*/
/*
--------------------------------------------
Admission Calendar Section
--------------------------------------------- 
*/
.admission-calendar .custom-card {
  background-color: #fff;
  border-radius: 20px;
  text-align: left;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06); */
  box-shadow: none !important;
  padding: 20px;
  position: relative;
  border-top: 5px solid #1f9389;
  border: 1px solid #bbe6e3;
  transition: transform 0.2s ease-in-out;
}

/* Even cards (2nd, 4th, etc.) use second color */
.admission-calendar .row .col-lg-2:nth-child(even) .custom-card {
  border-top: 5px solid #1f9389 !important;
  border: 1px solid #bbe6e3;
}

.admission-calendar .row .col-lg-2:nth-child(odd) .custom-card {

  border-top: 5px solid #FF6157 !important;
  margin-top: 10px;
  border: 1px solid #FFCFCC;
}

/* Change date and image border based on card color */
.admission-calendar .row .col-lg-2:nth-child(odd) h6 {
  color: #FF6157;

}

.admission-calendar .row .col-lg-2:nth-child(even) h6 {

  color: #1f9389;
}

.admission-calendar .admission-title {
  display: flex;
  justify-content: center;
  text-align: center;
}

.admission-calendar .admission-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.admission-calendar .admission-icon img {
  width: 65px;
  height: 65px;
}

/*
--------------------------------------------
Documents Required Section
--------------------------------------------- 
*/
.documents-required .documents-section {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
  margin-top: 18%;
  width: 130%;
  height: 559px;
  right: 30%;
}

.documents-required .documents-header {
  font-size: 0.9rem;
  background-color: #fce9d8;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 12px;
  font-weight: 500;
}

.documents-required .documents-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 15px;
}

.documents-required .documents-description {
  font-size: 0.95rem;
  margin-bottom: 20px;
  color: #6c757d;
}

.documents-required .background-image {
  background: url("../uploads/images/document_requierment.webp") no-repeat center center/cover;
  border-radius: 12px;
  width: 680px;
  height: 698px;
  position: static;
  /* margin-left: 18%; */
}

.documents-list-data {
  overflow-y: auto;
  max-height: 300px;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);

}

.documents-required .documents-list {
  margin-top: 1%;
  list-style: none;
}

.documents-required .documents-list li {
  padding: 10px 0;
}

.documents-required .documents-list li {
  position: relative;
  padding-left: 40px;
  /* Create space for icon */
  line-height: 1.6;
}

.documents-required .documents-list li::before {
  content: url("../uploads/images/bullet-icon.webp");
  position: absolute;
  left: 0;
  top: 4px;
  /* Adjust as needed for vertical alignment */
  width: 16px;
  height: 16px;
}

.documents-list.two-columns {
  column-count: 2;
  column-gap: 2rem;
  list-style-type: disc;
  padding-left: 1.5rem;
}

/*
--------------------------------------------
Fee Structure Section
--------------------------------------------- 
*/
.fees-structure{
    margin-top: 60px;
}
.fees-structure .fee-important-note-section {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 2;
  position: relative;
  margin-top: 15%;

  width: 1000px;
  height: 608px;
  /* right: -23%; */
}

.fees-structure .note-section {
  max-height: 350px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
}

.fees-structure .background-image {
  background: url("../uploads/images/fees-structure-image.webp") no-repeat center center/cover;
  border-radius: 12px;
  /* width: 900px; */
  height: 596px;
  position: static;
  margin-left: 0%;
}

.fees-structure .important-note-list {
  margin-top: 1%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
  max-height: 300px;
  list-style: none;
}

.fees-structure .important-note-list li {
  padding: 10px 0;
}

.fees-structure .important-note-list li {
  position: relative;
  padding-left: 40px;
  /* Create space for icon */
  line-height: 1.6;
}

.fees-structure .important-note-list li::before {
  content: url("../uploads/images/bullet-icon.webp");
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
}

.fees-structure .note {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--white);
  display: flex;
  justify-content: center;
  padding: 17px;
}

.fees-structure .hexagon {
  width: 191px;
  height: 120.735px;
  background: var(--third-color);
  position: relative;
  z-index: 1;
  top: -68px;
  display: block;
  left: 28px;
}

.fees-structure .hexagon::before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #a74842 transparent;
  top: -1em;
  right: 23.8em;
  border-width: 8px 0px 2.5em 4.7em;
  z-index: -1;
}

.fees-structure .hexagon::after {
  content: "";
  position: absolute;
  bottom: -27.8675px;
  left: 0;
  width: 140px;
  height: 0;
  border-left: 94px solid transparent;
  border-right: 97px solid transparent;
  border-top: 28.8675px solid var(--third-color);
}

/*
--------------------------------------------
Contact Team Section
--------------------------------------------- 
*/
.contact-section {
  /* background-image: url("../uploads/images/contact_BG.webp"); */
   background: url(../uploads/images/International-banner.jpg) no-repeat center center / cover;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  color: white;
  overflow: hidden;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 60, 60, 0.85);
  border-radius: 16px;
  z-index: 1;
}

.contact-content {
  position: relative;
  z-index: 2;
  padding: 40px;
}

.contact-heading {
  font-size: 2rem;
  font-weight: 600;
}

.contact-subheading {
  font-size: 1rem;
  color: #ffffff;
  margin-top: 10px;
  font-weight: 400;
}

.contact-subheading span {
  color: var(--white);
  font-weight: 700;
}

.contact-details .fa-solid {
  font-size: 1.25rem !important;
}

.contact-details a {
  color: white;
  text-decoration: none;
}

.contact-details h6 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
}

.contact-details p {
  color: var(--white);
}

@media (max-width: 767.98px) {
  .contact-section {
    padding: 20px;
  }
}

/*
--------------------------------------------
placement page
--------------------------------------------- 
*/
.legend {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  margin-top: 50px;
}

.legend-item,
.legend-item span {
  display: flex;
    align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--matt-black);
}

.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-right: 5px;
}

.donut-wrapper {
  position: relative;

}

.donut-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f2f8f7;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
  color: var(--matt-black);
  padding: 8px;
}

.donut-section {
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;

}
 .donut-section .text-center {
    flex: 0 0 100%;
    max-width: 100%;
  }

.range-section th,
.range-section td {
  text-align: center;
}

.placement-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--matt-black);
}

.table-section th {
  font-size: 16px;
  color: var(--matt-black);
  font-weight: 600;
}

.table-section tbody td {
  font-size: 16px;
  color: var(--matt-black);
  font-weight: 400;
}
/* .placement-section .table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.placement-section .table-container table {
  min-width: 600px; 
} */
.chart-container {

  padding-bottom: 20px;
}

.alumni-section svg {
  display: block;
}

.alumni-section .legend-color {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.stack-bar-text {
  color: var(--text-color);
  font-weight: 500;
  font-size: 24px !important;
  font-family: var(--font-family) !important;
  text-anchor: center !important;
}

.chart-container {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 10px;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
  font-size: 24px !important;
  font-family: var(--font-family) !important;
}
.alumni-section .range-section .table-section{
margin-top: 40px !important;
}

.alumni-chart-wrapper {
  width: max-content;
  /* allows the SVG to grow naturally */
  display: flex;
  justify-content: center;
   max-height: 700px;
    overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
}

.alumni-chart {
  height: 700px;
  max-height: 1000px;
  display: block;
      cursor: grab;
}
.chart-scroll-wrapper {
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 10px;
}

/*
--------------------------------------------
Stakeholder Message page
--------------------------------------------- 
*/
.stakeholder-message-section .custom-card {
  border-top: 7px solid var(--primary-color);
  border-left: none;
}

.committee-category {
  font-weight: 600;
  font-size: 32px;
}

.activite-sub-title {
  /* font-weight: 400;
    font-size:18px; */
  color: var(--primary-color);
}

.activities-section .custom-card h6 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

/*
--------------------------------------------
Social Initiatives page
--------------------------------------------- 
*/

.social-initiatives-section .card-body {
  padding: 10px 10px 10px 0px;
}

.social-initiatives-section .card-title {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.social-initiatives-section .card-img-top {
  height: 100%;
}

.view-more-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.view-more-wrapper::before,
.view-more-wrapper::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid var(--matt-black);
}

.view-more-wrapper::before {
  margin-right: 10px;
}

.view-more-wrapper::after {
  margin-left: 10px;
}

.view-more-btn {
  background: none;
  border: none;
  color: var(--primary-color);
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.view-more-btn:hover {
  text-decoration: none;
}

/*
--------------------------------------------
Internalization page
--------------------------------------------- 
*/
.internalization-section .testimonial-section .card {
  margin: 20px;
}

.internationalization-city {
  margin: 20px 0px;

}

#testimonials .testimonial-card {
  margin: 20px;
}

#internationalization-view-details .guideline-box {
  display: flex;
  width: 100%;
  padding: 50px;
  margin: 0px auto 0px auto !important;
  justify-content: center;
  padding-bottom: 0px;
  align-items: center;
  align-content: center;
}

#internationalization-view-details .anti-ragging-guide-title {
  text-align: center;
  margin-bottom: 30px;
}

#internationalization-view-details .text-start {
  text-align: center !important;
}

#internationalization-view-details .guideline-box-containt h4 {
  font-size: 20px;
  font-weight: 600;
}

#internationalization-view-details .guideline-box-containt .default-btn {
  border: 2px solid #ffffffab !important;
  color: var(--white);
  background-color: transparent !important;
}

/*
--------------------------------------------
Scholarship page
--------------------------------------------- 

*/
.scholarship-details-section th {
  font-weight: 600 !important;
   color: var(--white) !important;
    text-align: left !important;
  font-size: 16px !important;
}


.scholarship-details-section td {
  text-align: left !important;
  font-size: 16px !important;
  color: var(--matt-black) !important;
}


.scholarship-section .custom-card {

  border-top: 7px solid #00a99d;
  border-left: none;
  margin-left: 30px;
}

/*
--------------------------------------------
privacy page
--------------------------------------------- 
*/

.privacy-section .privacy-content-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

/*
--------------------------------------------
Contact us  page
--------------------------------------------- 
*/
.map-container iframe {
  width: 100%;
  height: 400px;
  border: 0;
  /* border-radius: 10px; */
}

.contact-us-section .contact-card {
  background: url("../uploads/images/contact-bg.webp") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 60px 30px;
  color: #fff;
  border-radius: 10px;
  height: 100%;
}

.contact-us-section form {
  padding: 0px 50px;
}

.contact-icon {
  margin-right: 30px;
  margin-top: 10px;
  font-size: 20px !important;

}

.contact-card a,
.contact-card p {
  color: #fff;
  text-decoration: none;
}

.contact-us-section .common-title-h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;


}

.contact-card .main-title-content {
  text-align: left;
  padding: 50px;
}

.contact-number {
  padding: 0px;
  margin-bottom: 30px;
}

.contact-number span {
  color: #fff;
}

.contact-us-section .contact-us-form h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;

}

.contact-us-section .form-control {
  color: var(--matt-black) !important;
}

.contact-us-section .form-control::placeholder,
.contact-us-section textarea.form-control::placeholder {
  color: var(--matt-black) !important;
  opacity: 1;
}

.contact-us-section .form-check {
  color: var(--matt-black) !important;
}

.contact-us-section .text-start {
  text-align: right !important;
}

.contact-us-section .form-control:focus {
  box-shadow: none !important;
  border-color: var(--matt-black) !important;
}

/*
--------------------------------------------
Collaboration  page
--------------------------------------------- 
*/

.collaborationdata-title {
  margin: 20px 0px;
  font-size: 20px;
  font-weight: 600;
}

.collaborationdata-description {
  margin-bottom: 0px;
}

.collaboration-partnerships-section .custom-card p {
  margin-bottom: 6px;
  font-size: 20px;
}

/*
--------------------------------------------
Library  page
--------------------------------------------- 
*/

.library-page {
  padding: 40px 0px !important;
}

.library-usedful-links-section .card-custom {
  background: transparent;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* margin: 20px auto; */
  position: relative;
  border-right: 1px solid #00a99d;
  border-bottom: 9px solid #00a99d;
  /* max-width: 400px; */
}

.library-usedful-links-section .card-body-custom {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 15px;
}

.usefullink-title {
  margin-bottom: 15px;
  font-size: 18px;
}

.usedul-link-btn {
  text-align: end;

}

.guidline-list {
  max-height: 400px;
}

.guideline-list-wrapper {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
  padding: 10px;
  /* Optional: space for scrollbar */
}

.library-about-section .content-text {
  background: linear-gradient(#1f9389, #1b7971);
  border-radius: 12px;
  padding: 80px;
}

.library-about-section .content-image {
  align-items: center;
  align-content: center;
}

.library-about-section .content-image img {
  border-radius: 10px;
      height: 500px;
}

.library-about-section .main-description {
  font-size: 20px;
  font-weight: 600;
}

.library-about-section.main-descriptions {
  font-size: 16px;
  font-weight: 600;
}

.library-about-section .content-text p,
.library-about-section .content-text hr,
.library-about-section .content-text h4 {
  color: #fff;
  margin-bottom: 30px;
}

.library-about-section .main-title {
  font-size: 36px;
  font-weight: 600;
}

.library-about-section .main-title-content p {
  color: var(--matt-black);
}

.library-about-section .total-section-library {
  font-size: 32px;
  width: 80%;
  font-weight: 600;
  color: var(--matt-black);
  margin-bottom: 20px;
}

.library-about-section .total-section-library span {
  font-size: 32px;
  font-weight: 600;
  color: var(--primary-color);
}
.library-about-section  .default-btn .btn-right-i,
.library-about-section  .default-btn .btn-left-i,
.library-purchase-suggestion .default-btn .btn-right-i,
.library-purchase-suggestion .default-btn .btn-left-i

{
 border: 2px solid #fff;
 color: #fff;
}
.library-section-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--matt-black);
  margin-bottom: 20px;
}

.library-section {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.library-section .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.library-section .card {

  padding: 5px;
  box-shadow: 2px 4px 10px 0px #cfcfcf91;
  border-radius: 10px !important;
  margin-bottom: 20px;
}

.library-about-section .card-custom {
  margin: 20px;
 padding: 50px 50px 30px 50px;
  border-top: 10px solid #1f9389 !important;
  box-shadow: 0px 4px 10px 0px #cfcfcf70;
}

.library-about-section .list-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.list-item h5,
.resoureces-info-rigth h5 {
  font-size: 24px;
  font-weight: 600;
  color: var(--matt-black);
}

.collection .card {
  flex-direction: row;
  align-items: center;
}

.resoureces-info-rigth,
.resoureces-info-left {
  padding: 0px 40px;
}

.resoureces-info-left {
  margin-left: 30px;
}

.resource-count {
  font-size: 32px;
  font-weight: 600;
  color: var(--matt-black);
}

.resource-label {
  font-size: 16px;
  font-weight: 400;
  color: var(--matt-black);
}

/* Library rules section Styles */
.library-rules-section .card-color,
.library-about-section .card-color {
  padding: 0px !important;
}

.library-rules-section .left-image {
  background: url('../uploads/images/document_requierment.webp') no-repeat center center;
  background-size: cover;
  height: 100%;
  border-radius: 20px;
  min-height: 800px;
  z-index: 0;
  position: relative;
}


.library-rules-section .scrollable-lists,
.borrowing-rules .scrollable-lists {
  max-height: 300px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--primary-color) var(--fourth-color);
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-right: 10px;
}

.library-membership-section {
  color: var(--text-color);
}

.library-membership-section .list-unstyled,
.library-service-section .list-unstyled {
  padding-left: revert;
  list-style: disc !important;
}

.library-membership-section h3 {
  font-size: 32px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 10px !important;
}

.library-membership-section .description {
  font-size: 20px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 10px !important;
}

.library-membership-section .list-unstyled li {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 10px !important;
}

.library-membership-section hr {
  color: var(--text-color);
}

.library-bg-img {
  background: url(../uploads/images/document_requierment.webp) no-repeat center center / cover;
  border-radius: 20px;
  min-width: 100%;
  height: 720px;
  position: static;

}

.library-bg-img-section {
  margin-right: -10px;
  padding: 0px !important;
}

.fee-important-note-section.floating-lg {
  margin-left: -25%;
  width: 125%;
}

.fee-important-note-section {
  background: white;
  border-radius: 15px;
  padding: 30px;
  margin-top: 0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  height: 800px;
}

.library-rules-section .hexagon {
  width: 191px;
  height: 120.735px;
  background: var(--third-color);
  position: relative;
  z-index: 1;
  top: -50px;
  display: block;
  left: 28px;
}

.library-rules-section .hexagon::after {
  content: "";
  position: absolute;
  bottom: -27.8675px;
  left: 0;
  width: 140px;
  height: 0;
  border-left: 95px solid transparent;
  border-right: 95px solid transparent;
  border-top: 28.8675px solid var(--third-color);
}

.library-rules-section .hexagon::before {
  right: 23.7em;
  top: -1em;
}

.library-rules-section .note {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  display: flex;
  justify-content: center;
  padding: 25px;
  align-items: center;
}

.library-rules-section .important-note-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0px 25px 25px 25px;
}

.library-rules-section .important-note-list li,
.borrowing-rules .important-note-list li {
  margin: 25px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 40px;
  line-height: 1.9;
}

.library-rules-section .important-note-list,
.borrowing-rules .important-note-list {
  margin-top: 1%;
  padding-left: 0 !important;
  list-style: none !important;
}

.library-staff-section {
  background: #69A1971A;
}

.library-staff-section .staff-card {
  background-color: #18766e;
  color: #fff;
  border-radius: 10px;
  display: flex;
  border: 1px solid #1F9389;
  flex-direction: row;
  overflow: hidden;
  min-height: 260px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.library-staff-section .staff-img {
  flex: 1;
  min-width: 150px;
  object-fit: cover;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.library-staff-section .staff-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.library-staff-section .staff-info {
  flex: 2;
  padding: 30px;
}

.library-staff-section .staff-info h5 {
  font-size: 20px;
  color: #fff;
}

.library-staff-section .staff-info p,
.staff-info strong {
  margin-bottom: 5px;
  color: #fff;
}

.library-staff-section .staff-info i {
  margin-right: 5px;
  color: #fff;
}

@media (max-width: 768px) {
  .library-staff-section .staff-card {
    flex-direction: column;
  }
}

.purchase-suggestion {
  width: 60%;

}

.purchase-suggestion .common-text-btn,
.contact-content .common-text-btn,
.library-feedback-section .common-text-btn {
  background-color: #fff;
}

.library-feedback-section .card-title {
  font-size: 32px;
  font-weight: 600;
  color: var(--matt-black);
}

.library-feedback-section .left-box .main-title-content {
  width: 70%;
}

.library-feedback-section .card-text {
  color: var(--matt-black);
  margin-top: 10px;
}

.library-feedback-section .form-control {
  background: transparent !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
  color: #828282 !important;
  padding: 20px !important;
}

.library-feedback-section .form-control::placeholder,
.library-feedback-section textarea.form-control::placeholder {
  color: #828282 !important;
  opacity: 1;
}

.library-feedback-section .form-check-input {
  background: transparent !important;
  border: 1px solid #ccc !important;
}

.library-feedback-section .form-control:focus {
  color: #828282 !important;
  box-shadow: none !important;
}

.contact-card {
  max-width: 450px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px 25px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border: 2px solid #00aabb10;

}

.contact-card h4 {
  font-weight: 700;
}

.contact-card input,
.contact-card textarea {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  padding: 10px;
  font-size: 15px;
}

.contact-card textarea {
  resize: none;
}

.contact-card .form-check-label {
  font-size: 14px;
  color: #666;
}

.contact-card .form-check-input {
  margin-top: 4px;
}

.important-note-list li::before,
.borrowing-rules .important-note-list li p::before {
  content: url(../uploads/images/bullet-icon.webp);
  position: absolute;
  left: 0;
  top: 0px;
  width: 14px;
  height: 14px;
  line-height: 1;
}

.library-committee-section .custom-card,
.alumni-committee-section .custom-card {
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  box-shadow: none !important;
  padding: 20px;
  position: relative;
  height: 100% !important;
  border: 1px solid #D7D7D7;
}

.library-committee-section .custom-card:hover {
  transform: translateY(-0px);
}

.library-committee-section .newsSwiper,
.newsSwiperList,
.alumni-committee-section .newsSwiper {
  height: auto !important;
}

.library-web-opac-section .main-title-content {
  padding: 30px 40px;
}

.library-web-opac-section .common-title-h3 {
  font-size: 32px !important;
}

.library-e-resources-section .custom-card {
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  padding: 20px;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out;
}

.resourceSwiper-ltr .custom-card {
  border-left: 3px solid #00a99d;
}

.resourceSwiper-rtl .custom-card {
  border-left: 0px;
  border-right: 3px solid #00a99d;
}

.library-e-resources-section .important-note-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.library-e-resources-section .important-note-list li {
  position: relative;
  padding-left: 40px;

}

.library-e-resources-section {
  background-color: #69A1971A;
}

.institutional-membership {
  background: url(../uploads/images/rocket.svg) no-repeat center center / cover;
  border-radius: 20px;
  height: 100%;
      background-position: right;
  /* padding: 25px; */
  color: white;
  position: relative;
  overflow: hidden;

}

.institutional-membership-section .common-text-btn {
  background-color: #fff;
}

.institutional-membership-section .common-title-h3 {
  font-size: 32px !important;
  color: var(--white);
}

.institutional-membership-section .common-description {
  font-size: 20px !important;
  color: var(--white);
}

.institutional-membership-section .main-title-content {
  padding: 30px 40px;
  margin-bottom: 0px;
  width: 50%;
}

.library-service-card {
  column-count: 2;
  column-gap: 20px;
  padding: 20px;
}

.library-service-card .card {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  break-inside: avoid;
  /* Prevent card break between columns */
}

.library-service-section .dark-green-card {
  background-color: #1F9389;
  color: white;
}

.library-service-section .green-card {
  background-color: #A5D9A1;
  color: white;
}

.library-service-section .without-color-card {
  background-color: transparent;
  box-shadow: none;
  color: var(--matt-black);
}

.library-service-section .without-color-card .card-title {
  color: var(--matt-black);
}

.library-service-section .without-color-card img {
  margin: 0px 20px;

}

@media (max-width: 768px) {
  .library-service-card {
    column-count: 1;
  }
}

.library-service-section .card-body {
  padding: 40px;
}

.library-service-section .card-title {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: white;
}

.library-service-section .card-description {
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
}

.library-service-section .list-unstyled a {
  color: white;
}

.library-service-section thead th {
  background-color: #1F9389 !important;
  color: #fff !important;
}

.library-service-section .table-card {
  margin: 0px 0;

}

.library-service-section .table-container {
  padding: 15px 0px 0px 0px;
}

.library-service-section th,
.library-service-section td {
  text-align: center !important;
  margin: 0px;
  padding: 10px !important;
}

.library-service-section .fee-important-note-section {
  margin-top: 30px;
}

.library-service-section .borrowing-rules .rules-img {
  height: 600px;
}

.library-service-section .borrowing-rules .fee-important-note-section {
  height: 550px;
}

.rotated-arrow {
  margin-top: -65px !important;
  padding-left: 300px !important;
  text-align: center !important;
}

.borrowing-rules {
  margin-top: -80px !important;
  position: relative;
  z-index: -15;
}

/*
--------------------------------------------
alumni  page
--------------------------------------------- 
*/

.alumni-membership-card {
  border: 1px solid #D7D7D7;
  border-radius: 20px;
  padding: 20px 20px;
}

.alumni-membership-p {
  text-align: left;
  padding: 0px 40px !important;
}

.alumni-membership-card .common-title-h3 {
  font-size: 20px !important;

}

.central-alumni-portal-section .fee-important-note-section.floating-lg {
  margin-left: -1%;
  width: 151%;
  margin-right: -100px;
}

.central-alumni-portal-section .fee-important-note-section {
  background: transparent;
  background: url(../uploads/images/International-banner.jpg) no-repeat center center / cover;
  color: white;
  position: relative;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  z-index: 2;
     background-position: center;
  width: 836px;
  height: 477px;
  border-radius: 20px;
  height: 100%;
  padding: 25px;
  color: white;
  position: relative;
  overflow: hidden;
  box-shadow: none;
}

.alumni-portal-content {
  margin-top: 10%;
  padding: 30px;
  text-align: left;
}

.central-alumni-portal-section .rules-img {
  height: 600px;
  width: 100%;
}

.central-alumni-portal-section .common-text-btn {
  background-color: #fff;
}

.central-alumni-portal-section .main-title-content .common-title-h3,
.central-alumni-portal-section .main-title-content .common-description {
  color: var(--white);
}

.central-alumni-portal-section .default-btn {
  background-color: var(--white);
  color: var(--matt-black);
  border: none;
}

.central-alumni-portal-section .default-btn:hover .btn-left-i {
  visibility: visible;
  background-color: transparent;
  color: var(--white);
  border: 2px solid var(--white);
  left: -46px;
  opacity: 1;
}

.central-alumni-portal-section .default-btn .btn-left-i,
.central-alumni-portal-section .default-btn .btn-right-i {
  color: var(--white);
  border: 2px solid var(--white);
}

.central-alumni-portal-section .default-btn:hover {
  background-color: var(--white);
  color: var(--matt-black);
}

/*
--------------------------------------------
Campus Life  page
--------------------------------------------- 
*/
.campus-life-card {
  border: 1px solid #D7D7D7;
  border-radius: 20px;
  padding: 20px 20px;
}

.campus-life-section .overflow-hidden {
  overflow: hidden !important;
  border-radius: 25px;
}

.campus-life-section .about-us {
  padding: 20px;
}

.campus-life-section .about-us .common-title-h3 {
  font-size: 24px !important;
}

.table-container .programme-involves-description {
  text-align: left;
}

.health-skill-text {
  padding: 20px 120px 20px 0px !important;
}

.health-skill-card {
  border-radius: 20px;
  border: 1px solid #D7D7D7;
  justify-content: center;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 40px 20px;
}

.health-skill-card img {
  height: 400px;
}

.laboratory-section .common-banner-text {
  display: none !important;
}

.laboratory-section .common-banner {

  background: none;
}
.infrastructure-section-bg{

  background-color: var(--fourth-color);
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 20px;
}

.general-infrastructure .infra-item {
  padding: 20px 0px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 30px;
  cursor: pointer;
}

.general-infrastructure .infra-sublist {
  padding-left: 70px;
  margin: 0;
}

.general-infrastructure .infra-sublist li {
  list-style-type: disc;
  padding: 5px 0;
}

.general-infrastructure .infra-plus {
  font-size: 20px;
  color: red;
}

.general-infrastructure .common-title {
  font-size: 32px;
}

.laboratory-section .laboratory-text {
  padding: 0px 50px;
}

.facilities-section .custom-card {
  background-color: #fff;
  border-radius: 10px;
  border-left: 3px solid #00a99d;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  /* border: 1px solid #D7D7D7; */
  text-align: center;
  padding: 20px;
  position: relative;
  height: auto;
}

.facilities-section .general-facility-card {
  flex-direction: column !important;
}

.facilities-section .campus-life-card {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.facilities-section .campus-life-card .library-img {
  height: 400px;
}

.facilities-section .library-content {
  padding: 10px 40px;
}

/* .general-facility-card{
      display: flex;
           flex-direction: column;

     } */

.alumni-section #cardContainer {
  text-align: center;
  height: auto;
}

.alumni-meet-section .table-container .programme-involves-description {
  text-align: left;
  padding-top: 20px;
  line-height: 2 !important;
}

.alumni-meet-section .table-container {
  overflow-x: auto;
  padding: 20px 60px;
}

/*=============================
capacity-development-skills-section
===============================*/

.capacity-development-skills-section .custom-card {
  height: auto;
}

.capacity-development-skills-section #cardContainer {
  text-align: center;
  height: auto;
  overflow-y: unset;
}

/*=============================
Go Top CSS
===============================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 30px;
  right: 5px;
  color: var(--white);
  background-color: var(--third-color);
  z-index: 1;
  display: none;
  width: 36px;
  text-align: center;
  height: 36px;
  border-radius: 10px;
  line-height: 36px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: var(--white);
  background: linear-gradient(45deg, var(--primary-color), var(--secondary-color) 80%);
}

.main-title-content hr{
   border-top: 2px solid #ff6157;
   opacity: 25;
}

.banner-text-program{
	font-size: 1.25rem;
 word-wrap: break-word;
  white-space: normal;     
  line-height: 1.6;
}

#bannerProgramee .default-btn .btn-right-i,
#bannerProgramee .default-btn:hover .btn-left-i {
  color: var(--third-color);
  border: 2px solid var(--third-color);
}

/* On mobile - narrower line, auto wraps into more lines */
@media (max-width: 767px) {
  .banner-text-program {
    max-width: 90%;  
  }
}