 /* Admin css */
 body {
   margin: 0;
   padding: 0;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
      }
    
        h2, h3 {
            margin-top: 2rem;
        }
        ul {
            list-style-type: disc;
            padding-left: 1.5rem;
        }
   
/* Add spacing between navbar links */
.navbar-nav .nav-item {
  margin: 0 12px;   /* Adjust the number for more/less spacing */
}

/* Optional: Add spacing inside the links */
.navbar-nav .nav-link {
  padding: 8px 14px;
}

.section-header { background: rgba(180,102,13,0.85); }
    .back-home { color: #fff; text-decoration: wavy; margin-right:1rem; font-size: 1.2rem; }
    .back-home:hover { color: #ffd700; }
    .section-title { color: #fff; font-size:1.5rem; font-weight:600; position:relative; flex-grow:1; }
    .section-title::after {
      content: ''; display:block; width:60px; height:4px; margin:6px auto 0;
      background: linear-gradient(90deg, var(--green), var(--brown-dark), var(--blue-accent)); border-radius:2px;
    }
/* Modern section headers */
h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  color: #264653;
  border-left: 5px solid #198754;
  padding-left: 12px;
}

h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #2a9d8f;
  margin-top: 1.5rem;
}

/* Paragraph styling */
p {
  font-size: 0.95rem;
  color: #333;
}

/* Table styling */
table.table {
  margin-top: 1rem;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}

table.table th {
  background-color: #198754;
  color: #fff;
  text-align: center;
}

table.table td {
  text-align: center;
}

/* Unordered list */
ul {
  padding-left: 1.2rem;
  list-style: disc;
}

/* Optional: container padding */
.container {
  padding-bottom: 3rem;
}

 #scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  z-index: 9999;
  display: none;
  background-color: #198754;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}

#scrollToTopBtn.show {
  display: block;
}
a.nav-link.custom-nav[href="#niphm"] {
  color: yellow !important;
  font-weight: bold !important;
  font-size: larger;
}
/* Navbar background */
.custom-navbar {
  background-color: #004d40;
}

.custom-navbar {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

/* Link styling */
.custom-nav {
  color: white !important;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  font-size: large;
  padding: 6px 10px !important;
  text-align: center;
  white-space: nowrap;
  max-width: 100vw;
}

/* Hover effect */
.custom-nav:hover {
  background-color:  rgba(180, 102, 13, 0.808); 
}

/* Dropdown menu */
.custom-dropdown {
  background-color: rgba(180, 102, 13, 0.808);
  border: none;
  padding: 0;
  min-width: 220px;
  line-height: 0.4;
}

/* Dropdown items */
.custom-dropdown .dropdown-item {
  padding: 12px;
  color: white;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  font-size:large;
  line-height: 0.15;
}

/* Hover for dropdown item */
.custom-dropdown .dropdown-item:hover {
  background-color: rgb(109, 63, 3);
}

/* Nav alignment */
.navbar-nav {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

/* Responsive for mobile */
@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .custom-dropdown {
    position: static;
    width: 100%;
  }
}
.custom-navbar {
  background-color: #004d40;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  width: 100%; /* ensures full width */
}
@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .custom-dropdown {
    position: static;
    width: 100%;
  }
}
.highlight-yellow {
  color: yellow;
  font-weight: 600;
}
.list-unstyled li::before {
  content: "•";  /* or "\2713" for tick */
  color: #924518; /* your theme color */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.section {
      background: #fff;
      border-radius: 12px;
      padding: 20px 25px;
      margin-bottom: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .section:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 14px rgba(0,0,0,0.12);
    }

    .section h2 {
      font-size: 1.5rem;
      color: #924518;
      margin-bottom: 12px;
      border-left: 5px solid #b4660d;
      padding-left: 10px;
    }

    .section p {
      line-height: 1.6;
      margin-bottom: 10px;
    }

    .highlight {
      background: #fff3e6;
      padding: 8px 12px;
      border-radius: 8px;
      border-left: 4px solid #b4660d;
      font-weight: 500;
    }

    @media (max-width: 576px) {
      body {
        padding: 10px;
      }
      .section {
        padding: 15px 18px;
      }
      .section h2 {
        font-size: 1.25rem;
      }
      .section p {
        font-size: 0.95rem;
      }
    } .section {
      background: #fff;
      border-radius: 12px;
      padding: 20px 25px;
      margin-bottom: 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .section:hover {
      transform: translateY(-3px);
      box-shadow: 0 6px 14px rgba(0,0,0,0.12);
    }

    .section h2 {
      font-size: 1.5rem;
      color: #924518;
      margin-bottom: 12px;
      border-left: 5px solid #b4660d;
      padding-left: 10px;
    }

    .section p {
      line-height: 1.6;
      margin-bottom: 10px;
    }

    .highlight {
      background: #fff3e6;
      padding: 8px 12px;
      border-radius: 8px;
      border-left: 4px solid #b4660d;
      font-weight: 500;
      margin: 12px 0;
    }

    /* Table Styling */
    table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 12px;
      font-size: 0.95rem;
    }

    table th, table td {
      border: 1px solid #ddd;
      padding: 10px;
      text-align: center;
    }

    table th {
      background-color: #924518;
      color: #fff;
    }

    table tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    table tr:hover {
      background-color: #f1f1f1;
    }

    @media (max-width: 576px) {
      body {
        padding: 10px;
      }
      .section {
        padding: 15px 18px;
      }
      .section h2 {
        font-size: 1.25rem;
      }
      .section p, table {
        font-size: 0.9rem;
      }
    }
      h2 {
      font-weight: 600;
      color: #444;
    }
    .accordion-button {
      font-weight: 500;
    }
    .table th {
      background: #f1f1f1;
    }
    .badge-custom {
      background: #8b4513;
      color: #fff;
      font-size: 0.85rem;
      padding: 6px 10px;
      border-radius: 8px;
    }
       h2 {
      font-weight: 600;
      color: #444;
      margin-bottom: 1rem;
    }
    .eligibility-box {
      background: #fff;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }
    .eligibility-box strong {
      font-size: 1.2rem;
      color: #8b4513;
    }
    .eligibility-box ul li {
      margin-bottom: 6px;
      font-size: 0.95rem;
    }
    .eligibility-box ul li::before {
      content: "✔ ";
      color: #28a745;
      font-weight: bold;
    }
    .text-gradient {
  background: linear-gradient(90deg, #8e44ad, #2980b9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Accordion Modern Look */
.accordion-button {
  background: #f8f9fa;
  border-radius: 0.75rem !important;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button:hover {
  background: #e9ecef;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background: linear-gradient(90deg, #1f6363, #256f79);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.accordion-body {
  background: #ffffff;
  border-left: 4px solid #2980b9;
  border-radius: 0 0.75rem 0.75rem 0;
  padding: 1.25rem;
  font-size: 0.95rem;
  line-height: 1.6;
}
.section-header {
  padding: 1.5rem;
  background: #f8f9fa;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

 /* ---------------- Scroll to top ---------------- */
    #scrollToTopBtn {
      position: fixed;
      bottom: 40px;
      right: 30px;
      display: none;
      background-color: var(--green);
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 50%;
      font-size: 18px;
      cursor: pointer;
      transition: opacity 0.3s;
      z-index: 9999;
    }

    #scrollToTopBtn.show {
      display: block;
    }
#scrollToTopBtn {
  position: fixed;
  bottom: 40px;
  right: 30px;
  display: none;  /* hidden initially */
  background-color: #198754;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  z-index: 9999;
}
#scrollToTopBtn.show {
  display: block;
}
/*  advisory css */

.header-bg {
  background-color: rgba(180, 102, 13, 0.85);
  border-radius: 0;
}
:root {
      --brown-dark: #8A6240;
      --brown-light: #CABA9C;
      --green: #4C6444;
      --cream: #F7F9F9;
    }

    body {
      font-family: 'Segoe UI', 'Roboto', sans-serif;
      background-color: #fff;
    }

    .section-header {
      background-color: rgba(180, 102, 13, 0.85);
      color: #fff;
    }
body {
  font-family: 'Segoe UI', 'Roboto', sans-serif;
}

    .back-home {
      color: #fff;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: 500;
      margin-right: 1rem;
      white-space: nowrap;
      text-decoration: wavy;
    }

    .back-home:hover {
      color: #ffd700;
    }

    .section-title {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 600;
      letter-spacing: 0.8px;
      margin: 0 auto;
      text-align: center;
      flex-grow: 1;
    }

    .role {
      background: var(--cream);
      padding: 1rem;
      border-radius: 8px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.1);
      border-left: 5px solid var(--green);
    }

    .role h1, .role h2, .role h3 {
      margin-bottom: 0.5rem;
      color: var(--green);
      font-size: 1.25rem;
    }

    .role p {
      margin: 0.25rem 0;
      line-height: 1.4;
    }

    #scrollToTopBtn {
      position: fixed;
      bottom: 40px;
      right: 20px;
      background-color: var(--green);
      color: white;
      border: none;
      border-radius: 50%;
      padding: 10px 14px;
      font-size: 20px;
      cursor: pointer;
      display: none;
    }

    #scrollToTopBtn.show {
      display: block;
    }

      .section-title {
        text-align: center;
        font-size: 1.5rem;
      }

      .back-home {
        font-size: 1.2rem;
        text-decoration: wavy;
      }
    
    .other-team {
  background: var(--cream);
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  max-width: 900px;
  margin: auto;
}
 .main-roles {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      padding: 30px 15px;
      background-color: #f4f6f8;
    }

    .role {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      padding: 20px;
      text-align: center;
      width: 100%;
      max-width: 600px;
      transition: transform 0.3s ease;
    }

    .role:hover {
      transform: translateY(-5px);
    }

    .role h1, .role h2, .role h3 {
      color: #264e36;
      font-weight: 600;
      margin-bottom: 10px;
    }

    .role p {
      margin: 0;
      font-size: 0.95rem;
      color: #444;
    }

    @media (max-width: 576px) {
      .role {
        padding: 15px;
      }
    }
.divisional-coordinators {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.role h5 {
  font-size: 1.1rem;
  color: #264e36;
  font-weight: 600;
  margin-bottom: 8px;
}

.directors-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  padding: 30px 15px;
  background-color: #f4f6f8;
  flex-wrap: nowrap;
  overflow-x: auto; /* Optional: to scroll on smaller screens */
}

.director-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
  flex: 1 1 30%;
  min-width: 280px;
  transition: transform 0.3s ease;
  max-width: 320px;
}

.director-card:hover {
  transform: translateY(-5px);
}

.director-card h2 {
  color: #264e36;
  font-weight: 600;
  margin-bottom: 10px;
}

.director-card p {
  margin: 0;
  font-size: 0.95rem;
  color: #444;
}

/* Optional for smaller screens */
@media (max-width: 768px) {
  .directors-row {
    flex-wrap: wrap;
  }
}
.highlight-patron {
  background-color: #fff9c4; /* light yellow */
  border-left: 6px solid #fdd835; /* deeper yellow for emphasis */
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.highlight-patron h1 {
  color: #c48800; 
  font-size:x-large;
  font-weight: 700;
}

.highlight-patron:hover {
  transform: translateY(-5px);
}
.divisional-coordinator-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 15px;
  background-color: #f4f6f8;
}

.divisional-coordinator-row .role {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
  flex: 1 1 300px; /* grow, shrink, min-width */
  max-width: 300px;
  transition: transform 0.3s ease;
}

.divisional-coordinator-row .role:hover {
  transform: translateY(-5px);
}

.divisional-coordinator-row .role h5 {
  color: #264e36;
  font-weight: 600;
  margin-bottom: 10px;
}

.divisional-coordinator-row .role p {
  margin: 0;
  font-size: 0.95rem;
  color: #444;
}
.highlight-yellow {
  color: yellow;
  font-weight: 600;
}
/* alumni css */
 :root {
      --brown-dark: #8A6240;
      --brown-light: #CABA9C;
      --green: #4C6444;
      --cream: #F7F9F9;
    }

    body {
      font-family: 'Segoe UI', 'Roboto', sans-serif;
      background-color: var(--cream);
    }

   
    .alumni-section {
      padding: 60px 20px;
    }

    .alumni-card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
      padding: 30px;
    }

    .alumni-photo {
       max-width: 700px;       /* Maximum width of the wrapper */
       width: 100%;             /* Responsive full width up to max */
       margin: 2rem auto;       /* Center container horizontally */
       text-align: center;
       box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }
  
body {
  font-family: 'Segoe UI', 'Roboto', sans-serif;
}


.bg-topbar {
  background-color: rgba(180, 102, 13, 0.85);
}
.back-home {
  color: #fff;
  text-decoration:wavy;
  font-size:1.2rem;
  margin-right: 1rem;
}
.back-home:hover {
  color: #ffd700;
}
.section-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  position: relative;
  flex-grow: 1; /* Ensures text stays centered */
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  margin: 6px auto 0;
  background: linear-gradient(90deg, #4C6444, #8A6240, #005a99);
  border-radius: 2px;
}

@media (max-width: 576px) {
  .back-home {
    font-size: 0.8rem;
  }
  .section-title {
    font-size: 1.2rem;
  }
  .section-title::after {
    width: 40px;
  }
}


.bg-topbar {
  background-color: rgba(180, 102, 13, 0.808);
}

@media (max-width: 576px) {
  .bg-topbar h4 {
    font-size: 1rem;
  }
}
 .alumni-heading {
  font-size: 2rem;
  color: #0d6efd;
  animation: fadeInDown 1s ease;
}

.alumni-img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-bottom: 3px solid #0d6efd;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0.5rem 0.5rem 0 0;
}

.alumni-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#alumni-connect {
  padding-bottom: 1rem; /* Or adjust as needed */
}

#alumni {
  padding-top: 0; /* Remove top spacing */
}

/* Section Header */
.bg-topbar {
  background-color: rgba(180, 102, 13, 0.85);
  border-radius: 0;
}

.back-home {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.back-home:hover {
  text-decoration: underline;
}

.section-title {
  color: #fff;
}

/* Alumni Section */
.alumni-heading {
  color: #1b5e20;
  letter-spacing: 1px;
}

.alumni-card {
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.alumni-card:hover {
  transform: scale(1.03);
}

.alumni-img,
.alumni-photo {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

/* ---------------- collab css ---------------- */
    :root {
      --green: #198754;
      --brown: #5d3a00;
      --teal: #004d40;
      --gold: #ffd700;
      --text-dark: #333;
    }

    body {
      font-family: 'Segoe UI', 'Roboto', sans-serif;
      margin: 0;
      padding: 0;
      color: var(--text-dark);
      background-color: #fafafa;
    }

    

    /* ---------------- Section Header ---------------- */
    .section-header {
      background: rgba(180, 102, 13, 0.85);
      color: #fff;
      padding: 0.8rem 1rem;
    }

    .back-home {
      color: #fff;
      text-decoration: none;
      margin-right: 1rem;
      font-size: 1rem;
    }

    .back-home:hover {
      color: var(--gold);
    }

    .section-title {
      font-size: 1.5rem;
      font-weight: 600;
      position: relative;
      text-align: center;
      color: #fff;
    }

    .section-title::after {
      content: '';
      display: block;
      width: 60px;
      height: 4px;
      margin: 6px auto 0;
      background: linear-gradient(90deg, var(--green), var(--brown));
      border-radius: 2px;
    }

    /* ---------------- Headings ---------------- */
    h2 {
      font-size: 1.5rem;
      font-weight: 600;
      margin-top: 2rem;
      color: #264653;
      border-left: 5px solid var(--green);
      padding-left: 12px;
    }

    h3 {
      font-size: 1.25rem;
      font-weight: 500;
      color: #2a9d8f;
      margin-top: 1.5rem;
    }

    /* ---------------- Paragraph & Lists ---------------- */
    p {
      font-size: 0.95rem;
      line-height: 1.6;
    }

    ul {
      list-style: disc;
      padding-left: 1.5rem;
    }

    /* ---------------- Tables ---------------- */
    table.table {
      margin-top: 1rem;
      background-color: #fff;
      border-radius: 6px;
      overflow: hidden;
    }

    table.table th {
      background-color: var(--green);
      color: #fff;
      text-align: center;
    }

    table.table td {
      text-align: center;
    }

    /* ---------------- MOU Card ---------------- */
    .mou-wrapper {
      display: flex;
      justify-content: center;
      margin: 40px 0;
    }

    .mou-image {
      background: #fff;
      padding: 20px;
      border-radius: 16px;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
      max-width: 600px;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .mou-image:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
    }

    .mou-image img {
      border-radius: 12px;
      width: 100%;
      height: auto;
    }

    .mou-caption {
      margin-top: 12px;
      font-size: 1.2rem;
      font-weight: 600;
      text-align: center;
      color: var(--brown);
    }

    /* ---------------- Slideshow ---------------- */
    .slideshow-container {
      position: relative;
      margin-top: 1rem;
    }

    .slideshow-container img {
      width: 100%;
      border-radius: 8px;
    }

    .slideshow-container .prev,
    .slideshow-container .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      padding: 8px;
      margin-top: -22px;
      font-size: 18px;
      font-weight: bold;
      color: white;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 50%;
      user-select: none;
      transition: 0.3s;
    }

    .slideshow-container .prev:hover,
    .slideshow-container .next:hover {
      background: rgba(0, 0, 0, 0.7);
    }

    .slideshow-container .prev {
      left: 10px;
    }

    .slideshow-container .next {
      right: 10px;
    }

    /* ---------------- Scroll to top ---------------- */
    #scrollToTopBtn {
      position: fixed;
      bottom: 40px;
      right: 30px;
      display: none;
      background-color: var(--green);
      color: white;
      border: none;
      padding: 10px 15px;
      border-radius: 50%;
      font-size: 18px;
      cursor: pointer;
      transition: opacity 0.3s;
      z-index: 9999;
    }

    #scrollToTopBtn.show {
      display: block;
    }

    /* ---------------- Responsive ---------------- */
    @media (max-width: 768px) {
      .navbar-nav {
        flex-direction: column;
        align-items: center;
      }

      .custom-dropdown {
        position: static;
        width: 100%;
      }

      .section-title {
        font-size: 1.2rem;
      }

      h2 {
        font-size: 1.2rem;
      }

      h3 {
        font-size: 1rem;
      }
    }
    /* Section Header */
.section-header h2 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #5d3a00;
}
.section-header h2 b {
  color: #198754;
}
.timeline-badge {
  display: inline-block;
  background: #198754;
  color: #fff;
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 20px;
  margin-top: 6px;
  font-weight: 500;
}

/* MoU Image */
.mou-wrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
.mou-image {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  max-width: 600px;
  text-align: center;
}
.mou-image img {
  width: 100%;
  border-radius: 10px;
}
.mou-caption {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #5d3a00;
}

/* Programme Card */
.programme-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.programme-card h3 {
  color: #198754;
  font-weight: 600;
  margin-bottom: 10px;
}
.features-list {
  margin-top: 10px;
}
.features-list li {
  margin-bottom: 8px;
  line-height: 1.5;
}

/* Quotes */
.quotes blockquote {
  background: #f8f9fa;
  border-left: 5px solid #198754;
  padding: 12px 16px;
  margin: 15px 0;
  border-radius: 6px;
  font-style: italic;
}
.quotes footer {
  margin-top: 6px;
  font-size: 0.9rem;
  color: #555;
}
.logo {
  height: 100px;       /* Adjust size */
  width: auto;        /* Keep aspect ratio */
  margin: 0 80px;     /* Add little space around logos */
  transition: transform 0.3s ease; /* Smooth hover effect */
}

.logo:hover {
  transform: scale(1.1); /* Slight zoom on hover */
}
/* ✅ Tablet screens */
@media (max-width: 992px) {
  .logo {
    height: 80px;
    margin: 0 40px;   /* reduce gap */
  }
}

/* ✅ Mobile screens */
@media (max-width: 576px) {
  .logo {
    height: 60px;
    margin: 0 15px;   /* much smaller gap */
  }
}
/* Phones */
@media (max-width: 576px) {
  .logo {
    max-height: 40px;
  }
  .heading-text {
    font-size: 0.8rem;
    margin: 0 0.8px; /* minimal gap */
  }
}

/* Tablets */
@media (max-width: 768px) {
  .logo {
    max-height: 48px;
  }
  .heading-text {
    font-size: 1rem;
    margin: 0 1px; /* reduced gap */
  }
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #b4660d; /* accent color */
}

.programmes-section p.lead {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 2rem auto;
}

ul.list-unstyled {
  font-size: 1rem;
  line-height: 1.6;
}

.slideshow-container {
  max-width: 70%;   /* Reduce width of slideshow */
  margin: 0 auto;   /* Center align */
  position: relative;
}

.slide-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 12px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  transition: 0.3s;
  border-radius: 50%;
  background: rgba(0,0,0,0.4);
}

.prev:hover, .next:hover {
  background: rgba(0,0,0,0.7);
}

.highlighted-list {
  list-style: none;
  padding: 0;
  font-family: ''Segoe UI', 'Roboto', ''sans-serif';
}

.highlighted-list li {
  padding: 10px 15px;
  margin-bottom: 8px;
  background-color: #f4f4f4;
  border-radius: 8px;
  transition: 0.3s ease;
}
.highlighted-list li:last-child {
  background-color: #ffe6b3;
  border-left: 5px solid #ffa500;
  font-weight: bold;
  color: #333;
  box-shadow: 0 2px 8px rgba(255, 165, 0, 0.2);
  position: relative;
  padding-left: 30px; /* 👈 Adds space for the icon */
}

.highlighted-list li:last-child::before {
  content: "🎯";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}/* Modern styled bullet points */
.modern-list {
  list-style: none;       /* Remove default bullets */
  padding: 0;
  margin: 0 auto;
  max-width: 800px;       /* Keeps content centered but aligned left */
  text-align: left;
}

.modern-list li {
  position: relative;
  padding-left: 2rem;     /* Space for custom icon */
  margin-bottom: 0.8rem;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #333;
}

/* Custom checkmark / dot */
.modern-list li::before {
  content: "✔";           /* You can change to "•" or "➤" */
  position: absolute;
  left: 0;
  top: 0.1rem;
  color: #b4660d;         /* Accent color */
  font-weight: bold;
  font-size: 1.1rem;
}

/* Nested lists */
.modern-list ul {
  margin-top: 0.5rem;
  margin-left: 1rem;
}

.modern-list ul li::before {
  content: "•";           /* Simpler bullet for nested list */
  color: #666;
  font-size: 1rem;
}
.back-home:hover {
  color: #ffd700 !important;
}
.mySlides {
  display: none;
  animation: fade 1.5s ease-in-out;
  }
  .mySlides img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  }
    .back-home {
    color: #fff;
    text-decoration:wavy;
    font-size: 1.2rem;
    font-weight: 500;
    margin-right: 1rem;
  }
  /* Phones */
@media (max-width: 576px) {
  
  .back-home {
    font-size: 0.8rem;
    
  }
}

/* Tablets */
@media (max-width: 768px) {
  .back-home {
   font-size: 1rem;
  }
  .heading-text {
    font-size: 1rem;
}
}

    /* Recruiters logo carousel */
    .logo-carousel { overflow:hidden; background:#fff; padding:10px 0; }
    .slide-track { display:flex; width: calc(200px * 14); animation: scroll 30s linear infinite; }
    .slide { flex:0 0 auto; padding: 0 20px; display:flex; justify-content:center; align-items:center; }
    .slide img { max-height:80px; width:auto; }
    @keyframes scroll { 0% {transform: translateX(0);} 100% { transform: translateX(-50%);} }

    /* Achievers section */
    .modern-heading { font-family:'Segoe UI', 'Roboto', sans-serif; font-size:2.5rem; font-weight:700; text-align:center; margin-bottom:1.5rem; position:relative; color:#0b3d91; }
    .modern-heading::after { content:''; position:absolute; bottom:-8px; left:50%; transform:translateX(-50%); width:50%; height:4px; background:linear-gradient(90deg,#10a37f,#0e8f6e); transition:width .4s; }
    .modern-heading:hover::after { width:70%; }
    .achievers-list { list-style:none; display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:1rem; }
    .achievers-list li { background:#f7f9fc; padding:1rem; border-radius:8px; box-shadow:0 2px 5px rgba(0,0,0,0.1); }
    .gallery-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:1rem; margin-bottom:1.5rem; }
    .gallery-grid img { width:100%; height:auto; object-fit:cover; display:block; border-radius:8px; transition:transform .3s;}
    .gallery-grid img:hover { transform:scale(1.05); }
    .image-row {
  max-width: 700px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
}
.bg-pgdphm {
  background-color: #9c410c;
}
.topbar {
  background-color: rgba(180, 102, 13, 0.808);

  /* ---------------- contact ---------------- */
}
 :root { --green: #4C6444; --brown-dark: #8A6240; --blue-accent: #005a99; }
    body { font-family: 'Segoe UI', 'Roboto', sans-serif; background: #f0f2f5; color: #333; }
    /* Top bar */
    .section-header { background: rgba(180,102,13,0.85); }
    .back-home { color: #fff; text-decoration: none; margin-right:1rem; font-size: 0.9rem; }
    .back-home:hover { color: #ffd700; }
    .section-title { color: #fff; font-size:1.5rem; font-weight:600; position:relative; flex-grow:1; }
    .section-title::after {
      content: ''; display:block; width:60px; height:4px; margin:6px auto 0;
      background: linear-gradient(90deg, var(--green), var(--brown-dark), var(--blue-accent)); border-radius:2px;
    }
   
/* Section headings */
.content-heading { color: var(--blue-accent); font-size:1.6rem; font-weight:600; margin-top:2.5rem; position:relative; }
.content-heading::after {
content:''; position:absolute; left:0; bottom:-6px; width:50px; height:4px; background: var(--blue-accent); border-radius:2px;
 }
 .back-home {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 500;
    margin-right: 1rem;
    white-space: nowrap;
    text-decoration: wavy;
}

 
 .footer-section {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
     url('images/mg-blo.jpg') no-repeat center center/cover;
    color: white;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    animation: fadeIn 1.5s ease-in-out;
  }

  .footer-contact h2,
  .footer-contact p,
  .footer-contact address {
    color: white;
  }

  .footer-contact a {
    color: rgb(153, 59, 5);
  }

  .animate-heading {
    animation: fadeInDown 1s ease-out;
  }
.map-container {
  height: 500px; /* Increase or adjust as needed */
  overflow: hidden;
  width: 500px;
}
.highlight-yellow {
  color: yellow;
  font-weight: 600;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }

  @keyframes fadeInDown {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(-20px);
    }
    
  }
  
.footer-links {
  margin-top: 5px; /* top margin */
}

.footer-links h6 {
  color: #f8f9fa;
  letter-spacing: 1px;
}

.footer-links ul li {
  margin-bottom: 8px;
  position: relative;
}

.footer-links a {
  color: #ddd;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  padding-left: 5px;
}

.footer-links a::before {
  content: "›";
  position: absolute;
  left: -15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  color: #ffdd99;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(5px); /* smooth slide animation */
}

.footer-links a:hover::before {
  opacity: 1;
  left: 0;
}
 #map {
    width: 100%;        /* Full width */
    height: 300px;      /* Increase height */
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  }
/* ----------------facilities css  ---------------- */
 .section-header {
  border-radius: 0 !important;
}
 body {
  font-family: 'Segoe UI', 'Roboto', sans-serif;
}


 
  /* Optional: Add padding/margin on smaller devices if needed */
  @media (max-width: 768px) {
    .banner-wrapper {
      padding: 10px;
    }
  }

  @media (max-width: 480px) {
    .banner-wrapper {
      padding: 5px;
    }
  }
h1.heading-animate,
h2.section-title,
p,
ul.facilities-list {
  text-align: center;
}

/* Typography & Color Theme */

h1.heading-animate,
h2.section-title {
  color: #6a5f3e;
}
p,
ul.facilities-list li {
  color: #4a4a40;
}

/* Modern underline decoration for section headers */
h2.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #6a5f3e;
  margin: 8px auto 16px;
}

/* Facilities list customization */
ul.facilities-list {
  list-style-type: none;
  padding-left: 0;
}
ul.facilities-list li {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

 :root {
  --brown-dark: #8A6240;
  --green: #4C6444;
  --cream: #F7F9F9;
}

.bg-topbar {
  background-color: rgba(180, 102, 13, 0.85);
}

.back-home {
  color: var(--cream);
  font-size: 1.2rem;
  text-decoration:wavy;
  transition: color 0.3s;

}

.back-home:hover {
  color:yellow;
}

.section-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  position: relative;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  margin: 6px auto 0;
  background: linear-gradient(to right, var(--green), var(--brown-dark), #2980b9);
  border-radius: 2px;
}

@media (max-width: 576px) {
  .back-home {
    font-size: 0.8rem;
  }
  .section-title {
    font-size: 1.2rem;
  }
  .section-title::after {
    width: 40px;
  }
}

  .carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-inner .carousel-item {
  text-align: center;
}

.carousel-inner img {
  margin: auto;
  max-height: 450px;
  object-fit: cover;
}


.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.carousel-fade .carousel-item.active {
  opacity: 1;
}
.carousel-inner .carousel-item {
  text-align: center;
}
.carousel-inner img {
  display: block;
  margin: auto;
  max-height: 450px;
  object-fit: cover;
}

/* Tablet view */
@media (max-width: 992px) {
  .carousel-item {
    height: 400px !important;
  }
}

/* Mobile view */
@media (max-width: 576px) {
  .carousel-item {
    height: 250px!important;
  }
}
/* 📱 Mobile view adjustments */
@media (max-width: 576px) {
  .carousel {
    width: 100% !important;   /* make carousel a bit wider on mobile */
  }

  .carousel-item {
    height: 270px !important; /* slightly reduced height for better proportion */
  }

  .carousel-item img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px; /* optional */
  }
}

/* Facilities List Styling */
.facilities-list {
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
}

.facilities-list li {
  position: relative;
  padding-left: 45px;
  margin: 12px 0;
  background: #e0f2f1;
  border-left: 5px solid #004d40;
  border-radius: 6px;
  font-size: 1em;
  color: #004d40;
  line-height: 1.6;
  transition: background 0.3s ease;
}

.facilities-list li:hover {
  background: #b2dfdb;
}

/* Custom Check Icon */
.icon-check {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #004d40;
  border-radius: 50%;
}
:root {
  --brown-dark: #8A6240;
  --green: #4C6444;
  --cream: #F7F9F9;
}

.icon-check::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

 #scrollToTopBtn {
      position: fixed;
      bottom: 40px;
      right: 20px;
      background-color: var(--green);
      color: white;
      border: none;
      border-radius: 50%;
      padding: 10px 14px;
      font-size: 20px;
      cursor: pointer;
      display: none;
    }

    #scrollToTopBtn.show {
      display: block;
      
    }
    /* Facilities Intro Styling */
.facilities-intro {
  background: rgba(255, 255, 255, 0.7); /* soft translucent white */
  backdrop-filter: blur(10px);
  border-radius: 1.5rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  padding: 2.5rem;
  transition: all 0.3s ease-in-out;
}

.facilities-intro:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.1);
}

.facilities-intro h2 {
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2d6a4f; /* modern green tone */
}

.facilities-intro p {
  font-size: 1.05rem;
  color: #495057;
  line-height: 1.7;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
}

  h2.section-title {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
    .carousel img {
     border-radius: 10px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
     max-height: 450px;
    object-fit: cover;
  }
   h2.section-title {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
    .carousel img {
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    max-height: 450px;
    object-fit: cover;
  }
    p {
    font-size: 1.1rem;            /* Slightly larger text for better readability */
    color: #444444;               /* Soft dark gray for a professional look */
    line-height: 1.7;             /* Comfortable line spacing */
    margin-bottom: 1.5rem;        /* Space between paragraphs */
    text-align: justify;          /* Neat paragraph alignment */
    animation: fadeInUp 0.9s ease-in-out both;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }

  @keyframes fadeInUp {
    from {
    opacity: 0;
    transform: translateY(20px);
  }
    to {
    opacity: 1;
    transform: translateY(0);
  }
}

.highlight-yellow {
  color: yellow;
  font-weight: 600;
}


.table-container {
  margin: 40px auto;
  max-width: 80%;
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
    .table thead {
      background-color: #157347;
      color: white;
      position: sticky;
      top: 0;
      z-index: 1;
    }

    .table-hover tbody tr:hover {
      background-color: #f1fdf4;
      transition: background-color 0.2s ease-in-out;
    }

    .section-header {
      background-color: rgba(180, 102, 13, 0.85);
      color: #fff;
      font-size: large;
    }

    .section-title {
      color: #fff;
      font-size: 2.5rem;
      margin: 0 auto;
      text-align: center;
      flex-grow: 1;
    }

    .back-home {
      color: #fff;
      text-decoration:wavy;
      font-size: 1.2rem;
      font-weight: 500;
      margin-right: 1rem;
    }

    .back-home:hover {
      color: #ffd700;
    }

  /* Optional: Add padding/margin on smaller devices if needed */
  @media (max-width: 768px) {
    .banner-wrapper {
      padding: 10px;
    }
  }

  @media (max-width: 480px) {
    .banner-wrapper {
      padding: 5px;
    }
  }
      .table-responsive {
        font-size: 0.9rem;
      }

      .section-title {
        font-size: 1.2rem;
        text-align: center;
        margin-top: 10px;
      }
    
  /* ---------- FACULTY PAGE HEADER ---------- */

.faculty-header {
  background:  rgba(180, 102, 13, 0.85);
  padding: 1.5rem 0;
  text-align: center;
  
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faculty-header .container {
  max-width: 900px; /* reduces width */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Back to home link */
.faculty-header .back-home {
  font-size: 1rem;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.faculty-header .back-home:hover {
  color: #fffaf6;
  text-decoration: underline;
}

/* Title styling */
.faculty-header .section-title {
  font-size: 2.5rem; /* increased size */
  font-weight: 800;
  color: #ffffff;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faculty-header .container {
    max-width: 100%;
    padding: 0 1rem;
  }

  .faculty-header .section-title {
    font-size: 2rem;
  }
}
:root { --green: #4C6444; --brown-dark: #8A6240; --blue-accent: #005a99; }
    body { font-family: 'Segoe UI', 'Roboto', sans-serif; background: #f0f2f5; color: #333; }

    /* Top bar */
    .section-header { background: rgba(180,102,13,0.85); }
    .back-home { color: #fff; text-decoration: none; margin-right:1rem; font-size: 0.9rem; }
    .back-home:hover { color: #ffd700; }
    .section-title { color: #fff; font-size:1.5rem; font-weight:600; position:relative; flex-grow:1; }
    .section-title::after {
      content: ''; display:block; width:60px; height:4px; margin:6px auto 0;
      background: linear-gradient(90deg, var(--green), var(--brown-dark), var(--blue-accent)); border-radius:2px;
    }
  
.back-home {
      color: #fff;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: 500;
      margin-right: 1rem;
      white-space: nowrap;
      text-decoration: wavy;
    }

    .back-home:hover {
      color: #ffd700;
    }

/* Section Heading */
.section-title {
  color:white;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1rem;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #4C6444, #8A6240, #005a99);
  margin: 6px auto 0;
  border-radius: 2px;
}
/* Add spacing between navbar links */
.navbar-nav .nav-item {
  margin: 0 12px;   /* Adjust the number for more/less spacing */
}

/* Optional: Add spacing inside the links */
.navbar-nav .nav-link {
  padding: 8px 14px;
}


 #scrollToTopBtn {
      position: fixed;
      bottom: 40px;
      right: 20px;
      background-color: var(--green);
      color: white;
      border: none;
      border-radius: 50%;
      padding: 10px 14px;
      font-size: 20px;
      cursor: pointer;
      display: none;
    }

    #scrollToTopBtn.show {
      display: block;
    }
.modern-shadow img {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .section-title { font-size: 1.4rem; }
  .cultural-list-modern li { font-size: 0.95rem; padding-left: 20px; }
}

    /* List styling */
    .placement-list { list-style:none; padding:0; }
    .placement-list li { margin-bottom:0.5rem; font-size:1rem; }

/* student login css */
.login-hero {
  margin-top: 0;
  padding-top: 60px;
  margin-bottom: 0;
  padding-bottom: 3rem;
  z-index: 1;
}

/* Glassmorphism panel styling */
.login-card {
  max-width: 400px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  backdrop-filter: blur(12px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
 padding: 1.25rem 1.5rem;
}

/* Form header and button accents */
.login-card h2 {
  color: #004377;
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.login-card .btn-primary {
  background-color: var(--blue-accent);
  border-color: var(--blue-accent);
}

.login-card .btn-primary:hover {
  background-color: #004977;
  border-color: #004977;
}

/* Responsive adjust */
@media (max-width: 576px) {
  .login-hero { padding-top: 80px; margin-top: -40px; }
  .login-card {
    border-radius: 12px;
    padding: 1.5rem;
  }
  .login-card h2 { font-size: 1.5rem; }
}
/* ---------------- activities css ---------------- */
:root {
  /* Gradient tone that matches your brand palette */
  --activity-underline: linear-gradient(90deg,
     #10a37f 0%,
     #8a6240 60%,
     #005a99 100%
  );
}

.activity-heading {
  position: relative;
  display: inline-block;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #025626;
  padding-bottom: 0.5rem;
  margin: 1.5rem auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.login-card {
  padding-bottom: 0.8rem !important; /* reduce padding */
  margin-bottom: 0 !important;     /* ensure no bottom margin */
}

.student-activities {
  margin-top: 0 !important;        /* remove top margin on section */
  padding-top: 0 !important;
   margin-bottom: 0 !important;        /* remove top margin on section */
  padding-bottom: 0 !important;
}

.activity-heading {
  margin-top: 0 !important;
  margin-bottom:0 !important ;   /* reduce heading spacing */
}
/* ---------------- medal css ---------------- */
 :root { --green: #4C6444; --brown-dark: #8A6240; --blue-accent: #005a99; }
    body { font-family: 'Segoe UI', 'Roboto', sans-serif; background: #f0f2f5; color: #333; }

    /* Top bar */
    .section-header { background: rgba(180,102,13,0.85); }
    .back-home { color: #fff; text-decoration: none; margin-right:1rem; font-size: 0.9rem; }
    .back-home:hover { color: #ffd700; }
    .section-title { color: #fff; font-size:1.5rem; font-weight:600; position:relative; flex-grow:1; }
    .section-title::after {
      content: ''; display:block; width:60px; height:4px; margin:6px auto 0;
      background: linear-gradient(90deg, var(--green), var(--brown-dark), var(--blue-accent)); border-radius:2px;
    }
 
/* Add spacing between navbar links */
.navbar-nav .nav-item {
  margin: 0 12px;   /* Adjust the number for more/less spacing */
}

/* Optional: Add spacing inside the links */
.navbar-nav .nav-link {
  padding: 8px 14px;
}

    /* Section headings */
    .content-heading { color: var(--blue-accent); font-size:1.6rem; font-weight:600; margin-top:2.5rem; position:relative; }
    .content-heading::after {
      content:''; position:absolute; left:0; bottom:-6px; width:50px; height:4px; background: var(--blue-accent); border-radius:2px;
    }
/* Achievers section */
    .modern-heading { font-family:'Segoe UI', 'Roboto', sans-serif; font-size:1.9rem; font-weight:700; text-align:center; margin-bottom:1.5rem; position:relative; color:#0b3d91; }
    .modern-heading::after { content:''; position:absolute; bottom:-8px; left:50%; transform:translateX(-50%); width:50%; height:4px; background:linear-gradient(90deg,#10a37f,#0e8f6e); transition:width .4s; }
    .modern-heading:hover::after { width:70%; }
    .achievers-list { list-style:none; display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:1rem; }
    .achievers-list li { background:#f7f9fc; padding:1rem; border-radius:8px; box-shadow:0 2px 5px rgba(0,0,0,0.1); }
    .gallery-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:1rem; margin-bottom:1.5rem; }
    .gallery-grid img { width:100%; height:auto; object-fit:cover; display:block; border-radius:8px; transition:transform .3s;}
    .gallery-grid img:hover { transform:scale(1.05); }
    .image-row {
  max-width: 700px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
}
 .back-home {
      color: #fff;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: 500;
      margin-right: 1rem;
      white-space: nowrap;
      text-decoration: wavy;
    }

    .back-home:hover {
      color: #ffd700;
    }

.image-item {
  display: none;
  width: 100%;
  height: 300px; /* adjust height */
}
.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.dots {
  text-align: center;
  margin: 12px 0;
}
.dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background .3s;
}
.dot.active {
  background: var(--blue-accent);
}

/* Section Heading */
.section-title {
  color:white;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1rem;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #4C6444, #8A6240, #005a99);
  margin: 6px auto 0;
  border-radius: 2px;
}


.modern-shadow img {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .section-title { font-size: 1.4rem; }
  .cultural-list-modern li { font-size: 0.95rem; padding-left: 20px; }
}a.nav-link.custom-nav[href="#niphm"] {
  color: yellow !important;
  font-weight: bold !important;
  font-size: larger;
}
/* ---------------- payment css ---------------- */
 body {
       margin: 0;
       padding: 0;
       font-family: 'Segoe UI', 'Roboto', sans-serif;
      }

        h2, h3 {
            margin-top: 2rem;
        }
        ul {
            list-style-type: disc;
            padding-left: 1.5rem;
        }
      
.section-header { background: rgba(180,102,13,0.85); }
    .back-home { color: #fff; text-decoration: wavy; margin-right:1rem; font-size: 1.2rem; }
    .back-home:hover { color: #ffd700; }
    .section-title { color: #fff; font-size:1.5rem; font-weight:600; position:relative; flex-grow:1; }
    .section-title::after {
      content: ''; display:block; width:60px; height:4px; margin:6px auto 0;
      background: linear-gradient(90deg, var(--green), var(--brown-dark), var(--blue-accent)); border-radius:2px;
    }
/* Modern section headers */
h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  color: #264653;
  border-left: 5px solid #198754;
  padding-left: 12px;
}

h3 {
  font-size: 1.25rem;
  font-weight: 500;
  color: #2a9d8f;
  margin-top: 1.5rem;
}
/* PGDPHM Section */
#pgdphm h3 {
  color: #006400; /* dark green shade */
  font-weight: 600;
}

/* DPHM Section */
#dphm h3 {
  color: #006400;/* professional blue shade */
  font-weight: 600;
}

/* Paragraph styling */
p {
  font-size: 0.95rem;
  color: #333;
}
.highlight-yellow {
  color: yellow;
  font-weight: 600;
}
/* Table styling */
table.table {
  margin-top: 1rem;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}

table.table th {
  background-color: #198754;
  color: #fff;
  text-align: center;
}

table.table td {
  text-align: center;
}

/* Unordered list */
ul {
  padding-left: 1.2rem;
  list-style: disc;
}

/* Optional: container padding */
.container {
  padding-bottom: 3rem;
}
.back-home:hover {
  color: #ffd700 !important;
}
 
.highlight-yellow {
  color: yellow;
  font-weight: 600;
}
.list-unstyled li::before {
  content: "•";  /* or "\2713" for tick */
  color: #924518; /* your theme color */
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
/* Fee Structure Modern Styles */
.container h2 {
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: 0.5px;
}

.table {
  border-radius: 6px;
  overflow: hidden;
}

.table thead th {
  background: #34495e !important;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.table tbody td {
  background: #fafafa;
  font-size: 15px;
}

.table-hover tbody tr:hover {
  background: #f1f1f1;
}

.table-warning {
  background: #ffeaa7 !important;
}

.alert {
  border: none;
  border-left: 6px solid;
  border-radius: 6px;
  padding: 1rem 1.2rem;
  margin-top: 1.5rem;
  font-size: 15px;
}

.alert-info {
  background: #eaf4ff;
  border-left-color: #3498db;
  color: #2c3e50;
}

.alert-success {
  background: #ecfdf5;
  border-left-color: #27ae60;
  color: #2c3e50;
}

.alert h5 {
  margin-bottom: 0.6rem;
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
}

a {
  color: #d35400;
  transition: color 0.3s ease;
}

a:hover {
  color: #e67e22;
  text-decoration: underline;
}

p.small {
  font-size: 13px;
  line-height: 1.6;
}

:root { --green: #4C6444; --brown-dark: #8A6240; --blue-accent: #005a99; }
    body { font-family: 'Segoe UI', 'Roboto', sans-serif; background: #f0f2f5; color: #333; }

    /* Top bar */
    .section-header { background: rgba(180,102,13,0.85); }
    .back-home { color: #fff; text-decoration: none; margin-right:1rem; font-size: 0.9rem; }
    .back-home:hover { color: #ffd700; }
    .section-title { color: #fff; font-size:1.5rem; font-weight:600; position:relative; flex-grow:1; }
    .section-title::after {
      content: ''; display:block; width:60px; height:4px; margin:6px auto 0;
      background: linear-gradient(90deg, var(--green), var(--brown-dark), var(--blue-accent)); border-radius:2px;
    }
    .highlight-yellow {
  color: yellow;
  font-weight: 600;
}
  

  /* Optional: Add padding/margin on smaller devices if needed */
  @media (max-width: 768px) {
    .banner-wrapper {
      padding: 10px;
    }
  }

  @media (max-width: 480px) {
    .banner-wrapper {
      padding: 5px;
    }
  }

    /* placements css */
    .content-heading { color: var(--blue-accent); font-size:1.6rem; font-weight:600; margin-top:2.5rem; position:relative; }
    .content-heading::after {
      content:''; position:absolute; left:0; bottom:-6px; width:50px; height:4px; background: var(--blue-accent); border-radius:2px;
    }
h1 {
  color: #034721; /* Deep green */
}

h2 {
  color: #6d3405; /* Soft brown */
}

h3 {
  color: #03253b; /* Strong blue */
}
body {
  font-family: 'Segoe UI', 'Roboto', sans-serif;
}

/* Hover for dropdown item */
.custom-dropdown .dropdown-item:hover {
  background-color: rgb(109, 63, 3);
}

/* Nav alignment */
.navbar-nav {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

/* Responsive for mobile */
@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
    align-items: center;
  }

  .custom-dropdown {
    position: static;
    width: 100%;
  }
}
 /* Confines the logo scroll area */
.logo-carousel-wrapper {
   /* Adjust based on sticky sidebar width */
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border: 1px solid #ddd;
}

/* Carousel container */
.logo-carousel {
  overflow: hidden;
  width: 100%;
}

/* Logo sliding track */
.logo-slide-track {
  display: flex;
  width: max-content;
  animation: scroll 35s linear infinite;
}

/* Each logo container */
.logo-slide {
  flex: 0 0 auto;
  width: 200px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-slide img {
  max-height: 80px;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.logo-slide img:hover {
  transform: scale(1.1);
}

/* Animation for scrolling logos */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .logo-carousel-wrapper {
    margin-left: 0;
    padding: 8px 0;
  }

  .logo-slide {
    width: 140px;
    padding: 6px;
  }

  .logo-slide-track {
    animation-duration: 25s;
  }
}
/* Animations */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
animated-section {
  background: linear-gradient(to right, #03b64e, #035327);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  padding: 0.8rem 1rem;
}

.custom-heading {
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  font-size: 1.5rem;
  margin: 0;
}
.section-title {
  font-size: 2rem;
  color: #264653;
  position: relative;
  margin-bottom: 1rem;
}


.section-subtitle {
  font-size: 1.6rem;
  color: #555;
  margin-top: 0.5rem;
  text-align: center;
}

.bg-orange {
  background-color: rgba(180,102,13,0.85);
}
.section-title {
  font-size: 1.75rem;
  position: relative;
  padding-bottom: 4px;
  color: #ffffff;
}

.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #ffffff;
  margin: 6px auto 0;
  border-radius: 2px;
}
/* ---------------- students activities css ---------------- */
:root { --green: #4C6444; --brown-dark: #8A6240; --blue-accent: #005a99; }
    body { font-family: 'Segoe UI', 'Roboto', sans-serif; background: #f0f2f5; color: #333; }

    /* Top bar */
    .section-header { background: rgba(180,102,13,0.85); }
    .back-home { color: #fff; text-decoration: none; margin-right:1rem; font-size: 0.9rem; }
    .back-home:hover { color: #ffd700; }
    .section-title { color: #fff; font-size:1.5rem; font-weight:600; position:relative; flex-grow:1; }
    .section-title::after {
      content: ''; display:block; width:60px; height:4px; margin:6px auto 0;
      background: linear-gradient(90deg, var(--green), var(--brown-dark), var(--blue-accent)); border-radius:2px;
    }
   
    /* Section headings */
    .content-heading { color: var(--blue-accent); font-size:1.6rem; font-weight:600; margin-top:2.5rem; position:relative; }
    .content-heading::after {
      content:''; position:absolute; left:0; bottom:-6px; width:50px; height:4px; background: var(--blue-accent); border-radius:2px;
    }

    /* Stat cards */
    .stat-card { background:#fff; padding:1.75rem; border-radius:10px; box-shadow:0 4px 12px rgba(0,0,0,0.05); transition: transform .3s; }
    .stat-card:hover { transform:translateY(-5px); }
    .stat-card h3 { color:#004377; font-size:1.3em; }

    /* Sports image carousel */
    .image-row { max-width:700px; margin:20px auto; position:relative; overflow:hidden; border-radius:10px;}
    .image-item { display:none; width:100%; height:300px; }
    .image-item img { width:100%; height:100%; object-fit:cover; border-radius:10px; }
    .dots { text-align:center; margin:12px 0; }
    .dot { height:14px; width:14px; background:#ccc; border-radius:50%; display:inline-block; margin:0 5px; cursor:pointer;}
    .dot.active { background: var(--blue-accent); }

   


    /* Recruiters logo carousel */
    .logo-carousel { overflow:hidden; background:#fff; padding:10px 0; }
    .slide-track { display:flex; width: calc(200px * 14); animation: scroll 30s linear infinite; }
    .slide { flex:0 0 auto; padding: 0 20px; display:flex; justify-content:center; align-items:center; }
    .slide img { max-height:80px; width:auto; }
    @keyframes scroll { 0% {transform: translateX(0);} 100% { transform: translateX(-50%);} }

    /* Achievers section */
    .modern-heading { font-family:'Segoe UI', 'Roboto', sans-serif; font-size:2.5rem; font-weight:700; text-align:center; margin-bottom:1.5rem; position:relative; color:#0b3d91; }
    .modern-heading::after { content:''; position:absolute; bottom:-8px; left:50%; transform:translateX(-50%); width:50%; height:4px; background:linear-gradient(90deg,#10a37f,#0e8f6e); transition:width .4s; }
    .modern-heading:hover::after { width:70%; }
    .achievers-list { list-style:none; display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:1rem; }
    .achievers-list li { background:#f7f9fc; padding:1rem; border-radius:8px; box-shadow:0 2px 5px rgba(0,0,0,0.1); }
    .gallery-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); gap:1rem; margin-bottom:1.5rem; }
    .gallery-grid img { width:100%; height:auto; object-fit:cover; display:block; border-radius:8px; transition:transform .3s;}
    .gallery-grid img:hover { transform:scale(1.05); }
    .image-row {
  max-width: 700px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 10px;
}
 .back-home {
      color: #fff;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: 500;
      margin-right: 1rem;
      white-space: nowrap;
      text-decoration: wavy;
    }

    .back-home:hover {
      color: #ffd700;
    }

.image-item {
  display: none;
  width: 100%;
  height: 300px; /* adjust height */
}
.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.dots {
  text-align: center;
  margin: 12px 0;
}
.dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background .3s;
}
.dot.active {
  background: var(--blue-accent);
}

/* Section Heading */
.section-title {
  color:white;
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1rem;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #4C6444, #8A6240, #005a99);
  margin: 6px auto 0;
  border-radius: 2px;
}

/* Modern styled list */
.cultural-list-modern {
  list-style: none;
  max-width: 600px;
  padding: 0;
  margin: 0 auto;
}
.cultural-list-modern li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}
.cultural-list-modern li span {
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 8px;
  height: 8px;
  background-color: #10a37f;
  border-radius: 50%;
}

/* Image styling */
.cultural-image {
  max-width: 700px;       /* Maximum width of the wrapper */
  width: 100%;             /* Responsive full width up to max */
  margin: 2rem auto;       /* Center container horizontally */
  text-align: center;
}

.cultural-image img {
  display: inline-block;   /* Make margin-auto effective if needed */
  max-width: 100%;         /* Image scales with the wrapper */
  height: auto;            /* Maintains aspect ratio */
}
/* Set the carousel container height */
#festivalsCarousel .carousel-item {
  height: 250px; /* reduce to 300px from 400px */
}

/* Ensure the image fills and centers within that space */
#festivalsCarousel .carousel-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

 #scrollToTopBtn {
      position: fixed;
      bottom: 40px;
      right: 20px;
      background-color: var(--green);
      color: white;
      border: none;
      border-radius: 50%;
      padding: 10px 14px;
      font-size: 20px;
      cursor: pointer;
      display: none;
    }

    #scrollToTopBtn.show {
      display: block;
    }
.modern-shadow img {
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 576px) {
  .section-title { font-size: 1.4rem; }
  .cultural-list-modern li { font-size: 0.95rem; padding-left: 20px; }
}

    /* List styling */
    .placement-list { list-style:none; padding:0; }
    .placement-list li { margin-bottom:0.5rem; font-size:1rem; }

:root {
  /* Gradient tone that matches your brand palette */
  --activity-underline: linear-gradient(90deg,
     #10a37f 0%,
     #8a6240 60%,
     #005a99 100%
  );
}

.activity-heading {
  position: relative;
  display: inline-block;
  font-family: 'Segoe UI', 'Roboto', sans-serif;
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  font-weight: 700;
  color: #025626;
  padding-bottom: 0.5rem;
  margin: 1.5rem auto;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.activity-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  height: 4px;
  background-image: var(--activity-underline);
  border-radius: 2px;
  transform-origin: center;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.35s ease-out;
}

.activity-heading:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* Reduce motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .activity-heading::after {
    transition: none;
    transform: translateX(-50%) scaleX(1);
  }
}

/* Responsive tweaks for small screens */
@media (max-width: 576px) {
  .activity-heading {
    font-size: 1.6rem;
  }
  .activity-heading::after {
    width: 40%;
    height: 3px;
  }
}

.student-activities {
  margin-top: 0 !important;        /* remove top margin on section */
  padding-top: 0 !important;
   margin-bottom: 0 !important;        /* remove top margin on section */
  padding-bottom: 0 !important;
}

.activity-heading {
  margin-top: 0 !important;
  margin-bottom:0 !important ;   /* reduce heading spacing */
}
/* ===== Gallery Slider Section ===== */
.gallery-slider {
  position: relative;
  width: 90%;
  max-width: 850px;
  margin: 40px auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
  background: #000;
}

/* Slides container */
.slides {
  display: flex;
  transition: transform 0.8s ease-in-out;
  width: 100%;
}

/* Individual images */
.slides img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 12px;
}

/* Navigation buttons */
.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 1.6rem;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 5;
}

.prev:hover,
.next:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.prev { left: 15px; }
.next { right: 15px; }

/* Dots (optional if used later) */
.dots {
  text-align: center;
  margin-top: 15px;
}

.dots span {
  height: 10px;
  width: 10px;
  margin: 5px 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.dots .active {
  background-color: #0b3d91;
}

/* Responsive */
@media (max-width: 768px) {
  .slides img {
    height: 300px;
  }

  .prev,
  .next {
    padding: 8px 12px;
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .gallery-slider {
    width: 95%;
  }

  .slides img {
    height: 250px;
  }
}
.gallery-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.slides {
  display: flex;
  transition: transform 0.8s ease-in-out;
}

.slides img {
  width: 100%;
  flex-shrink: 0;
  height: 450px;
  object-fit: cover;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 50%;
  font-size: 22px;
}
.prev:hover, .next:hover { background: rgba(0,0,0,0.6); }
.prev { left: 10px; }
.next { right: 10px; }
/* Make carousel images larger and more prominent */
.carousel-inner img {
  width: 100%;
  max-height: 500px; /* increase height — adjust as needed */
  object-fit: cover; /* ensures image fills space without distortion */
  border-radius: 15px; /* adds smooth rounded corners */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease;
}

/* Optional: Zoom-in effect on hover */
.carousel-inner img:hover {
  transform: scale(1.05);
}

/* Center the carousel and give it spacing */
.carousel {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
  .carousel-inner img {
    max-height: 350px;
  }
}
.contact-head {
 color: white;
}
.map-section {
  padding: 20px 0;
}

.map-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.niphm-map {
  width: 100%;
  max-width: 600px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.contact-head{
  color: white;
}