.course {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	max-width: 100%;
	margin-top: 20px;
  margin-bottom:20px;
	overflow: hidden;
	width: 700px;
}

.course h6 {
	opacity: 0.6;
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.course h2 {
	letter-spacing: 1px;
	margin: 10px 0;
}

.course-preview {
	background-color: #b1040e;
	color: #fff;
	padding: 30px;
	max-width: 250px;
}

.course-preview a {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	opacity: 0.6;
	margin-top: 30px;
	text-decoration: none;
}

.course-info {
	padding: 10px;
	position: relative;
	width: 100%;
}

.progress-container {
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: right;
	width: 150px;
}

.progress-text {
	font-size: 10px;
	opacity: 0.6;
	letter-spacing: 1px;
}




@media screen and (max-width: 480px) {

	.social-panel-container.visible {
		transform: translateX(0px);
	}
	
	.floating-btn {
		right: 10px;
	}
}
.custom-card {
      border: none;
      border-radius: 20px;
      overflow: hidden;
      height:550px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background: #fff;
    }

    .custom-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.12);
    }

    .custom-card img {
      height: 200px;
      object-fit: cover;
      transition: transform 0.4s ease;
    }

    .custom-card:hover img {
      transform: scale(1.1);
    }

    .card-body {
      padding: 20px;
    }

    .card-title {
      font-size: 1.25rem;
      font-weight: 700;
      color: #b1040e;
    }

    .card-text {
      color: #555;
      font-size: 0.95rem;
      margin-bottom: 15px;
    }

    .btn-custom {
      background: #b1040e;
      color: #fff;
      border-radius: 5px;
      padding: 8px 20px;
      font-weight: 600;
      transition: background 0.3s;
    }

    .btn-custom:hover {
      color: #fff;
      background: #143d6e;
    }

    @media (max-width: 768px) {
      .custom-card img {
        height: 150px;
      }
    }


.unav-container {
 display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 2% 3%;
    justify-content: space-between;
}

.unav-sections {
  display: flex;
  flex-wrap: wrap;
    gap: 2rem;
    flex: 1 1 66%;
  min-width: 300px;
}

.unav-column {
  min-width: 160px;
  flex: 1 1 150px;
}

.unav-column h3 {
  color: #b1040e;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.unav-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unav-column ul li {
  margin-bottom: 0.4rem;
  color: #111;
  cursor: pointer;
}

.unav-column ul li:hover {
  text-decoration: underline;
  color: #0056a4 !important;
}

.unav-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 200px;
  min-width: 200px;
}

.unav-buttons button {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.8rem 1.2rem;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.2s ease;
  width: 80%;
}

.unav-buttons button:hover {
  background-color: #f2f2f2;
    color: #b1040e;
    border: 1px solid #b1040e;
    text-decoration: none;
}

div#info-links a {
    text-decoration: none !;
    color: #fff !important;
}
/* Responsive for tablets and smaller */
@media (max-width: 768px) {
  .unav-container {
    flex-direction: column;
    display:block !important;
    text-align: center;
  }

  .unav-sections {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .unav-buttons {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .unav-buttons button {
    flex: 1 1 45%;
    margin: 0.5rem;
  }
  .grad-image {
    position: relative; 
     max-width: 100%;
    }
    .undergrad-img {
    max-width: 100%;
    position: relative;
  }
      .main-nav ul {
        background: #000 !important;}
        

ul#mainMenu li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

ul#mainMenu li a {
    color: #fff;
    font-weight: 900;
}
.cta-button {
    min-width: 8.5rem;
  }
}

/* Responsive for small mobile screens */
@media (max-width: 480px) {
  .unav-container {
    text-align: center;
    display:block !important;
  }
  .unav-column {
    flex: 1 1 100%;
  }

  .unav-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .unav-buttons button {
    flex: 1 1 100%;
    margin: 0.3rem 0;
  }
  .grad-image {
    position: relative; 
     max-width: 100%;
    }
    .undergrad-img {
    max-width: 100%;
    position: relative;
  }
  .main-nav {
    padding: 1% 0% !important;
  }
  ul#mainMenu li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

ul#mainMenu li a {
    color: #fff;
    font-weight: 900;
}
.cta-button {
    min-width: 8.5rem;
  }
}
/*Footer Section*/

.International-footer {
  background-color: #b1040e;
  color: white;
  padding: 1.5rem 2rem;
  font-size: 0.9rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-logo {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.footer-links {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.footer-links a {
 font-size: 15px;
    font-weight: 600;
    color: white !important;
    text-decoration: none !important;
    margin-right: 1.2rem !important;
    white-space: nowrap !important;
}

.footer-links a:hover {
  text-decoration: underline !important;
  color: white !important;
}

.footer-top, .footer-mid, .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.footer-bottom span {
  margin-top: 0.5rem;
  display: inline-block;
}

.programs-section {
      /* background: url('https://npf-unlayer.s3.ap-south-1.amazonaws.com/unlayer%2Fimages%2F1749803182280-dish-andrew-lg-1499x551.jpg') no-repeat center center; */
      /* background-size: cover; */
      /* padding: 60px 20px 200px; */
      padding: 0% !important;
      color: #000;
      text-align: center;
      position: relative;
    }
 
    .programs-section h2 {
      font-size: 2.5em;
      font-weight: 700;
      margin-bottom: 40px;
    }

    .programs-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 40px;
      max-width: 1200px;
      margin: 0 auto;
      text-align: left;
    }

    .program-item h3 {
      font-size: 1.2em;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .program-item p {
      margin: 0 0 10px 0;
      font-size: 1em;
    }

    .program-item a {
      color: #0056a4 !important;
      text-decoration: none !important;
      font-weight: 700 !important;
    }

    .program-item a:hover {
      text-decoration: underline !important;
    }

    @media (max-width: 600px) {
      .programs-section {
        /* padding-bottom: 100px; */
      }

      .programs-section h2 {
        font-size: 2em;
      }
    }
.contentnew {
    display: flex;
    flex-direction: column;
    gap: 20px;
   
}

.contentnew {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

contentnew:hover {
    transform: translateY(-10px);
}

h3.undergradheading{
    font-size:22px;
    margin-bottom: 4px;
    color: #000;
    font-weight: 700;
}

.image img {margin-top: 15%;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .contentnew {
        max-width: 100%;
        padding-right: 0;
    }
}
 .notice-bar {
      background: #fff;
      color: red;
      padding: 5px;
      font-size: 16px;
      font-weight: 500;
      border-bottom: 1px solid #ddd;
    }
.row{
margin-right:0px!important;
}
    /* Wrapper for fixed header */
    .header-wrapper {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      background: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }


    /* Top red header */
    .top-header {
      background: #b1040e;
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 20px;
      flex-wrap: wrap;
    }

    .top-header .logo {
      font-size: 20px;
      font-weight: bold;
    }

    .top-header .info-links {
      display: flex;
      gap: 15px;
      font-size: 14px;
      flex-wrap: wrap;
    }

    .top-header .info-links span {
      font-weight: bold;
    }

    .top-header .info-links a {
      color: #fff;
      text-decoration: none;
      transition: 0.3s;
    }

    .top-header .info-links a:hover {
      text-decoration: underline;
    }

    /* Main navigation */
    .main-nav {
      background: #fff;
      padding: 10px 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }

    .main-nav ul {
      list-style: none;
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .main-nav ul li a {
      text-decoration: none;
      color: #000;
      font-weight: 500;
      transition: 0.3s;
    }

    .main-nav ul li a:hover,
    .main-nav ul li a.active {
      color: #b1040e;
      font-weight: bold;
    }

    /* Mobile menu toggle */
    .menu-toggle {
      display: none;
      font-size: 24px;
      cursor: pointer;
      position: absolute;
      right: 20px;
    }

    @media (max-width: 768px) {
      .main-nav ul {
        display: none;
        flex-direction: column;
        background: #fff;
        position: absolute;
        top: 50px;
        right: 20px;
        width: 200px;
        border: 1px solid #ddd;
        padding: 10px;
      }

      .main-nav ul.show {
        display: flex;
      }

      .menu-toggle {
        display: block;
      }

      .top-header {
        justify-content: space-between;
      }
    }