.certification-section {
  background-color: #e6f2ff;
  padding: 40px 20px;
  border-radius: 12px;
  margin: 40px 0;
 box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.certification-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 100px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.certification-container:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.certification-heading {
  font-size: 28px;
  color: #002b5c;
  text-align: center;
  margin-bottom: 15px;
}
.certification-description {
  font-size: 18px;
  color: #444;
  text-align: center;
  margin-bottom: 25px;
}
/*Responsive adjustments for mobile */
@media (max-width: 768px) {
  .certification-container {
    padding: 30px 20px;
  }
 .certification-heading {
    font-size: 22px;
    margin-bottom: 12px;
  }
 .certification-description {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.certification-list {
  list-style: disc;
  padding-left: 30px;
  font-size: 18px;
  color: #333;
  line-height: 1.7;
}
.directorates-section {
  padding: 60px 20px;
  background-color: #e6f2ff; /* light background */
}
.section-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #003366;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 140px;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}
.container:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.table-wrapper {
  overflow-x: auto;
}
.styled-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
.styled-table th,
.styled-table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
/* Responsive Adjustments */
@media (max-width: 768px) {
  .section-heading {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .container {
    padding: 30px 20px;
  }
  .styled-table {
    font-size: 16px;
  }
 .styled-table th,
  .styled-table td {
    padding: 12px;
  }
}
.styled-table th {
  background-color: #e8f0fe;
  font-weight: bold;
  color: #003366;
}
nav {
  background-color: #003366;
  padding: 12px 0;
  text-align: center;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
  margin: 0 15px;
}
nav ul li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}
nav ul li a.active,
nav ul li a:hover {
  text-decoration: underline;
}
td.nowrap {
  white-space: nowrap;
}
.awards-banner {
  width: 100%;
  text-align: center;
  padding: 0;
  background-color: #f9f9f9;
  position: relative;
  height: 400px;        /* Fixed area */
  overflow: hidden;     /* Hide cropped parts */
}
.banner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 70%;  /* Show more of lower part */
  display: block;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay */
}
.awards-banner2 {
  width: 100%;
  text-align: center;
  padding: 0;
  background-color: #f9f9f9;
  position: relative;
  height: 400px;        /* Fixed area */
  overflow: hidden;     /* Hide cropped parts */
}
.banner-wrapper2 {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-wrapper2 img {
  width: 100%;
  height: 100%;
 
  object-position: center 40%;  /* Show more of upper part */
  display: block;
}
 .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Dark overlay */
}
.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Segoe UI', sans-serif;
}
.section-title-wrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-title {
  display: inline-block;
  background-color: #083c74;
  color: white !important;
  padding: 10px 30px;  /* Reduced padding */
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* rest of awards-table section styling */
.awards-table-section {
  background-color: #f9f9f9;
  padding: 40px 20px;
}
 body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
}
.outcomes-section {
  padding: 40px 20px;
}
.section-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.pill-title {
  display: inline-block;
  background-color: #083c74;
  color: white;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.pill-title:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.outcome-heading {
  text-align: center;
  font-size: 26px;
  color: #083c74;
  margin-bottom: 30px;
  font-weight: bold;
}
 .outcomes-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.outcomes-table {
  width: 90%;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* subtle shadow */
}
.outcomes-table th,
.outcomes-table td {
  border: 1px solid #ccc;
  padding: 14px;
  text-align: center;
  font-size: 16px;
}
.outcomes-table thead th {
  background-color: #083c74; /* Official site dark blue */
  color: white;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ddd;
}
.outcomes-table th {
  background-color: #eaeaea;
  font-weight: 600;
}
.outcomes-table td {
  color: #333;
}
.outcomes-table tbody tr:nth-child(even) {
  background-color: #fff;
}
@media (max-width: 768px) {
  .pill-title {
    font-size: 16px;
    padding: 10px 20px;
  }
  .outcome-heading {
    font-size: 22px;
  }
  .outcomes-table th,
  .outcomes-table td {
    font-size: 14px;
    padding: 10px;
  }
}
 .breadcrumb {
  font-size: 20px;
  color: #eee;
  margin-top: 5px;
  font-weight: normal;
}
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f4f6f9;
}
.contact-section {
  padding: 60px 40px;
  max-width: 1000px;
  margin: auto;
  text-align: center;
}
.contact-heading {
  font-size: 38px;
  font-weight: bold;
  color: #0b3d91;
  border-bottom: 3px solid #1a73e8;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  top: -50px; /* Move up */
}
.contact-card {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  border-radius: 10px;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
  top: -30px; /* Move up */
}
.contact-info {
  flex: 1 1 60%;
}
.contact-info h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
}
.contact-info p {
  font-size: 16px;
  color: #333;
  margin: 8px 0;
  line-height: 1.5;
  text-align: left;       /* ensures left alignment */
  text-indent: 0;         /* removes any indent */
  padding-left: 0;        /* avoids unintended padding */
}
.contact-image img {
  max-width: 180px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-image img:hover {
  transform: scale(1.1); /* Enlarge by 10% */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Optional shadow for effect */
}
.map-container {
  width: 1000%;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  top: -30px; /* Move up */
}
.contact-section {
  padding: 40px 20px;
  max-width: 1100px;
  margin: 40px auto;
}
.contact-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.contact-card {
  flex: 1 1 48%;
  display: flex;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  border-radius: 10px;
  padding: 24px;
  align-items: center;
  gap: 18px;
}
.contact-info {
  flex: 3;
}
.contact-info h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
}
.contact-info p {
  font-size: 16px;
  color: #333;
  margin: 10px 0;
  line-height: 1.5;
}
.contact-image {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-image img {
  max-width: 200px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-image img:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.map-container {
  flex: 1 1 48%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.08);
  padding: 24px;
}
/* Responsive for phones and tablets */
@media (max-width: 900px) {
  .contact-row {
    flex-direction: column;
    gap: 20px;
  }
  .contact-card,
  .map-container {
    width: 100%;
    flex: none;
  }
}
/* Slider Styles */
.slider-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    z-index: 1;
}
.slider {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.25, 0.1, 0.25, 1);
    width: 100%;
    will-change: transform;
}
.slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    flex-shrink: 0;
    backface-visibility: hidden;
    transform: translateZ(0);
}
/*Slider Navigation Dots */
.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 10;
}
.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}
.slider-dot.active {
    background-color: white;
    transform: scale(1.2);
}
.slider-dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
/* Slider Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
    user-select: none;
    z-index: 10;
    transition: background 0.3s ease;
    border: none;
    outline: none;
}
.left-arrow {
    left: 10px;
}
.right-arrow {
    right: 10px;
}
.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}
/* Responsive Design */
@media (max-width: 768px) {
    .slider-container {
        height: 300px;
    }
    .slider img {
        height: 300px;
    }
    .slider-dots {
        bottom: 10px;
    }
}
.reports-wrapper {
  max-width: 1400px;
  margin: 50px auto;
  padding: 20px;
}
.reports-title {
  background-color: #001f4d; /* Navy Blue */
  color: white;
  font-size: 32px;
  padding: 16px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}
.reports-title:hover {
  transform: scale(1.03);
}
.accordion-item {
  background-color: white;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.accordion-item:hover {
  transform: scale(1.02);
}
.accordion-header {
  background-color: #001f4d;
  color: white;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-content {
  display: none;
  padding: 15px;
  background-color: #f9f9f9;
}
.report-table-wrapper {
  width: 100%;
  overflow-x: auto;
}
.report-table {
  width: 100%;
  border-collapse: collapse;
}
.report-table th,
.report-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
.report-table th {
  background-color: #003366;
  color: white;
}
.plus-icon {
  font-size: 22px;
}
/* Highlight full row on hover */
.report-table tbody tr:hover {
  background-color: #e6f0ff; /* light navy/blue highlight */
  cursor: pointer;
}
/* Optional: smooth transition for hover */
.report-table tbody tr {
  transition: background-color 0.3s ease;
}
/* Outer white container like card */
.card-container {
  max-width: 1400px;
  margin: 50px auto;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.card-container2 {
  max-width: 1400px;
  margin: 50px auto;
  padding: 25px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
/* Optional: slight background to body */
body {
  background: #f2f6fb;
}
.slider img {
  filter: brightness(30%); /* Makes image appear darker */
  transition: transform 0.3s ease, filter 0.3s ease;
}
.slider img:hover {
  transform: scale(1.05); /* Slight zoom on hover */
}
.slider-container {
  position: relative;
  overflow: hidden;
}
.slider-overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: 'Poppins', sans-serif;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  z-index: 10;
  pointer-events: none;
  white-space: nowrap;
}
/* Mobile view adjustments */
@media (max-width: 768px) {
  .slider-overlay-text {
    font-size: 1.4rem;       /* Reduce font size for smaller screens */
    white-space: normal;     /* Allow the text to wrap */
    text-align: center;
    padding: 0 10px;         /* Add padding to prevent overflow */
    width: 100%;             /* Ensure it doesn't overflow */
  }
}
/* Animation for falling effect */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.navbar,
.title-bar {
  animation: slideDown 0.8s ease-out forwards;
  animation-delay: 0.2s;
}
.main-content2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 50px 20px;
  max-width: 1200px;
  margin: auto;
  background: rgba(255, 255, 255, 0.6);  /* smooth gradient */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); /* subtle shadow */
  border-radius: 12px; /* rounded corners */
  backdrop-filter: blur(6px); /* background blur effect if layered over something */
  transition: all 0.3s ease-in-out; /* smooth effect */
}
#topBtn {
  position: fixed;
  bottom: 20px;     /* Distance from bottom */
  right: 20px;      /* Distance from right */
  z-index: 1000;
  background-color: #001f4d;
  color: white;
  border: none;
  outline: none;
  padding: 14px 18px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  display: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
#topBtn:hover {
  background-color: #003380;
  transform: scale(1.1);
}