#about-sec{
    padding-top: 50px !important;
}

.no-padding{
     padding-top: 0 !important; 
     padding-bottom: 0 !important;
     background: linear-gradient(45deg, #bcb4f736, transparent);
}
.font-size-20{
    font-size: 20px !important;
}
.para-text-size {
    font-size: 16px;
}
.badge {
    color: #ede7e7;
    background-color: #c7c0c0;
}

  .testimonial-wrapper .content p {
    font-size: 20px; /* Increased font size */
    line-height: 1.6;
    white-space: normal; /* Allow text wrapping */
    word-break: break-word; /* Handle long words properly */
    margin: 0 200px;
  }

  .testimonial-wrapper .content img {
  width: 120px !important;
  height: 120px !important;
  object-fit: cover !important;
  border-radius: 50% !important;
  margin: 0 auto 10px !important; /* centers the image and adds bottom spacing */
  display: block !important;
  }
  
  .link-button {
        display: block;
        padding: 12px;
        background-color: #99234b;
        color: white !important;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        font-weight: bold;
        transition: background-color 0.3s;
        width: 100%;
        box-sizing: border-box;
        border: none;
        cursor: pointer;
        gap: 4px;
    }
    
    .link-button:hover {
        background-color: #4c1427;/*#1e2d6e;*/
    }
    
.notice-container {
    border-radius: 5px;
    overflow: hidden;
}

.notice-item {

    display: flex;
    gap: 8px;  /* Reduced gap */
    padding: 12px 15px;  /* More compact padding */
    transition: all 0.3s ease;
    border-bottom: 1px solid #ddd;
    font-size: 1.05rem;
    line-height: 1.2;  /* Reduced line height */
}

.odd-row {
    background-color: #f8f9fa;
}

.even-row {
    background-color: #ffffff;
}

.notice-item:hover {
    background-color: #e9ecef;
    transform: translateX(5px);
}

.notice-number {
    font-weight: bold;
    color: #293d87;
    min-width: 25px;
    font-size: 1.1rem;
    line-height: 1.2;  /* Added line height */
}

.notice-title {
    font-weight: 500;
    color: #2c3e50;
    margin-bottom: 3px;  /* Reduced margin */
    font-size: 1.1rem;
    line-height: 1.25;  /* Reduced line height */
}

.notice-link {
    color: #293d87;
    text-decoration: none;
    font-weight: 500;
    display: block;
    margin-bottom: 3px;  /* Reduced margin */
    /*font-size: 1.1rem;*/
    line-height: 1.15;
}

.notice-link:hover {
    text-decoration: underline;
    color: #1a2b5b;
}

.notice-meta {
    font-size: 1rem; /* Increased meta size */
    color: #6c757d;
    margin: 2px 0;  /* Reduced margin */
    line-height: 1.2;  /* Reduced line height */
}

.notice-date {
    font-size: 0.95rem; /* Increased date size */
    color: #e74c3c;
    font-style: italic;
    line-height: 1.2;  /* Reduced line height */
    margin: 2px 0;  /* Reduced margin */
}

.notice-description {
    font-size: 1rem; /* Increased description size */
    color: #495057;
    margin-top: 6px;
    line-height: 1.3;
}

.view-more-container {
    margin-top: 12px;
    text-align: center;
    padding: 8px;
}

.notice-content {
    line-height: 1.3;  /* Added for all content */
}

.bottom-details-sec{
    padding: 37px;
}

 .custom-card {
    background-color: #fff;
    border: 1px solid #ddd;
    min-height: 220px;
    margin: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  
.img-fluid-ranking{
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
  
.card-title-info {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  margin: 0;
  width: 100%;
  padding: 0 10px;
}

.custom-card-info {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.img-fluid {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

/* Hover effects - Only text moves */
.custom-card-info:hover .card-title-info {
  transform: translate(-50%, -60%);
}

/* Optional: Add slight image zoom on hover without movement */
.custom-card-info:hover .img-fluid {
  transform: scale(1.03);
}





.custom-card-row {
  margin: 20px 0;
  padding: 20px 10px;
}

.custom-card-info {
  display: block;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
}

.custom-card-info:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
  text-decoration: none;
}

.card-title-info {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fffcfc;
}

.card-title-info span{
    background-color: #00000069;
    margin: 0 11px;
}


 .gallery-item {
    display: flex;
    justify-content: center;
  }
  
  .logo-foot-bg{
    margin: 0 !important;
  }
  
  .department-new {
  background: #063450;
  border: none;
  text-align: center;
  width: 100%;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.department-new:hover {
  transform: scale(1.03);
}







.testimonial-container {
      position: relative;
      width: 100%;
      height: 600px;
      background-color: transparent;
        background-image: url('neo-assets/images/search-bg-3.jpg');
      border-radius: 16px;
      box-shadow: 0 4px 16px rgba(0,0,0,0.1);
      overflow: hidden;
    }

    .bubble {
      position: absolute;
      border: 4px solid #6610f2;
      border-radius: 50%;
      cursor: pointer;
      transition: transform 0.2s ease;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .bubble:hover {
      transform: scale(1.1);
    }

    .speech-bubble {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 12px;
      background-color: white;
      padding: 12px 16px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      width: 250px;
      display: none;
      font-size: 14px;
      z-index: 10;
    }

    .speech-bubble::after {
      content: '';
      position: absolute;
      bottom: 100%;
      left: 50%;
      margin-left: -8px;
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-bottom-color: white;
    }


.testimonial-section {
  position: relative;
  z-index: 1;
  
}

.testimonial-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('neo-assets/images/search-bg-3.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.08; /* controls fade level */
  z-index: -1;
}

/* testimonial section */
.carousel {
	margin: 50px auto;
}
.carousel .item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
.carousel .media img {
    width: 150px;
    height: 159px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.testimonial p {
    font-size: 17px !important;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #726a43a1;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.carousel .item .row > div:first-child .media {
	margin-left: 0;
}
.carousel .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.carousel .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
	padding: 3px 0 0 15px;
}
.carousel .overview .details {
	padding: 5px 0 8px;
    font-size: 16px;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #ff5555;
    font-size: 18px;
}
.carousel .carousel-control {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.carousel-control i {
	font-size: 16px;
}
.carousel-control.left {
	left: auto;
	right: 40px;
}
.carousel-control.right {
	left: auto;
}
.carousel-indicators {
	bottom: -80px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 18px;
    height: 18px;
	border-radius: 0;
	margin: 1px 4px;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
    background: #ff5555;    
    border: 5px double;    
}
.star-rating li {
	padding: 0 2px;
}
.star-rating i {
	font-size: 14px;
	color: #ffdc12;
}

/* google search box */
.gsc-control-cse {
    background-color: transparent !important; 
    border: 0 solid #fff !important; 
}
.gsc-search-button-v2 {
  padding: 16px 40px !important;
}

.text-theme-colored3 {
    font-size: 12px !important;
}

.contents-hostel p{
    color: #334ac5 !important;
    font-family: "Verdana", Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    padding-right: 0px !important;
    text-align: justify !important;
    /* font-weight: 700; */
    margin: 0px 0 0 !important;
}
.center-text p {
    text-align: center !important;
  }
.margin_bottom{
    margin-bottom: 26px !important;
}


 #chancellor-section {
      border: 1px solid #eee;
      padding: 20px;
      display: flex;
      align-items: center;
      max-width: 800px;
      margin: 20px auto;
      background-color: #fff;
    }
    .chancellor-img-container {
      padding: 5px;
      background-color: #fff;
      position: relative;
      display: inline-block;
    }
    .chancellor-img-container::before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      border-top: 4px solid #f7c948;
      border-right: 4px solid #f7c948;
    }
    .chancellor-img-container img {
      background-color: #f1f1f1;
      border-radius: 0 0 0 20px; /* Bottom-left corner curved */
      display: block;
    }
    .chancellor-details {
      margin-left: 30px;
    }
    .chancellor-details h3 {
      font-weight: bold;
    }
    .chancellor-details p {
      font-size: 18px;
    }
    .chancellor-download-btn {
      background-color: #0a3161;
      color: white;
      font-weight: 500;
      padding: 8px 15px;
      text-decoration: none;
      display: inline-block;
      margin-top: 10px;
    }
    
 
 
 .life-intro-table {
      width: 100%;
      border: 1px solid #ddd;
      border-collapse: collapse;
      margin: 20px auto;
      max-width: 850px;
    }
    .life-intro-table th, .life-intro-table td {
      border: 1px solid #ddd;
      padding: 10px 12px;
      vertical-align: top;
    }
    .life-intro-table th {
      background-color: #99234b;
      color: #fff;
      font-weight: bold;
      width: 220px;
    }
    .life-intro-table caption {
      caption-side: top;
      text-align: left;
      font-weight: bold;
      padding: 10px 0;
      font-size: 18px;
    }
    .life-intro-table ul {
      margin: 0;
      padding-left: 20px;
    }
    
    
    
 .activity-table {
      width: 100%;
      border-collapse: collapse;
      margin: 30px auto;
      max-width: 900px;
    }
    .activity-table td {
      vertical-align: top;
      border: 1px solid #ddd;
      padding: 15px;
    }
    .activity-table .section-title {
      width: 220px;
      font-weight: bold;
      background-color: #f5f5f5;
    }
    .activity-table ul {
      padding-left: 20px;
      margin: 0;
      list-style-type: none;
    }
    .activity-table li::before {
      content: "\2794"; /* ? Unicode escape */
  margin-right: 8px;
  color: #2a2a2a;
    }