/* Top Header Styles */
.top-header {
  background-image: linear-gradient(to right, #272b8e, #53cbf1);
  color: #fff;
  padding: 10px 0;
  font-family: Arial, sans-serif;
}

.top-header .container {
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.marquee {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}

.marquee .head {
  font-weight: bold;
  color: red;
  white-space: nowrap;
  padding-right: 20px;
  border-right: 1px solid #aaa;
  font-size: 15px;
}



marquee {
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  flex-grow: 1;
  width: 46rem;
  font-size: 15px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  marquee {
    width: 100%;
  }
  .header-social{
      display:none!important;
  }
  .header .logo img {
      max-height:80px;
      left: 0px;
      margin-top: 10px;
  }
  .header {
      padding: 14px 0;
  }
  .marquee .head {
      display:none;
  }
}

.header-social {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-social a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.header-social a:hover {
  color: #ffd700; /* Highlight on hover */
}

.header-social img {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.header-social img:hover {
  transform: scale(1.1); /* Slight zoom on hover */
}

.clear {
  clear: both;
}

.download-section {
  background: #f8f9fa;
  border-radius: 12px;
}

.download-section h2{
    font-weight:700;
    color:red;
}

.download-box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.download-box a {
  color: #2c3e50;
  text-decoration: none;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  display: inline-block;
  transition: color 0.3s;
}

.download-box:hover {
  background: #007bff;
  transform: translateY(-5px);
}

.download-box:hover a {
  color: #fff;
}

.infrastructure-section {
  background: #fefefe;
  font-family: 'Poppins', sans-serif;
}

.infrastructure-section .section-title {
  padding-bottom: 0px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d3b66;
}

.section-subtitle {
    padding-bottom: 0px;
  font-size: 1rem;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

.infra-list {
  list-style: none;
  padding-left: 0;
}

.infra-list li {
  background: url('https://cdn-icons-png.flaticon.com/512/190/190411.png') no-repeat left center;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #333;
  line-height: 1.6;
  font-size: 15px;
}

.infra-images img {
  border-radius: 10px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.vision-mission-section {
  background: #f9f9f9;
  font-family: 'Poppins', sans-serif;
}

.section-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d3b66;
}

.section-subtitle {
  max-width: 700px;
  margin: 0 auto;
  color: #555;
  font-size: 1rem;
}

.card {
  border: none;
  border-radius: 12px;
  transition: all 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-5px);
}

.card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #007bff;
  margin-bottom: 15px;
}

.card-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
}

.section-subtitle {
  font-size: 1rem;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.1rem;
  background-color: #e9ecef;
}

.table th,
.table td {
  vertical-align: middle;
}

#admission-procedure .card {
  border-radius: 1rem;
}

#admission-procedure ol li {
  padding: 1rem;
  font-size: 1rem;
}

#admission-procedure ul {
  list-style: disc;
  padding-left: 2rem;
}

#bba-program-details h2, 
#bba-program-details h4, 
#bba-scope h3 {
  font-weight: 700;
}

#bba-scope ul li {
  font-size: 1rem;
  padding: 0.6rem 0;
}


#mba-program h2, #mba-program h3 {
  color: #2c3e50;
  font-weight: 600;
}

#mba-program ul {
  line-height: 1.8;
}

#mba-program .course-info {
  transition: all 0.3s ease;
}

#mba-program .course-info:hover {
  background-color: #f8f9fa;
  border-radius: 6px;
  padding: 0.5rem;
}

/* Base Section Styling */
.facility-section {
  padding: 60px 0;
  background: linear-gradient(to right, #fdfdfd, #f4f7fb);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Image Styling */
.facility-content img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Heading */


/*.facility-content h2::after {*/
/*  content: '';*/
/*  width: 60px;*/
/*  height: 4px;*/
/*  background-color: #6366f1;*/
/*  position: absolute;*/
/*  bottom: -10px;*/
/*  left: 0;*/
/*  border-radius: 2px;*/
/*}*/

/* Text */
.facility-content p {
  color: #4b5563;
  font-size: 1.05rem;
  line-height: 1.8;
  margin-top:20px;
}

/* Sidebar */
.facility-sidebar {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
}

.facility-sidebar h3 {
  font-size: 1.6rem;
  color: #111827;
  font-weight: 600;
}

/* Facility Links */
.facility-sidebar .list-group-item {
  background: none;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.facility-sidebar .list-group-item a {
  text-decoration: none;
  color: #374151;
  font-weight: 500;
  transition: color 0.3s;
}

.facility-sidebar .list-group-item a:hover {
  color: #4f46e5;
}

/* Responsive */
@media (max-width: 768px) {
  .facility-content h2 {
    font-size: 1.8rem;
  }
  .facility-sidebar {
    margin-top: 30px;
  }
}

.facility-section {
  background-color: #f9fafb;
  font-family: 'Segoe UI', sans-serif;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0d47a1;
  padding-bottom: 5px;
}

.facility-content p {
  font-size: 1rem;
  color: #4a4a4a;
  line-height: 1.7;
}

.facility-sidebar {
  background-color: #fff;
  border-left: 5px solid #007bff;
}

.facility-sidebar h3 {
  font-size: 1.5rem;
  font-weight: 600;
}

.facility-list li {
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}

.facility-link {
  color: #007bff;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.facility-link:hover {
  color: #0056b3;
  padding-left: 6px;
  font-weight: 500;
}

/* General table styling */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

/* Table header row */
table tr:first-child {
  background-color: #007bff;
  color: #ffffff;
  font-weight: 600;
  text-align: left;
}

/* Table cells */
table td {
  padding: 12px 16px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.95rem;
}

/* Zebra striping for rows */
table tr:nth-child(even):not(:first-child) {
  background-color: #f9f9f9;
}

/* Hover effect */
/*table tr:hover {*/
/*  background-color: #e9f5ff;*/
/*}*/

/* Responsive adjustments */
@media (max-width: 768px) {
  table, tbody, tr, td {
    display: block;
    width: 100%;
  }

  table tr {
    margin-bottom: 1rem;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    overflow: hidden;
  }

  table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
  }

  table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #007bff;
  }

  table tr:first-child {
    display: flex;
  }
}

.course-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
  color: #0b3c5d;
}

.inline-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.inline-list li {
  background: #f0f4f8;
  color: #0b3c5d;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  cursor: pointer;
}

.inline-list li:hover {
  background: #0b3c5d;
  color: #fff;
  transform: translateY(-3px);
}

.job-types {
  background: #f9f9f9;
  padding: 15px;
  border-left: 4px solid #0b3c5d;
  border-radius: 6px;
  margin-top: 15px;
}


/* ======== Library Section Styling ======== */
.library-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.library-section h2,
.library-section h3 {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
}

.library-section p,
.library-section ul li {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.library-section ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.library-section ul li {
  margin-bottom: 10px;
}

.blockquote {
  font-size: 18px;
  padding: 20px 30px;
  background-color: #fff;
  border-left: 5px solid #3498db;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.blockquote-footer {
  font-size: 14px;
  margin-top: 10px;
  color: #777;
}

/* ======== Table Styling ======== */
.table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  margin-bottom: 40px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}

.table th,
.table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #eee;
}

.table thead {
  background-color: #34495e;
  color: #fff;
  font-weight: 600;
}

.table tbody tr:hover {
  background-color: #f0f4f8;
  transition: background 0.3s;
}

/* ======== Responsive Adjustments ======== */
@media (max-width: 768px) {
  .library-section {
    padding: 40px 15px;
  }

  .table th,
  .table td {
    padding: 12px 10px;
    font-size: 14px;
  }

  .blockquote {
    font-size: 16px;
    padding: 15px 20px;
  }
}

/* ======== FAQ ======== */

.faq-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
}

.accordion-button {
  font-weight: 600;
  background-color: #f8f9fa;
  color: #003366;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: #003366;
  color: #fff;
}

.accordion-body {
  background-color: #ffffff;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.05rem;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-body {
  background-color: #f9f9f9;
}





